Trace number 1775773

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 772.31 957.026

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-5-17-u.cnf
MD5SUM9f79c3f75a90db314ed315006ba97d6f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables265064
Number of clauses1236517
Sum of the clauses size2853702
Maximum clause length10
Minimum clause length1
Number of clauses of size 122116
Number of clauses of size 2960717
Number of clauses of size 3203984
Number of clauses of size 45520
Number of clauses of size 522080
Number of clauses of size over 522100

Solver Data

22.35/43.97	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775773-1243672358.cnf 
22.35/43.97	c Using SATTIMEOUT of 10000
22.35/43.97	c Using SATRAM of 2047
22.35/43.97	c Size of subset node = 16
22.35/43.97	c Variables = 265064
22.35/43.97	c Clauses = 1236517
22.35/43.97	c Literals = 2853702
22.35/43.97	c Reduced size:
22.35/43.97	c Variables = 265064
22.35/43.97	c Clauses = 963712
22.35/43.97	c Literals = 2266362
22.35/43.97	c a2
24.25/47.75	c a1
767.53/944.50	c Independent sub-problems = 1
767.53/944.50	c Sub-problem with 209276 variables and 963712 clauses
767.53/944.50	c using permutation method 4
767.53/944.50	c count = 1
767.53/944.50	c Ordering finished 767.090 seconds
767.53/944.50	c mapped 767.610 seconds
767.53/944.50	c permuted 767.620 seconds
767.53/944.50	c about to sort
767.83/944.77	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-1775773-1243672358/watcher-1775773-1243672358 -o /tmp/evaluation-result-1775773-1243672358/solver-1775773-1243672358 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775773-1243672358.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: 5.57 5.46 5.03 8/113 17070
/proc/meminfo: memFree=1485612/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=1144 CPUtime=0.01
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 169 0 0 0 0 1 0 0 18 0 1 0 1121373423 1171456 125 4294967295 134512640 135237372 3213491184 3213490656 134749343 0 0 0 0 0 0 0 17 1 0 0 0
/proc/17070/statm: 286 125 74 177 0 108 0

[startup+0.059993 s]
/proc/loadavg: 5.57 5.46 5.03 8/113 17070
/proc/meminfo: memFree=1485612/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=4064 CPUtime=0.06
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 899 0 0 0 5 1 0 0 18 0 1 0 1121373423 4161536 855 4294967295 134512640 135237372 3213491184 3213489708 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/17070/statm: 1016 856 75 177 0 838 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4064

[startup+0.109988 s]
/proc/loadavg: 5.57 5.46 5.03 8/113 17070
/proc/meminfo: memFree=1485612/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=7004 CPUtime=0.11
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 1602 0 0 0 9 2 0 0 18 0 1 0 1121373423 7172096 1558 4294967295 134512640 135237372 3213491184 3213490632 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/17070/statm: 1751 1559 75 177 0 1573 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7004

[startup+0.309973 s]
/proc/loadavg: 5.57 5.46 5.03 8/113 17070
/proc/meminfo: memFree=1485612/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=18104 CPUtime=0.31
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 4391 0 0 0 28 3 0 0 18 0 1 0 1121373423 18538496 4347 4294967295 134512640 135237372 3213491184 3213490816 134536395 0 0 0 0 0 0 0 17 1 0 0 0
/proc/17070/statm: 4526 4348 75 177 0 4348 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 18104

[startup+0.709941 s]
/proc/loadavg: 5.57 5.46 5.03 8/113 17070
/proc/meminfo: memFree=1485612/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=37708 CPUtime=0.71
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 9232 0 0 0 67 4 0 0 18 0 1 0 1121373423 38612992 9188 4294967295 134512640 135237372 3213491184 3213489708 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/17070/statm: 9427 9189 75 177 0 9249 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 37708

[startup+1.50988 s]
/proc/loadavg: 5.57 5.46 5.03 6/114 17071
/proc/meminfo: memFree=1443284/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=58744 CPUtime=1.12
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 14491 0 0 0 106 6 0 0 19 0 1 0 1121373423 60153856 14447 4294967295 134512640 135237372 3213491184 3213490632 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/17070/statm: 14686 14447 75 177 0 14508 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 58744

