Trace number 1781460

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 (16 threads)? (TO) 1000.03 1000.05

General information on the benchmark

Namemanol-pipe-f10ni.cnf
MD5SUMb99a5b8844b4e1d2656eb1422e6e888f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark513.47
Satisfiable
(Un)Satisfiability was proved
Number of variables368888
Number of clauses1100500
Sum of the clauses size2567832
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2733666
Number of clauses of size 3366833
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1.38/1.47	c Command: HOME/ttsth-5-0 -num-threads 16 HOME/instance-1781460-1244987997.cnf 
1.38/1.47	c Using SATTIMEOUT of 10000
1.38/1.47	c Using SATRAM of 2047
1.38/1.47	c Size of subset node = 16
1.38/1.47	c Variables = 368888
1.38/1.47	c Clauses = 1100500
1.38/1.47	c Literals = 2567832
1.38/1.47	c Reduced size:
1.38/1.47	c Variables = 368888
1.38/1.47	c Clauses = 1100497
1.38/1.47	c Literals = 2567826
1.38/1.47	c a2
2.58/2.63	c a1

Verifier Data

sh: BIN/SAT-verifier: No such file or directory

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1781460-1244987997/watcher-1781460-1244987997 -o /tmp/evaluation-result-1781460-1244987997/solver-1781460-1244987997 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 16 HOME/instance-1781460-1244987997.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: 12.29 7.37 6.65 2/187 31801
/proc/meminfo: memFree=18959160/36427776 swapFree=6140/10676
[pid=31801] ppid=31799 vsize=1540 CPUtime=0
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 285 0 0 0 0 0 0 0 20 0 1 0 658106153 1576960 242 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134732614 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 385 243 75 177 0 207 0

[startup+0.030113 s]
/proc/loadavg: 12.29 7.37 6.65 2/187 31801
/proc/meminfo: memFree=18959160/36427776 swapFree=6140/10676
[pid=31801] ppid=31799 vsize=3024 CPUtime=0.02
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 627 0 0 0 0 2 0 0 20 0 1 0 658106153 3096576 584 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134732614 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 756 586 75 177 0 578 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3024

[startup+0.10213 s]
/proc/loadavg: 12.29 7.37 6.65 2/187 31801
/proc/meminfo: memFree=18959160/36427776 swapFree=6140/10676
[pid=31801] ppid=31799 vsize=7892 CPUtime=0.1
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 1834 0 0 0 8 2 0 0 20 0 1 0 658106153 8081408 1791 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134520032 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 1973 1792 75 177 0 1795 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7892

[startup+0.30214 s]
/proc/loadavg: 12.29 7.37 6.65 2/187 31801
/proc/meminfo: memFree=18959160/36427776 swapFree=6140/10676
[pid=31801] ppid=31799 vsize=21580 CPUtime=0.28
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 5154 0 0 0 24 4 0 0 20 0 1 0 658106153 22097920 5111 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134732614 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 5395 5113 75 177 0 5217 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 21580

[startup+0.702167 s]
/proc/loadavg: 12.29 7.37 6.65 2/187 31801
/proc/meminfo: memFree=18959160/36427776 swapFree=6140/10676
[pid=31801] ppid=31799 vsize=47884 CPUtime=0.68
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 11597 0 0 0 60 8 0 0 20 0 1 0 658106153 49033216 11554 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134732614 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 11971 11555 75 177 0 11793 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 47884

[startup+1.50228 s]
/proc/loadavg: 11.39 7.26 6.62 2/188 31802
/proc/meminfo: memFree=18888784/36427776 swapFree=6048/81672
[pid=31801] ppid=31799 vsize=100268 CPUtime=1.48
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 23774 0 0 0 136 12 0 0 20 0 1 0 658106153 102674432 23731 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134732614 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 25067 23735 76 177 0 24889 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100268

