Trace number 1561888

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.27 1200.58

General information on the benchmark

NameCRAFTED/edgematching/
all/em_12_2_4_all.cnf
MD5SUM1f3d58bff37113168b2896e46d348bef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.16782
Satisfiable
(Un)Satisfiability was proved
Number of variables12584
Number of clauses729136
Sum of the clauses size1670768
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2590828
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

Solver Data

1.19/1.26	c Command: HOME/tts-5-0 HOME/instance-1561888-1238769481.cnf 
1.19/1.26	c Using SATTIMEOUT of 1200
1.19/1.26	c Using SATRAM of 1800
1.19/1.26	c Size of subset node = 16
1.19/1.26	c Variables = 12584
1.19/1.26	c Clauses = 729136
1.19/1.26	c Literals = 1670768
1.19/1.26	c Reduced size:
1.19/1.26	c Variables = 12584
1.19/1.26	c Clauses = 729136
1.19/1.26	c Literals = 1670768
1.19/1.26	c a2
3.29/3.34	c a1
7.38/7.45	c Independent sub-problems = 1
7.38/7.45	c Sub-problem with 12584 variables and 729136 clauses
7.38/7.45	c using permutation method 4
7.38/7.45	c count = 1
7.38/7.45	c Ordering finished 7.110 seconds
7.38/7.45	c mapped 7.440 seconds
7.38/7.45	c permuted 7.440 seconds
7.38/7.45	c about to sort
7.59/7.68	c sorted
12.48/12.54	c clauses now 729136
12.48/12.54	c init finished 7.790 seconds
12.48/12.54	c tree built 12.530 seconds
12.48/12.54	c 
12.48/12.54	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
12.48/12.54	c ---------------------------------|----------------------------------|------------------------------------------------------
12.48/12.54	c ................................ | ..........                       |                       12.5           0.0             
12.48/12.54	c ................................ | ..........                     1 |                       12.5           0.1             
12.48/12.54	c ................................ | ..........                     2 |                       12.5           0.2             
12.48/12.54	c ................................ | ..........                     3 |                       12.5           0.2             
12.48/12.54	c ................................ | ..........                     4 |                       12.5           0.3             
12.48/12.54	c ................................ | ..........                     5 |                       12.5           0.4             
12.48/12.56	c ................................ | ..........                  1000 |                       12.5          79.7            8
23.98/24.03	c ................................ | ..........                102000 | 5531                  24.0        4246.5      2262255
48.37/48.49	c ................................ | ..........                207000 | 15205                 48.5        4270.7      6201684
72.56/72.69	c ................................ | ..........                270000 | 22424                 72.7        3715.4      8937593
96.66/96.80	c ................................ | ..........                323000 | 27373                 96.8        3337.8     10798572
120.25/120.34	c ................................ | *.........                360000 | 32744                120.3        2992.3     12765810
144.14/144.23	c ................................ | *.........                392000 | 37507                144.2        2718.4     14460633
168.34/168.46	c ................................ | *.........                458000 | 41707                168.4        2719.2     16032125
191.93/192.03	c ................................ | *.........                519000 | 44873                192.0        2703.1     17210134
216.53/216.63	c ................................ | *.........                545000 | 48794                216.6        2516.3     18707097
239.92/240.07	c ................................ | **........                570000 | 52249                240.0        2374.7     19901713
264.01/264.10	c ................................ | **........                600000 | 56154                264.1        2272.2     21321209
288.21/288.34	c ................................ | **........                621000 | 62177                288.3        2154.0     23758767
312.00/312.12	c ................................ | **........                664000 | 66752                312.1        2127.7     25408804
336.10/336.21	c ................................ | **........                701000 | 70818                336.2        2085.3     26711616
361.69/361.84	c ................................ | ***.......                738000 | 75284                361.8        2039.9     28337944
386.09/386.20	c ................................ | ***.......                750000 | 78621                386.1        1942.3     29627147
408.18/408.32	c ................................ | ***.......                818000 | 81359                408.3        2003.6     30654697
432.67/432.80	c ................................ | ***.......                866000 | 84488                432.7        2001.2     31836488
456.46/456.68	c ................................ | ***.......                900000 | 87702                456.6        1971.0     33099124
480.46/480.64	c ................................ | ****......                944000 | 90807                480.6        1964.3     34228307
504.15/504.34	c ................................ | ****......                983000 | 94262                504.3        1949.3     35526063
528.95/529.13	c ................................ | ****......               1033000 | 96304                529.1        1952.5     36109563
552.65/552.83	c ................................ | ****......               1056000 | 97911                552.8        1910.4     36690973
576.94/577.10	c ................................ | ****......               1070000 | 100576               577.0        1854.3     37685049
600.33/600.50	c ................................ | *****.....               1079000 | 102304               600.4        1797.0     38312616
624.12/624.38	c ................................ | *****.....               1113000 | 104386               624.3        1782.8     38914423
648.02/648.24	c ................................ | *****.....               1188000 | 106875               648.2        1832.9     39474959
672.62/672.80	c ................................ | *****.....               1222000 | 108944               672.7        1816.5     40023956
696.30/696.57	c ................................ | *****.....               1283000 | 112006               696.5        1842.1     40877695
721.70/721.99	c ................................ | ******....               1305000 | 114934               721.9        1807.7     41872595
745.69/745.99	c ................................ | ******....               1321000 | 118233               745.9        1771.0     43104104
769.99/770.27	c ................................ | ******....               1329000 | 120326               770.2        1725.5     43725486
794.08/794.38	c ................................ | ******....               1342000 | 122622               794.3        1689.6     44437476
817.68/817.92	c ................................ | ******....               1352000 | 125200               817.8        1653.2     45500341
841.77/842.04	c ................................ | *******...               1365000 | 127651               842.0        1621.2     46516238
864.66/864.95	c ................................ | *******...               1374000 | 130227               864.9        1588.7     47548514
888.87/889.19	c ................................ | *******...               1388000 | 133299               889.1        1561.1     48742976
912.76/913.07	c ................................ | *******...               1398000 | 135934               913.0        1531.3     49820556
935.95/936.26	c ................................ | *******...               1407000 | 137977               936.2        1502.9     50762628
961.95/962.23	c ................................ | ********..               1417000 | 139936               962.1        1472.8     51604540
984.34/984.65	c ................................ | ********..               1434000 | 142085               984.5        1456.5     52482040
1007.84/1008.16	c ................................ | ********..               1468000 | 144533              1008.0        1456.3     53348553
1032.43/1032.80	c ................................ | ********..               1506000 | 147149              1032.7        1458.3     54136605
1057.42/1057.79	c ................................ | ********..               1532000 | 149612              1057.7        1448.5     55013936
1080.32/1080.62	c ................................ | *********.               1541000 | 152021              1080.5        1426.2     55887173
1104.71/1105.04	c ................................ | *********.               1552000 | 154992              1104.9        1404.6     56879848
1128.21/1128.55	c ................................ | *********.               1569000 | 158251              1128.4        1390.4     58039602
1153.90/1154.26	c ................................ | *********.               1578000 | 160550              1154.1        1367.3     58795124
1179.19/1179.50	c ................................ | *********.               1594000 | 162445              1179.4        1351.6     59398694

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-1561888-1238769481/watcher-1561888-1238769481 -o /tmp/evaluation-result-1561888-1238769481/solver-1561888-1238769481 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1561888-1238769481.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.01 1.00 3/64 28757
/proc/meminfo: memFree=1729840/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=876 CPUtime=0
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 113 0 0 0 0 0 0 0 18 0 1 0 1149611003 897024 97 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 219 97 67 165 0 52 0

