Trace number 1724030

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.13 1200.84

General information on the benchmark

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

Solver Data

2.09/2.19	c Command: HOME/tts-5-0 HOME/instance-1724030-1240691629.cnf 
2.09/2.19	c Using SATTIMEOUT of 1200
2.09/2.19	c Using SATRAM of 1800
2.09/2.19	c Size of subset node = 16
2.09/2.19	c Variables = 368888
2.09/2.19	c Clauses = 1100500
2.09/2.19	c Literals = 2567832
2.09/2.19	c Reduced size:
2.09/2.19	c Variables = 368888
2.09/2.19	c Clauses = 1100497
2.09/2.19	c Literals = 2567826
2.09/2.19	c a2
4.08/4.16	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-1724030-1240691629/watcher-1724030-1240691629 -o /tmp/evaluation-result-1724030-1240691629/solver-1724030-1240691629 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1724030-1240691629.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: 0.99 0.97 0.99 3/64 14938
/proc/meminfo: memFree=1921352/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=1008 CPUtime=0
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 139 0 0 0 0 0 0 0 18 0 1 0 97197731 1032192 123 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 252 124 67 165 0 85 0

[startup+0.044603 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 14938
/proc/meminfo: memFree=1921352/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=2624 CPUtime=0.04
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 553 0 0 0 4 0 0 0 18 0 1 0 97197731 2686976 537 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 656 537 68 165 0 489 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2624

[startup+0.101614 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 14938
/proc/meminfo: memFree=1921352/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=5068 CPUtime=0.09
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 1128 0 0 0 9 0 0 0 18 0 1 0 97197731 5189632 1112 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 1267 1113 68 165 0 1100 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5068

[startup+0.301652 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 14938
/proc/meminfo: memFree=1921352/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=13312 CPUtime=0.29
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 3134 0 0 0 28 1 0 0 20 0 1 0 97197731 13631488 3118 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 3328 3118 68 165 0 3161 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13312

[startup+0.701731 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 14938
/proc/meminfo: memFree=1921352/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=29748 CPUtime=0.69
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 7109 0 0 0 65 4 0 0 23 0 1 0 97197731 30461952 7093 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 7437 7093 68 165 0 7270 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29748

[startup+1.5019 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14939
/proc/meminfo: memFree=1881216/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=59760 CPUtime=1.48
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 14802 0 0 0 141 7 0 0 25 0 1 0 97197731 61194240 14786 1992294400 134512640 135191068 4294956224 18446744073709551615 134843439 0 0 4096 0 0 0 0 17 1 0 0
/proc/14938/statm: 14940 14786 68 165 0 14773 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 59760

[startup+3.10121 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14939
/proc/meminfo: memFree=1844928/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=157704 CPUtime=3.08
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 38113 0 0 0 292 16 0 0 25 0 1 0 97197731 161488896 38096 1992294400 134512640 135191068 4294956224 18446744073709551615 134641702 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 39426 38096 69 165 0 39259 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 157704

[startup+6.30184 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14939
/proc/meminfo: memFree=1765632/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=203912 CPUtime=6.28
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 67272 0 0 0 601 27 0 0 25 0 1 0 97197731 208805888 48737 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 50978 48737 71 165 0 50811 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 203912

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14939
/proc/meminfo: memFree=1725760/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=204076 CPUtime=12.67
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 67400 0 0 0 1240 27 0 0 25 0 1 0 97197731 208973824 48865 1992294400 134512640 135191068 4294956224 18446744073709551615 134600608 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 51019 48865 71 165 0 50852 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 204076

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14939
/proc/meminfo: memFree=1723712/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=204244 CPUtime=25.48
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 67994 0 0 0 2520 28 0 0 25 0 1 0 97197731 209145856 49459 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 51061 49459 71 165 0 50894 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 204244

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14939
/proc/meminfo: memFree=1721984/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=204672 CPUtime=51.03
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 68375 0 0 0 5075 28 0 0 25 0 1 0 97197731 209584128 49840 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 51168 49840 71 165 0 51001 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 204672

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14939
/proc/meminfo: memFree=1720704/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=205812 CPUtime=102.21
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 68719 0 0 0 10192 29 0 0 25 0 1 0 97197731 210751488 50184 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 51453 50184 71 165 0 51286 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 205812

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14939
/proc/meminfo: memFree=1719616/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=206736 CPUtime=162.18
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 68993 0 0 0 16188 30 0 0 25 0 1 0 97197731 211697664 50458 1992294400 134512640 135191068 4294956224 18446744073709551615 134600611 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 51684 50458 71 165 0 51517 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 206736

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14939
/proc/meminfo: memFree=1718464/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=208300 CPUtime=222.15
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69265 0 0 0 22185 30 0 0 25 0 1 0 97197731 213299200 50730 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52075 50730 71 165 0 51908 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 208300

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1717376/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=208960 CPUtime=282.11
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69486 0 0 0 28180 31 0 0 25 0 1 0 97197731 213975040 50951 1992294400 134512640 135191068 4294956224 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52240 50951 71 165 0 52073 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 208960

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1716800/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=209488 CPUtime=342.08
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69630 0 0 0 34177 31 0 0 25 0 1 0 97197731 214515712 51095 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52372 51095 71 165 0 52205 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 209488

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1716672/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=209620 CPUtime=402.06
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69672 0 0 0 40174 32 0 0 25 0 1 0 97197731 214650880 51137 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52405 51137 71 165 0 52238 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 209620

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1716544/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=209752 CPUtime=462.02
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69703 0 0 0 46170 32 0 0 25 0 1 0 97197731 214786048 51168 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52438 51168 71 165 0 52271 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 209752

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1716416/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=209752 CPUtime=521.99
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69734 0 0 0 52167 32 0 0 25 0 1 0 97197731 214786048 51199 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52438 51199 71 165 0 52271 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 209752

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1716352/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=209884 CPUtime=581.96
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69755 0 0 0 58164 32 0 0 25 0 1 0 97197731 214921216 51220 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52471 51220 71 165 0 52304 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 209884

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1716224/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=209884 CPUtime=641.93
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69779 0 0 0 64161 32 0 0 25 0 1 0 97197731 214921216 51244 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52471 51244 71 165 0 52304 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 209884

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1716096/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=210016 CPUtime=701.9
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69800 0 0 0 70158 32 0 0 25 0 1 0 97197731 215056384 51265 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52504 51265 71 165 0 52337 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 210016

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1715904/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=210016 CPUtime=761.87
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69821 0 0 0 76155 32 0 0 25 0 1 0 97197731 215056384 51286 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52504 51286 71 165 0 52337 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 210016

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1715840/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=210148 CPUtime=821.83
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69838 0 0 0 82151 32 0 0 25 0 1 0 97197731 215191552 51303 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52537 51303 71 165 0 52370 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 210148

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1715776/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=210148 CPUtime=881.8
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69861 0 0 0 88148 32 0 0 25 0 1 0 97197731 215191552 51326 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52537 51326 71 165 0 52370 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 210148

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1715776/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=210280 CPUtime=941.77
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69876 0 0 0 94145 32 0 0 25 0 1 0 97197731 215326720 51341 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52570 51341 71 165 0 52403 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 210280

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1715648/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=210280 CPUtime=1001.73
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69897 0 0 0 100141 32 0 0 25 0 1 0 97197731 215326720 51362 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52570 51362 71 165 0 52403 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 210280

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1715520/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=210412 CPUtime=1061.7
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69912 0 0 0 106137 33 0 0 25 0 1 0 97197731 215461888 51377 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52603 51377 71 165 0 52436 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 210412

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1715456/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=210412 CPUtime=1121.66
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69931 0 0 0 112133 33 0 0 25 0 1 0 97197731 215461888 51396 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52603 51396 71 165 0 52436 0
Current children cumulated CPU time (s) 1121.66
Current children cumulated vsize (KiB) 210412

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1715392/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=210412 CPUtime=1181.6
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69944 0 0 0 118127 33 0 0 25 0 1 0 97197731 215461888 51409 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52603 51409 71 165 0 52436 0
Current children cumulated CPU time (s) 1181.6
Current children cumulated vsize (KiB) 210412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 14941
/proc/meminfo: memFree=1715328/2055920 swapFree=4192812/4192956
[pid=14938] ppid=14936 vsize=210544 CPUtime=1200.1
/proc/14938/stat : 14938 (tts-5-0) R 14936 14938 14329 0 -1 4194304 69953 0 0 0 119977 33 0 0 25 0 1 0 97197731 215597056 51418 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/14938/statm: 52636 51418 71 165 0 52469 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 210544

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): 1200.84
CPU time (s): 1200.13
CPU user time (s): 1199.77
CPU system time (s): 0.363944
CPU usage (%): 99.9415
Max. virtual memory (cumulated for all children) (KiB): 210544

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

runsolver used 1.08083 second user time and 3.2935 second system time

The end

Launcher Data

Begin job on node1 at 2009-04-25 22:33:50
IDJOB=1724030
IDBENCH=71749
IDSOLVER=505
FILE ID=node1/1724030-1240691629
PBS_JOBID= 9186681
Free space on /tmp= 66320 MiB

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

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

MD5SUM BENCH= b99a5b8844b4e1d2656eb1422e6e888f
RANDOM SEED=2056765640

node1.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.259
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	: 5931.00
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.259
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:       1921768 kB
Buffers:          4636 kB
Cached:          61860 kB
SwapCached:        144 kB
Active:          52472 kB
Inactive:        28116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1921768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           20748 kB
Writeback:           0 kB
Mapped:          23756 kB
Slab:            39568 kB
Committed_AS:   325932 kB
PageTables:       1444 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= 66316 MiB
End job on node1 at 2009-04-25 22:53:53