Trace number 1781353

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ttsth-5-0 2009-03-19 (4 threads)? (MO) 1746.9 447.03

General information on the benchmark

Namevelev-live-uns-2.0-ebuf.cnf
MD5SUM67de5cf23f11aa400b48f4451ee5f362
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.17
Satisfiable
(Un)Satisfiability was proved
Number of variables14628
Number of clauses161477
Sum of the clauses size460215
Maximum clause length88
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2133719
Number of clauses of size 316973
Number of clauses of size 4833
Number of clauses of size 5676
Number of clauses of size over 59275

Solver Data

0.22/0.30	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781353-1243686900.cnf 
0.22/0.30	c Using SATTIMEOUT of 10000
0.22/0.30	c Using SATRAM of 2047
0.22/0.30	c Size of subset node = 16
0.22/0.30	c Variables = 14628
0.22/0.30	c Clauses = 161477
0.22/0.30	c Literals = 460215
0.22/0.30	c Reduced size:
0.22/0.30	c Variables = 14628
0.22/0.30	c Clauses = 161427
0.22/0.30	c Literals = 460105
0.22/0.30	c a2
1.13/1.18	c a1
4.62/4.65	c Independent sub-problems = 1
4.62/4.65	c Sub-problem with 14621 variables and 161427 clauses
4.62/4.65	c using permutation method 4
4.62/4.65	c count = 1
4.62/4.65	c Ordering finished 4.590 seconds
4.62/4.65	c mapped 4.660 seconds
4.62/4.65	c permuted 4.660 seconds
4.62/4.65	c about to sort
4.62/4.71	c sorted
12.22/12.28	c clauses now 161427
12.22/12.28	c init finished 4.820 seconds
12.22/12.28	c tree built 12.290 seconds
12.22/12.28	c 
12.22/12.28	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
12.22/12.28	c ---------------------------------|----------------------------------|------------------------------------------------------
12.22/12.28	c ................................ | ..........                       |                       12.3           0.0             
12.22/12.28	c ................................ | ..........                     1 |                       12.3           0.1             
12.22/12.28	c ................................ | ..........                     2 |                       12.3           0.2             
12.22/12.28	c ................................ | ..........                     3 |                       12.3           0.2             
12.22/12.28	c ................................ | ..........                     4 |                       12.3           0.3             
12.22/12.28	c ................................ | ..........                     5 |                       12.3           0.4             
12.22/12.29	c ................................ | ..........                  1000 |                       12.3          81.4           20
199.95/59.34	c ................................ | ..........               1768000 | 40374                200.1        8836.9     15234136
400.01/109.41	c ................................ | ..........               2610000 | 65176                400.0        6524.8     30474669
599.92/159.50	c ................................ | ..........               3642000 | 93373                600.2        6067.6     46124574
800.11/209.57	c ................................ | ..........               4369000 | 109778               800.3        5459.1     63245104
1000.21/259.77	c ................................ | *.........               5051000 | 127600              1000.5        5048.7     77082756
1200.34/309.95	c ................................ | *.........               5584000 | 142908              1200.5        4651.4     90918859
1399.65/360.01	c ................................ | *.........               6387000 | 165880              1400.0        4562.1    101461612
1599.86/410.08	c ................................ | *.........               7189000 | 187377              1600.1        4492.8    109915962

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1781353-1243686900/watcher-1781353-1243686900 -o /tmp/evaluation-result-1781353-1243686900/solver-1781353-1243686900 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781353-1243686900.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.90 4.05 4.07 3/115 27311
/proc/meminfo: memFree=2912268/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=1140 CPUtime=0.01
/proc/27311/stat : 27311 (ttsth-5-0) R 27309 27311 11443 0 -1 4202496 182 0 0 0 1 0 0 0 18 0 1 0 1133369795 1167360 138 4294967295 134512640 135237372 3217663968 3217663416 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27311/statm: 285 138 75 177 0 107 0

[startup+0.083053 s]
/proc/loadavg: 3.90 4.05 4.07 3/115 27311
/proc/meminfo: memFree=2912268/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=4908 CPUtime=0.09
/proc/27311/stat : 27311 (ttsth-5-0) R 27309 27311 11443 0 -1 4202496 1103 0 0 0 9 0 0 0 18 0 1 0 1133369795 5025792 1059 4294967295 134512640 135237372 3217663968 3217662492 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27311/statm: 1227 1060 75 177 0 1049 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4908