[startup+0.04931 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 28757
/proc/meminfo: memFree=1729840/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=2836 CPUtime=0.04
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 588 0 0 0 4 0 0 0 18 0 1 0 1149611003 2904064 572 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 709 573 68 165 0 542 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2836

[startup+0.101313 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 28757
/proc/meminfo: memFree=1729840/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=5148 CPUtime=0.09
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 1155 0 0 0 9 0 0 0 18 0 1 0 1149611003 5271552 1139 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 1287 1140 68 165 0 1120 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5148

[startup+0.30133 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 28757
/proc/meminfo: memFree=1729840/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=14184 CPUtime=0.29
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 3335 0 0 0 28 1 0 0 19 0 1 0 1149611003 14524416 3319 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 3546 3320 68 165 0 3379 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14184

[startup+0.701367 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 28757
/proc/meminfo: memFree=1729840/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=31808 CPUtime=0.69
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 7662 0 0 0 65 4 0 0 22 0 1 0 1149611003 32571392 7646 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 7952 7646 68 165 0 7785 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31808

[startup+1.50144 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 28758
/proc/meminfo: memFree=1689704/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=84840 CPUtime=1.49
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 20753 0 0 0 139 10 0 0 25 0 1 0 1149611003 86876160 20737 1992294400 134512640 135191068 4294956240 18446744073709551615 134710783 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 21210 20742 69 165 0 21043 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84840

[startup+3.10158 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 28758
/proc/meminfo: memFree=1632808/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=99616 CPUtime=3.08
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 24219 0 0 0 296 12 0 0 25 0 1 0 1149611003 102006784 24202 1992294400 134512640 135191068 4294956240 18446744073709551615 134641807 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 24904 24202 69 165 0 24737 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 99616

[startup+6.30187 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 28758
/proc/meminfo: memFree=1628840/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=103404 CPUtime=6.29
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 27068 0 0 0 615 14 0 0 25 0 1 0 1149611003 105885696 25625 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 25851 25625 71 165 0 25684 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103404

[startup+12.7014 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 28758
/proc/meminfo: memFree=1616880/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=117304 CPUtime=12.68
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 32017 0 0 0 1252 16 0 0 25 0 1 0 1149611003 120119296 29148 1992294400 134512640 135191068 4294956240 18446744073709551615 134710788 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 29326 29148 89 165 0 29159 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 117304

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28758
/proc/meminfo: memFree=1572400/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=158892 CPUtime=25.48
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 42422 0 0 0 2527 21 0 0 25 0 1 0 1149611003 162705408 39553 1992294400 134512640 135191068 4294956240 18446744073709551615 134590955 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 39723 39553 89 165 0 39556 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 158892

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28758
/proc/meminfo: memFree=1509744/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=221612 CPUtime=51.06
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 58106 0 0 0 5078 28 0 0 25 0 1 0 1149611003 226930688 55237 1992294400 134512640 135191068 4294956240 18446744073709551615 134562502 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 55403 55237 89 165 0 55236 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 221612

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28758
/proc/meminfo: memFree=1431728/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=298732 CPUtime=102.26
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 77370 0 0 0 10189 37 0 0 25 0 1 0 1149611003 305901568 74501 1992294400 134512640 135191068 4294956240 18446744073709551615 134562389 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 74683 74501 89 165 0 74516 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 298732

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28758
/proc/meminfo: memFree=1361840/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=368812 CPUtime=162.24
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 94914 0 0 0 16176 48 0 0 25 0 1 0 1149611003 377663488 92045 1992294400 134512640 135191068 4294956240 18446744073709551615 134641663 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 92203 92045 89 165 0 92036 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 368812

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=1308080/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=421772 CPUtime=222.22
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 108145 0 0 0 22168 54 0 0 25 0 1 0 1149611003 431894528 105276 1992294400 134512640 135191068 4294956240 18446744073709551615 134562335 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 105443 105276 89 165 0 105276 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 421772

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=1242992/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=488012 CPUtime=282.21
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 124702 0 0 0 28158 63 0 0 25 0 1 0 1149611003 499724288 121833 1992294400 134512640 135191068 4294956240 18446744073709551615 134562389 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 122003 121833 89 165 0 121836 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 488012

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=1178928/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=551052 CPUtime=342.2
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 140460 0 0 0 34151 69 0 0 25 0 1 0 1149611003 564277248 137591 1992294400 134512640 135191068 4294956240 18446744073709551615 134562392 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 137763 137591 89 165 0 137596 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 551052

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=1125616/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=604652 CPUtime=402.18
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 153862 0 0 0 40142 76 0 0 25 0 1 0 1149611003 619163648 150993 1992294400 134512640 135191068 4294956240 18446744073709551615 134591273 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 151163 150993 89 165 0 150996 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 604652

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=1079536/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=650092 CPUtime=462.17
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 165237 0 0 0 46135 82 0 0 25 0 1 0 1149611003 665694208 162368 1992294400 134512640 135191068 4294956240 18446744073709551615 134590925 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 162523 162368 89 165 0 162356 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 650092

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=1037744/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=691852 CPUtime=522.15
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 175676 0 0 0 52127 88 0 0 25 0 1 0 1149611003 708456448 172807 1992294400 134512640 135191068 4294956240 18446744073709551615 134642163 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 172963 172807 89 165 0 172796 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 691852

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=1007280/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=722092 CPUtime=582.13
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 183249 0 0 0 58121 92 0 0 25 0 1 0 1149611003 739422208 180380 1992294400 134512640 135191068 4294956240 18446744073709551615 134546224 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 180523 180380 89 165 0 180356 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 722092

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=982384/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=746732 CPUtime=642.13
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 189401 0 0 0 64117 96 0 0 25 0 1 0 1149611003 764653568 186532 1992294400 134512640 135191068 4294956240 18446744073709551615 134562447 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 186683 186532 89 165 0 186516 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 746732

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=955248/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=774092 CPUtime=702.11
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 196242 0 0 0 70111 100 0 0 25 0 1 0 1149611003 792670208 193373 1992294400 134512640 135191068 4294956240 18446744073709551615 134562392 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 193523 193373 89 165 0 193356 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 774092

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=916016/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=812972 CPUtime=762.1
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 205943 0 0 0 76105 105 0 0 25 0 1 0 1149611003 832483328 203074 1992294400 134512640 135191068 4294956240 18446744073709551615 134562389 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 203243 203074 89 165 0 203076 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 812972

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=880688/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=848652 CPUtime=822.07
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 214882 0 0 0 82097 110 0 0 25 0 1 0 1149611003 869019648 212013 1992294400 134512640 135191068 4294956240 18446744073709551615 134562392 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 212163 212013 89 165 0 211996 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 848652

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=836336/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=892492 CPUtime=882.06
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 225824 0 0 0 88090 116 0 0 25 0 1 0 1149611003 913911808 222955 1992294400 134512640 135191068 4294956240 18446744073709551615 134562392 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 223123 222955 89 165 0 222956 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 892492

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=796016/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=932812 CPUtime=942.05
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 235917 0 0 0 94084 121 0 0 25 0 1 0 1149611003 955199488 233048 1992294400 134512640 135191068 4294956240 18446744073709551615 134562392 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 233203 233048 89 165 0 233036 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 932812

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=761648/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=966892 CPUtime=1002.03
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 244434 0 0 0 100079 124 0 0 25 0 1 0 1149611003 990097408 241565 1992294400 134512640 135191068 4294956240 18446744073709551615 134562509 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 241723 241565 89 165 0 241556 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 966892

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=728688/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=1000332 CPUtime=1062.02
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 252795 0 0 0 106073 129 0 0 25 0 1 0 1149611003 1024339968 249926 1992294400 134512640 135191068 4294956240 18446744073709551615 134562428 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 250083 249926 89 165 0 249916 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 1000332

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=687088/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=1041612 CPUtime=1122
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 263105 0 0 0 112067 133 0 0 25 0 1 0 1149611003 1066610688 260236 1992294400 134512640 135191068 4294956240 18446744073709551615 134562447 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 260403 260236 89 165 0 260236 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 1041612

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=660016/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=1068492 CPUtime=1181.99
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 269834 0 0 0 118062 137 0 0 25 0 1 0 1149611003 1094135808 266965 1992294400 134512640 135191068 4294956240 18446744073709551615 134562392 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 267123 266965 89 165 0 266956 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 1068492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=651952/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=1076172 CPUtime=1200.09
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4194304 271763 0 0 0 119871 138 0 0 25 0 1 0 1149611003 1102000128 268894 1992294400 134512640 135191068 4294956240 18446744073709551615 134562321 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 269043 268894 89 165 0 268876 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 1076172

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

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

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28760
/proc/meminfo: memFree=651952/2055920 swapFree=4178356/4192956
[pid=28757] ppid=28755 vsize=0 CPUtime=1200.19
/proc/28757/stat : 28757 (tts-5-0) R 28755 28757 28631 0 -1 4195332 271763 0 0 0 119871 148 0 0 25 0 1 0 1149611003 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/28757/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.27
CPU user time (s): 1198.71
CPU system time (s): 1.55976
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 1076172

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

runsolver used 1.10483 second user time and 2.73058 second system time

The end

Launcher Data

Begin job on node43 at 2009-04-03 16:38:02
IDJOB=1561888
IDBENCH=70924
IDSOLVER=505
FILE ID=node43/1561888-1238769481
PBS_JOBID= 9085541
Free space on /tmp= 66404 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT09/APPLICATIONS/edgematching/all/em_12_2_4_all.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1561888-1238769481/watcher-1561888-1238769481 -o /tmp/evaluation-result-1561888-1238769481/solver-1561888-1238769481 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1561888-1238769481.cnf

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

MD5SUM BENCH= 1f3d58bff37113168b2896e46d348bef
RANDOM SEED=931981427

node43.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.242
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.242
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:       1730256 kB
Buffers:         58920 kB
Cached:         178676 kB
SwapCached:       8564 kB
Active:          80392 kB
Inactive:       167340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730256 kB
SwapTotal:     4192956 kB
SwapFree:      4178356 kB
Dirty:           12156 kB
Writeback:           0 kB
Mapped:          15852 kB
Slab:            63848 kB
Committed_AS:  2782460 kB
PageTables:       1448 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= 66404 MiB
End job on node43 at 2009-04-03 16:58:05