[startup+3.10976 s]
/proc/loadavg: 5.57 5.46 5.03 6/114 17072
/proc/meminfo: memFree=1415584/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=86332 CPUtime=1.92
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 20644 0 0 0 183 9 0 0 21 0 1 0 1121373423 88403968 20600 4294967295 134512640 135237372 3213491184 3213490876 134534276 0 0 0 0 0 0 0 17 1 0 0 0
/proc/17070/statm: 21583 20600 75 177 0 21405 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 86332
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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: 5.53 5.46 5.03 6/114 17072
/proc/meminfo: memFree=1403320/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=86332 CPUtime=3.52
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 20644 0 0 0 343 9 0 0 25 0 1 0 1121373423 88403968 20600 4294967295 134512640 135237372 3213491184 3213490876 134534101 0 0 0 0 0 0 0 17 1 0 0 0
/proc/17070/statm: 21583 20600 75 177 0 21405 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 86332
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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: 5.56 5.47 5.04 6/114 17072
/proc/meminfo: memFree=1402820/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=86332 CPUtime=6.72
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 20644 0 0 0 663 9 0 0 25 0 1 0 1121373423 88403968 20600 4294967295 134512640 135237372 3213491184 3213490876 134534331 0 0 0 0 0 0 0 17 1 0 0 0
/proc/17070/statm: 21583 20600 75 177 0 21405 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 86332
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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: 5.59 5.47 5.05 6/114 17072
/proc/meminfo: memFree=1402792/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=86332 CPUtime=13.12
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 20644 0 0 0 1303 9 0 0 25 0 1 0 1121373423 88403968 20600 4294967295 134512640 135237372 3213491184 3213490876 134534064 0 0 0 0 0 0 0 17 1 0 0 0
/proc/17070/statm: 21583 20600 75 177 0 21405 0
Current children cumulated CPU time (s) 13.12
Current children cumulated vsize (KiB) 86332
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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: 5.61 5.48 5.06 7/115 17228
/proc/meminfo: memFree=1311772/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=183824 CPUtime=25.95
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 58775 0 0 0 2569 26 0 0 25 0 1 0 1121373423 188235776 45083 4294967295 134512640 135237372 3213491184 3213490544 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/17070/statm: 45956 45083 77 177 0 45778 0
Current children cumulated CPU time (s) 25.95
Current children cumulated vsize (KiB) 183824
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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.322 s]
/proc/loadavg: 5.44 5.47 5.08 7/115 17321
/proc/meminfo: memFree=1297628/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=188292 CPUtime=51.55
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 59787 0 0 0 5128 27 0 0 25 0 1 0 1121373423 192811008 46095 4294967295 134512640 135237372 3213491184 3213490544 134600884 0 0 0 0 0 0 0 17 3 0 0 0
/proc/17070/statm: 47073 46095 77 177 0 46895 0
Current children cumulated CPU time (s) 51.55
Current children cumulated vsize (KiB) 188292
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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.48 5.49 5.11 6/114 17454
/proc/meminfo: memFree=1293548/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=191948 CPUtime=81.55
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 60515 0 0 0 8128 27 0 0 25 0 1 0 1121373423 196554752 46823 4294967295 134512640 135237372 3213491184 3213490544 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/17070/statm: 47987 46823 77 177 0 47809 0
Current children cumulated CPU time (s) 81.55
Current children cumulated vsize (KiB) 191948
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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.69 5.58 5.16 6/114 17643
/proc/meminfo: memFree=1289340/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=193928 CPUtime=111.55
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 61111 0 0 0 11128 27 0 0 25 0 1 0 1121373423 198582272 47419 4294967295 134512640 135237372 3213491184 3213490544 134600960 0 0 0 0 0 0 0 17 3 0 0 0
/proc/17070/statm: 48482 47419 77 177 0 48304 0
Current children cumulated CPU time (s) 111.55
Current children cumulated vsize (KiB) 193928
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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.51 5.56 5.18 6/114 17830
/proc/meminfo: memFree=1285124/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=195644 CPUtime=141.55
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 61647 0 0 0 14127 28 0 0 25 0 1 0 1121373423 200339456 47955 4294967295 134512640 135237372 3213491184 3213490544 134600981 0 0 0 0 0 0 0 17 3 0 0 0
/proc/17070/statm: 48911 47955 77 177 0 48733 0
Current children cumulated CPU time (s) 141.55
Current children cumulated vsize (KiB) 195644
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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.303 s]
/proc/loadavg: 5.58 5.59 5.21 6/114 18018
/proc/meminfo: memFree=1282768/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=196040 CPUtime=171.55
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 61785 0 0 0 17127 28 0 0 25 0 1 0 1121373423 200744960 48093 4294967295 134512640 135237372 3213491184 3213490544 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/17070/statm: 49010 48093 77 177 0 48832 0
Current children cumulated CPU time (s) 171.55
Current children cumulated vsize (KiB) 196040
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... #
################