[startup+0.113051 s]
/proc/loadavg: 3.90 4.05 4.07 3/115 27311
/proc/meminfo: memFree=2912268/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=6216 CPUtime=0.12
/proc/27311/stat : 27311 (ttsth-5-0) R 27309 27311 11443 0 -1 4202496 1450 0 0 0 12 0 0 0 18 0 1 0 1133369795 6365184 1406 4294967295 134512640 135237372 3217663968 3217662492 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27311/statm: 1554 1407 75 177 0 1376 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 6216

[startup+0.313045 s]
/proc/loadavg: 3.90 4.05 4.07 3/115 27311
/proc/meminfo: memFree=2912268/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=14808 CPUtime=0.32
/proc/27311/stat : 27311 (ttsth-5-0) R 27309 27311 11443 0 -1 4202496 3514 0 0 0 32 0 0 0 18 0 1 0 1133369795 15163392 3470 4294967295 134512640 135237372 3217663968 3217663236 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27311/statm: 3739 3475 76 177 0 3561 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 14808

[startup+0.713026 s]
/proc/loadavg: 3.90 4.05 4.07 3/115 27311
/proc/meminfo: memFree=2912268/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=35764 CPUtime=0.72
/proc/27311/stat : 27311 (ttsth-5-0) R 27309 27311 11443 0 -1 4202496 7996 0 0 0 72 0 0 0 18 0 1 0 1133369795 36622336 7916 4294967295 134512640 135237372 3217663968 3217662384 134749337 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27311/statm: 8941 7916 76 177 0 8763 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 35764

[startup+1.513 s]
/proc/loadavg: 3.90 4.05 4.07 2/116 27313
/proc/meminfo: memFree=2881132/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=30116 CPUtime=1.52
/proc/27311/stat : 27311 (ttsth-5-0) R 27309 27311 11443 0 -1 4202496 8369 0 0 0 152 0 0 0 20 0 1 0 1133369795 30838784 7109 4294967295 134512640 135237372 3217663968 3217663296 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27311/statm: 7529 7109 77 177 0 7351 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 30116

[startup+3.11293 s]
/proc/loadavg: 3.90 4.05 4.07 2/116 27313
/proc/meminfo: memFree=2883648/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=30116 CPUtime=3.12
/proc/27311/stat : 27311 (ttsth-5-0) R 27309 27311 11443 0 -1 4202496 8581 0 0 0 312 0 0 0 25 0 1 0 1133369795 30838784 7321 4294967295 134512640 135237372 3217663968 3217663328 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27311/statm: 7529 7321 77 177 0 7351 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 30116

[startup+6.31281 s]
/proc/loadavg: 3.67 4.00 4.06 2/116 27313
/proc/meminfo: memFree=2849900/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=65544 CPUtime=6.32
/proc/27311/stat : 27311 (ttsth-5-0) R 27309 27311 11443 0 -1 4202496 17688 0 0 0 628 4 0 0 25 0 1 0 1133369795 67117056 16270 4294967295 134512640 135237372 3217663968 3217657424 134551480 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27311/statm: 16386 16270 88 177 0 16208 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 65544

[startup+12.7126 s]
/proc/loadavg: 3.45 3.95 4.04 2/116 27313
/proc/meminfo: memFree=2805100/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=146372 CPUtime=13.87
/proc/27311/stat : 27311 (ttsth-5-0) S 27309 27311 11443 0 -1 4202496 30132 0 0 0 1382 5 0 0 25 0 5 0 1133369795 149884928 28427 4294967295 134512640 135237372 3217663968 3217663564 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27311/statm: 36593 28428 95 177 0 36415 0
Current children cumulated CPU time (s) 13.87
Current children cumulated vsize (KiB) 146372

