Trace number 1776763

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)Signal 372.18 750.829

General information on the benchmark

Namemanol-pipe-f9b.cnf
MD5SUMc3e7cb16bced9d54ce489b6e95d89943
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark263.63
Satisfiable
(Un)Satisfiability was proved
Number of variables183371
Number of clauses547078
Sum of the clauses size1276514
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2364718
Number of clauses of size 3182359
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.99/1.29	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776763-1243675820.cnf 
0.99/1.29	c Using SATTIMEOUT of 10000
0.99/1.29	c Using SATRAM of 2047
0.99/1.29	c Size of subset node = 16
0.99/1.29	c Variables = 183371
0.99/1.29	c Clauses = 547078
0.99/1.29	c Literals = 1276514
0.99/1.29	c Reduced size:
0.99/1.29	c Variables = 183371
0.99/1.29	c Clauses = 547070
0.99/1.29	c Literals = 1276496
0.99/1.29	c a2
1.79/2.91	c a1
368.25/736.25	c Independent sub-problems = 1
368.25/736.25	c Sub-problem with 183368 variables and 547070 clauses
368.25/736.25	c using permutation method 4
368.25/736.25	c count = 1
368.25/736.25	c Ordering finished 367.940 seconds
368.25/736.25	c mapped 368.240 seconds
368.25/736.25	c permuted 368.240 seconds
368.25/736.25	c about to sort
368.40/736.50	c sorted

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-1776763-1243675820/watcher-1776763-1243675820 -o /tmp/evaluation-result-1776763-1243675820/solver-1776763-1243675820 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776763-1243675820.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.33 8.16 7.24 6/113 27642
/proc/meminfo: memFree=2272864/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=1144 CPUtime=0.01
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 184 0 0 0 0 1 0 0 18 0 1 0 1121719480 1171456 139 4294967295 134512640 135237372 3220742864 3220742312 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27642/statm: 286 139 75 177 0 108 0

[startup+0.030015 s]
/proc/loadavg: 8.33 8.16 7.24 6/113 27642
/proc/meminfo: memFree=2272864/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=2332 CPUtime=0.03
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 491 0 0 0 2 1 0 0 18 0 1 0 1121719480 2387968 446 4294967295 134512640 135237372 3220742864 3220742312 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27642/statm: 583 446 75 177 0 405 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2332

[startup+0.109996 s]
/proc/loadavg: 8.33 8.16 7.24 6/113 27642
/proc/meminfo: memFree=2272864/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=6128 CPUtime=0.11
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 1432 0 0 0 10 1 0 0 18 0 1 0 1121719480 6275072 1387 4294967295 134512640 135237372 3220742864 3220742312 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27642/statm: 1532 1387 75 177 0 1354 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6128

[startup+0.309974 s]
/proc/loadavg: 8.33 8.16 7.24 6/113 27642
/proc/meminfo: memFree=2272864/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=15824 CPUtime=0.31
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 3798 0 0 0 29 2 0 0 18 0 1 0 1121719480 16203776 3753 4294967295 134512640 135237372 3220742864 3220741388 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27642/statm: 3956 3754 75 177 0 3778 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 15824

[startup+0.709945 s]
/proc/loadavg: 8.33 8.16 7.24 6/113 27642
/proc/meminfo: memFree=2272864/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=40780 CPUtime=0.71
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 8873 0 0 0 67 4 0 0 18 0 1 0 1121719480 41758720 8828 4294967295 134512640 135237372 3220742864 3220742588 134533779 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27642/statm: 10195 8828 75 177 0 10017 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 40780

[startup+1.50988 s]
/proc/loadavg: 8.33 8.16 7.24 6/114 27643
/proc/meminfo: memFree=2235360/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=69352 CPUtime=1.15
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 16723 0 0 0 108 7 0 0 19 0 1 0 1121719480 71016448 16678 4294967295 134512640 135237372 3220742864 3220742132 134730425 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27642/statm: 17338 16678 76 177 0 17160 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 69352