/proc/meminfo: memFree=1276808/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=199788 CPUtime=345.58
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 62134 0 0 0 34529 29 0 0 25 0 1 0 1121373423 204582912 48442 4294967295 134512640 135237372 3213491184 3213490544 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/17070/statm: 49947 48442 77 177 0 49769 0
Current children cumulated CPU time (s) 345.58
Current children cumulated vsize (KiB) 199788
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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.96 5.75 5.36 7/114 18774
/proc/meminfo: memFree=1274460/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=200052 CPUtime=405.57
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 62223 0 0 0 40528 29 0 0 25 0 1 0 1121373423 204853248 48531 4294967295 134512640 135237372 3213491184 3213490544 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/17070/statm: 50013 48531 77 177 0 49835 0
Current children cumulated CPU time (s) 405.57
Current children cumulated vsize (KiB) 200052
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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: 5.62 5.68 5.36 8/115 18941
/proc/meminfo: memFree=1272396/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=200184 CPUtime=465.58
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 62293 0 0 0 46529 29 0 0 25 0 1 0 1121373423 204988416 48601 4294967295 134512640 135237372 3213491184 3213490544 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/17070/statm: 50046 48601 77 177 0 49868 0
Current children cumulated CPU time (s) 465.58
Current children cumulated vsize (KiB) 200184
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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.49 5.63 5.36 8/115 19068
/proc/meminfo: memFree=1270716/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=200448 CPUtime=525.55
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 62357 0 0 0 52526 29 0 0 25 0 1 0 1121373423 205258752 48665 4294967295 134512640 135237372 3213491184 3213490544 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/17070/statm: 50112 48665 77 177 0 49934 0
Current children cumulated CPU time (s) 525.55
Current children cumulated vsize (KiB) 200448
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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+762.311 s]
/proc/loadavg: 5.36 5.57 5.35 7/115 19210
/proc/meminfo: memFree=1268456/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=200580 CPUtime=585.54
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 62418 0 0 0 58525 29 0 0 25 0 1 0 1121373423 205393920 48726 4294967295 134512640 135237372 3213491184 3213490544 134600916 0 0 0 0 0 0 0 17 3 0 0 0
/proc/17070/statm: 50145 48726 77 177 0 49967 0
Current children cumulated CPU time (s) 585.54
Current children cumulated vsize (KiB) 200580
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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+822.316 s]
/proc/loadavg: 5.40 5.55 5.36 6/114 19346
/proc/meminfo: memFree=1267268/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=200844 CPUtime=645.55
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 62474 0 0 0 64526 29 0 0 25 0 1 0 1121373423 205664256 48782 4294967295 134512640 135237372 3213491184 3213490544 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/17070/statm: 50211 48782 77 177 0 50033 0
Current children cumulated CPU time (s) 645.55
Current children cumulated vsize (KiB) 200844
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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+882.311 s]
/proc/loadavg: 5.36 5.53 5.36 6/114 19534
/proc/meminfo: memFree=1265532/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=200976 CPUtime=705.54
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 62520 0 0 0 70525 29 0 0 25 0 1 0 1121373423 205799424 48828 4294967295 134512640 135237372 3213491184 3213490544 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/17070/statm: 50244 48828 77 177 0 50066 0
Current children cumulated CPU time (s) 705.54
Current children cumulated vsize (KiB) 200976
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=88 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 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+942.306 s]
/proc/loadavg: 5.61 5.59 5.39 7/114 19721
/proc/meminfo: memFree=1263176/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=201108 CPUtime=765.43
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 62558 0 0 0 76514 29 0 0 25 0 1 0 1121373423 205934592 48866 4294967295 134512640 135237372 3213491184 3213490544 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/17070/statm: 50277 48866 77 177 0 50099 0
Current children cumulated CPU time (s) 765.43
Current children cumulated vsize (KiB) 201108

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

[startup+947.116 s]
/proc/loadavg: 5.56 5.58 5.39 6/114 19721
/proc/meminfo: memFree=726424/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=745332 CPUtime=770.24
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4202496 201926 0 0 0 76960 64 0 0 25 0 1 0 1121373423 763219968 185173 4294967295 134512640 135237372 3213491184 3207738728 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/17070/statm: 186333 185174 91 177 0 186155 0
Current children cumulated CPU time (s) 770.24
Current children cumulated vsize (KiB) 745332

[startup+953.506 s]
/proc/loadavg: 5.52 5.57 5.39 5/115 19723
/proc/meminfo: memFree=123832/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=762544 CPUtime=772.15
/proc/17070/stat : 17070 (ttsth-5-0) D 17068 17070 14986 0 -1 4204032 206708 0 0 0 76982 233 0 0 18 0 1 0 1121373423 780845056 189955 4294967295 134512640 135237372 3213491184 3205115800 134730102 0 0 0 0 3222693324 0 0 17 3 0 0 0
/proc/17070/statm: 190636 189955 503 177 0 190458 0
Current children cumulated CPU time (s) 772.15
Current children cumulated vsize (KiB) 762544

