Trace number 370346

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) 10000.1 10003.8

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.69/0.72	c Restarting after 251 conflicts
0.69/0.79	c Restarting after 477 conflicts
0.89/0.91	c Restarting after 814 conflicts
0.99/1.03	c Restarting after 1320 conflicts
1.29/1.33	c Restarting after 2079 conflicts
1.59/1.67	c Restarting after 3218 conflicts
1.99/2.02	c Restarting after 4927 conflicts
3.39/3.47	c Restarting after 7490 conflicts
9.39/9.41	c Restarting after 11334 conflicts
12.49/12.55	c Restarting after 17100 conflicts
17.18/17.27	c Restarting after 25750 conflicts
63.77/63.89	c Restarting after 38724 conflicts
78.56/78.63	c Restarting after 58185 conflicts
214.41/214.52	c Restarting after 87377 conflicts
373.56/373.70	c Restarting after 131166 conflicts
447.03/447.25	c Restarting after 196851 conflicts
736.23/736.58	c Restarting after 295377 conflicts
1846.84/1847.51	c Restarting after 443166 conflicts
3112.91/3114.07	c Restarting after 664849 conflicts
5965.41/5967.65	c Restarting after 997375 conflicts

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node23/watcher-370346-1178600546 -o ROOT/results/node23/solver-370346-1178600546 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370346-1178600546/sat7_bin /tmp/evaluation/370346-1178600546/instance-370346-1178600546.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.85 0.97 0.99 3/77 28821
/proc/meminfo: memFree=1542000/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=1064 CPUtime=0
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 106 0 0 0 0 0 0 0 18 0 1 0 307971762 1089536 90 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 266 90 77 220 0 43 0

