Trace number 328813

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, and are wall clock time (not CPU 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
SAT7 2007-02-08? (TO) 1200.07 1200.55

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k30.cnf
MD5SUM03500a4d5154d29cb90a2da4600bdebd
Bench CategoryINDUST (industrial 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 variables33787
Number of clauses138990
Sum of the clauses size382962
Maximum clause length37
Minimum clause length1
Number of clauses of size 1408
Number of clauses of size 262676
Number of clauses of size 370520
Number of clauses of size 4206
Number of clauses of size 5385
Number of clauses of size over 54795

Solver Data (download as text)

0.59/0.63	c Starting solver ...
0.59/0.69	c Restarting after 100 conflicts
0.70/0.71	c Restarting after 251 conflicts
0.70/0.79	c Restarting after 477 conflicts
0.90/0.90	c Restarting after 814 conflicts
1.00/1.02	c Restarting after 1320 conflicts
1.29/1.31	c Restarting after 2079 conflicts
1.59/1.65	c Restarting after 3218 conflicts
1.89/1.99	c Restarting after 4927 conflicts
3.39/3.43	c Restarting after 7490 conflicts
9.19/9.24	c Restarting after 11334 conflicts
12.29/12.39	c Restarting after 17100 conflicts
17.09/17.10	c Restarting after 25750 conflicts
63.27/63.37	c Restarting after 38724 conflicts
77.98/78.05	c Restarting after 58185 conflicts
213.32/213.44	c Restarting after 87377 conflicts
371.28/371.50	c Restarting after 131166 conflicts
444.45/444.70	c Restarting after 196851 conflicts
731.56/731.98	c Restarting after 295377 conflicts

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node69/watcher-328813-1173124605 -o ROOT/results/node69/solver-328813-1173124605 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328813-1173124605/sat7_bin /tmp/evaluation/328813-1173124605/instance-328813-1173124605.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): 2400 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.91 0.95 0.90 3/64 19116
/proc/meminfo: memFree=1546992/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=1064 CPUtime=0
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 107 0 0 0 0 0 0 0 18 0 1 0 332418284 1089536 90 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 266 90 77 220 0 43 0

[startup+0.014276 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 19116
/proc/meminfo: memFree=1546992/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=2252 CPUtime=0.01
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 362 0 0 0 1 0 0 0 18 0 1 0 332418284 2306048 345 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 563 348 88 220 0 340 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2252

[startup+0.101289 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 19116
/proc/meminfo: memFree=1546992/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=6780 CPUtime=0.09
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 1235 0 0 0 9 0 0 0 18 0 1 0 332418284 6942720 1218 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 1695 1218 88 220 0 1472 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6780

[startup+0.301322 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 19116
/proc/meminfo: memFree=1546992/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=10880 CPUtime=0.29
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 1732 0 0 0 29 0 0 0 19 0 1 0 332418284 11141120 1715 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 2720 1715 88 220 0 2497 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10880

[startup+0.701387 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 19116
/proc/meminfo: memFree=1546992/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=15772 CPUtime=0.7
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 3068 0 0 0 68 2 0 0 22 0 1 0 332418284 16150528 3018 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134539857 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 3943 3018 95 220 0 3720 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 15772

[startup+1.50152 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 19117
/proc/meminfo: memFree=1534952/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=15772 CPUtime=1.49
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 3254 0 0 0 147 2 0 0 25 0 1 0 332418284 16150528 3204 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558456 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 3943 3204 95 220 0 3720 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15772

[startup+3.10178 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 19117
/proc/meminfo: memFree=1534056/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=15772 CPUtime=3.09
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 3488 0 0 0 307 2 0 0 25 0 1 0 332418284 16150528 3438 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 3943 3438 95 220 0 3720 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15772

[startup+6.3013 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 19117
/proc/meminfo: memFree=1532648/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=15772 CPUtime=6.29
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 3752 0 0 0 626 3 0 0 25 0 1 0 332418284 16150528 3702 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134537823 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 3943 3702 95 220 0 3720 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15772

[startup+12.7013 s]
/proc/loadavg: 0.93 0.96 0.91 2/65 19117
/proc/meminfo: memFree=1530536/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=19872 CPUtime=12.68
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 4306 0 0 0 1265 3 0 0 25 0 1 0 332418284 20348928 4256 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 4968 4256 95 220 0 4745 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19872

[startup+25.5014 s]
/proc/loadavg: 0.94 0.96 0.91 2/65 19117
/proc/meminfo: memFree=1523880/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=24360 CPUtime=25.48
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 5979 0 0 0 2543 5 0 0 25 0 1 0 332418284 24944640 5864 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 6090 5864 95 220 0 5867 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24360

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.91 2/65 19117
/proc/meminfo: memFree=1517096/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=32560 CPUtime=51.08
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 7683 0 0 0 5100 8 0 0 25 0 1 0 332418284 33341440 7568 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 8140 7568 95 220 0 7917 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 32560

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 19117
/proc/meminfo: memFree=1500840/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=49464 CPUtime=102.26
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 11715 0 0 0 10215 11 0 0 25 0 1 0 332418284 50651136 11600 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532759 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 12366 11600 95 220 0 12143 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 49464

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19117
/proc/meminfo: memFree=1490536/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=58056 CPUtime=162.24
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 14294 0 0 0 16210 14 0 0 25 0 1 0 332418284 59449344 14179 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 14514 14179 95 220 0 14291 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 58056

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19117
/proc/meminfo: memFree=1479720/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=70624 CPUtime=222.23
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 16985 0 0 0 22205 18 0 0 25 0 1 0 332418284 72318976 16870 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 17656 16870 95 220 0 17433 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 70624

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 19225
/proc/meminfo: memFree=1454448/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=95600 CPUtime=282.15
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 23048 0 0 0 28191 24 0 0 25 0 1 0 332418284 97894400 22933 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 23900 22933 95 220 0 23677 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 95600

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1429152/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=121236 CPUtime=342.09
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 29522 0 0 0 34180 29 0 0 25 0 1 0 332418284 124145664 29407 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532301 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 30309 29407 95 220 0 30086 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 121236

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1400936/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=149876 CPUtime=402.07
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 36598 0 0 0 40173 34 0 0 25 0 1 0 332418284 153473024 36483 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 37469 36483 95 220 0 37246 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 149876

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1384744/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=166796 CPUtime=462.05
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 40680 0 0 0 46166 39 0 0 25 0 1 0 332418284 170799104 40565 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532931 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 41699 40565 95 220 0 41476 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 166796

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1357608/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=193844 CPUtime=522.03
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 47520 0 0 0 52159 44 0 0 25 0 1 0 332418284 198496256 47405 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134536262 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 48461 47405 95 220 0 48238 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 193844

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1333544/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=216240 CPUtime=582.01
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 53457 0 0 0 58151 50 0 0 25 0 1 0 332418284 221429760 53342 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134539121 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 54060 53342 95 220 0 53837 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 216240

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1319592/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=229608 CPUtime=641.99
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 56876 0 0 0 64147 52 0 0 25 0 1 0 332418284 235118592 56761 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532404 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 57402 56761 95 220 0 57179 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 229608

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1318824/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=229608 CPUtime=701.98
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 57080 0 0 0 70145 53 0 0 25 0 1 0 332418284 235118592 56965 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 57402 56965 95 220 0 57179 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 229608

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1316776/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=233708 CPUtime=761.95
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 57581 0 0 0 76142 53 0 0 25 0 1 0 332418284 239316992 57466 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 58427 57466 95 220 0 58204 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 233708

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1312040/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=237808 CPUtime=821.94
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 58769 0 0 0 82139 55 0 0 25 0 1 0 332418284 243515392 58654 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 59452 58654 95 220 0 59229 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 237808

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1305640/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=246008 CPUtime=881.91
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 60357 0 0 0 88135 56 0 0 25 0 1 0 332418284 251912192 60242 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 61502 60242 95 220 0 61279 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 246008

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1300008/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=250108 CPUtime=941.9
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 61772 0 0 0 94132 58 0 0 25 0 1 0 332418284 256110592 61657 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 62527 61657 95 220 0 62304 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 250108

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1294504/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=254208 CPUtime=1001.88
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 63150 0 0 0 100129 59 0 0 25 0 1 0 332418284 260308992 63035 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134528612 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 63552 63035 95 220 0 63329 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 254208

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1288616/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=262408 CPUtime=1061.86
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 64635 0 0 0 106126 60 0 0 25 0 1 0 332418284 268705792 64520 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 65602 64520 95 220 0 65379 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 262408

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1283112/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=266508 CPUtime=1121.84
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 65981 0 0 0 112122 62 0 0 25 0 1 0 332418284 272904192 65866 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532424 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 66627 65866 95 220 0 66404 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 266508

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1277352/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=270608 CPUtime=1181.82
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 67432 0 0 0 118119 63 0 0 25 0 1 0 332418284 277102592 67317 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 67652 67317 95 220 0 67429 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 270608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1275240/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=274708 CPUtime=1200.01
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 67941 0 0 0 119938 63 0 0 25 0 1 0 332418284 281300992 67826 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532404 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 68677 67826 95 220 0 68454 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 274708

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 19315
/proc/meminfo: memFree=1275240/2055920 swapFree=4184100/4192956
[pid=19116] ppid=19114 vsize=274708 CPUtime=1200.01
/proc/19116/stat : 19116 (sat7_bin) R 19114 19116 18594 0 -1 4194304 67941 0 0 0 119938 63 0 0 25 0 1 0 332418284 281300992 67826 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532404 0 0 4096 0 0 0 0 17 1 0 0
/proc/19116/statm: 68677 67826 95 220 0 68454 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 274708

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.07
CPU user time (s): 1199.39
CPU system time (s): 0.683896
CPU usage (%): 99.9603
Max. virtual memory (cumulated for all children) (KiB): 274708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.39
system time used= 0.683896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67941
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= 6
involuntary context switches= 2806

runsolver used 0.865868 second user time and 2.50362 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Mon Mar  5 19:56:46 UTC 2007

IDJOB= 328813
IDBENCH= 20525
IDSOLVER= 101
FILE ID= node69/328813-1173124605

PBS_JOBID= 4015149

Free space on /tmp= 66532 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k30.cnf
COMMAND LINE= /tmp/evaluation/328813-1173124605/sat7_bin /tmp/evaluation/328813-1173124605/instance-328813-1173124605.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-328813-1173124605 -o ROOT/results/node69/solver-328813-1173124605 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328813-1173124605/sat7_bin /tmp/evaluation/328813-1173124605/instance-328813-1173124605.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  03500a4d5154d29cb90a2da4600bdebd

RANDOM SEED= 167417947

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.261
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.261
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:       1547528 kB
Buffers:         30260 kB
Cached:         398416 kB
SwapCached:       2716 kB
Active:          84836 kB
Inactive:       353420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1547528 kB
SwapTotal:     4192956 kB
SwapFree:      4184100 kB
Dirty:            4448 kB
Writeback:           0 kB
Mapped:          15636 kB
Slab:            56108 kB
Committed_AS:   831760 kB
PageTables:       1472 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= 66532 MiB

End job on node69 on Mon Mar  5 20:16:48 UTC 2007