[startup+25.512 s]
/proc/loadavg: 3.57 3.95 4.04 6/120 27320
/proc/meminfo: memFree=2729000/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=218060 CPUtime=65.06
/proc/27311/stat : 27311 (ttsth-5-0) S 27309 27311 11443 0 -1 4202496 48191 0 0 0 6490 16 0 0 25 0 5 0 1133369795 223293440 46486 4294967295 134512640 135237372 3217663968 3217663564 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27311/statm: 54515 46486 95 177 0 54337 0
[pid=27311/tid=27314] ppid=27309 vsize=218060 CPUtime=13.2
/proc/27311/task/27314/stat : 27314 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 4929 0 0 0 1319 1 0 0 25 0 5 0 1133371024 223293440 46486 4294967295 134512640 135237372 3217663968 3080089120 134552723 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27311/tid=27315] ppid=27309 vsize=218060 CPUtime=13.21
/proc/27311/task/27315/stat : 27315 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 4424 0 0 0 1313 8 0 0 25 0 5 0 1133371024 223293440 46486 4294967295 134512640 135237372 3217663968 3071476720 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27311/tid=27316] ppid=27309 vsize=218060 CPUtime=13.18
/proc/27311/task/27316/stat : 27316 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 4827 0 0 0 1316 2 0 0 25 0 5 0 1133371025 223293440 46486 4294967295 134512640 135237372 3217663968 3063332528 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27311/tid=27317] ppid=27309 vsize=218060 CPUtime=13.18
/proc/27311/task/27317/stat : 27317 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 5007 0 0 0 1318 0 0 0 25 0 5 0 1133371025 223293440 46486 4294967295 134512640 135237372 3217663968 3054733248 134592184 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 65.06
Current children cumulated vsize (KiB) 218060

[startup+51.111 s]
/proc/loadavg: 3.65 3.93 4.03 6/120 27504
/proc/meminfo: memFree=2591924/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=362820 CPUtime=167.17
/proc/27311/stat : 27311 (ttsth-5-0) S 27309 27311 11443 0 -1 4202496 83139 0 0 0 16682 35 0 0 25 0 5 0 1133369795 371527680 81434 4294967295 134512640 135237372 3217663968 3217663564 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27311/statm: 90705 81434 95 177 0 90527 0
[pid=27311/tid=27314] ppid=27309 vsize=362820 CPUtime=38.78
/proc/27311/task/27314/stat : 27314 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 16589 0 0 0 3875 3 0 0 25 0 5 0 1133371024 371527680 81434 4294967295 134512640 135237372 3217663968 3080079536 134749343 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27311/tid=27315] ppid=27309 vsize=362820 CPUtime=38.76
/proc/27311/task/27315/stat : 27315 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 11845 0 0 0 3858 18 0 0 25 0 5 0 1133371024 371527680 81434 4294967295 134512640 135237372 3217663968 3071707276 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27311/tid=27316] ppid=27309 vsize=362820 CPUtime=38.73
/proc/27311/task/27316/stat : 27316 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 14122 0 0 0 3867 6 0 0 25 0 5 0 1133371025 371527680 81434 4294967295 134512640 135237372 3217663968 3063268412 134636641 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27311/tid=27317] ppid=27309 vsize=362820 CPUtime=38.61
/proc/27311/task/27317/stat : 27317 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 11579 0 0 0 3858 3 0 0 25 0 5 0 1133371025 371527680 81434 4294967295 134512640 135237372 3217663968 3054838320 134546026 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 167.17
Current children cumulated vsize (KiB) 362820

[startup+102.309 s]
/proc/loadavg: 4.04 3.99 4.04 6/120 27692
/proc/meminfo: memFree=2341264/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=620684 CPUtime=371.62
/proc/27311/stat : 27311 (ttsth-5-0) S 27309 27311 11443 0 -1 4202496 144463 0 0 0 37086 76 0 0 25 0 5 0 1133369795 635580416 142758 4294967295 134512640 135237372 3217663968 3217663564 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27311/statm: 155171 142758 95 177 0 154993 0
[pid=27311/tid=27314] ppid=27309 vsize=620684 CPUtime=89.89
/proc/27311/task/27314/stat : 27314 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 33447 0 0 0 8970 19 0 0 25 0 5 0 1133371024 635580416 142758 4294967295 134512640 135237372 3217663968 3080300432 134749353 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27311/tid=27315] ppid=27309 vsize=620684 CPUtime=89.84
/proc/27311/task/27315/stat : 27315 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 26252 0 0 0 8955 29 0 0 25 0 5 0 1133371024 635580416 142758 4294967295 134512640 135237372 3217663968 3071602672 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27311/tid=27316] ppid=27309 vsize=620684 CPUtime=89.82
/proc/27311/task/27316/stat : 27316 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 29132 0 0 0 8967 15 0 0 25 0 5 0 1133371025 635580416 142758 4294967295 134512640 135237372 3217663968 3063141984 134562407 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27311/tid=27317] ppid=27309 vsize=620684 CPUtime=89.78
/proc/27311/task/27317/stat : 27317 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 26628 0 0 0 8970 8 0 0 25 0 5 0 1133371025 635580416 142758 4294967295 134512640 135237372 3217663968 3054620592 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 371.62
Current children cumulated vsize (KiB) 620684