[startup+0.018615 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 28821
/proc/meminfo: memFree=1542000/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=3700 CPUtime=0.01
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 686 0 0 0 1 0 0 0 18 0 1 0 307971762 3788800 670 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 925 671 88 220 0 702 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3700

[startup+0.101628 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 28821
/proc/meminfo: memFree=1542000/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=6780 CPUtime=0.09
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 1234 0 0 0 9 0 0 0 18 0 1 0 307971762 6942720 1218 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 1695 1218 88 220 0 1472 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6780

[startup+0.301668 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 28821
/proc/meminfo: memFree=1542000/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=10880 CPUtime=0.29
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 1727 0 0 0 29 0 0 0 19 0 1 0 307971762 11141120 1711 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 2720 1712 88 220 0 2497 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10880

[startup+0.701746 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 28821
/proc/meminfo: memFree=1542000/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=15772 CPUtime=0.69
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 3065 0 0 0 68 1 0 0 23 0 1 0 307971762 16150528 3016 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 3943 3016 95 220 0 3720 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15772

[startup+1.5019 s]
/proc/loadavg: 0.85 0.97 0.99 2/78 28822
/proc/meminfo: memFree=1529896/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=15772 CPUtime=1.49
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 3249 0 0 0 148 1 0 0 25 0 1 0 307971762 16150528 3200 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134539151 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 3943 3200 95 220 0 3720 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15772

[startup+3.10222 s]
/proc/loadavg: 0.85 0.97 0.99 2/78 28822
/proc/meminfo: memFree=1529000/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=15772 CPUtime=3.09
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 3482 0 0 0 308 1 0 0 25 0 1 0 307971762 16150528 3433 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 3943 3433 95 220 0 3720 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15772

[startup+6.30184 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 28822
/proc/meminfo: memFree=1527472/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=15772 CPUtime=6.28
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 3743 0 0 0 627 1 0 0 25 0 1 0 307971762 16150528 3694 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 3943 3694 95 220 0 3720 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15772

[startup+12.7011 s]
/proc/loadavg: 0.87 0.97 0.99 2/78 28822
/proc/meminfo: memFree=1525360/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=19872 CPUtime=12.69
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 4285 0 0 0 1267 2 0 0 25 0 1 0 307971762 20348928 4236 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528658 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 4968 4236 95 220 0 4745 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19872

[startup+25.5016 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 28822
/proc/meminfo: memFree=1518704/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=24360 CPUtime=25.48
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 5958 0 0 0 2545 3 0 0 25 0 1 0 307971762 24944640 5844 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 6090 5844 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: 1.09 1.00 1.00 2/78 28822
/proc/meminfo: memFree=1511984/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=32560 CPUtime=51.07
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 7652 0 0 0 5102 5 0 0 25 0 1 0 307971762 33341440 7538 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538673 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 8140 7538 95 220 0 7917 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32560

[startup+102.306 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 28822
/proc/meminfo: memFree=1495728/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=49464 CPUtime=102.25
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 11685 0 0 0 10216 9 0 0 25 0 1 0 307971762 50651136 11571 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533382 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 12366 11571 95 220 0 12143 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 49464

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 28822
/proc/meminfo: memFree=1485488/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=58056 CPUtime=162.23
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 14261 0 0 0 16210 13 0 0 25 0 1 0 307971762 59449344 14147 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578696 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 14514 14147 95 220 0 14291 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 58056

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28822
/proc/meminfo: memFree=1475056/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=70624 CPUtime=222.2
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 16857 0 0 0 22204 16 0 0 25 0 1 0 307971762 72318976 16743 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 17656 16743 95 220 0 17433 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 70624

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28822
/proc/meminfo: memFree=1451312/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=95088 CPUtime=282.18
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 22874 0 0 0 28196 22 0 0 25 0 1 0 307971762 97370112 22760 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536262 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 23772 22760 95 220 0 23549 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 95088

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28822
/proc/meminfo: memFree=1425200/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=121024 CPUtime=342.17
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 29338 0 0 0 34188 29 0 0 25 0 1 0 307971762 123928576 29224 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 30256 29224 95 220 0 30033 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 121024

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28822
/proc/meminfo: memFree=1396528/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=149876 CPUtime=402.14
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 36505 0 0 0 40179 35 0 0 25 0 1 0 307971762 153473024 36391 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 37469 36391 95 220 0 37246 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 149876

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28822
/proc/meminfo: memFree=1381040/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=162696 CPUtime=462.12
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 40363 0 0 0 46172 40 0 0 25 0 1 0 307971762 166600704 40249 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 40674 40249 95 220 0 40451 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 162696

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28822
/proc/meminfo: memFree=1353904/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=193432 CPUtime=522.1
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 47193 0 0 0 52163 47 0 0 25 0 1 0 307971762 198074368 47079 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 48358 47079 95 220 0 48135 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 193432

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28822
/proc/meminfo: memFree=1329840/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=216140 CPUtime=582.08
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 53147 0 0 0 58154 54 0 0 25 0 1 0 307971762 221327360 53033 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 54035 53033 95 220 0 53812 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 216140

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 28822
/proc/meminfo: memFree=1314800/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=229608 CPUtime=642.07
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 56868 0 0 0 64148 59 0 0 25 0 1 0 307971762 235118592 56754 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 57402 56754 95 220 0 57179 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 229608


################
# More data... #
################

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29222
/proc/meminfo: memFree=984048/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=561528 CPUtime=9098.92
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 139405 0 0 0 909671 221 0 0 25 0 1 0 307971762 575004672 139265 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134535949 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 140382 139265 95 220 0 140159 0
Current children cumulated CPU time (s) 9098.92
Current children cumulated vsize (KiB) 561528

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29222
/proc/meminfo: memFree=980720/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=565628 CPUtime=9158.9
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 140222 0 0 0 915668 222 0 0 25 0 1 0 307971762 579203072 140082 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 141407 140082 95 220 0 141184 0
Current children cumulated CPU time (s) 9158.9
Current children cumulated vsize (KiB) 565628

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29222
/proc/meminfo: memFree=977392/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=565628 CPUtime=9218.89
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 141048 0 0 0 921666 223 0 0 25 0 1 0 307971762 579203072 140908 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538107 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 141407 140908 95 220 0 141184 0
Current children cumulated CPU time (s) 9218.89
Current children cumulated vsize (KiB) 565628

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 29222
/proc/meminfo: memFree=973744/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=569728 CPUtime=9278.87
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 141975 0 0 0 927662 225 0 0 25 0 1 0 307971762 583401472 141835 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 142432 141835 95 220 0 142209 0
Current children cumulated CPU time (s) 9278.87
Current children cumulated vsize (KiB) 569728

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29222
/proc/meminfo: memFree=970416/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=573828 CPUtime=9338.85
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 142803 0 0 0 933659 226 0 0 25 0 1 0 307971762 587599872 142663 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 143457 142663 95 220 0 143234 0
Current children cumulated CPU time (s) 9338.85
Current children cumulated vsize (KiB) 573828

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29222
/proc/meminfo: memFree=967216/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=577928 CPUtime=9398.82
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 143609 0 0 0 939655 227 0 0 25 0 1 0 307971762 591798272 143469 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 144482 143469 95 220 0 144259 0
Current children cumulated CPU time (s) 9398.82
Current children cumulated vsize (KiB) 577928

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29222
/proc/meminfo: memFree=964080/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=582028 CPUtime=9458.8
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 144377 0 0 0 945652 228 0 0 25 0 1 0 307971762 595996672 144237 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533382 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 145507 144237 95 220 0 145284 0
Current children cumulated CPU time (s) 9458.8
Current children cumulated vsize (KiB) 582028

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29222
/proc/meminfo: memFree=960560/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=582028 CPUtime=9518.78
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 145262 0 0 0 951649 229 0 0 25 0 1 0 307971762 595996672 145122 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 145507 145122 95 220 0 145284 0
Current children cumulated CPU time (s) 9518.78
Current children cumulated vsize (KiB) 582028

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29222
/proc/meminfo: memFree=957296/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=586128 CPUtime=9578.76
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 146073 0 0 0 957645 231 0 0 25 0 1 0 307971762 600195072 145933 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 146532 145933 95 220 0 146309 0
Current children cumulated CPU time (s) 9578.76
Current children cumulated vsize (KiB) 586128

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29224
/proc/meminfo: memFree=953840/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=590228 CPUtime=9638.74
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 146945 0 0 0 963642 232 0 0 25 0 1 0 307971762 604393472 146805 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 147557 146805 95 220 0 147334 0
Current children cumulated CPU time (s) 9638.74
Current children cumulated vsize (KiB) 590228

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29224
/proc/meminfo: memFree=950128/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=594328 CPUtime=9698.72
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 147873 0 0 0 969639 233 0 0 25 0 1 0 307971762 608591872 147733 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 148582 147733 95 220 0 148359 0
Current children cumulated CPU time (s) 9698.72
Current children cumulated vsize (KiB) 594328

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29224
/proc/meminfo: memFree=946928/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=598428 CPUtime=9758.7
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 148673 0 0 0 975636 234 0 0 25 0 1 0 307971762 612790272 148533 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 149607 148533 95 220 0 149384 0
Current children cumulated CPU time (s) 9758.7
Current children cumulated vsize (KiB) 598428

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29224
/proc/meminfo: memFree=943664/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=602528 CPUtime=9818.68
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 149484 0 0 0 981632 236 0 0 25 0 1 0 307971762 616988672 149344 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 150632 149344 95 220 0 150409 0
Current children cumulated CPU time (s) 9818.68
Current children cumulated vsize (KiB) 602528

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29224
/proc/meminfo: memFree=940272/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=602528 CPUtime=9878.66
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 150315 0 0 0 987629 237 0 0 25 0 1 0 307971762 616988672 150175 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 150632 150175 95 220 0 150409 0
Current children cumulated CPU time (s) 9878.66
Current children cumulated vsize (KiB) 602528

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29224
/proc/meminfo: memFree=937136/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=606628 CPUtime=9938.64
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 151119 0 0 0 993625 239 0 0 25 0 1 0 307971762 621187072 150979 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 151657 150979 95 220 0 151434 0
Current children cumulated CPU time (s) 9938.64
Current children cumulated vsize (KiB) 606628

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29224
/proc/meminfo: memFree=934704/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=610728 CPUtime=9998.62
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 151699 0 0 0 999622 240 0 0 25 0 1 0 307971762 625385472 151559 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 152682 151559 95 220 0 152459 0
Current children cumulated CPU time (s) 9998.62
Current children cumulated vsize (KiB) 610728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.7 s]
/proc/loadavg: 1.16 1.03 1.01 2/78 29224
/proc/meminfo: memFree=934704/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=610728 CPUtime=10000
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 151711 0 0 0 999762 240 0 0 25 0 1 0 307971762 625385472 151571 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579674 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 152682 151571 95 220 0 152459 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 610728

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

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

[startup+10003.7 s]
/proc/loadavg: 1.16 1.03 1.01 2/78 29224
/proc/meminfo: memFree=934704/2055920 swapFree=4169188/4192956
[pid=28821] ppid=28819 vsize=610728 CPUtime=10000
/proc/28821/stat : 28821 (sat7_bin) R 28819 28821 28765 0 -1 4194304 151711 0 0 0 999762 240 0 0 25 0 1 0 307971762 625385472 151571 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579674 0 0 4096 0 0 0 0 17 1 0 0
/proc/28821/statm: 152682 151571 95 220 0 152459 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 610728

Child ended because it received signal 15 (SIGTERM)
Real time (s): 10003.8
CPU time (s): 10000.1
CPU user time (s): 9997.63
CPU system time (s): 2.50262
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 610728

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

runsolver used 7.82781 second user time and 21.8227 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Tue May  8 05:02:26 UTC 2007

IDJOB= 370346
IDBENCH= 20525
IDSOLVER= 183
FILE ID= node23/370346-1178600546

PBS_JOBID= 5218210

Free space on /tmp= 66560 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/370346-1178600546/sat7_bin /tmp/evaluation/370346-1178600546/instance-370346-1178600546.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-370346-1178600546 -o ROOT/results/node23/solver-370346-1178600546 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/370346-1178600546/sat7_bin /tmp/evaluation/370346-1178600546/instance-370346-1178600546.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  03500a4d5154d29cb90a2da4600bdebd

RANDOM SEED= 394051486

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1542408 kB
Buffers:         41304 kB
Cached:         348140 kB
SwapCached:       2712 kB
Active:         124924 kB
Inactive:       287384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542408 kB
SwapTotal:     4192956 kB
SwapFree:      4169188 kB
Dirty:            4636 kB
Writeback:           0 kB
Mapped:          30440 kB
Slab:            86728 kB
Committed_AS:  5170016 kB
PageTables:       1796 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= 66560 MiB

End job on node23 on Tue May  8 07:49:12 UTC 2007