Trace number 1778803

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) 807.2 444.937

General information on the benchmark

NameAPPLICATIONS/
bitverif/minxor/minxor128.cnf
MD5SUM10b48467ea3d951975cb9264f0b654fe
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.94
Satisfiable
(Un)Satisfiability was proved
Number of variables54258
Number of clauses160469
Sum of the clauses size374425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2106978
Number of clauses of size 353489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.35	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778803-1243677122.cnf 
0.29/0.35	c Using SATTIMEOUT of 10000
0.29/0.35	c Using SATRAM of 2047
0.29/0.35	c Size of subset node = 16
0.29/0.35	c Variables = 54258
0.29/0.35	c Clauses = 160469
0.29/0.35	c Literals = 374425
0.29/0.35	c Reduced size:
0.29/0.35	c Variables = 54258
0.29/0.35	c Clauses = 160425
0.29/0.35	c Literals = 374322
0.29/0.35	c a2
0.49/0.60	c a1
13.74/26.74	c Independent sub-problems = 1
13.74/26.74	c Sub-problem with 54240 variables and 160425 clauses
13.74/26.74	c using permutation method 4
13.74/26.74	c count = 1
13.74/26.74	c Ordering finished 13.690 seconds
13.74/26.74	c mapped 13.750 seconds
13.74/26.74	c permuted 13.750 seconds
13.74/26.74	c about to sort
13.81/26.88	c sorted
15.20/29.67	c clauses now 160425
15.20/29.67	c init finished 14.150 seconds
15.20/29.67	c tree built 15.190 seconds
15.20/29.67	c 
15.20/29.67	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
15.20/29.67	c ---------------------------------|----------------------------------|------------------------------------------------------
15.20/29.67	c ................................ | ..........                       |                       15.2           0.0             
15.20/29.67	c ................................ | ..........                     1 |                       15.2           0.1             
15.20/29.67	c ................................ | ..........                     2 |                       15.2           0.1             
15.20/29.67	c ................................ | ..........                     3 |                       15.2           0.2             
15.20/29.67	c ................................ | ..........                     4 |                       15.2           0.3             
15.20/29.67	c ................................ | ..........                     5 |                       15.2           0.3             
15.20/29.67	c ................................ | ..........                  1000 |                       15.2          65.8           18
203.23/135.24	c ................................ | ..........               3561000 | 50955                203.3       17518.6     15204223
400.78/235.36	c ................................ | ..........               4092000 | 71541                400.9       10206.3     45458364
604.61/337.71	c ................................ | ..........               4846000 | 94621                604.6        8015.2     68266918
800.00/440.73	c ................................ | ..........               6190000 | 127139               800.0        7737.3     97947352

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-1778803-1243677122/watcher-1778803-1243677122 -o /tmp/evaluation-result-1778803-1243677122/solver-1778803-1243677122 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778803-1243677122.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: 8.77 8.09 7.25 6/113 31591
/proc/meminfo: memFree=2230264/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=1140 CPUtime=0.01
/proc/31591/stat : 31591 (ttsth-5-0) R 31589 31591 14986 0 -1 4202496 184 0 0 0 0 1 0 0 18 0 1 0 1121849567 1167360 139 4294967295 134512640 135237372 3215543776 3215543224 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31591/statm: 285 139 75 177 0 107 0

[startup+0.135124 s]
/proc/loadavg: 8.77 8.09 7.25 6/113 31591
/proc/meminfo: memFree=2230264/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=6256 CPUtime=0.11
/proc/31591/stat : 31591 (ttsth-5-0) R 31589 31591 14986 0 -1 4202496 1443 0 0 0 10 1 0 0 18 0 1 0 1121849567 6406144 1398 4294967295 134512640 135237372 3215543776 3215542300 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31591/statm: 1564 1399 75 177 0 1386 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6256

[startup+0.215117 s]
/proc/loadavg: 8.77 8.09 7.25 6/113 31591
/proc/meminfo: memFree=2230264/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=10136 CPUtime=0.19
/proc/31591/stat : 31591 (ttsth-5-0) R 31589 31591 14986 0 -1 4202496 2387 0 0 0 17 2 0 0 18 0 1 0 1121849567 10379264 2342 4294967295 134512640 135237372 3215543776 3215543224 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31591/statm: 2534 2343 75 177 0 2356 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10136