[startup+162.317 s]
/proc/loadavg: 4.32 4.07 4.06 6/121 27778
/proc/meminfo: memFree=2039752/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=937664 CPUtime=611.48
/proc/27311/stat : 27311 (ttsth-5-0) S 27309 27311 11443 0 -1 4202496 220833 0 0 0 61028 120 0 0 25 0 5 0 1133369795 960167936 219128 4294967295 134512640 135237372 3217663968 3217663564 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27311/statm: 234416 219128 95 177 0 234238 0
[pid=27311/tid=27314] ppid=27309 vsize=937664 CPUtime=149.86
/proc/27311/task/27314/stat : 27314 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 47697 0 0 0 14957 29 0 0 25 0 5 0 1133371024 960167936 219128 4294967295 134512640 135237372 3217663968 3080131280 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27311/tid=27315] ppid=27309 vsize=937664 CPUtime=149.74
/proc/27311/task/27315/stat : 27315 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 44916 0 0 0 14933 41 0 0 25 0 5 0 1133371024 960167936 219128 4294967295 134512640 135237372 3217663968 3071721040 134562309 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27311/tid=27316] ppid=27309 vsize=937664 CPUtime=149.81
/proc/27311/task/27316/stat : 27316 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 53860 0 0 0 14950 31 0 0 25 0 5 0 1133371025 960167936 219128 4294967295 134512640 135237372 3217663968 3063590960 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27311/tid=27317] ppid=27309 vsize=937664 CPUtime=149.78
/proc/27311/task/27317/stat : 27317 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 45356 0 0 0 14964 14 0 0 25 0 5 0 1133371025 960167936 219128 4294967295 134512640 135237372 3217663968 3055053056 134562416 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 611.48
Current children cumulated vsize (KiB) 937664

[startup+222.314 s]
/proc/loadavg: 4.34 4.10 4.07 7/121 27966
/proc/meminfo: memFree=1714392/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=1276536 CPUtime=851.2
/proc/27311/stat : 27311 (ttsth-5-0) S 27309 27311 11443 0 -1 4202496 301240 0 0 0 84960 160 0 0 25 0 5 0 1133369795 1307172864 299535 4294967295 134512640 135237372 3217663968 3217663564 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27311/statm: 319134 299535 95 177 0 318956 0
[pid=27311/tid=27314] ppid=27309 vsize=1276536 CPUtime=209.76
/proc/27311/task/27314/stat : 27314 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 60987 0 0 0 20941 35 0 0 25 0 5 0 1133371024 1307172864 299535 4294967295 134512640 135237372 3217663968 3080184928 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27311/tid=27315] ppid=27309 vsize=1276536 CPUtime=209.64
/proc/27311/task/27315/stat : 27315 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 72184 0 0 0 20905 59 0 0 25 0 5 0 1133371024 1307172864 299535 4294967295 134512640 135237372 3217663968 3071719952 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27311/tid=27316] ppid=27309 vsize=1276536 CPUtime=209.73
/proc/27311/task/27316/stat : 27316 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 78865 0 0 0 20932 41 0 0 25 0 5 0 1133371025 1307172864 299535 4294967295 134512640 135237372 3217663968 3063463232 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27311/tid=27317] ppid=27309 vsize=1276536 CPUtime=209.78
/proc/27311/task/27317/stat : 27317 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 60200 0 0 0 20958 20 0 0 25 0 5 0 1133371025 1307172864 299535 4294967295 134512640 135237372 3217663968 3055082864 134680257 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 851.2
Current children cumulated vsize (KiB) 1276536

