Trace number 1717234

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-19Signal 92.8299 80.4607

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

Solver Data

0.69/0.74	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1717234-1240625970.cnf 
0.69/0.74	c Using SATTIMEOUT of 1200
0.69/0.74	c Using SATRAM of 1800
0.69/0.74	c Size of subset node = 16
0.69/0.74	c Variables = 106701
0.69/0.74	c Clauses = 374254
0.69/0.74	c Literals = 911890
0.69/0.74	c Reduced size:
0.69/0.74	c Variables = 105623
0.69/0.74	c Clauses = 373870
0.69/0.74	c Literals = 911122
0.69/0.74	c a2
1.89/1.91	c a1
57.97/58.02	c Independent sub-problems = 1
57.97/58.02	c Sub-problem with 105495 variables and 373870 clauses
57.97/58.02	c using permutation method 4
57.97/58.02	c count = 1
57.97/58.02	c Ordering finished 57.810 seconds
57.97/58.02	c mapped 58.000 seconds
57.97/58.02	c permuted 58.000 seconds
57.97/58.02	c about to sort
58.07/58.14	c sorted
66.47/66.52	c clauses now 373870
66.47/66.52	c init finished 58.610 seconds
66.47/66.52	c tree built 66.500 seconds
66.47/66.52	c 
66.47/66.52	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
66.47/66.52	c ---------------------------------|----------------------------------|------------------------------------------------------
66.47/66.52	c ................................ | ..........                       |                       66.5           0.0             
66.47/66.52	c ................................ | ..........                     1 |                       66.5           0.0             
66.47/66.52	c ................................ | ..........                     2 |                       66.5           0.0             
66.47/66.52	c ................................ | ..........                     3 |                       66.5           0.0             
66.47/66.52	c ................................ | ..........                     4 |                       66.5           0.1             
66.47/66.52	c ................................ | ..........                     5 |                       66.5           0.1             
66.47/66.53	c ................................ | ..........                  1000 | 4                     66.5          15.0          227
66.47/66.54	c ................................ | ..........                  2000 | 20                    66.5          30.1         1947
66.47/66.54	c ................................ | ..........                  3000 | 38                    66.5          45.1         3682
66.47/66.56	c ****............................ | ..........                  4046 | 52                    66.6          60.8        14213
66.47/66.56	c ****............................ | ..........                  4047 | 52                    66.6          60.8        14308
66.47/66.56	c ****............................ | ..........                  4048 | 52                    66.6          60.8        14346
66.47/66.57	c ******.......................... | ..........                  4707 | 66                    66.6          70.7        17226
66.47/66.57	c ******.......................... | ..........                  4708 | 66                    66.6          70.7        17226
71.84/69.28	c ******.......................... | ..........                234000 | 1167                  72.0        3249.5       577054

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1717234-1240625970/watcher-1717234-1240625970 -o /tmp/evaluation-result-1717234-1240625970/solver-1717234-1240625970 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1717234-1240625970.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.08 3/65 10607
/proc/meminfo: memFree=1427256/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=1064 CPUtime=0
/proc/10607/stat : 10607 (ttsth-5-0) R 10605 10607 9903 0 -1 4194304 145 0 0 0 0 0 0 0 20 0 1 0 90626658 1089536 129 1992294400 134512640 135237372 4294956192 18446744073709551615 134749343 0 0 4096 0 0 0 0 17 1 0 0
/proc/10607/statm: 266 130 77 176 0 88 0

[startup+0.0141689 s]
/proc/loadavg: 0.92 0.98 1.08 3/65 10607
/proc/meminfo: memFree=1427256/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=1480 CPUtime=0.01
/proc/10607/stat : 10607 (ttsth-5-0) R 10605 10607 9903 0 -1 4194304 240 0 0 0 1 0 0 0 20 0 1 0 90626658 1515520 224 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 1 0 0
/proc/10607/statm: 370 225 78 176 0 192 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1480

