Trace number 1776823

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) 1000.11 1000.02

General information on the benchmark

Namemanol-pipe-g10nid.cnf
MD5SUMd46e452956bc993f202d3b06fd3e858e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark106.54
Satisfiable
(Un)Satisfiability was proved
Number of variables217725
Number of clauses646228
Sum of the clauses size1507864
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2430818
Number of clauses of size 3215409
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1.02/1.07	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776823-1243675903.cnf 
1.02/1.07	c Using SATTIMEOUT of 10000
1.02/1.07	c Using SATRAM of 2047
1.02/1.07	c Size of subset node = 16
1.02/1.07	c Variables = 217725
1.02/1.07	c Clauses = 646228
1.02/1.07	c Literals = 1507864
1.02/1.07	c Reduced size:
1.02/1.07	c Variables = 217725
1.02/1.07	c Clauses = 646225
1.02/1.07	c Literals = 1507858
1.02/1.07	c a2
2.01/2.03	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-1776823-1243675903/watcher-1776823-1243675903 -o /tmp/evaluation-result-1776823-1243675903/solver-1776823-1243675903 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1776823-1243675903.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: 3.93 2.77 2.16 3/98 11610
/proc/meminfo: memFree=3105608/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=1144 CPUtime=0.01
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 174 0 0 0 1 0 0 0 18 0 1 0 949167166 1171456 130 4294967295 134512640 135237372 3219927568 3219926092 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 286 130 75 177 0 108 0

[startup+0.0408 s]
/proc/loadavg: 3.93 2.77 2.16 3/98 11610
/proc/meminfo: memFree=3105608/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=2892 CPUtime=0.04
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 623 0 0 0 4 0 0 0 18 0 1 0 949167166 2961408 579 4294967295 134512640 135237372 3219927568 3219927016 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 723 579 75 177 0 545 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2892

[startup+0.110793 s]
/proc/loadavg: 3.93 2.77 2.16 3/98 11610
/proc/meminfo: memFree=3105608/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=6260 CPUtime=0.11
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 1452 0 0 0 11 0 0 0 18 0 1 0 949167166 6410240 1408 4294967295 134512640 135237372 3219927568 3219927200 134536395 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 1565 1409 75 177 0 1387 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6260

[startup+0.310778 s]
/proc/loadavg: 3.93 2.77 2.16 3/98 11610
/proc/meminfo: memFree=3105608/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=15956 CPUtime=0.31
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 3811 0 0 0 30 1 0 0 18 0 1 0 949167166 16338944 3767 4294967295 134512640 135237372 3219927568 3219926092 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 3989 3768 75 177 0 3811 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 15956

[startup+0.710746 s]
/proc/loadavg: 3.93 2.77 2.16 3/98 11610
/proc/meminfo: memFree=3105608/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=34372 CPUtime=0.71
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 8358 0 0 0 68 3 0 0 18 0 1 0 949167166 35196928 8314 4294967295 134512640 135237372 3219927568 3219926092 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 8593 8314 75 177 0 8415 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 34372

[startup+1.51068 s]
/proc/loadavg: 3.93 2.77 2.16 2/99 11611
/proc/meminfo: memFree=3060764/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=92724 CPUtime=1.51
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 22610 0 0 0 144 7 0 0 20 0 1 0 949167166 94949376 22565 4294967295 134512640 135237372 3219927568 3219926568 134519994 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 23181 22565 76 177 0 23003 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 92724

[startup+3.11055 s]
/proc/loadavg: 3.69 2.74 2.15 2/99 11611
/proc/meminfo: memFree=3012072/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=120468 CPUtime=3.11
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 33442 0 0 0 302 9 0 0 25 0 1 0 949167166 123359232 29322 4294967295 134512640 135237372 3219927568 3219926928 134600960 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 30117 29322 77 177 0 29939 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 120468

[startup+6.31029 s]
/proc/loadavg: 3.69 2.74 2.15 2/99 11612
/proc/meminfo: memFree=2988616/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=120636 CPUtime=6.31
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 33496 0 0 0 622 9 0 0 25 0 1 0 949167166 123531264 29376 4294967295 134512640 135237372 3219927568 3219926928 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 30159 29376 77 177 0 29981 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 120636

[startup+12.7098 s]
/proc/loadavg: 3.28 2.68 2.14 2/99 11612
/proc/meminfo: memFree=2988272/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=121096 CPUtime=12.71
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 33598 0 0 0 1262 9 0 0 25 0 1 0 949167166 124002304 29478 4294967295 134512640 135237372 3219927568 3219926896 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 30274 29478 77 177 0 30096 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 121096

