Trace number 1723250

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
tts tts-5-0? (TO) 1200.1 1200.53

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 benchmark97.5152
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.29/1.37	c Command: HOME/tts-5-0 HOME/instance-1723250-1240684377.cnf 
1.29/1.37	c Using SATTIMEOUT of 1200
1.29/1.37	c Using SATRAM of 1800
1.29/1.37	c Size of subset node = 16
1.29/1.37	c Variables = 237485
1.29/1.37	c Clauses = 705220
1.29/1.37	c Literals = 1645512
1.29/1.37	c Reduced size:
1.29/1.37	c Variables = 237485
1.29/1.37	c Clauses = 705217
1.29/1.37	c Literals = 1645506
1.29/1.37	c a2
2.59/2.64	c a1

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-1723250-1240684377/watcher-1723250-1240684377 -o /tmp/evaluation-result-1723250-1240684377/solver-1723250-1240684377 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1723250-1240684377.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: 1.00 1.00 1.11 3/64 14726
/proc/meminfo: memFree=1746992/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=1008 CPUtime=0
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 96470427 1032192 124 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 252 124 68 165 0 85 0

[startup+0.0395149 s]
/proc/loadavg: 1.00 1.00 1.11 3/64 14726
/proc/meminfo: memFree=1746992/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=2624 CPUtime=0.03
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 521 0 0 0 3 0 0 0 18 0 1 0 96470427 2686976 505 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 656 505 68 165 0 489 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2624

[startup+0.101519 s]
/proc/loadavg: 1.00 1.00 1.11 3/64 14726
/proc/meminfo: memFree=1746992/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=4936 CPUtime=0.09
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 1116 0 0 0 9 0 0 0 18 0 1 0 96470427 5054464 1100 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 1234 1100 68 165 0 1067 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4936

[startup+0.301533 s]
/proc/loadavg: 1.00 1.00 1.11 3/64 14726
/proc/meminfo: memFree=1746992/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=12908 CPUtime=0.29
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 3104 0 0 0 28 1 0 0 19 0 1 0 96470427 13217792 3088 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 3227 3088 68 165 0 3060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12908

[startup+0.701562 s]
/proc/loadavg: 1.00 1.00 1.11 3/64 14726
/proc/meminfo: memFree=1746992/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=29484 CPUtime=0.69
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 7033 0 0 0 65 4 0 0 23 0 1 0 96470427 30191616 7017 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 7371 7017 68 165 0 7204 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29484