[startup+3.10976 s]
/proc/loadavg: 8.14 8.12 7.23 6/114 27643
/proc/meminfo: memFree=2197028/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=84008 CPUtime=1.95
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 20096 0 0 0 188 7 0 0 21 0 1 0 1121719480 86024192 20050 4294967295 134512640 135237372 3220742864 3220742140 134728864 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27642/statm: 21002 20050 76 177 0 20824 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 84008
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=87 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=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+6.30951 s]
/proc/loadavg: 8.14 8.12 7.23 6/114 27643
/proc/meminfo: memFree=2173756/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=101856 CPUtime=3.55
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 33189 0 0 0 344 11 0 0 25 0 1 0 1121719480 104300544 24781 4294967295 134512640 135237372 3220742864 3220742224 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27642/statm: 25464 24781 77 177 0 25286 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 101856
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=87 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=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+12.709 s]
/proc/loadavg: 7.66 8.02 7.20 6/114 27643
/proc/meminfo: memFree=2173168/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=102192 CPUtime=6.75
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 33251 0 0 0 664 11 0 0 25 0 1 0 1121719480 104644608 24843 4294967295 134512640 135237372 3220742864 3220742192 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27642/statm: 25548 24843 77 177 0 25370 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 102192
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=87 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=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+25.508 s]
/proc/loadavg: 7.25 7.92 7.18 6/114 27646
/proc/meminfo: memFree=2172348/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=102488 CPUtime=13.15
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 33355 0 0 0 1304 11 0 0 25 0 1 0 1121719480 104947712 24947 4294967295 134512640 135237372 3220742864 3220742192 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/27642/statm: 25622 24947 77 177 0 25444 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 102488
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=87 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=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+51.106 s]
/proc/loadavg: 6.69 7.73 7.14 8/114 27832
/proc/meminfo: memFree=2169284/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=103308 CPUtime=25.91
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 33530 0 0 0 2580 11 0 0 25 0 1 0 1121719480 105787392 25122 4294967295 134512640 135237372 3220742864 3220742224 134600960 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 25827 25122 77 177 0 25649 0
Current children cumulated CPU time (s) 25.91
Current children cumulated vsize (KiB) 103308
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=87 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=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+102.312 s]
/proc/loadavg: 6.09 7.37 7.04 8/115 27905
/proc/meminfo: memFree=2165904/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=104816 CPUtime=51.48
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 33900 0 0 0 5137 11 0 0 25 0 1 0 1121719480 107331584 25492 4294967295 134512640 135237372 3220742864 3220742192 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 26204 25492 77 177 0 26026 0
Current children cumulated CPU time (s) 51.48
Current children cumulated vsize (KiB) 104816
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=87 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=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+162.317 s]
/proc/loadavg: 5.69 7.04 6.95 7/114 28023
/proc/meminfo: memFree=2163568/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=106644 CPUtime=81.48
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 34271 0 0 0 8135 13 0 0 25 0 1 0 1121719480 109203456 25863 4294967295 134512640 135237372 3220742864 3220742224 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 26661 25863 77 177 0 26483 0
Current children cumulated CPU time (s) 81.48
Current children cumulated vsize (KiB) 106644
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=87 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=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+222.313 s]
/proc/loadavg: 5.59 6.76 6.86 7/114 28212
/proc/meminfo: memFree=2161328/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=107172 CPUtime=111.45
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 34458 0 0 0 11131 14 0 0 25 0 1 0 1121719480 109744128 26050 4294967295 134512640 135237372 3220742864 3220742224 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 26793 26050 77 177 0 26615 0
Current children cumulated CPU time (s) 111.45
Current children cumulated vsize (KiB) 107172
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=87 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=87 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+282.308 s]
/proc/loadavg: 5.55 6.55 6.78 7/114 28399
/proc/meminfo: memFree=2158980/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=107436 CPUtime=141.5
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 34504 0 0 0 14130 20 0 0 25 0 1 0 1121719480 110014464 26096 4294967295 134512640 135237372 3220742864 3220742224 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 26859 26096 77 177 0 26681 0
Current children cumulated CPU time (s) 141.5
Current children cumulated vsize (KiB) 107436
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=87 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=87 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+342.313 s]
/proc/loadavg: 5.44 6.33 6.68 7/114 28590
/proc/meminfo: memFree=2156600/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=107436 CPUtime=171.47
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 34539 0 0 0 17126 21 0 0 25 0 1 0 1121719480 110014464 26131 4294967295 134512640 135237372 3220742864 3220742224 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 26859 26131 77 177 0 26681 0
Current children cumulated CPU time (s) 171.47
Current children cumulated vsize (KiB) 107436
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

################
# More data... #
################

  %CPU=87 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+402.309 s]