[startup+25.5087 s]
/proc/loadavg: 2.93 2.63 2.12 2/99 11613
/proc/meminfo: memFree=2987872/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=121784 CPUtime=25.51
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 33780 0 0 0 2542 9 0 0 25 0 1 0 949167166 124706816 29660 4294967295 134512640 135237372 3219927568 3219926928 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 30446 29660 77 177 0 30268 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 121784

[startup+51.1166 s]
/proc/loadavg: 2.27 2.50 2.09 2/99 11616
/proc/meminfo: memFree=2986508/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=123160 CPUtime=51.12
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 34109 0 0 0 5103 9 0 0 25 0 1 0 949167166 126115840 29989 4294967295 134512640 135237372 3219927568 3219926928 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 30790 29989 77 177 0 30612 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 123160

[startup+102.312 s]
/proc/loadavg: 1.50 2.24 2.03 2/99 11805
/proc/meminfo: memFree=2983780/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=125780 CPUtime=102.32
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 34718 0 0 0 10222 10 0 0 25 0 1 0 949167166 128798720 30598 4294967295 134512640 135237372 3219927568 3219926928 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 31445 30598 77 177 0 31267 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 125780

[startup+162.308 s]
/proc/loadavg: 1.20 2.03 1.97 2/99 11992
/proc/meminfo: memFree=2983688/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=126044 CPUtime=162.32
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 34792 0 0 0 16222 10 0 0 25 0 1 0 949167166 129069056 30672 4294967295 134512640 135237372 3219927568 3219926928 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 31511 30672 77 177 0 31333 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 126044

[startup+222.303 s]
/proc/loadavg: 1.07 1.83 1.90 2/99 12180
/proc/meminfo: memFree=2984184/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=126176 CPUtime=222.32
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 34843 0 0 0 22221 11 0 0 25 0 1 0 949167166 129204224 30723 4294967295 134512640 135237372 3219927568 3219926928 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 31544 30723 77 177 0 31366 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 126176

[startup+282.308 s]
/proc/loadavg: 1.02 1.68 1.84 2/99 12372
/proc/meminfo: memFree=2983936/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=126308 CPUtime=282.33
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 34883 0 0 0 28222 11 0 0 25 0 1 0 949167166 129339392 30763 4294967295 134512640 135237372 3219927568 3219926928 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 31577 30763 77 177 0 31399 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 126308

[startup+342.313 s]
/proc/loadavg: 1.01 1.55 1.78 2/99 12561
/proc/meminfo: memFree=2983688/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=126440 CPUtime=342.34
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 34919 0 0 0 34223 11 0 0 25 0 1 0 949167166 129474560 30799 4294967295 134512640 135237372 3219927568 3219926928 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 31610 30799 77 177 0 31432 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 126440

[startup+402.308 s]
/proc/loadavg: 1.00 1.45 1.73 2/99 12748
/proc/meminfo: memFree=2983308/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=126572 CPUtime=402.34
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 34953 0 0 0 40223 11 0 0 25 0 1 0 949167166 129609728 30833 4294967295 134512640 135237372 3219927568 3219926928 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 31643 30833 77 177 0 31465 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 126572

[startup+462.313 s]
/proc/loadavg: 1.00 1.36 1.68 2/99 12935
/proc/meminfo: memFree=2983316/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=126704 CPUtime=462.35
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 34980 0 0 0 46224 11 0 0 25 0 1 0 949167166 129744896 30860 4294967295 134512640 135237372 3219927568 3219926928 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 31676 30860 77 177 0 31498 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 126704

[startup+522.308 s]
/proc/loadavg: 1.00 1.30 1.64 3/99 13123
/proc/meminfo: memFree=2983060/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=126836 CPUtime=522.35
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 35010 0 0 0 52224 11 0 0 25 0 1 0 949167166 129880064 30890 4294967295 134512640 135237372 3219927568 3219926928 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 31709 30890 77 177 0 31531 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 126836

[startup+582.303 s]
/proc/loadavg: 1.00 1.24 1.59 2/99 13315
/proc/meminfo: memFree=2982820/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=126836 CPUtime=582.35
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 35046 0 0 0 58224 11 0 0 25 0 1 0 949167166 129880064 30926 4294967295 134512640 135237372 3219927568 3219926928 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 31709 30926 77 177 0 31531 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 126836

