Trace number 1781233

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)? (TO) 999.44 1000.03

General information on the benchmark

Namemanol-pipe-g10bidw.cnf
MD5SUM6ade683f6bfd116f49e58395d70ae6c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark147.5
Satisfiable
(Un)Satisfiability was proved
Number of variables237485
Number of clauses705220
Sum of the clauses size1645512
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2470146
Number of clauses of size 3235073
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1.17/1.29	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781233-1243686054.cnf 
1.17/1.29	c Using SATTIMEOUT of 10000
1.17/1.29	c Using SATRAM of 2047
1.17/1.29	c Size of subset node = 16
1.17/1.29	c Variables = 237485
1.17/1.29	c Clauses = 705220
1.17/1.29	c Literals = 1645512
1.17/1.29	c Reduced size:
1.17/1.29	c Variables = 237485
1.17/1.29	c Clauses = 705217
1.17/1.29	c Literals = 1645506
1.17/1.29	c a2
2.27/2.33	c a1

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-1781233-1243686054/watcher-1781233-1243686054 -o /tmp/evaluation-result-1781233-1243686054/solver-1781233-1243686054 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781233-1243686054.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: 6.15 6.45 6.25 4/115 2833
/proc/meminfo: memFree=3041760/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=3288 CPUtime=0.05
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 705 0 0 0 4 1 0 0 21 0 1 0 1133269534 3366912 661 4294967295 134512640 135237372 3219511712 3219511372 134688436 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2831/statm: 822 661 75 177 0 644 0

[startup+0.159977 s]
/proc/loadavg: 6.15 6.45 6.25 4/115 2833
/proc/meminfo: memFree=3041760/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=8024 CPUtime=0.16
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 1891 0 0 0 15 1 0 0 22 0 1 0 1133269534 8216576 1847 4294967295 134512640 135237372 3219511712 3219511160 134730132 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2831/statm: 2006 1847 75 177 0 1828 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 8024

[startup+0.209972 s]
/proc/loadavg: 6.15 6.45 6.25 4/115 2833
/proc/meminfo: memFree=3041760/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=10404 CPUtime=0.21
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 2449 0 0 0 19 2 0 0 22 0 1 0 1133269534 10653696 2405 4294967295 134512640 135237372 3219511712 3219510308 134886597 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2831/statm: 2601 2405 75 177 0 2423 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10404

[startup+0.309987 s]
/proc/loadavg: 6.15 6.45 6.25 4/115 2833
/proc/meminfo: memFree=3041760/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=15032 CPUtime=0.31
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 3568 0 0 0 29 2 0 0 22 0 1 0 1133269534 15392768 3524 4294967295 134512640 135237372 3219511712 3219510580 134887270 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2831/statm: 3758 3524 75 177 0 3580 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 15032

[startup+0.709929 s]
/proc/loadavg: 6.15 6.45 6.25 4/115 2833
/proc/meminfo: memFree=3041760/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=31072 CPUtime=0.67
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 7473 0 0 0 59 8 0 0 24 0 1 0 1133269534 31817728 7429 4294967295 134512640 135237372 3219511712 3219510308 134886568 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2831/statm: 7768 7429 75 177 0 7590 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 31072

[startup+1.50986 s]
/proc/loadavg: 6.15 6.45 6.25 4/114 3020
/proc/meminfo: memFree=2994088/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=96384 CPUtime=1.47
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 23184 0 0 0 137 10 0 0 25 0 1 0 1133269534 98697216 23140 4294967295 134512640 135237372 3219511712 3219510980 134730335 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2831/statm: 24096 23140 76 177 0 23918 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 96384

[startup+3.10973 s]
/proc/loadavg: 6.15 6.45 6.25 4/114 3020
/proc/meminfo: memFree=2944804/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=118948 CPUtime=3.07
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 37664 0 0 0 294 13 0 0 25 0 1 0 1133269534 121802752 28887 4294967295 134512640 135237372 3219511712 3219511072 134600104 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2831/statm: 29737 28887 77 177 0 29559 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 118948

[startup+6.30949 s]
/proc/loadavg: 5.90 6.40 6.23 4/116 3026
/proc/meminfo: memFree=2914692/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=131496 CPUtime=6.27
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 40792 0 0 0 613 14 0 0 25 0 1 0 1133269534 134651904 32015 4294967295 134512640 135237372 3219511712 3219511072 134600960 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2831/statm: 32874 32015 77 177 0 32696 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 131496

[startup+12.7089 s]
/proc/loadavg: 5.67 6.34 6.22 4/114 3036
/proc/meminfo: memFree=2914508/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=131804 CPUtime=12.67
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 40886 0 0 0 1253 14 0 0 25 0 1 0 1133269534 134967296 32109 4294967295 134512640 135237372 3219511712 3219511072 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2831/statm: 32951 32109 77 177 0 32773 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 131804