[startup+1.50162 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 14727
/proc/meminfo: memFree=1706920/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=76040 CPUtime=1.49
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 18095 0 0 0 140 9 0 0 25 0 1 0 96470427 77864960 18079 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 19010 18081 69 165 0 18843 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76040

[startup+3.10174 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 14727
/proc/meminfo: memFree=1648488/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=93044 CPUtime=3.09
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 27360 0 0 0 296 13 0 0 25 0 1 0 96470427 95277056 22459 1992294400 134512640 135191068 4294956224 18446744073709551615 134699192 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 23261 22459 71 165 0 23094 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93044

[startup+6.30197 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 14727
/proc/meminfo: memFree=1618792/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=131192 CPUtime=6.29
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 36893 0 0 0 613 16 0 0 25 0 1 0 96470427 134340608 31992 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 32798 31992 71 165 0 32631 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 131192

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 14727
/proc/meminfo: memFree=1618728/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=131512 CPUtime=12.69
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 36952 0 0 0 1253 16 0 0 25 0 1 0 96470427 134668288 32051 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 32878 32051 71 165 0 32711 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131512

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 14727
/proc/meminfo: memFree=1618472/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=131940 CPUtime=25.48
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 37074 0 0 0 2532 16 0 0 25 0 1 0 96470427 135106560 32173 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 32985 32173 71 165 0 32818 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 131940

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 14727
/proc/meminfo: memFree=1617576/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=133212 CPUtime=51.07
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 37315 0 0 0 5090 17 0 0 25 0 1 0 96470427 136409088 32414 1992294400 134512640 135191068 4294956224 18446744073709551615 134555295 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 33303 32414 71 165 0 33136 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 133212

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 14727
/proc/meminfo: memFree=1615912/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=135172 CPUtime=102.26
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 37729 0 0 0 10209 17 0 0 25 0 1 0 96470427 138416128 32828 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 33793 32828 71 165 0 33626 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 135172

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 14727
/proc/meminfo: memFree=1613992/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=136624 CPUtime=162.24
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38173 0 0 0 16206 18 0 0 25 0 1 0 96470427 139902976 33272 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34156 33272 71 165 0 33989 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 136624

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 14727
/proc/meminfo: memFree=1613736/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=136888 CPUtime=222.22
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38249 0 0 0 22204 18 0 0 25 0 1 0 96470427 140173312 33348 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34222 33348 71 165 0 34055 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 136888

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 14729
/proc/meminfo: memFree=1613288/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=137020 CPUtime=282.18
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38301 0 0 0 28200 18 0 0 25 0 1 0 96470427 140308480 33400 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34255 33400 71 165 0 34088 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 137020

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 14729
/proc/meminfo: memFree=1613288/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=137152 CPUtime=342.16
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38342 0 0 0 34198 18 0 0 25 0 1 0 96470427 140443648 33441 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34288 33441 71 165 0 34121 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 137152

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 14729
/proc/meminfo: memFree=1613096/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=137284 CPUtime=402.14
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38378 0 0 0 40196 18 0 0 25 0 1 0 96470427 140578816 33477 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34321 33477 71 165 0 34154 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 137284

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 14729
/proc/meminfo: memFree=1612968/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=137416 CPUtime=462.12
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38411 0 0 0 46194 18 0 0 25 0 1 0 96470427 140713984 33510 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34354 33510 71 165 0 34187 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 137416

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 14729
/proc/meminfo: memFree=1612776/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=137548 CPUtime=522.09
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38441 0 0 0 52191 18 0 0 25 0 1 0 96470427 140849152 33540 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34387 33540 71 165 0 34220 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 137548

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 14729
/proc/meminfo: memFree=1612712/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=137680 CPUtime=582.08
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38476 0 0 0 58190 18 0 0 25 0 1 0 96470427 140984320 33575 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34420 33575 71 165 0 34253 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 137680

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/65 14729
/proc/meminfo: memFree=1612520/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=137812 CPUtime=642.06
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38520 0 0 0 64188 18 0 0 25 0 1 0 96470427 141119488 33619 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34453 33619 71 165 0 34286 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 137812

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 14729
/proc/meminfo: memFree=1612264/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=137812 CPUtime=702.03
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38553 0 0 0 70185 18 0 0 25 0 1 0 96470427 141119488 33652 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34453 33652 71 165 0 34286 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 137812

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.03 2/65 14729
/proc/meminfo: memFree=1612072/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=139224 CPUtime=762.03
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38590 0 0 0 76184 19 0 0 25 0 1 0 96470427 142565376 33689 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34806 33689 71 165 0 34639 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 139224

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/65 14729
/proc/meminfo: memFree=1612008/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=139356 CPUtime=822
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38615 0 0 0 82181 19 0 0 25 0 1 0 96470427 142700544 33714 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34839 33714 71 165 0 34672 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 139356

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 14729
/proc/meminfo: memFree=1611944/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=139356 CPUtime=881.97
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38636 0 0 0 88178 19 0 0 25 0 1 0 96470427 142700544 33735 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34839 33735 71 165 0 34672 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 139356

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/65 14729
/proc/meminfo: memFree=1611816/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=139488 CPUtime=941.95
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38663 0 0 0 94176 19 0 0 25 0 1 0 96470427 142835712 33762 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34872 33762 71 165 0 34705 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 139488

[startup+1002.3 s]
/proc/loadavg: 1.06 1.02 1.01 2/65 14729
/proc/meminfo: memFree=1611688/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=139620 CPUtime=1001.93
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38685 0 0 0 100174 19 0 0 25 0 1 0 96470427 142970880 33784 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34905 33784 71 165 0 34738 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 139620

[startup+1062.3 s]
/proc/loadavg: 1.08 1.03 1.01 2/65 14729
/proc/meminfo: memFree=1611496/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=139620 CPUtime=1061.9
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38713 0 0 0 106171 19 0 0 25 0 1 0 96470427 142970880 33812 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34905 33812 71 165 0 34738 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 139620

[startup+1122.3 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 14729
/proc/meminfo: memFree=1611368/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=139752 CPUtime=1121.88
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38735 0 0 0 112169 19 0 0 25 0 1 0 96470427 143106048 33834 1992294400 134512640 135191068 4294956224 18446744073709551615 134600355 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34938 33834 71 165 0 34771 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 139752

[startup+1182.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 14729
/proc/meminfo: memFree=1611240/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=139752 CPUtime=1181.88
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38758 0 0 0 118168 20 0 0 25 0 1 0 96470427 143106048 33857 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34938 33857 71 165 0 34771 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 139752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14729
/proc/meminfo: memFree=1611240/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=139884 CPUtime=1200.07
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38761 0 0 0 119987 20 0 0 25 0 1 0 96470427 143241216 33860 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34971 33860 71 165 0 34804 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 139884

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 14729
/proc/meminfo: memFree=1611240/2055920 swapFree=4191900/4192956
[pid=14726] ppid=14724 vsize=139884 CPUtime=1200.07
/proc/14726/stat : 14726 (tts-5-0) R 14724 14726 14333 0 -1 4194304 38761 0 0 0 119987 20 0 0 25 0 1 0 96470427 143241216 33860 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 34971 33860 71 165 0 34804 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 139884

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.1
CPU user time (s): 1199.88
CPU system time (s): 0.220966
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 139884

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

runsolver used 1.2928 second user time and 3.08353 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-25 20:32:58
IDJOB=1723250
IDBENCH=71689
IDSOLVER=505
FILE ID=node34/1723250-1240684377
PBS_JOBID= 9186641
Free space on /tmp= 66376 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT_RACE06/manol-pipe-g10bidw.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723250-1240684377/watcher-1723250-1240684377 -o /tmp/evaluation-result-1723250-1240684377/solver-1723250-1240684377 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1723250-1240684377.cnf

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

MD5SUM BENCH= 6ade683f6bfd116f49e58395d70ae6c0
RANDOM SEED=200128901

node34.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.214
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.214
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1747408 kB
Buffers:         27992 kB
Cached:         212616 kB
SwapCached:        384 kB
Active:          83020 kB
Inactive:       170996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747408 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           13352 kB
Writeback:           0 kB
Mapped:          21772 kB
Slab:            40592 kB
Committed_AS:   345744 kB
PageTables:       1380 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= 66376 MiB
End job on node34 at 2009-04-25 20:53:00