[startup+3.10243 s]
/proc/loadavg: 11.39 7.26 6.62 2/188 31802
/proc/meminfo: memFree=18804032/36427776 swapFree=6392/164356
[pid=31801] ppid=31799 vsize=166464 CPUtime=3.08
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 42105 0 0 0 288 20 0 0 20 0 1 0 658106153 170459136 29970 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134952254 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 41616 29928 76 177 0 41438 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 166464

[startup+6.30265 s]
/proc/loadavg: 11.39 7.26 6.62 2/188 31807
/proc/meminfo: memFree=18757356/36427776 swapFree=6404/211192
[pid=31801] ppid=31799 vsize=204088 CPUtime=6.3
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 66623 0 0 0 600 30 0 0 20 0 1 0 658106153 208986112 49803 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600975 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 51022 49803 77 177 0 50844 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 204088

[startup+12.7032 s]
/proc/loadavg: 9.79 7.05 6.56 2/188 31807
/proc/meminfo: memFree=18756884/36427776 swapFree=6404/211864
[pid=31801] ppid=31799 vsize=204524 CPUtime=12.7
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 66721 0 0 0 1240 30 0 0 20 0 1 0 658106153 209432576 49901 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600823 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 51131 49901 77 177 0 50953 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 204524

[startup+25.5044 s]
/proc/loadavg: 8.44 6.85 6.50 2/188 31807
/proc/meminfo: memFree=18756536/36427776 swapFree=6404/212352
[pid=31801] ppid=31799 vsize=205212 CPUtime=25.5
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 66885 0 0 0 2520 30 0 0 20 0 1 0 658106153 210137088 50065 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134555290 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 51303 50065 77 177 0 51125 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 205212

[startup+51.1027 s]
/proc/loadavg: 5.90 6.38 6.35 2/188 31807
/proc/meminfo: memFree=18754924/36427776 swapFree=6404/213624
[pid=31801] ppid=31799 vsize=206588 CPUtime=51.09
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 67211 0 0 0 5079 30 0 0 20 0 1 0 658106153 211546112 50391 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600972 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 51647 50391 77 177 0 51469 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 206588

[startup+102.311 s]
/proc/loadavg: 2.95 5.47 6.04 2/188 31807
/proc/meminfo: memFree=18752568/36427776 swapFree=6404/216100
[pid=31801] ppid=31799 vsize=209340 CPUtime=102.29
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 67830 0 0 0 10199 30 0 0 20 0 1 0 658106153 214364160 51010 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600972 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 52335 51010 77 177 0 52157 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 209340

[startup+162.301 s]
/proc/loadavg: 1.72 4.66 5.72 2/188 31807
/proc/meminfo: memFree=18751824/36427776 swapFree=6404/217276
[pid=31801] ppid=31799 vsize=209604 CPUtime=162.29
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 67947 0 0 0 16199 30 0 0 20 0 1 0 658106153 214634496 51127 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600975 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 52401 51127 77 177 0 52223 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 209604

[startup+222.302 s]
/proc/loadavg: 1.26 3.99 5.42 2/188 31807
/proc/meminfo: memFree=18751700/36427776 swapFree=6404/217180
[pid=31801] ppid=31799 vsize=209868 CPUtime=222.29
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 67988 0 0 0 22199 30 0 0 20 0 1 0 658106153 214904832 51168 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600966 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 52467 51168 77 177 0 52289 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 209868

[startup+282.304 s]
/proc/loadavg: 1.09 3.44 5.14 2/188 31807
/proc/meminfo: memFree=18751452/36427776 swapFree=6404/217340
[pid=31801] ppid=31799 vsize=209868 CPUtime=282.29
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 68027 0 0 0 28199 30 0 0 20 0 1 0 658106153 214904832 51207 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600966 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 52467 51207 77 177 0 52289 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 209868