[startup+0.315119 s]
/proc/loadavg: 8.77 8.09 7.25 6/113 31591
/proc/meminfo: memFree=2230264/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=12652 CPUtime=0.29
/proc/31591/stat : 31591 (ttsth-5-0) R 31589 31591 14986 0 -1 4202496 2908 0 0 0 26 3 0 0 18 0 1 0 1121849567 12955648 2863 4294967295 134512640 135237372 3215543776 3215543468 134534553 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31591/statm: 3163 2863 75 177 0 2985 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12652

[startup+0.715088 s]
/proc/loadavg: 8.77 8.09 7.25 6/113 31591
/proc/meminfo: memFree=2230264/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=24244 CPUtime=0.69
/proc/31591/stat : 31591 (ttsth-5-0) R 31589 31591 14986 0 -1 4202496 6367 0 0 0 63 6 0 0 18 0 1 0 1121849567 24825856 5742 4294967295 134512640 135237372 3215543776 3215542904 134730192 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31591/statm: 6061 5742 77 177 0 5883 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24244

[startup+1.51502 s]
/proc/loadavg: 8.47 8.04 7.24 6/114 31592
/proc/meminfo: memFree=2201404/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=30712 CPUtime=1.11
/proc/31591/stat : 31591 (ttsth-5-0) R 31589 31591 14986 0 -1 4202496 7991 0 0 0 104 7 0 0 19 0 1 0 1121849567 31449088 7366 4294967295 134512640 135237372 3215543776 3215542904 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31591/statm: 7678 7366 77 177 0 7500 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 30712

[startup+3.11489 s]
/proc/loadavg: 8.47 8.04 7.24 6/114 31592
/proc/meminfo: memFree=2201044/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=30848 CPUtime=1.91
/proc/31591/stat : 31591 (ttsth-5-0) R 31589 31591 14986 0 -1 4202496 8039 0 0 0 184 7 0 0 21 0 1 0 1121849567 31588352 7414 4294967295 134512640 135237372 3215543776 3215543104 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31591/statm: 7712 7414 77 177 0 7534 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 30848
heavy processes:
  %CPU=87 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=87 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+6.31464 s]
/proc/loadavg: 8.47 8.04 7.24 6/114 31592
/proc/meminfo: memFree=2200672/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=31012 CPUtime=3.51
/proc/31591/stat : 31591 (ttsth-5-0) R 31589 31591 14986 0 -1 4202496 8078 0 0 0 344 7 0 0 25 0 1 0 1121849567 31756288 7453 4294967295 134512640 135237372 3215543776 3215543104 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31591/statm: 7753 7453 77 177 0 7575 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 31012
heavy processes:
  %CPU=87 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=87 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+12.7141 s]
/proc/loadavg: 8.01 7.95 7.22 8/115 31615
/proc/meminfo: memFree=2200044/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=31300 CPUtime=6.71
/proc/31591/stat : 31591 (ttsth-5-0) R 31589 31591 14986 0 -1 4202496 8120 0 0 0 664 7 0 0 25 0 1 0 1121849567 32051200 7495 4294967295 134512640 135237372 3215543776 3215542904 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31591/statm: 7825 7495 77 177 0 7647 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 31300
heavy processes:
  %CPU=87 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=87 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+25.5131 s]
/proc/loadavg: 7.85 7.92 7.22 8/115 31738
/proc/meminfo: memFree=2198564/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=32020 CPUtime=13.11
/proc/31591/stat : 31591 (ttsth-5-0) R 31589 31591 14986 0 -1 4202496 8315 0 0 0 1304 7 0 0 25 0 1 0 1121849567 32788480 7690 4294967295 134512640 135237372 3215543776 3215542904 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/31591/statm: 8005 7690 77 177 0 7827 0
Current children cumulated CPU time (s) 13.11
Current children cumulated vsize (KiB) 32020
heavy processes:
  %CPU=87 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=86 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=87 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+51.1111 s]