/proc/loadavg: 5.84 6.28 6.64 7/114 28778
/proc/meminfo: memFree=2154508/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=107568 CPUtime=201.49
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 34565 0 0 0 20125 24 0 0 25 0 1 0 1121719480 110149632 26157 4294967295 134512640 135237372 3220742864 3220742224 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 26892 26157 77 177 0 26714 0
Current children cumulated CPU time (s) 201.49
Current children cumulated vsize (KiB) 107568
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=87 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=87 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+462.304 s]
/proc/loadavg: 5.60 6.12 6.56 7/114 28967
/proc/meminfo: memFree=2152608/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=107700 CPUtime=231.45
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 34592 0 0 0 23119 26 0 0 25 0 1 0 1121719480 110284800 26184 4294967295 134512640 135237372 3220742864 3220742224 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 26925 26184 77 177 0 26747 0
Current children cumulated CPU time (s) 231.45
Current children cumulated vsize (KiB) 107700
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=87 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=87 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+522.309 s]
/proc/loadavg: 5.73 6.05 6.51 7/114 29156
/proc/meminfo: memFree=2150400/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=107700 CPUtime=261.45
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 34618 0 0 0 26117 28 0 0 25 0 1 0 1121719480 110284800 26210 4294967295 134512640 135237372 3220742864 3220742224 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 26925 26210 77 177 0 26747 0
Current children cumulated CPU time (s) 261.45
Current children cumulated vsize (KiB) 107700
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=87 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=87 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+582.315 s]
/proc/loadavg: 5.72 5.97 6.45 8/115 29328
/proc/meminfo: memFree=2148260/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=107832 CPUtime=291.45
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 34646 0 0 0 29115 30 0 0 25 0 1 0 1121719480 110419968 26238 4294967295 134512640 135237372 3220742864 3220742224 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 26958 26238 77 177 0 26780 0
Current children cumulated CPU time (s) 291.45
Current children cumulated vsize (KiB) 107832
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=87 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=87 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+642.31 s]
/proc/loadavg: 6.08 5.99 6.42 8/115 29459
/proc/meminfo: memFree=2145904/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=107964 CPUtime=321.45
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 34664 0 0 0 32115 30 0 0 25 0 1 0 1121719480 110555136 26256 4294967295 134512640 135237372 3220742864 3220742224 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 26991 26256 77 177 0 26813 0
Current children cumulated CPU time (s) 321.45
Current children cumulated vsize (KiB) 107964
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=87 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=87 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+702.305 s]
/proc/loadavg: 5.70 5.90 6.36 8/115 29582
/proc/meminfo: memFree=2144160/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=107964 CPUtime=351.35
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 34688 0 0 0 35103 32 0 0 25 0 1 0 1121719480 110555136 26280 4294967295 134512640 135237372 3220742864 3220742224 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 26991 26280 77 177 0 26813 0
Current children cumulated CPU time (s) 351.35
Current children cumulated vsize (KiB) 107964
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=87 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=87 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=88 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

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

[startup+716.704 s]
/proc/loadavg: 5.82 5.92 6.36 8/115 29701
/proc/meminfo: memFree=2143392/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=107964 CPUtime=358.55
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 34693 0 0 0 35823 32 0 0 25 0 1 0 1121719480 110555136 26285 4294967295 134512640 135237372 3220742864 3220742224 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 26991 26285 77 177 0 26813 0
Current children cumulated CPU time (s) 358.55
Current children cumulated vsize (KiB) 107964

[startup+729.503 s]
/proc/loadavg: 5.79 5.91 6.35 6/114 29725
/proc/meminfo: memFree=2143448/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=107964 CPUtime=364.95
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4202496 34697 0 0 0 36463 32 0 0 25 0 1 0 1121719480 110555136 26289 4294967295 134512640 135237372 3220742864 3220742224 134600704 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 26991 26289 77 177 0 26813 0
Current children cumulated CPU time (s) 364.95
Current children cumulated vsize (KiB) 107964

[startup+742.312 s]
/proc/loadavg: 5.67 5.88 6.34 6/114 29726
/proc/meminfo: memFree=1587456/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=612692 CPUtime=371.35
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4204032 163083 0 0 0 37007 128 0 0 25 0 1 0 1121719480 627396608 152843 4294967295 134512640 135237372 3220742864 3212365824 134730080 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 153173 152843 104 177 0 152995 0
Current children cumulated CPU time (s) 371.35
Current children cumulated vsize (KiB) 612692

[startup+745.512 s]
/proc/loadavg: 5.61 5.86 6.33 5/115 29728
/proc/meminfo: memFree=1290360/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=612692 CPUtime=371.58
/proc/27642/stat : 27642 (ttsth-5-0) D 27640 27642 14986 0 -1 4204032 163083 0 0 0 37007 151 0 0 18 0 1 0 1121719480 627396608 152843 4294967295 134512640 135237372 3220742864 3212365824 134730080 0 0 0 0 3222693324 0 0 17 0 0 0 0
/proc/27642/statm: 153173 152843 104 177 0 152995 0
Current children cumulated CPU time (s) 371.58
Current children cumulated vsize (KiB) 612692