[startup+0.101179 s]
/proc/loadavg: 0.92 0.98 1.08 3/65 10607
/proc/meminfo: memFree=1427256/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=4892 CPUtime=0.09
/proc/10607/stat : 10607 (ttsth-5-0) R 10605 10607 9903 0 -1 4194304 1101 0 0 0 9 0 0 0 20 0 1 0 90626658 5009408 1085 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/10607/statm: 1223 1085 78 176 0 1045 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4892

[startup+0.301201 s]
/proc/loadavg: 0.92 0.98 1.08 3/65 10607
/proc/meminfo: memFree=1427256/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=12732 CPUtime=0.29
/proc/10607/stat : 10607 (ttsth-5-0) R 10605 10607 9903 0 -1 4194304 3061 0 0 0 28 1 0 0 22 0 1 0 90626658 13037568 3045 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/10607/statm: 3183 3045 78 176 0 3005 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12732

[startup+0.701244 s]
/proc/loadavg: 0.92 0.98 1.08 3/65 10607
/proc/meminfo: memFree=1427256/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=27844 CPUtime=0.69
/proc/10607/stat : 10607 (ttsth-5-0) R 10605 10607 9903 0 -1 4194304 6552 0 0 0 67 2 0 0 25 0 1 0 90626658 28512256 6536 1992294400 134512640 135237372 4294956192 18446744073709551615 134534067 0 0 4096 0 0 0 0 17 1 0 0
/proc/10607/statm: 6961 6536 78 176 0 6783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27844

[startup+1.50133 s]
/proc/loadavg: 0.92 0.98 1.08 2/66 10608
/proc/meminfo: memFree=1370544/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=60328 CPUtime=1.49
/proc/10607/stat : 10607 (ttsth-5-0) R 10605 10607 9903 0 -1 4194304 14265 0 0 0 144 5 0 0 25 0 1 0 90626658 61775872 14248 1992294400 134512640 135237372 4294956192 18446744073709551615 134680346 0 0 4096 0 0 0 0 17 1 0 0
/proc/10607/statm: 15082 14248 79 176 0 14904 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60328

[startup+3.10151 s]
/proc/loadavg: 0.92 0.98 1.08 2/66 10608
/proc/meminfo: memFree=1367088/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=68052 CPUtime=3.09
/proc/10607/stat : 10607 (ttsth-5-0) R 10605 10607 9903 0 -1 4194304 18617 0 0 0 302 7 0 0 25 0 1 0 90626658 69685248 16589 1992294400 134512640 135237372 4294956192 18446744073709551615 134600797 0 0 4096 0 0 0 0 17 1 0 0
/proc/10607/statm: 17013 16589 80 176 0 16835 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68052

[startup+6.30187 s]
/proc/loadavg: 1.01 1.00 1.09 2/66 10608
/proc/meminfo: memFree=1360496/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=68204 CPUtime=6.29
/proc/10607/stat : 10607 (ttsth-5-0) R 10605 10607 9903 0 -1 4194304 18659 0 0 0 622 7 0 0 25 0 1 0 90626658 69840896 16631 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/10607/statm: 17051 16631 80 176 0 16873 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68204

[startup+12.7016 s]
/proc/loadavg: 1.01 1.00 1.09 2/66 10608
/proc/meminfo: memFree=1360240/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=68716 CPUtime=12.69
/proc/10607/stat : 10607 (ttsth-5-0) R 10605 10607 9903 0 -1 4194304 18763 0 0 0 1262 7 0 0 25 0 1 0 90626658 70365184 16735 1992294400 134512640 135237372 4294956192 18446744073709551615 134600972 0 0 4096 0 0 0 0 17 1 0 0
/proc/10607/statm: 17179 16735 80 176 0 17001 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68716

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 10608
/proc/meminfo: memFree=1359600/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=69432 CPUtime=25.48
/proc/10607/stat : 10607 (ttsth-5-0) R 10605 10607 9903 0 -1 4194304 18950 0 0 0 2541 7 0 0 25 0 1 0 90626658 71098368 16922 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/10607/statm: 17358 16922 80 176 0 17180 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 69432

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 10608
/proc/meminfo: memFree=1358448/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=70868 CPUtime=51.07
/proc/10607/stat : 10607 (ttsth-5-0) R 10605 10607 9903 0 -1 4194304 19270 0 0 0 5100 7 0 0 25 0 1 0 90626658 72568832 17242 1992294400 134512640 135237372 4294956192 18446744073709551615 134600972 0 0 4096 0 0 0 0 17 1 0 0
/proc/10607/statm: 17717 17242 80 176 0 17539 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 70868

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

