Trace number 1555856

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 605.981 610.081

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1.39/1.41	c Command: HOME/tts-5-0 HOME/instance-1555856-1238743328.cnf 
1.39/1.41	c Using SATTIMEOUT of 1200
1.39/1.41	c Using SATRAM of 1800
1.39/1.41	c Size of subset node = 16
1.39/1.41	c Variables = 200308
1.39/1.41	c Clauses = 598619
1.39/1.41	c Literals = 1396775
1.39/1.41	c Reduced size:
1.39/1.41	c Variables = 200308
1.39/1.41	c Clauses = 598575
1.39/1.41	c Literals = 1396672
1.39/1.41	c a2
2.49/2.53	c a1
583.22/583.47	c Independent sub-problems = 1
583.22/583.47	c Sub-problem with 200290 variables and 598575 clauses
583.22/583.47	c using permutation method 4
583.22/583.47	c count = 1
583.22/583.47	c Ordering finished 583.040 seconds
583.22/583.47	c mapped 583.370 seconds
583.22/583.47	c permuted 583.380 seconds
583.22/583.47	c about to sort
583.42/583.65	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-1555856-1238743328/watcher-1555856-1238743328 -o /tmp/evaluation-result-1555856-1238743328/solver-1555856-1238743328 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1555856-1238743328.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/73 31164
/proc/meminfo: memFree=1746736/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=1008 CPUtime=0
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 142 0 0 0 0 0 0 0 20 0 1 0 1026751468 1032192 126 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 252 126 68 165 0 85 0

