Trace number 370280

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-08UNSAT 1622.6 1623.08

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark542.475
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

Solver Data (download as text)

0.00/0.04	c Starting solver ...
0.04/0.06	c Restarting after 101 conflicts
0.04/0.09	c Restarting after 251 conflicts
0.09/0.12	c Restarting after 477 conflicts
0.09/0.18	c Restarting after 814 conflicts
0.19/0.29	c Restarting after 1321 conflicts
0.39/0.45	c Restarting after 2080 conflicts
0.69/0.71	c Restarting after 3220 conflicts
1.00/1.03	c Restarting after 4929 conflicts
1.49/1.55	c Restarting after 7491 conflicts
2.49/2.53	c Restarting after 11335 conflicts
4.40/4.46	c Restarting after 17101 conflicts
7.79/7.82	c Restarting after 25750 conflicts
12.39/12.44	c Restarting after 38725 conflicts
21.79/21.88	c Restarting after 58188 conflicts
36.38/36.41	c Restarting after 87381 conflicts
62.17/62.28	c Restarting after 131171 conflicts
106.26/106.35	c Restarting after 196857 conflicts
185.54/185.61	c Restarting after 295383 conflicts
315.61/315.71	c Restarting after 443173 conflicts
531.13/531.30	c Restarting after 664857 conflicts
788.46/788.77	c Restarting after 997382 conflicts
1189.14/1189.50	c Restarting after 1496171 conflicts
1622.51/1623.06	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-370280-1178576851 -o ROOT/results/node6/solver-370280-1178576851 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370280-1178576851/sat7_bin /tmp/evaluation/370280-1178576851/instance-370280-1178576851.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.94 0.95 0.91 3/77 629
/proc/meminfo: memFree=1649456/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=1352 CPUtime=0
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 213 0 0 0 0 0 0 0 18 0 1 0 333722728 1384448 197 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029844 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 338 197 87 220 0 115 0

[startup+0.049259 s]
/proc/loadavg: 0.94 0.95 0.91 3/77 629
/proc/meminfo: memFree=1649456/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=2276 CPUtime=0.04
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 384 0 0 0 4 0 0 0 18 0 1 0 333722728 2330624 368 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 569 368 93 220 0 346 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2276

[startup+0.101264 s]
/proc/loadavg: 0.94 0.95 0.91 3/77 629
/proc/meminfo: memFree=1649456/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=2276 CPUtime=0.09
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 410 0 0 0 9 0 0 0 18 0 1 0 333722728 2330624 394 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525826 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 569 394 95 220 0 346 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2276

[startup+0.301288 s]
/proc/loadavg: 0.94 0.95 0.91 3/77 629
/proc/meminfo: memFree=1649456/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=3304 CPUtime=0.29
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 478 0 0 0 29 0 0 0 19 0 1 0 333722728 3383296 462 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134539857 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 826 462 95 220 0 603 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3304

[startup+0.701336 s]
/proc/loadavg: 0.94 0.95 0.91 3/77 629
/proc/meminfo: memFree=1649456/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=3304 CPUtime=0.69
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 621 0 0 0 69 0 0 0 22 0 1 0 333722728 3383296 605 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 826 605 95 220 0 603 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3304

[startup+1.50143 s]
/proc/loadavg: 0.94 0.95 0.91 2/78 630
/proc/meminfo: memFree=1647016/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=5356 CPUtime=1.49
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 887 0 0 0 149 0 0 0 25 0 1 0 333722728 5484544 871 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578988 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 1339 871 95 220 0 1116 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5356

[startup+3.10162 s]
/proc/loadavg: 0.94 0.95 0.91 2/78 630
/proc/meminfo: memFree=1645416/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=5356 CPUtime=3.09
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 1154 0 0 0 309 0 0 0 25 0 1 0 333722728 5484544 1138 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 1339 1138 95 220 0 1116 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5356

[startup+6.30199 s]
/proc/loadavg: 0.94 0.95 0.91 2/78 630
/proc/meminfo: memFree=1644840/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=9584 CPUtime=6.29
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 1261 0 0 0 629 0 0 0 25 0 1 0 333722728 9814016 1245 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134540097 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 2396 1245 95 220 0 2173 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9584

[startup+12.7017 s]
/proc/loadavg: 0.95 0.95 0.91 2/78 630
/proc/meminfo: memFree=1643944/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=9584 CPUtime=12.69
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 1448 0 0 0 1269 0 0 0 25 0 1 0 333722728 9814016 1432 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532465 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 2396 1432 95 220 0 2173 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9584

[startup+25.5022 s]
/proc/loadavg: 0.96 0.95 0.91 2/78 630
/proc/meminfo: memFree=1642088/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=9844 CPUtime=25.49
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 1925 0 0 0 2548 1 0 0 25 0 1 0 333722728 10080256 1909 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538385 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 2461 1909 95 220 0 2238 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9844

