Trace number 1720158

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-0Signal 997.146 997.594

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 benchmark91.6881
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.29/1.34	c Command: HOME/tts-5-0 HOME/instance-1720158-1240653146.cnf 
1.29/1.34	c Using SATTIMEOUT of 1200
1.29/1.34	c Using SATRAM of 1800
1.29/1.34	c Size of subset node = 16
1.29/1.34	c Variables = 217725
1.29/1.34	c Clauses = 646228
1.29/1.34	c Literals = 1507864
1.29/1.34	c Reduced size:
1.29/1.34	c Variables = 217725
1.29/1.34	c Clauses = 646225
1.29/1.34	c Literals = 1507858
1.29/1.34	c a2
2.49/2.59	c a1
993.21/993.53	c Independent sub-problems = 1
993.21/993.53	c Sub-problem with 217724 variables and 646225 clauses
993.21/993.53	c using permutation method 4
993.21/993.53	c count = 1
993.21/993.53	c Ordering finished 993.110 seconds
993.21/993.53	c mapped 993.380 seconds
993.21/993.53	c permuted 993.390 seconds
993.21/993.53	c about to sort
993.41/993.74	c sorted

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-1720158-1240653146/watcher-1720158-1240653146 -o /tmp/evaluation-result-1720158-1240653146/solver-1720158-1240653146 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1720158-1240653146.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.00 3/64 20539
/proc/meminfo: memFree=1717136/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=1008 CPUtime=0
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 134 0 0 0 0 0 0 0 18 0 1 0 93348372 1032192 118 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 252 118 68 165 0 85 0