[startup+748.712 s]
/proc/loadavg: 5.56 5.85 6.32 5/114 29728
/proc/meminfo: memFree=1143824/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=612692 CPUtime=371.91
/proc/27642/stat : 27642 (ttsth-5-0) D 27640 27642 14986 0 -1 4204032 163083 0 0 0 37007 184 0 0 18 0 1 0 1121719480 627396608 152843 4294967295 134512640 135237372 3220742864 3212365824 134730080 0 0 0 0 3222693324 0 0 17 0 0 0 0
/proc/27642/statm: 153173 152843 104 177 0 152995 0
Current children cumulated CPU time (s) 371.91
Current children cumulated vsize (KiB) 612692

[startup+749.512 s]
/proc/loadavg: 5.56 5.85 6.32 5/114 29728
/proc/meminfo: memFree=1083456/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=612692 CPUtime=371.99
/proc/27642/stat : 27642 (ttsth-5-0) D 27640 27642 14986 0 -1 4204032 163083 0 0 0 37007 192 0 0 18 0 1 0 1121719480 627396608 152843 4294967295 134512640 135237372 3220742864 3212365824 134730080 0 0 0 0 3222693324 0 0 17 0 0 0 0
/proc/27642/statm: 153173 152843 104 177 0 152995 0
Current children cumulated CPU time (s) 371.99
Current children cumulated vsize (KiB) 612692

[startup+750.311 s]
/proc/loadavg: 5.56 5.85 6.32 5/114 29728
/proc/meminfo: memFree=1031608/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=612692 CPUtime=372.09
/proc/27642/stat : 27642 (ttsth-5-0) D 27640 27642 14986 0 -1 4204032 163326 0 0 0 37007 202 0 0 18 0 1 0 1121719480 627396608 153086 4294967295 134512640 135237372 3220742864 3212365824 134730080 0 0 0 0 3222693324 0 0 17 0 0 0 0
/proc/27642/statm: 153173 153086 347 177 0 152995 0
Current children cumulated CPU time (s) 372.09
Current children cumulated vsize (KiB) 612692

[startup+750.711 s]
/proc/loadavg: 5.56 5.85 6.32 5/114 29728
/proc/meminfo: memFree=1031608/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=612692 CPUtime=372.14
/proc/27642/stat : 27642 (ttsth-5-0) D 27640 27642 14986 0 -1 4204032 163326 0 0 0 37007 207 0 0 18 0 1 0 1121719480 627396608 153086 4294967295 134512640 135237372 3220742864 3212365824 134730080 0 0 0 0 3222693324 0 0 17 0 0 0 0
/proc/27642/statm: 153173 153086 347 177 0 152995 0
Current children cumulated CPU time (s) 372.14
Current children cumulated vsize (KiB) 612692

[startup+750.811 s]
/proc/loadavg: 5.56 5.85 6.32 5/114 29728
/proc/meminfo: memFree=1031608/3368532 swapFree=1953000/1959888
[pid=27642] ppid=27640 vsize=0 CPUtime=372.17
/proc/27642/stat : 27642 (ttsth-5-0) R 27640 27642 14986 0 -1 4204036 163327 0 0 0 37007 210 0 0 18 0 1 0 1121719480 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 17 0 0 0 0
/proc/27642/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 372.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 750.829
CPU time (s): 372.18
CPU user time (s): 370.07
CPU system time (s): 2.11
CPU usage (%): 49.5692
Max. virtual memory (cumulated for all children) (KiB): 612692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 370.07
system time used= 2.11
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163327
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= 41
involuntary context switches= 26714

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-30 11:30:20
IDJOB=1776763
IDBENCH=69586
IDSOLVER=632
FILE ID=tipi45/1776763-1243675820
PBS_JOBID=
Free space on /tmp= 15493 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-f9b.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776763-1243675820/watcher-1776763-1243675820 -o /tmp/evaluation-result-1776763-1243675820/solver-1776763-1243675820 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776763-1243675820.cnf

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

MD5SUM BENCH= c3e7cb16bced9d54ce489b6e95d89943
RANDOM SEED= 1962765598

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:       2272864 kB
Buffers:         22808 kB
Cached:         544268 kB
SwapCached:       1892 kB
Active:         488808 kB
Inactive:       532084 kB
HighTotal:     2489216 kB
HighFree:      1493792 kB
LowTotal:       879316 kB
LowFree:        779072 kB
SwapTotal:     1959888 kB
SwapFree:      1953000 kB
Dirty:           11540 kB
Writeback:           0 kB
AnonPages:      453156 kB
Mapped:           6552 kB
Slab:            61952 kB
SReclaimable:    50212 kB
SUnreclaim:      11740 kB
PageTables:       1124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   541276 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 14894 MiB
End job on tipi45 at 2009-05-30 11:42:53