[startup+25.5078 s]
/proc/loadavg: 5.08 6.18 6.16 4/114 3057
/proc/meminfo: memFree=2914016/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=132492 CPUtime=25.47
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 41046 0 0 0 2533 14 0 0 25 0 1 0 1133269534 135671808 32269 4294967295 134512640 135237372 3219511712 3219511072 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2831/statm: 33123 32269 77 177 0 32945 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 132492

[startup+51.1056 s]
/proc/loadavg: 4.37 5.92 6.08 4/114 3097
/proc/meminfo: memFree=2912752/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=134000 CPUtime=51.07
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 41394 0 0 0 5093 14 0 0 25 0 1 0 1133269534 137216000 32617 4294967295 134512640 135237372 3219511712 3219511040 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2831/statm: 33500 32617 77 177 0 33322 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 134000

[startup+102.311 s]
/proc/loadavg: 3.54 5.43 5.90 4/114 3361
/proc/meminfo: memFree=2909916/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=136620 CPUtime=102.26
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42019 0 0 0 10212 14 0 0 25 0 1 0 1133269534 139898880 33242 4294967295 134512640 135237372 3219511712 3219511072 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2831/statm: 34155 33242 77 177 0 33977 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 136620

[startup+162.316 s]
/proc/loadavg: 3.22 5.02 5.73 4/116 3666
/proc/meminfo: memFree=2909420/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=136884 CPUtime=162.27
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42113 0 0 0 16213 14 0 0 25 0 1 0 1133269534 140169216 33336 4294967295 134512640 135237372 3219511712 3219511072 134600975 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2831/statm: 34221 33336 77 177 0 34043 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 136884

[startup+222.311 s]
/proc/loadavg: 3.08 4.65 5.56 4/114 3945
/proc/meminfo: memFree=2908800/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=137148 CPUtime=222.23
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42158 0 0 0 22209 14 0 0 25 0 1 0 1133269534 140439552 33381 4294967295 134512640 135237372 3219511712 3219511072 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2831/statm: 34287 33381 77 177 0 34109 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 137148

[startup+282.306 s]
/proc/loadavg: 3.06 4.36 5.40 4/114 4218
/proc/meminfo: memFree=2908552/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=137148 CPUtime=282.17
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42194 0 0 0 28203 14 0 0 25 0 1 0 1133269534 140439552 33417 4294967295 134512640 135237372 3219511712 3219511072 134600972 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2831/statm: 34287 33417 77 177 0 34109 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 137148

[startup+342.31 s]
/proc/loadavg: 3.06 4.12 5.25 5/114 4495
/proc/meminfo: memFree=2909040/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=137280 CPUtime=342.14
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42230 0 0 0 34200 14 0 0 25 0 1 0 1133269534 140574720 33453 4294967295 134512640 135237372 3219511712 3219511072 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2831/statm: 34320 33453 77 177 0 34142 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 137280

[startup+402.315 s]
/proc/loadavg: 3.02 3.92 5.11 4/114 4769
/proc/meminfo: memFree=2908784/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=137412 CPUtime=402.12
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42257 0 0 0 40198 14 0 0 25 0 1 0 1133269534 140709888 33480 4294967295 134512640 135237372 3219511712 3219511072 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2831/statm: 34353 33480 77 177 0 34175 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 137412

[startup+462.31 s]
/proc/loadavg: 3.01 3.75 4.97 4/114 5045
/proc/meminfo: memFree=2909000/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=137544 CPUtime=462.07
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42285 0 0 0 46193 14 0 0 25 0 1 0 1133269534 140845056 33508 4294967295 134512640 135237372 3219511712 3219511072 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2831/statm: 34386 33508 77 177 0 34208 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 137544

[startup+522.305 s]
/proc/loadavg: 3.00 3.61 4.85 4/114 5326
/proc/meminfo: memFree=2908792/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=137544 CPUtime=522.02
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42314 0 0 0 52188 14 0 0 25 0 1 0 1133269534 140845056 33537 4294967295 134512640 135237372 3219511712 3219511072 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2831/statm: 34386 33537 77 177 0 34208 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 137544

[startup+582.31 s]
/proc/loadavg: 3.00 3.49 4.73 4/114 5603
/proc/meminfo: memFree=2908908/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=137676 CPUtime=581.97
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42339 0 0 0 58183 14 0 0 25 0 1 0 1133269534 140980224 33562 4294967295 134512640 135237372 3219511712 3219511072 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2831/statm: 34419 33562 77 177 0 34241 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 137676

[startup+642.315 s]
/proc/loadavg: 3.00 3.40 4.62 4/114 5878
/proc/meminfo: memFree=2908512/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=137808 CPUtime=641.94
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42365 0 0 0 64180 14 0 0 25 0 1 0 1133269534 141115392 33588 4294967295 134512640 135237372 3219511712 3219511072 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2831/statm: 34452 33588 77 177 0 34274 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 137808