/proc/loadavg: 8.12 7.97 7.25 9/118 31784
/proc/meminfo: memFree=1902932/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=333476 CPUtime=49.22
/proc/31591/stat : 31591 (ttsth-5-0) S 31589 31591 14986 0 -1 4202496 82808 0 0 0 4886 36 0 0 25 0 5 0 1121849567 341479424 81675 4294967295 134512640 135237372 3215543776 3215543372 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31591/statm: 83369 81675 95 177 0 83191 0
[pid=31591/tid=31774] ppid=31589 vsize=333476 CPUtime=9.67
/proc/31591/task/31774/stat : 31774 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 11600 0 0 0 964 3 0 0 25 0 5 0 1121852525 341479424 81675 4294967295 134512640 135237372 3215543776 3072334080 134751534 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31591/tid=31776] ppid=31589 vsize=333476 CPUtime=8.65
/proc/31591/task/31776/stat : 31776 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 4862 0 0 0 861 4 0 0 25 0 5 0 1121852536 341479424 81675 4294967295 134512640 135237372 3215543776 3065160828 134550976 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31591/tid=31777] ppid=31589 vsize=333476 CPUtime=7.5
/proc/31591/task/31777/stat : 31777 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 4426 0 0 0 747 3 0 0 25 0 5 0 1121852536 341479424 81675 4294967295 134512640 135237372 3215543776 3054955552 134587921 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31591/tid=31778] ppid=31589 vsize=333476 CPUtime=8.21
/proc/31591/task/31778/stat : 31778 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 4656 0 0 0 820 1 0 0 25 0 5 0 1121852536 341479424 81675 4294967295 134512640 135237372 3215543776 3048304124 134636382 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 49.22
Current children cumulated vsize (KiB) 333476

[startup+102.307 s]
/proc/loadavg: 8.33 8.05 7.32 9/118 31971
/proc/meminfo: memFree=1756780/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=478684 CPUtime=139.21
/proc/31591/stat : 31591 (ttsth-5-0) S 31589 31591 14986 0 -1 4202496 119026 0 0 0 13868 53 0 0 25 0 5 0 1121849567 490172416 117893 4294967295 134512640 135237372 3215543776 3215543372 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31591/statm: 119671 117893 95 177 0 119493 0
[pid=31591/tid=31774] ppid=31589 vsize=478684 CPUtime=34.06
/proc/31591/task/31774/stat : 31774 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 32005 0 0 0 3396 10 0 0 25 0 5 0 1121852525 490172416 117893 4294967295 134512640 135237372 3215543776 3074351696 134546026 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31591/tid=31776] ppid=31589 vsize=478684 CPUtime=31.61
/proc/31591/task/31776/stat : 31776 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 8307 0 0 0 3155 6 0 0 25 0 5 0 1121852536 490172416 117893 4294967295 134512640 135237372 3215543776 3063422208 134590241 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31591/tid=31777] ppid=31589 vsize=478684 CPUtime=29.63
/proc/31591/task/31777/stat : 31777 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 8515 0 0 0 2956 7 0 0 25 0 5 0 1121852536 490172416 117893 4294967295 134512640 135237372 3215543776 3055661872 134680374 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31591/tid=31778] ppid=31589 vsize=478684 CPUtime=28.71
/proc/31591/task/31778/stat : 31778 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 12935 0 0 0 2866 5 0 0 25 0 5 0 1121852536 490172416 117893 4294967295 134512640 135237372 3215543776 3044773568 134590288 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 139.21
Current children cumulated vsize (KiB) 478684

[startup+162.302 s]
/proc/loadavg: 8.46 8.15 7.39 9/118 32157
/proc/meminfo: memFree=1424040/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=816284 CPUtime=258.67
/proc/31591/stat : 31591 (ttsth-5-0) S 31589 31591 14986 0 -1 4202496 201989 0 0 0 25792 75 0 0 25 0 5 0 1121849567 835874816 200856 4294967295 134512640 135237372 3215543776 3215543372 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31591/statm: 204071 200856 95 177 0 203893 0
[pid=31591/tid=31774] ppid=31589 vsize=816284 CPUtime=63.61
/proc/31591/task/31774/stat : 31774 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 74500 0 0 0 6343 18 0 0 25 0 5 0 1121852525 835874816 200856 4294967295 134512640 135237372 3215543776 3074466544 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31591/tid=31776] ppid=31589 vsize=816284 CPUtime=63.72
/proc/31591/task/31776/stat : 31776 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 29539 0 0 0 6358 14 0 0 25 0 5 0 1121852536 835874816 200856 4294967295 134512640 135237372 3215543776 3064676032 134680329 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31591/tid=31777] ppid=31589 vsize=816284 CPUtime=58.33
/proc/31591/task/31777/stat : 31777 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 22447 0 0 0 5821 12 0 0 25 0 5 0 1121852536 835874816 200856 4294967295 134512640 135237372 3215543776 3056708976 134749353 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31591/tid=31778] ppid=31589 vsize=816284 CPUtime=57.81
/proc/31591/task/31778/stat : 31778 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 18239 0 0 0 5775 6 0 0 25 0 5 0 1121852536 835874816 200856 4294967295 134512640 135237372 3215543776 3045823360 134680503 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 258.67
Current children cumulated vsize (KiB) 816284