[startup+51.1023 s]
/proc/loadavg: 0.97 0.95 0.91 2/78 630
/proc/meminfo: memFree=1640872/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=9976 CPUtime=51.08
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 2248 0 0 0 5106 2 0 0 25 0 1 0 333722728 10215424 2232 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538498 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 2494 2232 95 220 0 2271 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9976

[startup+102.305 s]
/proc/loadavg: 0.99 0.96 0.91 2/78 630
/proc/meminfo: memFree=1639472/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=14492 CPUtime=102.26
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 2583 0 0 0 10224 2 0 0 25 0 1 0 333722728 14839808 2567 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533334 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 3623 2567 95 220 0 3400 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 14492

[startup+162.302 s]
/proc/loadavg: 0.99 0.96 0.91 2/78 630
/proc/meminfo: memFree=1637808/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=14764 CPUtime=162.24
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 3009 0 0 0 16221 3 0 0 25 0 1 0 333722728 15118336 2993 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 3691 2993 95 220 0 3468 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 14764

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 630
/proc/meminfo: memFree=1636976/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=15024 CPUtime=222.23
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 3209 0 0 0 22219 4 0 0 25 0 1 0 333722728 15384576 3193 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531422 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 3756 3193 95 220 0 3533 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 15024

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 630
/proc/meminfo: memFree=1636528/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=15024 CPUtime=282.21
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 3289 0 0 0 28216 5 0 0 25 0 1 0 333722728 15384576 3273 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 3756 3273 95 220 0 3533 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 15024

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 630
/proc/meminfo: memFree=1635888/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=15168 CPUtime=342.19
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 3475 0 0 0 34214 5 0 0 25 0 1 0 333722728 15532032 3459 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533784 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 3792 3459 95 220 0 3569 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 15168

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 630
/proc/meminfo: memFree=1633968/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=19404 CPUtime=402.17
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 3947 0 0 0 40211 6 0 0 25 0 1 0 333722728 19869696 3931 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532931 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 4851 3931 95 220 0 4628 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 19404

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 3/78 630
/proc/meminfo: memFree=1633264/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=19540 CPUtime=462.16
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 4134 0 0 0 46209 7 0 0 25 0 1 0 333722728 20008960 4118 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533564 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 4885 4118 95 220 0 4662 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 19540

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1632496/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=19684 CPUtime=522.13
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 4337 0 0 0 52206 7 0 0 25 0 1 0 333722728 20156416 4321 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532401 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 4921 4321 95 220 0 4698 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 19684

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1632112/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=19820 CPUtime=582.12
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 4435 0 0 0 58204 8 0 0 25 0 1 0 333722728 20295680 4419 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579776 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 4955 4419 95 220 0 4732 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 19820

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1631920/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=19996 CPUtime=642.11
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 4485 0 0 0 64202 9 0 0 25 0 1 0 333722728 20475904 4469 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 4999 4469 95 220 0 4776 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 19996


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

/proc/meminfo: memFree=1631216/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=20276 CPUtime=942.01
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 4666 0 0 0 94190 11 0 0 25 0 1 0 333722728 20762624 4650 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134540105 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 5069 4650 95 220 0 4846 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 20276

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1630960/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=20412 CPUtime=1002
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 4710 0 0 0 100188 12 0 0 25 0 1 0 333722728 20901888 4694 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558673 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 5103 4694 95 220 0 4880 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 20412

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 3/78 632
/proc/meminfo: memFree=1630960/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=20412 CPUtime=1061.98
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 4728 0 0 0 106186 12 0 0 25 0 1 0 333722728 20901888 4712 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 5103 4712 95 220 0 4880 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 20412

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 3/78 632
/proc/meminfo: memFree=1630896/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=20412 CPUtime=1121.96
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 4739 0 0 0 112183 13 0 0 25 0 1 0 333722728 20901888 4723 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 5103 4723 95 220 0 4880 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 20412

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1630768/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=20412 CPUtime=1181.94
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 4755 0 0 0 118181 13 0 0 25 0 1 0 333722728 20901888 4739 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 5103 4739 95 220 0 4880 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 20412

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1630448/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=20548 CPUtime=1241.93
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 4838 0 0 0 124179 14 0 0 25 0 1 0 333722728 21041152 4822 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531427 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 5137 4822 95 220 0 4914 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 20548

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1629616/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=24824 CPUtime=1301.91
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 5040 0 0 0 130177 14 0 0 25 0 1 0 333722728 25419776 5024 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 6206 5024 95 220 0 5983 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 24824

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1629360/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=24960 CPUtime=1361.89
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 5113 0 0 0 136174 15 0 0 25 0 1 0 333722728 25559040 5097 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578696 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 6240 5097 95 220 0 6017 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 24960

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1629232/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=25104 CPUtime=1421.87
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 5143 0 0 0 142172 15 0 0 25 0 1 0 333722728 25706496 5127 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 6276 5127 95 220 0 6053 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 25104

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1629168/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=25104 CPUtime=1481.85
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 5164 0 0 0 148169 16 0 0 25 0 1 0 333722728 25706496 5148 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538630 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 6276 5148 95 220 0 6053 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 25104

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1629232/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=25104 CPUtime=1541.83
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 5168 0 0 0 154167 16 0 0 25 0 1 0 333722728 25706496 5152 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 6276 5152 95 220 0 6053 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 25104

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1629232/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=25104 CPUtime=1601.82
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 5169 0 0 0 160165 17 0 0 25 0 1 0 333722728 25706496 5153 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 6276 5153 95 220 0 6053 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 25104

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