[startup+342.301 s]
/proc/loadavg: 1.03 3.00 4.88 2/188 31812
/proc/meminfo: memFree=18751824/36427776 swapFree=6404/217432
[pid=31801] ppid=31799 vsize=210000 CPUtime=342.3
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 68051 0 0 0 34200 30 0 0 20 0 1 0 658106153 215040000 51231 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600966 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 52500 51231 77 177 0 52322 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 210000

[startup+402.302 s]
/proc/loadavg: 1.01 2.63 4.64 2/188 31812
/proc/meminfo: memFree=18751700/36427776 swapFree=6404/217472
[pid=31801] ppid=31799 vsize=210132 CPUtime=402.3
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 68075 0 0 0 40200 30 0 0 20 0 1 0 658106153 215175168 51255 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600972 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 52533 51255 77 177 0 52355 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 210132

[startup+462.304 s]
/proc/loadavg: 1.00 2.33 4.41 2/188 31812
/proc/meminfo: memFree=18751824/36427776 swapFree=6404/217268
[pid=31801] ppid=31799 vsize=210132 CPUtime=462.3
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 68105 0 0 0 46200 30 0 0 20 0 1 0 658106153 215175168 51285 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600975 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 52533 51285 77 177 0 52355 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 210132

[startup+522.305 s]
/proc/loadavg: 1.00 2.09 4.19 2/188 31812
/proc/meminfo: memFree=18751824/36427776 swapFree=6404/217340
[pid=31801] ppid=31799 vsize=210264 CPUtime=522.31
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 68123 0 0 0 52201 30 0 0 20 0 1 0 658106153 215310336 51303 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600975 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 52566 51303 77 177 0 52388 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 210264

[startup+582.303 s]
/proc/loadavg: 1.00 1.89 3.99 2/188 31812
/proc/meminfo: memFree=18751700/36427776 swapFree=6404/217388
[pid=31801] ppid=31799 vsize=210264 CPUtime=582.29
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 68149 0 0 0 58199 30 0 0 20 0 1 0 658106153 215310336 51329 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600975 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 52566 51329 77 177 0 52388 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 210264

[startup+642.304 s]
/proc/loadavg: 1.00 1.72 3.80 2/188 31817
/proc/meminfo: memFree=18751576/36427776 swapFree=6404/217516
[pid=31801] ppid=31799 vsize=210396 CPUtime=642.32
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 68168 0 0 0 64202 30 0 0 20 0 1 0 658106153 215445504 51348 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600975 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 52599 51348 77 177 0 52421 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 210396

[startup+702.301 s]
/proc/loadavg: 1.00 1.59 3.62 2/188 31817
/proc/meminfo: memFree=18751204/36427776 swapFree=6404/217600
[pid=31801] ppid=31799 vsize=210396 CPUtime=702.3
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 68189 0 0 0 70200 30 0 0 20 0 1 0 658106153 215445504 51369 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600966 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 52599 51369 77 177 0 52421 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 210396

[startup+762.311 s]
/proc/loadavg: 1.00 1.48 3.45 2/188 31817
/proc/meminfo: memFree=18751204/36427776 swapFree=6404/217684
[pid=31801] ppid=31799 vsize=210528 CPUtime=762.31
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 68210 0 0 0 76201 30 0 0 20 0 1 0 658106153 215580672 51390 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600975 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 52632 51390 77 177 0 52454 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 210528

[startup+822.3 s]
/proc/loadavg: 1.00 1.39 3.30 2/188 31817
/proc/meminfo: memFree=18751204/36427776 swapFree=6404/217708
[pid=31801] ppid=31799 vsize=210528 CPUtime=822.29
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 68230 0 0 0 82199 30 0 0 20 0 1 0 658106153 215580672 51410 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600966 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 52632 51410 77 177 0 52454 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 210528

[startup+882.302 s]
/proc/loadavg: 1.00 1.31 3.15 2/188 31817
/proc/meminfo: memFree=18750956/36427776 swapFree=6404/218112
[pid=31801] ppid=31799 vsize=210660 CPUtime=882.31
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 68251 0 0 0 88201 30 0 0 20 0 1 0 658106153 215715840 51431 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600975 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 52665 51431 77 177 0 52487 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 210660