[startup+222.308 s]
/proc/loadavg: 8.48 8.21 7.46 9/118 32349
/proc/meminfo: memFree=1133324/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=1112692 CPUtime=375.37
/proc/31591/stat : 31591 (ttsth-5-0) S 31589 31591 14986 0 -1 4202496 274247 0 0 0 37437 100 0 0 25 0 5 0 1121849567 1139396608 273114 4294967295 134512640 135237372 3215543776 3215543372 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31591/statm: 278173 273114 95 177 0 277995 0
[pid=31591/tid=31774] ppid=31589 vsize=1112692 CPUtime=92.64
/proc/31591/task/31774/stat : 31774 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 104510 0 0 0 9238 26 0 0 25 0 5 0 1121852525 1139396608 273114 4294967295 134512640 135237372 3215543776 3073114576 134680288 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31591/tid=31776] ppid=31589 vsize=1112692 CPUtime=93.05
/proc/31591/task/31776/stat : 31776 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 45566 0 0 0 9284 21 0 0 25 0 5 0 1121852536 1139396608 273114 4294967295 134512640 135237372 3215543776 3062506496 134680273 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31591/tid=31777] ppid=31589 vsize=1112692 CPUtime=87.23
/proc/31591/task/31777/stat : 31777 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 47117 0 0 0 8701 22 0 0 25 0 5 0 1121852536 1139396608 273114 4294967295 134512640 135237372 3215543776 3056952384 134680367 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31591/tid=31778] ppid=31589 vsize=1112692 CPUtime=87.25
/proc/31591/task/31778/stat : 31778 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 19790 0 0 0 8719 6 0 0 25 0 5 0 1121852536 1139396608 273114 4294967295 134512640 135237372 3215543776 3045737504 134591163 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 375.37
Current children cumulated vsize (KiB) 1112692

[startup+282.313 s]
/proc/loadavg: 8.34 8.21 7.51 9/118 32538
/proc/meminfo: memFree=920524/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=1329800 CPUtime=495.01
/proc/31591/stat : 31591 (ttsth-5-0) S 31589 31591 14986 0 -1 4202496 327046 0 0 0 49380 121 0 0 25 0 5 0 1121849567 1361715200 325913 4294967295 134512640 135237372 3215543776 3215543372 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31591/statm: 332450 325913 95 177 0 332272 0
[pid=31591/tid=31774] ppid=31589 vsize=1329800 CPUtime=121.91
/proc/31591/task/31774/stat : 31774 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 131259 0 0 0 12154 37 0 0 25 0 5 0 1121852525 1361715200 325913 4294967295 134512640 135237372 3215543776 3071915104 134749351 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31591/tid=31776] ppid=31589 vsize=1329800 CPUtime=124.11
/proc/31591/task/31776/stat : 31776 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 61144 0 0 0 12387 24 0 0 25 0 5 0 1121852536 1361715200 325913 4294967295 134512640 135237372 3215543776 3065167520 134680499 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31591/tid=31777] ppid=31589 vsize=1329800 CPUtime=116.73
/proc/31591/task/31777/stat : 31777 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 55675 0 0 0 11647 26 0 0 25 0 5 0 1121852536 1361715200 325913 4294967295 134512640 135237372 3215543776 3055094204 134519936 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31591/tid=31778] ppid=31589 vsize=1329800 CPUtime=117.06
/proc/31591/task/31778/stat : 31778 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 21704 0 0 0 11697 9 0 0 25 0 5 0 1121852536 1361715200 325913 4294967295 134512640 135237372 3215543776 3045177248 134749353 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 495.01
Current children cumulated vsize (KiB) 1329800