[startup+1612.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1629232/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=25104 CPUtime=1612.22
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 5170 0 0 0 161205 17 0 0 25 0 1 0 333722728 25706496 5154 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 6276 5154 95 220 0 6053 0
Current children cumulated CPU time (s) 1612.22
Current children cumulated vsize (KiB) 25104

[startup+1619.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1629232/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=25104 CPUtime=1618.62
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 5170 0 0 0 161845 17 0 0 25 0 1 0 333722728 25706496 5154 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 6276 5154 95 220 0 6053 0
Current children cumulated CPU time (s) 1618.62
Current children cumulated vsize (KiB) 25104

[startup+1620.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1629232/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=25104 CPUtime=1620.21
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 5170 0 0 0 162004 17 0 0 25 0 1 0 333722728 25706496 5154 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 6276 5154 95 220 0 6053 0
Current children cumulated CPU time (s) 1620.21
Current children cumulated vsize (KiB) 25104

[startup+1622.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1629232/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=25104 CPUtime=1621.81
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 5170 0 0 0 162164 17 0 0 25 0 1 0 333722728 25706496 5154 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 6276 5154 95 220 0 6053 0
Current children cumulated CPU time (s) 1621.81
Current children cumulated vsize (KiB) 25104

[startup+1622.7 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1629232/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=25104 CPUtime=1622.21
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 5170 0 0 0 162204 17 0 0 25 0 1 0 333722728 25706496 5154 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 6276 5154 95 220 0 6053 0
Current children cumulated CPU time (s) 1622.21
Current children cumulated vsize (KiB) 25104

[startup+1622.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1629232/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=25104 CPUtime=1622.41
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 5170 0 0 0 162224 17 0 0 25 0 1 0 333722728 25706496 5154 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134527477 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 6276 5154 95 220 0 6053 0
Current children cumulated CPU time (s) 1622.41
Current children cumulated vsize (KiB) 25104

[startup+1623 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 632
/proc/meminfo: memFree=1629232/2055924 swapFree=4146632/4192956
[pid=629] ppid=627 vsize=25104 CPUtime=1622.51
/proc/629/stat : 629 (sat7_bin) R 627 629 535 0 -1 4194304 5170 0 0 0 162234 17 0 0 25 0 1 0 333722728 25706496 5154 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532419 0 0 4096 0 0 0 0 17 1 0 0
/proc/629/statm: 6276 5154 95 220 0 6053 0
Current children cumulated CPU time (s) 1622.51
Current children cumulated vsize (KiB) 25104

Child status: 20
Real time (s): 1623.08
CPU time (s): 1622.6
CPU user time (s): 1622.42
CPU system time (s): 0.177972
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 25104

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

runsolver used 1.17482 second user time and 3.62145 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon May  7 22:27:31 UTC 2007

IDJOB= 370280
IDBENCH= 20393
IDSOLVER= 183
FILE ID= node6/370280-1178576851

PBS_JOBID= 5217710

Free space on /tmp= 66563 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-21.cnf
COMMAND LINE= /tmp/evaluation/370280-1178576851/sat7_bin /tmp/evaluation/370280-1178576851/instance-370280-1178576851.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-370280-1178576851 -o ROOT/results/node6/solver-370280-1178576851 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/370280-1178576851/sat7_bin /tmp/evaluation/370280-1178576851/instance-370280-1178576851.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  627e3d704e5200c3037f9c9d83c939c1

RANDOM SEED= 549408176

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.232
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.232
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:      2055924 kB
MemFree:       1649992 kB
Buffers:         39216 kB
Cached:         214920 kB
SwapCached:      13920 kB
Active:         272836 kB
Inactive:        75824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1649992 kB
SwapTotal:     4192956 kB
SwapFree:      4146632 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:         101464 kB
Slab:            42740 kB
Committed_AS: 12677320 kB
PageTables:       1956 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= 66563 MiB

End job on node6 on Mon May  7 22:54:34 UTC 2007