[startup+63.9013 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 10608
/proc/meminfo: memFree=1137776/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=290944 CPUtime=63.86
/proc/10607/stat : 10607 (ttsth-5-0) R 10605 10607 9903 0 -1 4194304 75471 0 0 0 6356 30 0 0 25 0 1 0 90626658 297926656 72325 1992294400 134512640 135237372 4294956192 18446744073709551615 134581900 0 0 4096 0 0 0 0 17 1 0 0
/proc/10607/statm: 72736 72325 94 176 0 72558 0
Current children cumulated CPU time (s) 63.86
Current children cumulated vsize (KiB) 290944

[startup+70.303 s]
/proc/loadavg: 1.08 1.02 1.09 3/68 10610
/proc/meminfo: memFree=1082016/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=362688 CPUtime=74.04
/proc/10607/stat : 10607 (ttsth-5-0) S 10605 10607 9903 0 -1 4194304 89426 0 0 0 7366 38 0 0 25 0 3 0 90626658 371392512 86280 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/10607/statm: 90672 86280 98 176 0 90494 0
[pid=10607/tid=10609] ppid=10605 vsize=362688 CPUtime=3.77
/proc/10607/task/10609/stat : 10609 (ttsth-5-0) R 10605 10607 9903 0 -1 4194368 2300 0 0 0 376 1 0 0 18 0 3 0 90633310 371392512 86280 1992294400 134512640 135237372 4294956192 18446744073709551615 134749351 0 0 4096 0 0 0 0 -1 1 0 0
[pid=10607/tid=10610] ppid=10605 vsize=362688 CPUtime=3.76
/proc/10607/task/10610/stat : 10610 (ttsth-5-0) R 10605 10607 9903 0 -1 4194368 3410 0 0 0 374 2 0 0 25 0 3 0 90633310 371392512 86280 1992294400 134512640 135237372 4294956192 18446744073709551615 134562338 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.04
Current children cumulated vsize (KiB) 362688

[startup+76.7017 s]
/proc/loadavg: 1.15 1.03 1.09 3/68 10610
/proc/meminfo: memFree=1073312/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=371968 CPUtime=86.8
/proc/10607/stat : 10607 (ttsth-5-0) S 10605 10607 9903 0 -1 4194304 91774 0 0 0 8641 39 0 0 25 0 3 0 90626658 380895232 88628 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/10607/statm: 92992 88628 98 176 0 92814 0
[pid=10607/tid=10609] ppid=10605 vsize=371968 CPUtime=10.17
/proc/10607/task/10609/stat : 10609 (ttsth-5-0) R 10605 10607 9903 0 -1 4194368 2820 0 0 0 1015 2 0 0 25 0 3 0 90633310 380895232 88628 1992294400 134512640 135237372 4294956192 18446744073709551615 134590368 0 0 4096 0 0 0 0 -1 1 0 0
[pid=10607/tid=10610] ppid=10605 vsize=371968 CPUtime=10.13
/proc/10607/task/10610/stat : 10610 (ttsth-5-0) R 10605 10607 9903 0 -1 4194368 5238 0 0 0 1010 3 0 0 25 0 3 0 90633310 380895232 88628 1992294400 134512640 135237372 4294956192 18446744073709551615 134591304 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.8
Current children cumulated vsize (KiB) 371968

[startup+78.3029 s]
/proc/loadavg: 1.22 1.05 1.10 3/68 10610
/proc/meminfo: memFree=1064800/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=379480 CPUtime=90
/proc/10607/stat : 10607 (ttsth-5-0) S 10605 10607 9903 0 -1 4194304 94119 0 0 0 8959 41 0 0 25 0 3 0 90626658 388587520 90973 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/10607/statm: 94870 90973 98 176 0 94692 0
[pid=10607/tid=10609] ppid=10605 vsize=379480 CPUtime=11.77
/proc/10607/task/10609/stat : 10609 (ttsth-5-0) R 10605 10607 9903 0 -1 4194368 4923 0 0 0 1174 3 0 0 25 0 3 0 90633310 388587520 90973 1992294400 134512640 135237372 4294956192 18446744073709551615 134749351 0 0 4096 0 0 0 0 -1 1 0 0
[pid=10607/tid=10610] ppid=10605 vsize=379480 CPUtime=11.72
/proc/10607/task/10610/stat : 10610 (ttsth-5-0) R 10605 10607 9903 0 -1 4194368 5480 0 0 0 1169 3 0 0 25 0 3 0 90633310 388587520 90973 1992294400 134512640 135237372 4294956192 18446744073709551615 134551002 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (KiB) 379480

[startup+79.103 s]
/proc/loadavg: 1.22 1.05 1.10 2/68 10610
/proc/meminfo: memFree=1024864/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=381136 CPUtime=91.49
/proc/10607/stat : 10607 (ttsth-5-0) D 10605 10607 9903 0 -1 4195332 95946 0 0 0 9095 54 0 0 17 0 3 0 90626658 390283264 92787 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/10607/statm: 95284 92787 98 176 0 95106 0
[pid=10607/tid=10609] ppid=10605 vsize=381136 CPUtime=12.57
/proc/10607/task/10609/stat : 10609 (ttsth-5-0) R 10605 10607 9903 0 -1 4195904 6654 0 0 0 1242 15 0 0 23 0 3 0 90633310 390283264 92787 1992294400 134512640 135237372 4294956192 18446744073709551615 134586937 0 0 4096 0 0 0 0 -1 1 0 0
[pid=10607/tid=10610] ppid=10605 vsize=381136 CPUtime=12.41
/proc/10607/task/10610/stat : 10610 (ttsth-5-0) D 10605 10607 9903 0 -1 4195396 5576 0 0 0 1238 3 0 0 24 0 3 0 90633310 390283264 92787 1992294400 134512640 135237372 4294956192 18446744073709551615 134749353 0 0 4096 0 18446744071563349243 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.49
Current children cumulated vsize (KiB) 381136

[startup+79.9021 s]
/proc/loadavg: 1.22 1.05 1.10 2/68 10610
/proc/meminfo: memFree=1024864/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=381136 CPUtime=92.26
/proc/10607/stat : 10607 (ttsth-5-0) D 10605 10607 9903 0 -1 4195332 95946 0 0 0 9095 131 0 0 17 0 3 0 90626658 390283264 92787 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/10607/statm: 95284 92787 98 176 0 95106 0
[pid=10607/tid=10609] ppid=10605 vsize=381136 CPUtime=13.35
/proc/10607/task/10609/stat : 10609 (ttsth-5-0) R 10605 10607 9903 0 -1 4195904 6654 0 0 0 1242 93 0 0 25 0 3 0 90633310 390283264 92787 1992294400 134512640 135237372 4294956192 18446744073709551615 134586937 0 0 4096 0 0 0 0 -1 0 0 0
[pid=10607/tid=10610] ppid=10605 vsize=381136 CPUtime=12.41
/proc/10607/task/10610/stat : 10610 (ttsth-5-0) D 10605 10607 9903 0 -1 4195396 5576 0 0 0 1238 3 0 0 24 0 3 0 90633310 390283264 92787 1992294400 134512640 135237372 4294956192 18446744073709551615 134749353 0 0 4096 0 18446744071563349243 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.26
Current children cumulated vsize (KiB) 381136

[startup+80.3051 s]
/proc/loadavg: 1.22 1.05 1.10 2/68 10610
/proc/meminfo: memFree=722336/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=381136 CPUtime=92.66
/proc/10607/stat : 10607 (ttsth-5-0) D 10605 10607 9903 0 -1 4195332 96133 0 0 0 9095 171 0 0 17 0 3 0 90626658 390283264 92787 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/10607/statm: 95284 92787 98 176 0 95106 0
[pid=10607/tid=10609] ppid=10605 vsize=381136 CPUtime=13.75
/proc/10607/task/10609/stat : 10609 (ttsth-5-0) R 10605 10607 9903 0 -1 4195904 6841 0 0 0 1242 133 0 0 25 0 3 0 90633310 390283264 92787 1992294400 134512640 135237372 4294956192 18446744073709551615 134586937 0 0 4096 0 0 0 0 -1 1 0 0
[pid=10607/tid=10610] ppid=10605 vsize=381136 CPUtime=12.41
/proc/10607/task/10610/stat : 10610 (ttsth-5-0) D 10605 10607 9903 0 -1 4195396 5576 0 0 0 1238 3 0 0 24 0 3 0 90633310 390283264 92787 1992294400 134512640 135237372 4294956192 18446744073709551615 134749353 0 0 4096 0 18446744071563349243 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.66
Current children cumulated vsize (KiB) 381136

[startup+80.4011 s]
/proc/loadavg: 1.22 1.05 1.10 2/68 10610
/proc/meminfo: memFree=722336/2055920 swapFree=4171432/4192956
[pid=10607] ppid=10605 vsize=381136 CPUtime=92.76
/proc/10607/stat : 10607 (ttsth-5-0) D 10605 10607 9903 0 -1 4195332 96240 0 0 0 9095 181 0 0 17 0 3 0 90626658 390283264 92787 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/10607/statm: 95284 92787 98 176 0 95106 0
[pid=10607/tid=10609] ppid=10605 vsize=381136 CPUtime=13.85
/proc/10607/task/10609/stat : 10609 (ttsth-5-0) R 10605 10607 9903 0 -1 4195904 6948 0 0 0 1242 143 0 0 25 0 3 0 90633310 390283264 92787 1992294400 134512640 135237372 4294956192 18446744073709551615 134586937 0 0 4096 0 0 0 0 -1 1 0 0
[pid=10607/tid=10610] ppid=10605 vsize=381136 CPUtime=12.41
/proc/10607/task/10610/stat : 10610 (ttsth-5-0) D 10605 10607 9903 0 -1 4195396 5576 0 0 0 1238 3 0 0 24 0 3 0 90633310 390283264 92787 1992294400 134512640 135237372 4294956192 18446744073709551615 134749353 0 0 4096 0 18446744071563349243 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.76
Current children cumulated vsize (KiB) 381136

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 80.4607
CPU time (s): 92.8299
CPU user time (s): 90.9572
CPU system time (s): 1.87271
CPU usage (%): 115.373
Max. virtual memory (cumulated for all children) (KiB): 381136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.9572
system time used= 1.87271
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96240
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= 149
involuntary context switches= 354

runsolver used 0.085986 second user time and 0.213967 second system time

The end

Launcher Data

Begin job on node86 at 2009-04-25 04:19:30
IDJOB=1717234
IDBENCH=20406
IDSOLVER=549
FILE ID=node86/1717234-1240625970
PBS_JOBID= 9186326
Free space on /tmp= 66156 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717234-1240625970/watcher-1717234-1240625970 -o /tmp/evaluation-result-1717234-1240625970/solver-1717234-1240625970 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1717234-1240625970.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=541700307

node86.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1427672 kB
Buffers:         72936 kB
Cached:         466764 kB
SwapCached:      16200 kB
Active:         168804 kB
Inactive:       390176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1427672 kB
SwapTotal:     4192956 kB
SwapFree:      4171432 kB
Dirty:            7132 kB
Writeback:           0 kB
Mapped:          13976 kB
Slab:            55112 kB
Committed_AS:   295804 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65792 MiB
End job on node86 at 2009-04-25 04:20:51