[startup+0.0554551 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20539
/proc/meminfo: memFree=1717136/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=2888 CPUtime=0.04
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 622 0 0 0 4 0 0 0 18 0 1 0 93348372 2957312 606 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 722 607 68 165 0 555 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2888

[startup+0.101458 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20539
/proc/meminfo: memFree=1717136/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=4672 CPUtime=0.09
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 1048 0 0 0 9 0 0 0 18 0 1 0 93348372 4784128 1032 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 1168 1032 68 165 0 1001 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4672

[startup+0.301482 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20539
/proc/meminfo: memFree=1717136/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=12116 CPUtime=0.29
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 2905 0 0 0 28 1 0 0 19 0 1 0 93348372 12406784 2889 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 3029 2889 68 165 0 2862 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12116

[startup+0.701527 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20539
/proc/meminfo: memFree=1717136/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=26856 CPUtime=0.69
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 6583 0 0 0 66 3 0 0 22 0 1 0 93348372 27500544 6567 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 6714 6567 68 165 0 6547 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26856

[startup+1.50162 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20540
/proc/meminfo: memFree=1680072/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=72516 CPUtime=1.49
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 17558 0 0 0 141 8 0 0 25 0 1 0 93348372 74256384 17542 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 18129 17543 69 165 0 17962 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72516

[startup+3.10181 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20540
/proc/meminfo: memFree=1626440/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=85088 CPUtime=3.09
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 27220 0 0 0 297 12 0 0 25 0 1 0 93348372 87130112 20519 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 21272 20521 71 165 0 21105 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85088

[startup+6.30118 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20540
/proc/meminfo: memFree=1599560/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=120332 CPUtime=6.29
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 36038 0 0 0 612 17 0 0 25 0 1 0 93348372 123219968 29337 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 30083 29337 71 165 0 29916 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 120332

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20540
/proc/meminfo: memFree=1599368/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=120672 CPUtime=12.69
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 36117 0 0 0 1252 17 0 0 25 0 1 0 93348372 123568128 29416 1992294400 134512640 135191068 4294956224 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 30168 29416 71 165 0 30001 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 120672

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20540
/proc/meminfo: memFree=1598920/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=121392 CPUtime=25.48
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 36247 0 0 0 2531 17 0 0 25 0 1 0 93348372 124305408 29546 1992294400 134512640 135191068 4294956224 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 30348 29546 71 165 0 30181 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 121392

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20540
/proc/meminfo: memFree=1597960/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=122372 CPUtime=51.07
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 36479 0 0 0 5090 17 0 0 25 0 1 0 93348372 125308928 29778 1992294400 134512640 135191068 4294956224 18446744073709551615 134600626 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 30593 29778 71 165 0 30426 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 122372

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20540
/proc/meminfo: memFree=1596232/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=124464 CPUtime=102.26
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 36927 0 0 0 10208 18 0 0 25 0 1 0 93348372 127451136 30226 1992294400 134512640 135191068 4294956224 18446744073709551615 134600611 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 31116 30226 71 165 0 30949 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 124464

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20540
/proc/meminfo: memFree=1594696/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=125784 CPUtime=162.24
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37311 0 0 0 16206 18 0 0 25 0 1 0 93348372 128802816 30610 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 31446 30610 71 165 0 31279 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 125784

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20540
/proc/meminfo: memFree=1594376/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=126048 CPUtime=222.23
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37388 0 0 0 22204 19 0 0 25 0 1 0 93348372 129073152 30687 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 31512 30687 71 165 0 31345 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 126048

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20540
/proc/meminfo: memFree=1594120/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=126180 CPUtime=282.21
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37440 0 0 0 28202 19 0 0 25 0 1 0 93348372 129208320 30739 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 31545 30739 71 165 0 31378 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 126180

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20540
/proc/meminfo: memFree=1593928/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=126312 CPUtime=342.19
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37482 0 0 0 34200 19 0 0 25 0 1 0 93348372 129343488 30781 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 31578 30781 71 165 0 31411 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 126312

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20540
/proc/meminfo: memFree=1593736/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=126444 CPUtime=402.17
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37524 0 0 0 40198 19 0 0 25 0 1 0 93348372 129478656 30823 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 31611 30823 71 165 0 31444 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 126444

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20540
/proc/meminfo: memFree=1593544/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=126576 CPUtime=462.16
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37555 0 0 0 46197 19 0 0 25 0 1 0 93348372 129613824 30854 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 31644 30854 71 165 0 31477 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 126576

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1593416/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=126708 CPUtime=522.14
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37592 0 0 0 52194 20 0 0 25 0 1 0 93348372 129748992 30891 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 31677 30891 71 165 0 31510 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 126708

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1593288/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=126840 CPUtime=582.12
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37626 0 0 0 58192 20 0 0 25 0 1 0 93348372 129884160 30925 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 31710 30925 71 165 0 31543 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 126840

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1593160/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=126840 CPUtime=642.11
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37661 0 0 0 64191 20 0 0 25 0 1 0 93348372 129884160 30960 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 31710 30960 71 165 0 31543 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 126840

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1592968/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=126972 CPUtime=702.09
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37696 0 0 0 70189 20 0 0 25 0 1 0 93348372 130019328 30995 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 31743 30995 71 165 0 31576 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 126972

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1592840/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=128384 CPUtime=762.08
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37720 0 0 0 76188 20 0 0 25 0 1 0 93348372 131465216 31019 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 32096 31019 71 165 0 31929 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 128384

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1592712/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=128516 CPUtime=822.05
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37746 0 0 0 82185 20 0 0 25 0 1 0 93348372 131600384 31045 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 32129 31045 71 165 0 31962 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 128516

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1592584/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=128516 CPUtime=882.04
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37774 0 0 0 88183 21 0 0 25 0 1 0 93348372 131600384 31073 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 32129 31073 71 165 0 31962 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 128516

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1592456/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=128648 CPUtime=942.02
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37798 0 0 0 94181 21 0 0 25 0 1 0 93348372 131735552 31097 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 32162 31097 71 165 0 31995 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 128648

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

[startup+947.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1592456/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=128648 CPUtime=946.83
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37800 0 0 0 94662 21 0 0 25 0 1 0 93348372 131735552 31099 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 32162 31099 71 165 0 31995 0
Current children cumulated CPU time (s) 946.83
Current children cumulated vsize (KiB) 128648

[startup+972.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1592392/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=128648 CPUtime=972.42
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37814 0 0 0 97221 21 0 0 25 0 1 0 93348372 131735552 31113 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 32162 31113 71 165 0 31995 0
Current children cumulated CPU time (s) 972.42
Current children cumulated vsize (KiB) 128648

[startup+985.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1592328/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=128648 CPUtime=985.22
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37820 0 0 0 98501 21 0 0 25 0 1 0 93348372 131735552 31119 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 32162 31119 71 165 0 31995 0
Current children cumulated CPU time (s) 985.22
Current children cumulated vsize (KiB) 128648

[startup+991.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1592328/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=128648 CPUtime=991.61
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 37823 0 0 0 99140 21 0 0 25 0 1 0 93348372 131735552 31122 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 32162 31122 71 165 0 31995 0
Current children cumulated CPU time (s) 991.61
Current children cumulated vsize (KiB) 128648

[startup+995.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1474248/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=267696 CPUtime=994.81
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4194304 73874 0 0 0 99445 36 0 0 25 0 1 0 93348372 274120704 66435 1992294400 134512640 135191068 4294956224 18446744073709551615 134551503 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 66924 66435 85 165 0 66757 0
Current children cumulated CPU time (s) 994.81
Current children cumulated vsize (KiB) 267696

[startup+996.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1294472/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=323676 CPUtime=996.4
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4195840 88035 0 0 0 99539 101 0 0 25 0 1 0 93348372 331444224 80456 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 80919 80456 85 165 0 80752 0
Current children cumulated CPU time (s) 996.4
Current children cumulated vsize (KiB) 323676

[startup+997.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1294472/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=323676 CPUtime=996.79
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4195840 88035 0 0 0 99539 140 0 0 25 0 1 0 93348372 331444224 80456 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 0 0 0
/proc/20539/statm: 80919 80456 85 165 0 80752 0
Current children cumulated CPU time (s) 996.79
Current children cumulated vsize (KiB) 323676

[startup+997.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20546
/proc/meminfo: memFree=1294472/2055920 swapFree=4191900/4192956
[pid=20539] ppid=20537 vsize=323676 CPUtime=997.05
/proc/20539/stat : 20539 (tts-5-0) R 20537 20539 20210 0 -1 4195840 88406 0 0 0 99539 166 0 0 25 0 1 0 93348372 331444224 80456 1992294400 134512640 135191068 4294956224 18446744073709551615 134691542 0 0 4096 0 0 0 0 17 1 0 0
/proc/20539/statm: 80919 80456 85 165 0 80752 0
Current children cumulated CPU time (s) 997.05
Current children cumulated vsize (KiB) 323676

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 997.594
CPU time (s): 997.146
CPU user time (s): 995.392
CPU system time (s): 1.75473
CPU usage (%): 99.9552
Max. virtual memory (cumulated for all children) (KiB): 323676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 995.392
system time used= 1.75473
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88406
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= 5
involuntary context switches= 1082

runsolver used 0.842871 second user time and 1.93171 second system time

The end

Launcher Data

Begin job on node11 at 2009-04-25 11:52:27
IDJOB=1720158
IDBENCH=69595
IDSOLVER=505
FILE ID=node11/1720158-1240653146
PBS_JOBID= 9186515
Free space on /tmp= 66080 MiB

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

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

MD5SUM BENCH= d46e452956bc993f202d3b06fd3e858e
RANDOM SEED=1946343322

node11.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:       1717552 kB
Buffers:         35480 kB
Cached:         229132 kB
SwapCached:        384 kB
Active:          53900 kB
Inactive:       224084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717552 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           12196 kB
Writeback:           0 kB
Mapped:          21828 kB
Slab:            46212 kB
Committed_AS:   312300 kB
PageTables:       1504 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= 65768 MiB
End job on node11 at 2009-04-25 12:09:05