[startup+342.308 s]
/proc/loadavg: 8.33 8.23 7.56 10/118 32727
/proc/meminfo: memFree=649744/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=1608604 CPUtime=613.49
/proc/31591/stat : 31591 (ttsth-5-0) S 31589 31591 14986 0 -1 4202496 394813 0 0 0 61209 140 0 0 25 0 5 0 1121849567 1647210496 393680 4294967295 134512640 135237372 3215543776 3215543372 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31591/statm: 402151 393680 95 177 0 401973 0
[pid=31591/tid=31774] ppid=31589 vsize=1608604 CPUtime=150.65
/proc/31591/task/31774/stat : 31774 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 150245 0 0 0 15021 44 0 0 25 0 5 0 1121852525 1647210496 393680 4294967295 134512640 135237372 3215543776 3070668032 134590235 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31591/tid=31776] ppid=31589 vsize=1608604 CPUtime=154.75
/proc/31591/task/31776/stat : 31776 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 89366 0 0 0 15445 30 0 0 25 0 5 0 1121852536 1647210496 393680 4294967295 134512640 135237372 3215543776 3062516592 134590501 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31591/tid=31777] ppid=31589 vsize=1608604 CPUtime=146.03
/proc/31591/task/31777/stat : 31777 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 74147 0 0 0 14571 32 0 0 25 0 5 0 1121852536 1647210496 393680 4294967295 134512640 135237372 3215543776 3053200384 134546026 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31591/tid=31778] ppid=31589 vsize=1608604 CPUtime=146.86
/proc/31591/task/31778/stat : 31778 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 23791 0 0 0 14677 9 0 0 25 0 5 0 1121852536 1647210496 393680 4294967295 134512640 135237372 3215543776 3046655920 134680364 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 613.49
Current children cumulated vsize (KiB) 1608604

[startup+402.314 s]
/proc/loadavg: 8.41 8.27 7.61 9/118 448
/proc/meminfo: memFree=369900/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=1901244 CPUtime=725.53
/proc/31591/stat : 31591 (ttsth-5-0) S 31589 31591 14986 0 -1 4202496 464824 0 0 0 72379 174 0 0 25 0 5 0 1121849567 1946873856 463691 4294967295 134512640 135237372 3215543776 3215543372 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31591/statm: 475311 463691 95 177 0 475133 0
[pid=31591/tid=31774] ppid=31589 vsize=1901244 CPUtime=178.61
/proc/31591/task/31774/stat : 31774 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 164078 0 0 0 17811 50 0 0 25 0 5 0 1121852525 1946873856 463691 4294967295 134512640 135237372 3215543776 3070182352 134680737 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=31591/tid=31776] ppid=31589 vsize=1901244 CPUtime=182.4
/proc/31591/task/31776/stat : 31776 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 114881 0 0 0 18195 45 0 0 25 0 5 0 1121852536 1946873856 463691 4294967295 134512640 135237372 3215543776 3064413612 134636382 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31591/tid=31777] ppid=31589 vsize=1901244 CPUtime=174.17
/proc/31591/task/31777/stat : 31777 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 95970 0 0 0 17377 40 0 0 25 0 5 0 1121852536 1946873856 463691 4294967295 134512640 135237372 3215543776 3053832464 134562338 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31591/tid=31778] ppid=31589 vsize=1901244 CPUtime=175.15
/proc/31591/task/31778/stat : 31778 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 32631 0 0 0 17501 14 0 0 25 0 5 0 1121852536 1946873856 463691 4294967295 134512640 135237372 3215543776 3046068092 134680502 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 725.53
Current children cumulated vsize (KiB) 1901244



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+444.61 s]
/proc/loadavg: 8.43 8.28 7.64 9/118 633
/proc/meminfo: memFree=184588/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=2096268 CPUtime=807.05
/proc/31591/stat : 31591 (ttsth-5-0) S 31589 31591 14986 0 -1 4202496 510080 0 0 0 80517 188 0 0 25 0 5 0 1121849567 2146578432 508947 4294967295 134512640 135237372 3215543776 3215543372 134629544 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31591/statm: 524067 508947 95 177 0 523889 0
[pid=31591/tid=31774] ppid=31589 vsize=2096268 CPUtime=199.04
/proc/31591/task/31774/stat : 31774 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 169752 0 0 0 19853 51 0 0 25 0 5 0 1121852525 2146578432 508947 4294967295 134512640 135237372 3215543776 3074347168 134562278 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31591/tid=31776] ppid=31589 vsize=2096268 CPUtime=202.84
/proc/31591/task/31776/stat : 31776 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 137465 0 0 0 20234 50 0 0 25 0 5 0 1121852536 2146578432 508947 4294967295 134512640 135237372 3215543776 3063790992 134590230 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=31591/tid=31777] ppid=31589 vsize=2096268 CPUtime=194.23
/proc/31591/task/31777/stat : 31777 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 111514 0 0 0 19375 48 0 0 25 0 5 0 1121852536 2146578432 508947 4294967295 134512640 135237372 3215543776 3053615488 134562344 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=31591/tid=31778] ppid=31589 vsize=2096268 CPUtime=195.74
/proc/31591/task/31778/stat : 31778 (ttsth-5-0) R 31589 31591 14986 0 -1 4202560 34085 0 0 0 19560 14 0 0 25 0 5 0 1121852536 2146578432 508947 4294967295 134512640 135237372 3215543776 3047125088 134591174 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 807.05
Current children cumulated vsize (KiB) 2096268

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

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