[startup+282.312 s]
/proc/loadavg: 4.38 4.16 4.09 7/121 28110
/proc/meminfo: memFree=1477860/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=1525772 CPUtime=1090.51
/proc/27311/stat : 27311 (ttsth-5-0) S 27309 27311 11443 0 -1 4202496 360886 0 0 0 108855 196 0 0 25 0 5 0 1133369795 1562390528 359181 4294967295 134512640 135237372 3217663968 3217663564 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27311/statm: 381443 359181 95 177 0 381265 0
[pid=27311/tid=27314] ppid=27309 vsize=1525772 CPUtime=269.67
/proc/27311/task/27314/stat : 27314 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 71006 0 0 0 26926 41 0 0 25 0 5 0 1133371024 1562390528 359181 4294967295 134512640 135237372 3217663968 3080096400 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27311/tid=27315] ppid=27309 vsize=1525772 CPUtime=269.07
/proc/27311/task/27315/stat : 27315 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 83431 0 0 0 26835 72 0 0 25 0 5 0 1133371024 1562390528 359181 4294967295 134512640 135237372 3217663968 3071721456 134562380 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27311/tid=27316] ppid=27309 vsize=1525772 CPUtime=269.72
/proc/27311/task/27316/stat : 27316 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 101320 0 0 0 26923 49 0 0 25 0 5 0 1133371025 1562390528 359181 4294967295 134512640 135237372 3217663968 3063360176 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27311/tid=27317] ppid=27309 vsize=1525772 CPUtime=269.76
/proc/27311/task/27317/stat : 27317 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 76125 0 0 0 26947 29 0 0 25 0 5 0 1133371025 1562390528 359181 4294967295 134512640 135237372 3217663968 3054871888 134680720 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1090.51
Current children cumulated vsize (KiB) 1525772

[startup+342.319 s]
/proc/loadavg: 4.55 4.26 4.13 5/120 28261
/proc/meminfo: memFree=1236340/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=1777036 CPUtime=1329.96
/proc/27311/stat : 27311 (ttsth-5-0) S 27309 27311 11443 0 -1 4202496 420768 0 0 0 132767 229 0 0 25 0 5 0 1133369795 1819684864 419063 4294967295 134512640 135237372 3217663968 3217663564 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27311/statm: 444259 419063 95 177 0 444081 0
[pid=27311/tid=27314] ppid=27309 vsize=1777036 CPUtime=329.6
/proc/27311/task/27314/stat : 27314 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 82135 0 0 0 32915 45 0 0 25 0 5 0 1133371024 1819684864 419063 4294967295 134512640 135237372 3217663968 3080197200 134680503 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27311/tid=27315] ppid=27309 vsize=1777036 CPUtime=328.59
/proc/27311/task/27315/stat : 27315 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 99124 0 0 0 32771 88 0 0 25 0 5 0 1133371024 1819684864 419063 4294967295 134512640 135237372 3217663968 3071697772 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27311/tid=27316] ppid=27309 vsize=1777036 CPUtime=329.72
/proc/27311/task/27316/stat : 27316 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 116919 0 0 0 32916 56 0 0 25 0 5 0 1133371025 1819684864 419063 4294967295 134512640 135237372 3217663968 3063318812 134636641 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27311/tid=27317] ppid=27309 vsize=1777036 CPUtime=329.76
/proc/27311/task/27317/stat : 27317 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 93586 0 0 0 32941 35 0 0 25 0 5 0 1133371025 1819684864 419063 4294967295 134512640 135237372 3217663968 3054889008 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1329.96
Current children cumulated vsize (KiB) 1777036

