Trace number 369285

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
CMUSAT 2007-02-08? (TO) 5000.12 5001.94

General information on the benchmark

Namecrafted/Hard/contest02/
ezfact64_6.sat05-453.reshuffled-07.cnf
MD5SUM0e1669495b7578db64545ceac2d1a3d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2963.28
Satisfiable
(Un)Satisfiability was proved
Number of variables3073
Number of clauses19785
Sum of the clauses size74601
Maximum clause length4
Minimum clause length1
Number of clauses of size 165
Number of clauses of size 20
Number of clauses of size 34344
Number of clauses of size 415376
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  3073                                                 |
0.00/0.03	c |  Number of clauses:    19785                                                |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node39/watcher-369285-1177275464 -o ROOT/results/node39/solver-369285-1177275464 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/369285-1177275464/cmusat /tmp/evaluation/369285-1177275464/instance-369285-1177275464.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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 32525
/proc/meminfo: memFree=1604456/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=2636 CPUtime=0
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 357 0 0 0 0 0 0 0 18 0 1 0 175458479 2699264 340 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134532384 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 659 340 96 243 0 413 0

[startup+0.0836501 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 32525
/proc/meminfo: memFree=1604456/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=4172 CPUtime=0.07
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 735 0 0 0 7 0 0 0 18 0 1 0 175458479 4272128 718 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134530549 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 1043 718 108 243 0 797 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4172

[startup+0.101652 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 32525
/proc/meminfo: memFree=1604456/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=3976 CPUtime=0.09
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 807 0 0 0 9 0 0 0 18 0 1 0 175458479 4071424 705 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135090804 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 994 705 111 243 0 748 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3976

[startup+0.301687 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 32525
/proc/meminfo: memFree=1604456/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=4600 CPUtime=0.29
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 917 0 0 0 29 0 0 0 19 0 1 0 175458479 4710400 815 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 1150 815 118 243 0 904 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4600

[startup+0.701754 s]
/proc/loadavg: 0.85 0.97 0.99 3/77 32525
/proc/meminfo: memFree=1604456/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=5392 CPUtime=0.69
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 1127 0 0 0 69 0 0 0 22 0 1 0 175458479 5521408 1025 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134592001 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 1348 1025 118 243 0 1102 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5392

[startup+1.50189 s]
/proc/loadavg: 0.85 0.97 0.99 2/78 32526
/proc/meminfo: memFree=1600160/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=7108 CPUtime=1.49
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 1562 0 0 0 149 0 0 0 25 0 1 0 175458479 7278592 1460 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 1777 1460 118 243 0 1531 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7108

[startup+3.10116 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 32526
/proc/meminfo: memFree=1597792/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=8736 CPUtime=3.09
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 2010 0 0 0 309 0 0 0 25 0 1 0 175458479 8945664 1866 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 2184 1866 118 243 0 1938 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8736

[startup+6.3017 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 32526
/proc/meminfo: memFree=1597088/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=8756 CPUtime=6.28
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 2158 0 0 0 628 0 0 0 25 0 1 0 175458479 8966144 1878 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589708 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 2189 1878 118 243 0 1943 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8756

[startup+12.7018 s]
/proc/loadavg: 0.88 0.97 0.99 2/78 32526
/proc/meminfo: memFree=1596136/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=9836 CPUtime=12.69
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 2638 0 0 0 1268 1 0 0 25 0 1 0 175458479 10072064 2156 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 2459 2156 118 243 0 2213 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9836

[startup+25.5019 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 32526
/proc/meminfo: memFree=1587624/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=18832 CPUtime=25.48
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 4882 0 0 0 2547 1 0 0 25 0 1 0 175458479 19283968 4197 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589545 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 4708 4197 118 243 0 4462 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18832

[startup+51.1013 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 32526
/proc/meminfo: memFree=1583400/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=22988 CPUtime=51.07
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 6119 0 0 0 5104 3 0 0 25 0 1 0 175458479 23539712 5283 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134580496 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 5747 5283 118 243 0 5501 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22988

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 32526
/proc/meminfo: memFree=1577320/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=28756 CPUtime=102.25
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 8026 0 0 0 10220 5 0 0 25 0 1 0 175458479 29446144 6831 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 7189 6831 118 243 0 6943 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 28756

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32526
/proc/meminfo: memFree=1561128/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=46576 CPUtime=162.23
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 12753 0 0 0 16215 8 0 0 25 0 1 0 175458479 47693824 10861 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589545 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 11644 10861 118 243 0 11398 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 46576

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/84 32664
/proc/meminfo: memFree=1559336/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=46652 CPUtime=222.16
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 13099 0 0 0 22206 10 0 0 25 0 1 0 175458479 47771648 10956 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 11663 10956 118 243 0 11417 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 46652

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 3/78 32724
/proc/meminfo: memFree=1560296/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=46692 CPUtime=282.09
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 13289 0 0 0 28199 10 0 0 25 0 1 0 175458479 47812608 11006 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 11673 11006 118 243 0 11427 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 46692

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32724
/proc/meminfo: memFree=1560104/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=46740 CPUtime=342.07
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 13499 0 0 0 34197 10 0 0 25 0 1 0 175458479 47861760 11066 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134581192 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 11685 11066 118 243 0 11439 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 46740

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32724
/proc/meminfo: memFree=1557992/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=48640 CPUtime=402.05
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 14184 0 0 0 40194 11 0 0 25 0 1 0 175458479 49807360 11589 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 12160 11589 118 243 0 11914 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 48640

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32724
/proc/meminfo: memFree=1551656/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=54748 CPUtime=462.03
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 15945 0 0 0 46190 13 0 0 25 0 1 0 175458479 56061952 13175 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 13687 13175 118 243 0 13441 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 54748

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32724
/proc/meminfo: memFree=1542248/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=63972 CPUtime=522.01
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 18478 0 0 0 52185 16 0 0 25 0 1 0 175458479 65507328 15519 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590150 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 15993 15519 118 243 0 15747 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 63972

[startup+582.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32724
/proc/meminfo: memFree=1542376/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=63972 CPUtime=581.99
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 18479 0 0 0 58183 16 0 0 25 0 1 0 175458479 65507328 15520 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 15993 15520 118 243 0 15747 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 63972

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 32724
/proc/meminfo: memFree=1535336/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=70668 CPUtime=641.98
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 20437 0 0 0 64178 20 0 0 25 0 1 0 175458479 72364032 17272 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589660 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 17667 17272 118 243 0 17421 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 70668


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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1393064/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=219852 CPUtime=4060.78
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 62147 0 0 0 406001 77 0 0 25 0 1 0 175458479 225128448 52749 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 54963 52749 118 243 0 54717 0
Current children cumulated CPU time (s) 4060.78
Current children cumulated vsize (KiB) 219852

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1393000/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=219852 CPUtime=4120.75
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 62152 0 0 0 411998 77 0 0 25 0 1 0 175458479 225128448 52754 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590173 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 54963 52754 118 243 0 54717 0
Current children cumulated CPU time (s) 4120.75
Current children cumulated vsize (KiB) 219852

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1392872/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=219852 CPUtime=4180.73
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 62217 0 0 0 417996 77 0 0 25 0 1 0 175458479 225128448 52819 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 54963 52819 118 243 0 54717 0
Current children cumulated CPU time (s) 4180.73
Current children cumulated vsize (KiB) 219852

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1392552/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=219852 CPUtime=4240.71
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 62310 0 0 0 423993 78 0 0 25 0 1 0 175458479 225128448 52912 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 54963 52912 118 243 0 54717 0
Current children cumulated CPU time (s) 4240.71
Current children cumulated vsize (KiB) 219852

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1392168/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=220052 CPUtime=4300.7
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 62930 0 0 0 429991 79 0 0 25 0 1 0 175458479 225333248 53006 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 55013 53006 118 243 0 54767 0
Current children cumulated CPU time (s) 4300.7
Current children cumulated vsize (KiB) 220052

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1392168/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=220052 CPUtime=4360.67
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 62930 0 0 0 435988 79 0 0 25 0 1 0 175458479 225333248 53006 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589506 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 55013 53006 118 243 0 54767 0
Current children cumulated CPU time (s) 4360.67
Current children cumulated vsize (KiB) 220052

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1392104/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=220052 CPUtime=4420.66
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 62930 0 0 0 441986 80 0 0 25 0 1 0 175458479 225333248 53006 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 55013 53006 118 243 0 54767 0
Current children cumulated CPU time (s) 4420.66
Current children cumulated vsize (KiB) 220052

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1392104/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=220052 CPUtime=4480.63
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 62930 0 0 0 447983 80 0 0 25 0 1 0 175458479 225333248 53006 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589545 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 55013 53006 118 243 0 54767 0
Current children cumulated CPU time (s) 4480.63
Current children cumulated vsize (KiB) 220052

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1392104/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=220052 CPUtime=4540.61
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 62930 0 0 0 453981 80 0 0 25 0 1 0 175458479 225333248 53006 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 55013 53006 118 243 0 54767 0
Current children cumulated CPU time (s) 4540.61
Current children cumulated vsize (KiB) 220052

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1391976/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=220184 CPUtime=4600.6
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 62954 0 0 0 459979 81 0 0 25 0 1 0 175458479 225468416 53030 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589534 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 55046 53030 118 243 0 54800 0
Current children cumulated CPU time (s) 4600.6
Current children cumulated vsize (KiB) 220184

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1392040/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=220184 CPUtime=4660.57
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 62959 0 0 0 465976 81 0 0 25 0 1 0 175458479 225468416 53035 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 55046 53035 118 243 0 54800 0
Current children cumulated CPU time (s) 4660.57
Current children cumulated vsize (KiB) 220184

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1391976/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=220184 CPUtime=4720.57
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 62961 0 0 0 471975 82 0 0 25 0 1 0 175458479 225468416 53037 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590173 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 55046 53037 118 243 0 54800 0
Current children cumulated CPU time (s) 4720.57
Current children cumulated vsize (KiB) 220184

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1391912/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=220312 CPUtime=4780.54
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 63000 0 0 0 477972 82 0 0 25 0 1 0 175458479 225599488 53043 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134590282 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 55078 53043 118 243 0 54832 0
Current children cumulated CPU time (s) 4780.54
Current children cumulated vsize (KiB) 220312

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1391912/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=220312 CPUtime=4840.52
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 63001 0 0 0 483969 83 0 0 25 0 1 0 175458479 225599488 53044 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 55078 53044 118 243 0 54832 0
Current children cumulated CPU time (s) 4840.52
Current children cumulated vsize (KiB) 220312

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1391976/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=220312 CPUtime=4900.5
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 63003 0 0 0 489967 83 0 0 25 0 1 0 175458479 225599488 53046 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134592078 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 55078 53046 118 243 0 54832 0
Current children cumulated CPU time (s) 4900.5
Current children cumulated vsize (KiB) 220312

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1391784/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=220312 CPUtime=4960.49
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 63049 0 0 0 495965 84 0 0 25 0 1 0 175458479 225599488 53092 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 55078 53092 118 243 0 54832 0
Current children cumulated CPU time (s) 4960.49
Current children cumulated vsize (KiB) 220312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1391464/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=220444 CPUtime=5000.07
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 63123 0 0 0 499923 84 0 0 25 0 1 0 175458479 225734656 53166 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 55111 53166 118 243 0 54865 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 220444

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

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

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 456
/proc/meminfo: memFree=1391464/2055920 swapFree=4159364/4192956
[pid=32525] ppid=32523 vsize=220444 CPUtime=5000.07
/proc/32525/stat : 32525 (cmusat) R 32523 32525 32469 0 -1 4194304 63123 0 0 0 499923 84 0 0 25 0 1 0 175458479 225734656 53166 18446744073709551615 134512640 135508737 4294956672 18446744073709551615 134589593 0 0 4096 35 0 0 0 17 1 0 0
/proc/32525/statm: 55111 53166 118 243 0 54865 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 220444

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.94
CPU time (s): 5000.12
CPU user time (s): 4999.24
CPU system time (s): 0.878866
CPU usage (%): 99.9636
Max. virtual memory (cumulated for all children) (KiB): 220444

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

runsolver used 6.04808 second user time and 11.8322 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Sun Apr 22 20:57:44 UTC 2007

IDJOB= 369285
IDBENCH= 24686
IDSOLVER= 182
FILE ID= node39/369285-1177275464

PBS_JOBID= 4650752

Free space on /tmp= 66486 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest02/ezfact64_6.sat05-453.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/369285-1177275464/cmusat /tmp/evaluation/369285-1177275464/instance-369285-1177275464.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-369285-1177275464 -o ROOT/results/node39/solver-369285-1177275464 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/369285-1177275464/cmusat /tmp/evaluation/369285-1177275464/instance-369285-1177275464.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  0e1669495b7578db64545ceac2d1a3d0

RANDOM SEED= 243222676

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.256
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.256
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:       1604928 kB
Buffers:         39064 kB
Cached:         321608 kB
SwapCached:      13736 kB
Active:         173504 kB
Inactive:       210740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604928 kB
SwapTotal:     4192956 kB
SwapFree:      4159364 kB
Dirty:            3100 kB
Writeback:           0 kB
Mapped:          30572 kB
Slab:            52092 kB
Committed_AS:  1919952 kB
PageTables:       2012 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= 66486 MiB

End job on node39 on Sun Apr 22 22:21:08 UTC 2007