[startup+444.73 s]
/proc/loadavg: 8.43 8.28 7.64 9/118 633
/proc/meminfo: memFree=184588/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=0 CPUtime=807.09
/proc/31591/stat : 31591 (ttsth-5-0) Z 31589 31591 14986 0 -1 4203524 510086 0 0 0 80521 188 0 0 18 0 2 0 1121849567 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31591/statm: 0 0 0 0 0 0 0
[pid=31591/tid=31776] ppid=31589 vsize=0 CPUtime=202.85
/proc/31591/task/31776/stat : 31776 (ttsth-5-0) R 31589 31591 14986 0 -1 4203588 137471 0 0 0 20235 50 0 0 25 0 2 0 1121852536 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 807.09
Current children cumulated vsize (KiB) 0

[startup+444.91 s]
/proc/loadavg: 8.43 8.28 7.64 9/118 633
/proc/meminfo: memFree=184588/3368532 swapFree=1953000/1959888
[pid=31591] ppid=31589 vsize=0 CPUtime=807.19
/proc/31591/stat : 31591 (ttsth-5-0) Z 31589 31591 14986 0 -1 4203524 510086 0 0 0 80521 198 0 0 18 0 2 0 1121849567 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/31591/statm: 0 0 0 0 0 0 0
[pid=31591/tid=31776] ppid=31589 vsize=0 CPUtime=202.95
/proc/31591/task/31776/stat : 31776 (ttsth-5-0) R 31589 31591 14986 0 -1 4203588 137471 0 0 0 20235 60 0 0 25 0 2 0 1121852536 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 807.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 444.937
CPU time (s): 807.2
CPU user time (s): 805.21
CPU system time (s): 1.99
CPU usage (%): 181.419
Max. virtual memory (cumulated for all children) (KiB): 2096268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 805.21
system time used= 1.99
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510086
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= 1812
involuntary context switches= 19754

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-30 11:52:02
IDJOB=1778803
IDBENCH=70762
IDSOLVER=632
FILE ID=tipi45/1778803-1243677122
PBS_JOBID=
Free space on /tmp= 15499 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxor/minxor128.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778803-1243677122/watcher-1778803-1243677122 -o /tmp/evaluation-result-1778803-1243677122/solver-1778803-1243677122 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778803-1243677122.cnf

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

MD5SUM BENCH= 10b48467ea3d951975cb9264f0b654fe
RANDOM SEED= 241508251

Linux tipi45 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.081
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.41
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.081
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.10
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.081
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.16
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.081
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2230364 kB
Buffers:         31772 kB
Cached:         568260 kB
SwapCached:       1892 kB
Active:         525056 kB
Inactive:       533192 kB
HighTotal:     2489216 kB
HighFree:      1467952 kB
LowTotal:       879316 kB
LowFree:        762412 kB
SwapTotal:     1959888 kB
SwapFree:      1953000 kB
Dirty:            4292 kB
Writeback:           0 kB
AnonPages:      457740 kB
Mapped:           6552 kB
Slab:            67356 kB
SReclaimable:    55720 kB
SUnreclaim:      11636 kB
PageTables:       1132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   545848 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15499 MiB
End job on tipi45 at 2009-05-30 11:59:30