[startup+402.317 s]
/proc/loadavg: 4.39 4.28 4.14 5/120 28454
/proc/meminfo: memFree=1079612/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=1942508 CPUtime=1569.16
/proc/27311/stat : 27311 (ttsth-5-0) S 27309 27311 11443 0 -1 4202496 460014 0 0 0 156667 249 0 0 25 0 5 0 1133369795 1989128192 458309 4294967295 134512640 135237372 3217663968 3217663564 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27311/statm: 485627 458309 95 177 0 485449 0
[pid=27311/tid=27314] ppid=27309 vsize=1942508 CPUtime=389.48
/proc/27311/task/27314/stat : 27314 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 90023 0 0 0 38898 50 0 0 25 0 5 0 1133371024 1989128192 458309 4294967295 134512640 135237372 3217663968 3080216144 134562287 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27311/tid=27315] ppid=27309 vsize=1942508 CPUtime=388.01
/proc/27311/task/27315/stat : 27315 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 108882 0 0 0 38708 93 0 0 25 0 5 0 1133371024 1989128192 458309 4294967295 134512640 135237372 3217663968 3071711872 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27311/tid=27316] ppid=27309 vsize=1942508 CPUtime=389.69
/proc/27311/task/27316/stat : 27316 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 126442 0 0 0 38908 61 0 0 25 0 5 0 1133371025 1989128192 458309 4294967295 134512640 135237372 3217663968 3063349328 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27311/tid=27317] ppid=27309 vsize=1942508 CPUtime=389.69
/proc/27311/task/27317/stat : 27317 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 105663 0 0 0 38929 40 0 0 25 0 5 0 1133371025 1989128192 458309 4294967295 134512640 135237372 3217663968 3054784864 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1569.16
Current children cumulated vsize (KiB) 1942508



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+446.905 s]
/proc/loadavg: 4.45 4.31 4.16 6/120 28639
/proc/meminfo: memFree=930296/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=2097036 CPUtime=1746.72
/proc/27311/stat : 27311 (ttsth-5-0) S 27309 27311 11443 0 -1 4202496 496839 0 0 0 174398 274 0 0 25 0 5 0 1133369795 2147364864 495134 4294967295 134512640 135237372 3217663968 3217663564 134629544 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27311/statm: 524259 495134 95 177 0 524081 0
[pid=27311/tid=27314] ppid=27309 vsize=2097036 CPUtime=433.98
/proc/27311/task/27314/stat : 27314 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 98954 0 0 0 43340 58 0 0 25 0 5 0 1133371024 2147364864 495134 4294967295 134512640 135237372 3217663968 3080268512 134562401 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=27311/tid=27315] ppid=27309 vsize=2097036 CPUtime=431.92
/proc/27311/task/27315/stat : 27315 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 122009 0 0 0 43087 105 0 0 25 0 5 0 1133371024 2147364864 495134 4294967295 134512640 135237372 3217663968 3071832844 134636641 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=27311/tid=27316] ppid=27309 vsize=2097036 CPUtime=434.26
/proc/27311/task/27316/stat : 27316 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 133546 0 0 0 43363 63 0 0 25 0 5 0 1133371025 2147364864 495134 4294967295 134512640 135237372 3217663968 3063322556 134636641 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=27311/tid=27317] ppid=27309 vsize=2097036 CPUtime=434.27
/proc/27311/task/27317/stat : 27317 (ttsth-5-0) R 27309 27311 11443 0 -1 4202560 113326 0 0 0 43384 43 0 0 25 0 5 0 1133371025 2147364864 495134 4294967295 134512640 135237372 3217663968 3054897948 134636641 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1746.72
Current children cumulated vsize (KiB) 2097036

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+447.025 s]
/proc/loadavg: 4.45 4.31 4.16 6/120 28639
/proc/meminfo: memFree=930296/3368532 swapFree=1941392/1959888
[pid=27311] ppid=27309 vsize=0 CPUtime=1746.9
/proc/27311/stat : 27311 (ttsth-5-0) Z 27309 27311 11443 0 -1 4203524 496839 0 0 0 174406 284 0 0 19 0 2 0 1133369795 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/27311/statm: 0 0 0 0 0 0 0
[pid=27311/tid=27314] ppid=27309 vsize=0 CPUtime=434.1
/proc/27311/task/27314/stat : 27314 (ttsth-5-0) R 27309 27311 11443 0 -1 4203588 98954 0 0 0 43342 68 0 0 25 0 2 0 1133371024 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1746.9
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27311 and gives
#  childrusage.ru_utime.tv_sec=1744
#  childrusage.ru_utime.tv_usec=60000
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=840000
# CPU time returned by wait4() is 1746.9
# while last known CPU time is 1746.9
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 447.03
CPU time (s): 1746.9
CPU user time (s): 1744.06
CPU system time (s): 2.84
CPU usage (%): 390.779
Max. virtual memory (cumulated for all children) (KiB): 2097036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1744.06
system time used= 2.84
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 496839
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1840
involuntary context switches= 35028

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 14:35:00
IDJOB=1781353
IDBENCH=71731
IDSOLVER=632
FILE ID=/1781353-1243686900
PBS_JOBID=
Free space on /tmp= 15727 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT_RACE06/velev-live-uns-2.0-ebuf.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1781353-1243686900/watcher-1781353-1243686900 -o /tmp/evaluation-result-1781353-1243686900/solver-1781353-1243686900 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781353-1243686900.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 67de5cf23f11aa400b48f4451ee5f362
RANDOM SEED= 1484273440

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.17
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2912268 kB
Buffers:        114252 kB
Cached:         236264 kB
SwapCached:       4320 kB
Active:         208872 kB
Inactive:       152404 kB
HighTotal:     2489216 kB
HighFree:      2240280 kB
LowTotal:       879316 kB
LowFree:        671988 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:            3800 kB
Writeback:           0 kB
AnonPages:        9136 kB
Mapped:           4296 kB
Slab:            85220 kB
SReclaimable:    75508 kB
SUnreclaim:       9712 kB
PageTables:        748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127076 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15727 MiB
End job on  at 2009-05-30 14:42:29