[startup+942.303 s]
/proc/loadavg: 1.00 1.26 3.02 2/188 31822
/proc/meminfo: memFree=18751080/36427776 swapFree=6404/217864
[pid=31801] ppid=31799 vsize=210660 CPUtime=942.31
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 68271 0 0 0 94201 30 0 0 20 0 1 0 658106153 215715840 51451 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600975 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 52665 51451 77 177 0 52487 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 210660



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000 s]
/proc/loadavg: 1.06 1.23 2.90 2/188 31822
/proc/meminfo: memFree=18750956/36427776 swapFree=6404/218004
[pid=31801] ppid=31799 vsize=212072 CPUtime=1000.03
/proc/31801/stat : 31801 (ttsth-5-0) R 31799 31801 15497 0 -1 4202496 68287 0 0 0 99973 30 0 0 20 0 1 0 658106153 217161728 51467 18446744073709551615 134512640 135237372 4288360592 18446744073709551615 134600966 0 0 1 0 0 0 0 17 13 0 0 0 0 0
/proc/31801/statm: 53018 51467 77 177 0 52840 0
Current children cumulated CPU time (s) 1000.03
Current children cumulated vsize (KiB) 212072

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31801 and gives
#  childrusage.ru_utime.tv_sec=999
#  childrusage.ru_utime.tv_usec=670475
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=344021
# CPU time returned by wait4() is 1000.01
# while last known CPU time is 1000.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.05
CPU time (s): 1000.03
CPU user time (s): 999.73
CPU system time (s): 0.3
CPU usage (%): 99.9982
Max. virtual memory (cumulated for all children) (KiB): 212072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 999.67
system time used= 0.344021
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68287
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= 1
involuntary context switches= 1536

runsolver used 2.68817 second user time and 6.07238 second system time

The end

Launcher Data

Begin job on xenhost3-49 at 2009-06-14 15:59:57
IDJOB=1781460
IDBENCH=71749
IDSOLVER=634
FILE ID=xenhost3-49/1781460-1244987997
PBS_JOBID=
Free space on /tmp= 7002 MiB

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

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

MD5SUM BENCH= b99a5b8844b4e1d2656eb1422e6e888f
RANDOM SEED= 1598335098

Linux xenhost3-49 2.6.27.5 #1 SMP Mon Mar 30 10:34:22 CEST 2009 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 10
initial apicid	: 10
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 2
cpu cores	: 1
apicid		: 26
initial apicid	: 26
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 9
initial apicid	: 9
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 1
cpu cores	: 1
apicid		: 25
initial apicid	: 25
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 0
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 2
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 11
initial apicid	: 11
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 4
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU           X7350  @ 2.93GHz
stepping	: 11
cpu MHz		: 2925.864
cache size	: 4096 KB
physical id	: 6
siblings	: 1
core id		: 3
cpu cores	: 1
apicid		: 27
initial apicid	: 27
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 5855.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:     36427776 kB
MemFree:      18959604 kB
Buffers:        530408 kB
Cached:       14138784 kB
SwapCached:          0 kB
Active:        4179640 kB
Inactive:     10500848 kB
SwapTotal:    25398692 kB
SwapFree:     25398692 kB
Dirty:           20600 kB
Writeback:           0 kB
AnonPages:       10676 kB
Mapped:           5476 kB
Slab:           735444 kB
SReclaimable:   708572 kB
SUnreclaim:      26872 kB
PageTables:          0 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
WritebackTmp:        0 kB
CommitLimit:  43612580 kB
Committed_AS:    36632 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    275248 kB
VmallocChunk: 34359462839 kB
DirectMap4k:  99216660 kB
DirectMap2M:         0 kB

Free space on /tmp at the end= 7002 MiB
End job on xenhost3-49 at 2009-06-14 16:16:40