[startup+702.309 s]
/proc/loadavg: 3.00 3.33 4.51 4/114 6152
/proc/meminfo: memFree=2908684/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=137940 CPUtime=701.91
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42403 0 0 0 70177 14 0 0 25 0 1 0 1133269534 141250560 33626 4294967295 134512640 135237372 3219511712 3219511072 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2831/statm: 34485 33626 77 177 0 34307 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 137940

[startup+762.314 s]
/proc/loadavg: 3.00 3.26 4.41 5/114 6428
/proc/meminfo: memFree=2908536/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=137940 CPUtime=761.88
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42435 0 0 0 76174 14 0 0 25 0 1 0 1133269534 141250560 33658 4294967295 134512640 135237372 3219511712 3219511072 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2831/statm: 34485 33658 77 177 0 34307 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 137940

[startup+822.309 s]
/proc/loadavg: 3.00 3.21 4.32 4/114 6705
/proc/meminfo: memFree=2908420/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=139352 CPUtime=821.82
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42459 0 0 0 82168 14 0 0 25 0 1 0 1133269534 142696448 33682 4294967295 134512640 135237372 3219511712 3219511072 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2831/statm: 34838 33682 77 177 0 34660 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 139352

[startup+882.314 s]
/proc/loadavg: 3.00 3.17 4.24 4/114 6986
/proc/meminfo: memFree=2908288/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=139484 CPUtime=881.77
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42478 0 0 0 88163 14 0 0 25 0 1 0 1133269534 142831616 33701 4294967295 134512640 135237372 3219511712 3219511072 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2831/statm: 34871 33701 77 177 0 34693 0
Current children cumulated CPU time (s) 881.77
Current children cumulated vsize (KiB) 139484

[startup+942.319 s]
/proc/loadavg: 3.00 3.14 4.16 4/114 7261
/proc/meminfo: memFree=2907884/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=139484 CPUtime=941.74
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42504 0 0 0 94160 14 0 0 25 0 1 0 1133269534 142831616 33727 4294967295 134512640 135237372 3219511712 3219511072 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2831/statm: 34871 33727 77 177 0 34693 0
Current children cumulated CPU time (s) 941.74
Current children cumulated vsize (KiB) 139484



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 3.00 3.11 4.08 4/114 7531
/proc/meminfo: memFree=2908016/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=139484 CPUtime=999.43
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42519 0 0 0 99929 14 0 0 25 0 1 0 1133269534 142831616 33742 4294967295 134512640 135237372 3219511712 3219511072 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2831/statm: 34871 33742 77 177 0 34693 0
Current children cumulated CPU time (s) 999.43
Current children cumulated vsize (KiB) 139484

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

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

[startup+1000.01 s]
/proc/loadavg: 3.00 3.11 4.08 4/114 7531
/proc/meminfo: memFree=2908016/3368532 swapFree=1954888/1959888
[pid=2831] ppid=2829 vsize=139484 CPUtime=999.43
/proc/2831/stat : 2831 (ttsth-5-0) R 2829 2831 32205 0 -1 4202496 42519 0 0 0 99929 14 0 0 25 0 1 0 1133269534 142831616 33742 4294967295 134512640 135237372 3219511712 3219511072 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2831/statm: 34871 33742 77 177 0 34693 0
Current children cumulated CPU time (s) 999.43
Current children cumulated vsize (KiB) 139484

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.03
CPU time (s): 999.44
CPU user time (s): 999.29
CPU system time (s): 0.15
CPU usage (%): 99.9415
Max. virtual memory (cumulated for all children) (KiB): 139484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 999.29
system time used= 0.15
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42519
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= 9090

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 14:20:54
IDJOB=1781233
IDBENCH=71689
IDSOLVER=632
FILE ID=/1781233-1243686054
PBS_JOBID=
Free space on /tmp= 15867 MiB

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

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

MD5SUM BENCH= 6ade683f6bfd116f49e58395d70ae6c0
RANDOM SEED= 870080965

Linux (none) 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.105
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.43
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.105
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.11
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.105
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.105
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.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3044028 kB
Buffers:         77124 kB
Cached:         136572 kB
SwapCached:        720 kB
Active:         153208 kB
Inactive:        76488 kB
HighTotal:     2489216 kB
HighFree:      2333512 kB
LowTotal:       879316 kB
LowFree:        710516 kB
SwapTotal:     1959888 kB
SwapFree:      1954888 kB
Dirty:           13632 kB
Writeback:           0 kB
AnonPages:       14844 kB
Mapped:           6032 kB
Slab:            84728 kB
SReclaimable:    74916 kB
SUnreclaim:       9812 kB
PageTables:        712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   117276 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15867 MiB
End job on  at 2009-05-30 14:37:37