Trace number 319638

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.11 1200.54

General information on the benchmark

Nameindustrial/
crypto/mizh-md5-47-5.cnf
MD5SUM361a244b850a858ed2e51ec140de6356
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark110.43
Satisfiable
(Un)Satisfiability was proved
Number of variables65604
Number of clauses273520
Sum of the clauses size814946
Maximum clause length4
Minimum clause length1
Number of clauses of size 1199
Number of clauses of size 2118258
Number of clauses of size 342021
Number of clauses of size 4113042
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

1.19/1.22	c Starting solver ...
1.19/1.27	c Restarting after 100 conflicts
1.29/1.30	c Restarting after 250 conflicts
1.29/1.35	c Restarting after 476 conflicts
1.39/1.42	c Restarting after 813 conflicts
1.59/1.60	c Restarting after 1320 conflicts
1.79/1.84	c Restarting after 2080 conflicts
1.99/2.09	c Restarting after 3220 conflicts
2.39/2.45	c Restarting after 4928 conflicts
2.59/2.67	c Restarting after 7490 conflicts
3.20/3.21	c Restarting after 11334 conflicts
3.69/3.79	c Restarting after 17100 conflicts
4.79/4.82	c Restarting after 25749 conflicts
6.79/6.86	c Restarting after 38723 conflicts
10.59/10.63	c Restarting after 58186 conflicts
20.28/20.40	c Restarting after 87378 conflicts
35.18/35.22	c Restarting after 131167 conflicts
60.67/60.70	c Restarting after 196851 conflicts
119.56/119.68	c Restarting after 295379 conflicts
752.19/752.48	c Restarting after 443168 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/node59/watcher-319638-1173034096 -o ROOT/results/node59/solver-319638-1173034096 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319638-1173034096/sat7_bin /tmp/evaluation/319638-1173034096/instance-319638-1173034096.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 11587
/proc/meminfo: memFree=1385952/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=3512 CPUtime=0
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 514 0 0 0 0 0 0 0 18 0 1 0 323366327 3596288 497 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 878 501 89 220 0 655 0