[startup+642.309 s]
/proc/loadavg: 1.00 1.19 1.55 2/99 13504
/proc/meminfo: memFree=2983068/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=126968 CPUtime=642.37
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 35072 0 0 0 64226 11 0 0 25 0 1 0 949167166 130015232 30952 4294967295 134512640 135237372 3219927568 3219926928 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 31742 30952 77 177 0 31564 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 126968

[startup+702.314 s]
/proc/loadavg: 1.00 1.15 1.52 2/99 13691
/proc/meminfo: memFree=2983052/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=127100 CPUtime=702.37
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 35101 0 0 0 70226 11 0 0 25 0 1 0 949167166 130150400 30981 4294967295 134512640 135237372 3219927568 3219926928 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 31775 30981 77 177 0 31597 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 127100

[startup+762.319 s]
/proc/loadavg: 1.00 1.12 1.48 2/99 13878
/proc/meminfo: memFree=2982324/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=127100 CPUtime=762.38
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 35127 0 0 0 76227 11 0 0 25 0 1 0 949167166 130150400 31007 4294967295 134512640 135237372 3219927568 3219926928 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 31775 31007 77 177 0 31597 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 127100

[startup+822.314 s]
/proc/loadavg: 1.00 1.10 1.45 2/99 14066
/proc/meminfo: memFree=2982440/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=128512 CPUtime=822.38
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 35151 0 0 0 82227 11 0 0 25 0 1 0 949167166 131596288 31031 4294967295 134512640 135237372 3219927568 3219926928 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 32128 31031 77 177 0 31950 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 128512

[startup+882.309 s]
/proc/loadavg: 1.00 1.08 1.42 2/99 14254
/proc/meminfo: memFree=2982448/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=128644 CPUtime=882.38
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 35172 0 0 0 88227 11 0 0 25 0 1 0 949167166 131731456 31052 4294967295 134512640 135237372 3219927568 3219926928 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 32161 31052 77 177 0 31983 0
Current children cumulated CPU time (s) 882.38
Current children cumulated vsize (KiB) 128644

[startup+942.304 s]
/proc/loadavg: 1.00 1.06 1.39 2/99 14447
/proc/meminfo: memFree=2982044/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=128644 CPUtime=942.38
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 35197 0 0 0 94227 11 0 0 25 0 1 0 949167166 131731456 31077 4294967295 134512640 135237372 3219927568 3219926928 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 32161 31077 77 177 0 31983 0
Current children cumulated CPU time (s) 942.38
Current children cumulated vsize (KiB) 128644



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 1.00 1.05 1.36 2/99 14633
/proc/meminfo: memFree=2982440/3368532 swapFree=1959840/1959888
[pid=11610] ppid=11608 vsize=128776 CPUtime=1000.1
/proc/11610/stat : 11610 (ttsth-5-0) R 11608 11610 30226 0 -1 4202496 35216 0 0 0 99999 11 0 0 25 0 1 0 949167166 131866624 31096 4294967295 134512640 135237372 3219927568 3219926928 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11610/statm: 32194 31096 77 177 0 32016 0
Current children cumulated CPU time (s) 1000.1
Current children cumulated vsize (KiB) 128776

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)
Real time (s): 1000.02
CPU time (s): 1000.11
CPU user time (s): 999.99
CPU system time (s): 0.12
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 128776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 999.99
system time used= 0.12
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35216
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= 2
involuntary context switches= 1527

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-30 11:31:43
IDJOB=1776823
IDBENCH=69595
IDSOLVER=632
FILE ID=tipi39/1776823-1243675903
PBS_JOBID=
Free space on /tmp= 5733 MiB

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

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

MD5SUM BENCH= d46e452956bc993f202d3b06fd3e858e
RANDOM SEED= 1563343327

Linux tipi39 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.067
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.067
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.067
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.067
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:       3105904 kB
Buffers:         64516 kB
Cached:          92628 kB
SwapCached:          0 kB
Active:         109804 kB
Inactive:        63460 kB
HighTotal:     2489216 kB
HighFree:      2383120 kB
LowTotal:       879316 kB
LowFree:        722784 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           12500 kB
Writeback:           0 kB
AnonPages:       15952 kB
Mapped:           6056 kB
Slab:            79504 kB
SReclaimable:    68496 kB
SUnreclaim:      11008 kB
PageTables:        528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    94800 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5733 MiB
End job on tipi39 at 2009-05-30 11:48:26