[startup+0.0165271 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 31164
/proc/meminfo: memFree=1746736/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=1404 CPUtime=0.01
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 256 0 0 0 1 0 0 0 20 0 1 0 1026751468 1437696 240 1992294400 134512640 135191068 4294956240 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 351 241 68 165 0 184 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1404

[startup+0.102535 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 31164
/proc/meminfo: memFree=1746736/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=4936 CPUtime=0.09
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 1104 0 0 0 9 0 0 0 21 0 1 0 1026751468 5054464 1088 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 1234 1088 68 165 0 1067 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4936

[startup+0.301555 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 31164
/proc/meminfo: memFree=1746736/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=12644 CPUtime=0.29
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 3037 0 0 0 28 1 0 0 22 0 1 0 1026751468 12947456 3021 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 3161 3021 68 165 0 2994 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12644

[startup+0.701597 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 31164
/proc/meminfo: memFree=1746736/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=27912 CPUtime=0.69
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 6881 0 0 0 66 3 0 0 25 0 1 0 1026751468 28581888 6865 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 6978 6865 68 165 0 6811 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27912

[startup+1.50168 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 31165
/proc/meminfo: memFree=1705192/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=61868 CPUtime=1.49
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 14881 0 0 0 143 6 0 0 25 0 1 0 1026751468 63352832 14865 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 15467 14866 69 165 0 15300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61868

[startup+3.10185 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 31165
/proc/meminfo: memFree=1665576/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=86688 CPUtime=3.09
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 28138 0 0 0 298 11 0 0 25 0 1 0 1026751468 88768512 20490 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 21672 20491 71 165 0 21505 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86688

[startup+6.30118 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 31165
/proc/meminfo: memFree=1637992/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=111256 CPUtime=6.29
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 34739 0 0 0 616 13 0 0 25 0 1 0 1026751468 113926144 27091 1992294400 134512640 135191068 4294956240 18446744073709551615 134600629 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 27814 27091 71 165 0 27647 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111256

[startup+12.7018 s]
/proc/loadavg: 1.07 1.02 1.00 2/74 31165
/proc/meminfo: memFree=1637864/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=111596 CPUtime=12.69
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 34836 0 0 0 1256 13 0 0 25 0 1 0 1026751468 114274304 27188 1992294400 134512640 135191068 4294956240 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 27899 27188 71 165 0 27732 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 111596

[startup+25.5022 s]
/proc/loadavg: 1.06 1.02 1.00 2/74 31165
/proc/meminfo: memFree=1637352/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=112284 CPUtime=25.48
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 34966 0 0 0 2535 13 0 0 25 0 1 0 1026751468 114978816 27318 1992294400 134512640 135191068 4294956240 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 28071 27318 71 165 0 27904 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 112284

[startup+51.1029 s]
/proc/loadavg: 1.04 1.01 1.00 2/74 31165
/proc/meminfo: memFree=1636072/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=113660 CPUtime=51.07
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 35297 0 0 0 5094 13 0 0 25 0 1 0 1026751468 116387840 27649 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 28415 27649 71 165 0 28248 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 113660

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/74 31165
/proc/meminfo: memFree=1633384/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=116412 CPUtime=102.26
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 35960 0 0 0 10213 13 0 0 25 0 1 0 1026751468 119205888 28312 1992294400 134512640 135191068 4294956240 18446744073709551615 134553890 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 29103 28312 71 165 0 28936 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 116412

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 31165
/proc/meminfo: memFree=1631336/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=119276 CPUtime=162.24
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 36466 0 0 0 16210 14 0 0 25 0 1 0 1026751468 122138624 28818 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 29819 28818 71 165 0 29652 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 119276

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 31165
/proc/meminfo: memFree=1630824/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=119672 CPUtime=222.22
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 36591 0 0 0 22208 14 0 0 25 0 1 0 1026751468 122544128 28943 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 29918 28943 71 165 0 29751 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 119672

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 31165
/proc/meminfo: memFree=1630376/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=120068 CPUtime=282.2
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 36693 0 0 0 28206 14 0 0 25 0 1 0 1026751468 122949632 29045 1992294400 134512640 135191068 4294956240 18446744073709551615 134598999 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 30017 29045 71 165 0 29850 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 120068

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 31165
/proc/meminfo: memFree=1630184/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=120200 CPUtime=342.19
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 36730 0 0 0 34205 14 0 0 25 0 1 0 1026751468 123084800 29082 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 30050 29082 71 165 0 29883 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 120200

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 31165
/proc/meminfo: memFree=1630056/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=120200 CPUtime=402.17
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 36752 0 0 0 40203 14 0 0 25 0 1 0 1026751468 123084800 29104 1992294400 134512640 135191068 4294956240 18446744073709551615 134600386 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 30050 29104 71 165 0 29883 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 120200

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 31165
/proc/meminfo: memFree=1630056/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=120200 CPUtime=462.15
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 36754 0 0 0 46201 14 0 0 25 0 1 0 1026751468 123084800 29106 1992294400 134512640 135191068 4294956240 18446744073709551615 134600366 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 30050 29106 71 165 0 29883 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 120200

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 31165
/proc/meminfo: memFree=1629992/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=120200 CPUtime=522.13
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 36754 0 0 0 52199 14 0 0 25 0 1 0 1026751468 123084800 29106 1992294400 134512640 135191068 4294956240 18446744073709551615 134600355 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 30050 29106 71 165 0 29883 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 120200

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 31165
/proc/meminfo: memFree=1629864/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=120332 CPUtime=582.12
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4194304 36783 0 0 0 58198 14 0 0 25 0 1 0 1026751468 123219968 29135 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 30083 29135 71 165 0 29916 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 120332

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

[startup+588.702 s]
/proc/loadavg: 1.00 1.00 1.00 1/74 31165
/proc/meminfo: memFree=1239720/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=299196 CPUtime=586.82
/proc/31164/stat : 31164 (tts-5-0) D 31162 31164 30802 0 -1 4195840 83950 0 0 0 58574 108 0 0 18 0 1 0 1026751468 306376704 74309 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/31164/statm: 74799 74309 85 165 0 74632 0
Current children cumulated CPU time (s) 586.82
Current children cumulated vsize (KiB) 299196

[startup+601.501 s]
/proc/loadavg: 1.31 1.07 1.02 2/74 31165
/proc/meminfo: memFree=1179560/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=299196 CPUtime=597.4
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4195840 84047 0 0 0 58574 1166 0 0 25 0 1 0 1026751468 306376704 74309 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 74799 74309 85 165 0 74632 0
Current children cumulated CPU time (s) 597.4
Current children cumulated vsize (KiB) 299196

[startup+604.702 s]
/proc/loadavg: 1.61 1.13 1.04 2/74 31165
/proc/meminfo: memFree=1162216/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=299196 CPUtime=600.6
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4195840 84348 0 0 0 58574 1486 0 0 25 0 1 0 1026751468 306376704 74309 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 74799 74309 85 165 0 74632 0
Current children cumulated CPU time (s) 600.6
Current children cumulated vsize (KiB) 299196

[startup+607.902 s]
/proc/loadavg: 1.80 1.18 1.06 2/74 31165
/proc/meminfo: memFree=1144808/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=299196 CPUtime=603.8
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4195840 84348 0 0 0 58574 1806 0 0 25 0 1 0 1026751468 306376704 74309 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 74799 74309 85 165 0 74632 0
Current children cumulated CPU time (s) 603.8
Current children cumulated vsize (KiB) 299196

[startup+608.701 s]
/proc/loadavg: 1.80 1.18 1.06 2/74 31165
/proc/meminfo: memFree=1138984/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=299196 CPUtime=604.59
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4195840 84348 0 0 0 58574 1885 0 0 25 0 1 0 1026751468 306376704 74309 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 74799 74309 85 165 0 74632 0
Current children cumulated CPU time (s) 604.59
Current children cumulated vsize (KiB) 299196

[startup+609.501 s]
/proc/loadavg: 1.80 1.18 1.06 2/74 31165
/proc/meminfo: memFree=1133224/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=299196 CPUtime=605.39
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4195840 84348 0 0 0 58574 1965 0 0 25 0 1 0 1026751468 306376704 74309 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 74799 74309 85 165 0 74632 0
Current children cumulated CPU time (s) 605.39
Current children cumulated vsize (KiB) 299196

[startup+609.901 s]
/proc/loadavg: 1.80 1.18 1.06 2/74 31165
/proc/meminfo: memFree=1133224/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=299196 CPUtime=605.79
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4195840 84348 0 0 0 58574 2005 0 0 25 0 1 0 1026751468 306376704 74309 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 74799 74309 85 165 0 74632 0
Current children cumulated CPU time (s) 605.79
Current children cumulated vsize (KiB) 299196

[startup+610.001 s]
/proc/loadavg: 1.80 1.18 1.06 2/74 31165
/proc/meminfo: memFree=1133224/2055920 swapFree=4172928/4192956
[pid=31164] ppid=31162 vsize=299196 CPUtime=605.89
/proc/31164/stat : 31164 (tts-5-0) R 31162 31164 30802 0 -1 4195840 84348 0 0 0 58574 2015 0 0 25 0 1 0 1026751468 306376704 74309 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 1 0 0
/proc/31164/statm: 74799 74309 85 165 0 74632 0
Current children cumulated CPU time (s) 605.89
Current children cumulated vsize (KiB) 299196

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 610.081
CPU time (s): 605.981
CPU user time (s): 585.742
CPU system time (s): 20.2389
CPU usage (%): 99.328
Max. virtual memory (cumulated for all children) (KiB): 299196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 585.742
system time used= 20.2389
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84348
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= 450
involuntary context switches= 1388

runsolver used 0.497924 second user time and 1.72874 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-03 09:22:09
IDJOB=1555856
IDBENCH=70808
IDSOLVER=505
FILE ID=node79/1555856-1238743328
PBS_JOBID= 9085385
Free space on /tmp= 66532 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1555856-1238743328/watcher-1555856-1238743328 -o /tmp/evaluation-result-1555856-1238743328/solver-1555856-1238743328 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1555856-1238743328.cnf

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=1391167713

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1747152 kB
Buffers:         26512 kB
Cached:         194884 kB
SwapCached:      11708 kB
Active:          33904 kB
Inactive:       200840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747152 kB
SwapTotal:     4192956 kB
SwapFree:      4172928 kB
Dirty:           11296 kB
Writeback:           0 kB
Mapped:          19488 kB
Slab:            59152 kB
Committed_AS:  2981404 kB
PageTables:       2004 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= 66240 MiB
End job on node79 at 2009-04-03 09:32:19