[startup+0.0266359 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 11587
/proc/meminfo: memFree=1385952/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=8404 CPUtime=0.02
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 1511 0 0 0 2 0 0 0 18 0 1 0 323366327 8605696 1494 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 2101 1495 88 220 0 1878 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8404

[startup+0.101643 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 11587
/proc/meminfo: memFree=1385952/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=12636 CPUtime=0.09
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 2130 0 0 0 9 0 0 0 18 0 1 0 323366327 12939264 2113 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 3159 2113 88 220 0 2936 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12636

[startup+0.301665 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 11587
/proc/meminfo: memFree=1385952/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=12636 CPUtime=0.29
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 2680 0 0 0 29 0 0 0 19 0 1 0 323366327 12939264 2663 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 3159 2663 88 220 0 2936 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12636

[startup+0.701709 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 11587
/proc/meminfo: memFree=1385952/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=16900 CPUtime=0.69
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 3731 0 0 0 68 1 0 0 22 0 1 0 323366327 17305600 3714 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 4225 3714 88 220 0 4002 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16900

[startup+1.5018 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 11588
/proc/meminfo: memFree=1368152/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=26272 CPUtime=1.49
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 5954 0 0 0 147 2 0 0 25 0 1 0 323366327 26902528 5904 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532996 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 6568 5904 95 220 0 6345 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26272

[startup+3.10197 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 11588
/proc/meminfo: memFree=1362200/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=26272 CPUtime=3.09
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 6165 0 0 0 307 2 0 0 25 0 1 0 323366327 26902528 6115 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134579416 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 6568 6115 95 220 0 6345 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26272

[startup+6.30133 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 11588
/proc/meminfo: memFree=1359448/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=30372 CPUtime=6.29
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 6802 0 0 0 627 2 0 0 25 0 1 0 323366327 31100928 6752 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558544 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 7593 6752 95 220 0 7370 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30372

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 11588
/proc/meminfo: memFree=1356448/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=30772 CPUtime=12.69
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 7485 0 0 0 1266 3 0 0 25 0 1 0 323366327 31510528 7370 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 7693 7370 95 220 0 7470 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30772

[startup+25.5014 s]
/proc/loadavg: 0.94 0.96 0.91 2/65 11588
/proc/meminfo: memFree=1355488/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=34872 CPUtime=25.48
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 7797 0 0 0 2545 3 0 0 25 0 1 0 323366327 35708928 7682 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532398 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 8718 7682 95 220 0 8495 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34872

[startup+51.1013 s]
/proc/loadavg: 0.96 0.96 0.91 2/65 11588
/proc/meminfo: memFree=1349152/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=39104 CPUtime=51.07
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 9461 0 0 0 5102 5 0 0 25 0 1 0 323366327 40042496 9346 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134529303 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 9776 9346 95 220 0 9553 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39104

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 11588
/proc/meminfo: memFree=1341088/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=47572 CPUtime=102.27
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 11378 0 0 0 10220 7 0 0 25 0 1 0 323366327 48713728 11263 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 11893 11263 95 220 0 11670 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 47572

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11588
/proc/meminfo: memFree=1332512/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=55868 CPUtime=162.24
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 13542 0 0 0 16215 9 0 0 25 0 1 0 323366327 57208832 13427 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532573 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 13967 13427 95 220 0 13744 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 55868

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11588
/proc/meminfo: memFree=1324960/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=64268 CPUtime=222.23
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 15406 0 0 0 22211 12 0 0 25 0 1 0 323366327 65810432 15291 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134579318 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 16067 15291 95 220 0 15844 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 64268

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11588
/proc/meminfo: memFree=1316896/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=73204 CPUtime=282.21
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 17442 0 0 0 28207 14 0 0 25 0 1 0 323366327 74960896 17327 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134536997 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 18301 17327 95 220 0 18078 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 73204

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11588
/proc/meminfo: memFree=1308320/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=79868 CPUtime=342.2
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 19576 0 0 0 34203 17 0 0 25 0 1 0 323366327 81784832 19461 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 19967 19461 95 220 0 19744 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 79868

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11588
/proc/meminfo: memFree=1300000/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=89088 CPUtime=402.18
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 21700 0 0 0 40199 19 0 0 25 0 1 0 323366327 91226112 21585 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134539147 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 22272 21585 95 220 0 22049 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 89088

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11588
/proc/meminfo: memFree=1291168/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=98708 CPUtime=462.16
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 23850 0 0 0 46195 21 0 0 25 0 1 0 323366327 101076992 23735 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134529565 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 24677 23735 95 220 0 24454 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 98708

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11588
/proc/meminfo: memFree=1284256/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=103712 CPUtime=522.15
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 25590 0 0 0 52191 24 0 0 25 0 1 0 323366327 106201088 25475 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134531413 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 25928 25475 95 220 0 25705 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 103712

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11588
/proc/meminfo: memFree=1276064/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=113184 CPUtime=582.14
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 27629 0 0 0 58188 26 0 0 25 0 1 0 323366327 115900416 27514 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 28296 27514 95 220 0 28073 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 113184

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11588
/proc/meminfo: memFree=1266656/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=121468 CPUtime=642.12
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 29952 0 0 0 64183 29 0 0 25 0 1 0 323366327 124383232 29837 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 30367 29837 95 220 0 30144 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 121468

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11588
/proc/meminfo: memFree=1259168/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=131136 CPUtime=702.1
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 31827 0 0 0 70179 31 0 0 25 0 1 0 323366327 134283264 31712 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 32784 31712 95 220 0 32561 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 131136

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11588
/proc/meminfo: memFree=1252000/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=136400 CPUtime=762.09
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 33621 0 0 0 76176 33 0 0 25 0 1 0 323366327 139673600 33506 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 34100 33506 95 220 0 33877 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 136400

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 11744
/proc/meminfo: memFree=1242728/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=146648 CPUtime=821.99
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 35628 0 0 0 82163 36 0 0 25 0 1 0 323366327 150167552 35513 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 36662 35513 95 220 0 36439 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 146648

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11786
/proc/meminfo: memFree=1237536/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=150976 CPUtime=881.95
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 37174 0 0 0 88157 38 0 0 25 0 1 0 323366327 154599424 37059 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 37744 37059 95 220 0 37521 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 150976

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11786
/proc/meminfo: memFree=1225248/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=161432 CPUtime=941.94
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 40255 0 0 0 94152 42 0 0 25 0 1 0 323366327 165306368 40140 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134536555 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 40358 40140 95 220 0 40135 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 161432

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11786
/proc/meminfo: memFree=1217504/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=170008 CPUtime=1001.92
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 42177 0 0 0 100147 45 0 0 25 0 1 0 323366327 174088192 42062 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 42502 42062 95 220 0 42279 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 170008

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11786
/proc/meminfo: memFree=1210848/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=179800 CPUtime=1061.91
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 43847 0 0 0 106143 48 0 0 25 0 1 0 323366327 184115200 43732 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 44950 43732 95 220 0 44727 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 179800

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11786
/proc/meminfo: memFree=1204256/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=185200 CPUtime=1121.89
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 45487 0 0 0 112139 50 0 0 25 0 1 0 323366327 189644800 45372 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532419 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 46300 45372 95 220 0 46077 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 185200

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11786
/proc/meminfo: memFree=1197856/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=190416 CPUtime=1181.87
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 47126 0 0 0 118135 52 0 0 25 0 1 0 323366327 194985984 47011 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 47604 47011 95 220 0 47381 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 190416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 11786
/proc/meminfo: memFree=1195680/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=194712 CPUtime=1200.07
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 47631 0 0 0 119954 53 0 0 25 0 1 0 323366327 199385088 47516 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 48678 47516 95 220 0 48455 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 194712

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 11786
/proc/meminfo: memFree=1195680/2055920 swapFree=4183756/4192956
[pid=11587] ppid=11585 vsize=194712 CPUtime=1200.07
/proc/11587/stat : 11587 (sat7_bin) R 11585 11587 11040 0 -1 4194304 47631 0 0 0 119954 53 0 0 25 0 1 0 323366327 199385088 47516 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/11587/statm: 48678 47516 95 220 0 48455 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 194712

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.11
CPU user time (s): 1199.55
CPU system time (s): 0.562914
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 194712

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

runsolver used 0.834873 second user time and 2.53461 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Sun Mar  4 18:48:16 UTC 2007

IDJOB= 319638
IDBENCH= 20484
IDSOLVER= 101
FILE ID= node59/319638-1173034096

PBS_JOBID= 4012447

Free space on /tmp= 66510 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/crypto/mizh-md5-47-5.cnf
COMMAND LINE= /tmp/evaluation/319638-1173034096/sat7_bin /tmp/evaluation/319638-1173034096/instance-319638-1173034096.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-319638-1173034096 -o ROOT/results/node59/solver-319638-1173034096 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319638-1173034096/sat7_bin /tmp/evaluation/319638-1173034096/instance-319638-1173034096.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  361a244b850a858ed2e51ec140de6356

RANDOM SEED= 539138883

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.225
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.225
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:       1386360 kB
Buffers:         43224 kB
Cached:         532400 kB
SwapCached:       3124 kB
Active:         275580 kB
Inactive:       312304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1386360 kB
SwapTotal:     4192956 kB
SwapFree:      4183756 kB
Dirty:            6524 kB
Writeback:           0 kB
Mapped:          18204 kB
Slab:            67688 kB
Committed_AS:   648200 kB
PageTables:       1480 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= 66510 MiB

End job on node59 on Sun Mar  4 19:08:19 UTC 2007