[startup+955.105 s]
/proc/loadavg: 5.55 5.58 5.39 6/116 19789
/proc/meminfo: memFree=129208/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=762544 CPUtime=772.21
/proc/17070/stat : 17070 (ttsth-5-0) D 17068 17070 14986 0 -1 4204032 207247 0 0 0 76982 239 0 0 18 0 1 0 1121373423 780845056 190494 4294967295 134512640 135237372 3213491184 3205115800 134730102 0 0 0 0 3222693324 0 0 17 1 0 0 0
/proc/17070/statm: 190636 190494 1042 177 0 190458 0
Current children cumulated CPU time (s) 772.21
Current children cumulated vsize (KiB) 762544

[startup+955.915 s]
/proc/loadavg: 5.55 5.58 5.39 6/116 19798
/proc/meminfo: memFree=127708/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=762544 CPUtime=772.24
/proc/17070/stat : 17070 (ttsth-5-0) D 17068 17070 14986 0 -1 4204032 207301 0 0 0 76982 242 0 0 18 0 1 0 1121373423 780845056 190548 4294967295 134512640 135237372 3213491184 3205115800 134730102 0 0 0 0 3222693324 0 0 17 1 0 0 0
/proc/17070/statm: 190636 190548 1096 177 0 190458 0
Current children cumulated CPU time (s) 772.24
Current children cumulated vsize (KiB) 762544

[startup+956.705 s]
/proc/loadavg: 5.55 5.58 5.39 6/116 19798
/proc/meminfo: memFree=127708/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=762544 CPUtime=772.26
/proc/17070/stat : 17070 (ttsth-5-0) D 17068 17070 14986 0 -1 4204032 207301 0 0 0 76982 244 0 0 18 0 1 0 1121373423 780845056 190548 4294967295 134512640 135237372 3213491184 3205115800 134730102 0 0 0 0 3222693324 0 0 17 1 0 0 0
/proc/17070/statm: 190636 190548 1096 177 0 190458 0
Current children cumulated CPU time (s) 772.26
Current children cumulated vsize (KiB) 762544

[startup+956.905 s]
/proc/loadavg: 5.55 5.58 5.39 6/116 19808
/proc/meminfo: memFree=128608/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=762544 CPUtime=772.26
/proc/17070/stat : 17070 (ttsth-5-0) D 17068 17070 14986 0 -1 4204032 207301 0 0 0 76982 244 0 0 18 0 1 0 1121373423 780845056 190548 4294967295 134512640 135237372 3213491184 3205115800 134730102 0 0 0 0 3222693324 0 0 17 1 0 0 0
/proc/17070/statm: 190636 190548 1096 177 0 190458 0
Current children cumulated CPU time (s) 772.26
Current children cumulated vsize (KiB) 762544

[startup+957.015 s]
/proc/loadavg: 5.55 5.58 5.39 6/116 19808
/proc/meminfo: memFree=128608/3368532 swapFree=1953000/1959888
[pid=17070] ppid=17068 vsize=0 CPUtime=772.29
/proc/17070/stat : 17070 (ttsth-5-0) R 17068 17070 14986 0 -1 4204036 207303 0 0 0 76982 247 0 0 18 0 1 0 1121373423 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 17 1 0 0 0
/proc/17070/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 772.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 957.026
CPU time (s): 772.31
CPU user time (s): 769.82
CPU system time (s): 2.49
CPU usage (%): 80.6989
Max. virtual memory (cumulated for all children) (KiB): 762544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 769.82
system time used= 2.49
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207303
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= 20
involuntary context switches= 3700

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-30 10:32:38
IDJOB=1775773
IDBENCH=20383
IDSOLVER=632
FILE ID=tipi45/1775773-1243672358
PBS_JOBID=
Free space on /tmp= 15480 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-5-17-u.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775773-1243672358/watcher-1775773-1243672358 -o /tmp/evaluation-result-1775773-1243672358/solver-1775773-1243672358 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775773-1243672358.cnf

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

MD5SUM BENCH= 9f79c3f75a90db314ed315006ba97d6f
RANDOM SEED= 2032510021

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:       1485464 kB
Buffers:         59628 kB
Cached:        1284908 kB
SwapCached:       1892 kB
Active:        1246912 kB
Inactive:       540368 kB
HighTotal:     2489216 kB
HighFree:       759640 kB
LowTotal:       879316 kB
LowFree:        725824 kB
SwapTotal:     1959888 kB
SwapFree:      1953000 kB
Dirty:           31160 kB
Writeback:           0 kB
AnonPages:      442044 kB
Mapped:           6552 kB
Slab:            82896 kB
SReclaimable:    70700 kB
SUnreclaim:      12196 kB
PageTables:        968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   530180 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 14737 MiB
End job on tipi45 at 2009-05-30 10:48:39