Trace number 370278

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 4340.31 4341.7

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-02.cnf
MD5SUM9ded5d7f130643b725016d2e5e4c7da3
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark662.346
Satisfiable
(Un)Satisfiability was proved
Number of variables6196
Number of clauses22741
Sum of the clauses size59967
Maximum clause length602
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 212147
Number of clauses of size 39205
Number of clauses of size 4597
Number of clauses of size 5221
Number of clauses of size over 5570

Solver Data (download as text)

0.00/0.09	c Starting solver ...
0.09/0.11	c Restarting after 101 conflicts
0.09/0.13	c Restarting after 253 conflicts
0.09/0.17	c Restarting after 478 conflicts
0.19/0.25	c Restarting after 816 conflicts
0.39/0.41	c Restarting after 1322 conflicts
0.59/0.68	c Restarting after 2081 conflicts
1.19/1.28	c Restarting after 3220 conflicts
2.10/2.18	c Restarting after 4929 conflicts
3.89/3.93	c Restarting after 7491 conflicts
6.39/6.43	c Restarting after 11335 conflicts
12.88/12.94	c Restarting after 17101 conflicts
22.48/22.58	c Restarting after 25750 conflicts
41.28/41.39	c Restarting after 38724 conflicts
70.67/70.76	c Restarting after 58188 conflicts
110.46/110.56	c Restarting after 87380 conflicts
185.94/186.00	c Restarting after 131169 conflicts
302.61/302.72	c Restarting after 196853 conflicts
509.16/509.38	c Restarting after 295380 conflicts
799.97/800.31	c Restarting after 443170 conflicts
1257.24/1257.77	c Restarting after 664853 conflicts
1994.65/1995.33	c Restarting after 997378 conflicts
3285.69/3286.70	c Restarting after 1496167 conflicts
4340.22/4341.68	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/node11/watcher-370278-1178574623 -o ROOT/results/node11/solver-370278-1178574623 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370278-1178574623/sat7_bin /tmp/evaluation/370278-1178574623/instance-370278-1178574623.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 2/77 28760
/proc/meminfo: memFree=1727080/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=1900 CPUtime=0
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 306 0 0 0 0 0 0 0 18 0 1 0 298511231 1945600 290 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 475 290 88 220 0 252 0

[startup+0.0097189 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 28760
/proc/meminfo: memFree=1727080/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=1900 CPUtime=0
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 317 0 0 0 0 0 0 0 18 0 1 0 298511231 1945600 301 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 475 301 88 220 0 252 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1900

[startup+0.10174 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 28760
/proc/meminfo: memFree=1727080/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=3636 CPUtime=0.09
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 643 0 0 0 9 0 0 0 18 0 1 0 298511231 3723264 627 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134537823 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 909 627 93 220 0 686 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3636

[startup+0.301752 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 28760
/proc/meminfo: memFree=1727080/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=3636 CPUtime=0.29
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 692 0 0 0 29 0 0 0 19 0 1 0 298511231 3723264 676 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532419 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 909 676 95 220 0 686 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3636

[startup+0.701799 s]
/proc/loadavg: 0.85 0.97 0.99 2/77 28760
/proc/meminfo: memFree=1727080/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=3636 CPUtime=0.69
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 750 0 0 0 69 0 0 0 23 0 1 0 298511231 3723264 734 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 909 734 95 220 0 686 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3636

[startup+1.50189 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 28761
/proc/meminfo: memFree=1724320/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=5688 CPUtime=1.49
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 831 0 0 0 149 0 0 0 25 0 1 0 298511231 5824512 815 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579019 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 1422 815 95 220 0 1199 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5688

[startup+3.10108 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 28761
/proc/meminfo: memFree=1723680/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=5688 CPUtime=3.09
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 988 0 0 0 309 0 0 0 25 0 1 0 298511231 5824512 972 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536251 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 1422 972 95 220 0 1199 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5688

[startup+6.30146 s]
/proc/loadavg: 0.86 0.97 0.99 2/78 28761
/proc/meminfo: memFree=1722600/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=5688 CPUtime=6.29
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 1254 0 0 0 629 0 0 0 25 0 1 0 298511231 5824512 1238 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 1422 1238 95 220 0 1199 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5688

[startup+12.7012 s]
/proc/loadavg: 0.88 0.97 0.99 2/78 28761
/proc/meminfo: memFree=1721008/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=9788 CPUtime=12.68
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 1598 0 0 0 1268 0 0 0 25 0 1 0 298511231 10022912 1582 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529562 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 2447 1582 95 220 0 2224 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9788

[startup+25.5017 s]
/proc/loadavg: 0.90 0.97 0.99 2/78 28761
/proc/meminfo: memFree=1719344/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=9908 CPUtime=25.48
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 1977 0 0 0 2547 1 0 0 25 0 1 0 298511231 10145792 1961 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579136 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 2477 1961 95 220 0 2254 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9908

[startup+51.1018 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 28761
/proc/meminfo: memFree=1718512/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=10016 CPUtime=51.07
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 2176 0 0 0 5106 1 0 0 25 0 1 0 298511231 10256384 2160 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536713 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 2504 2160 95 220 0 2281 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 10016

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/78 28761
/proc/meminfo: memFree=1717104/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=14244 CPUtime=102.26
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 2530 0 0 0 10224 2 0 0 25 0 1 0 298511231 14585856 2514 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528550 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 3561 2514 95 220 0 3338 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 14244

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 28761
/proc/meminfo: memFree=1716080/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=14356 CPUtime=162.25
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 2765 0 0 0 16222 3 0 0 25 0 1 0 298511231 14700544 2749 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532697 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 3589 2749 95 220 0 3366 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 14356

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 28761
/proc/meminfo: memFree=1715568/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=14476 CPUtime=222.23
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 2881 0 0 0 22219 4 0 0 25 0 1 0 298511231 14823424 2865 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 3619 2865 95 220 0 3396 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 14476

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 28761
/proc/meminfo: memFree=1714928/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=14604 CPUtime=282.22
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 3066 0 0 0 28217 5 0 0 25 0 1 0 298511231 14954496 3050 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532453 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 3651 3050 95 220 0 3428 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 14604

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 28761
/proc/meminfo: memFree=1714160/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=14740 CPUtime=342.19
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 3245 0 0 0 34214 5 0 0 25 0 1 0 298511231 15093760 3229 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528610 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 3685 3229 95 220 0 3462 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 14740

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 28761
/proc/meminfo: memFree=1714096/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=14872 CPUtime=402.18
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 3276 0 0 0 40212 6 0 0 25 0 1 0 298511231 15228928 3260 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 3718 3260 95 220 0 3495 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 14872

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 28761
/proc/meminfo: memFree=1713776/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=14872 CPUtime=462.16
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 3338 0 0 0 46210 6 0 0 25 0 1 0 298511231 15228928 3322 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533270 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 3718 3322 95 220 0 3495 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 14872

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 28761
/proc/meminfo: memFree=1713264/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=15208 CPUtime=522.15
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 3472 0 0 0 52208 7 0 0 25 0 1 0 298511231 15572992 3456 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536563 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 3802 3456 95 220 0 3579 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 15208

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 28761
/proc/meminfo: memFree=1712880/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=15208 CPUtime=582.14
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 3581 0 0 0 58206 8 0 0 25 0 1 0 298511231 15572992 3565 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 3802 3565 95 220 0 3579 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 15208

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/84 28827
/proc/meminfo: memFree=1711296/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=19432 CPUtime=642.09
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 3640 0 0 0 64201 8 0 0 25 0 1 0 298511231 19898368 3624 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 4858 3624 95 220 0 4635 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 19432


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

/proc/meminfo: memFree=1705904/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25236 CPUtime=3701.18
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5309 0 0 0 370083 35 0 0 25 0 1 0 298511231 25841664 5293 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579644 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6309 5293 95 220 0 6086 0
Current children cumulated CPU time (s) 3701.18
Current children cumulated vsize (KiB) 25236

[startup+3762.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 28961
/proc/meminfo: memFree=1705840/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25236 CPUtime=3761.16
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5324 0 0 0 376081 35 0 0 25 0 1 0 298511231 25841664 5308 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6309 5308 95 220 0 6086 0
Current children cumulated CPU time (s) 3761.16
Current children cumulated vsize (KiB) 25236

[startup+3822.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 28961
/proc/meminfo: memFree=1705776/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25236 CPUtime=3821.14
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5335 0 0 0 382079 35 0 0 25 0 1 0 298511231 25841664 5319 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6309 5319 95 220 0 6086 0
Current children cumulated CPU time (s) 3821.14
Current children cumulated vsize (KiB) 25236

[startup+3882.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 28961
/proc/meminfo: memFree=1705712/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25236 CPUtime=3881.13
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5344 0 0 0 388077 36 0 0 25 0 1 0 298511231 25841664 5328 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6309 5328 95 220 0 6086 0
Current children cumulated CPU time (s) 3881.13
Current children cumulated vsize (KiB) 25236

[startup+3942.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 28961
/proc/meminfo: memFree=1705776/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25236 CPUtime=3941.12
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5344 0 0 0 394076 36 0 0 25 0 1 0 298511231 25841664 5328 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6309 5328 95 220 0 6086 0
Current children cumulated CPU time (s) 3941.12
Current children cumulated vsize (KiB) 25236

[startup+4002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 28961
/proc/meminfo: memFree=1705648/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25396 CPUtime=4001.09
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5359 0 0 0 400073 36 0 0 25 0 1 0 298511231 26005504 5343 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532398 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6349 5343 95 220 0 6126 0
Current children cumulated CPU time (s) 4001.09
Current children cumulated vsize (KiB) 25396

[startup+4062.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 28961
/proc/meminfo: memFree=1705648/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25396 CPUtime=4061.09
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5365 0 0 0 406072 37 0 0 25 0 1 0 298511231 26005504 5349 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538673 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6349 5349 95 220 0 6126 0
Current children cumulated CPU time (s) 4061.09
Current children cumulated vsize (KiB) 25396

[startup+4122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 28961
/proc/meminfo: memFree=1705520/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25396 CPUtime=4121.06
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5384 0 0 0 412069 37 0 0 25 0 1 0 298511231 26005504 5368 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6349 5368 95 220 0 6126 0
Current children cumulated CPU time (s) 4121.06
Current children cumulated vsize (KiB) 25396

[startup+4182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 28961
/proc/meminfo: memFree=1705456/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25396 CPUtime=4181.05
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5389 0 0 0 418067 38 0 0 25 0 1 0 298511231 26005504 5373 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528663 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6349 5373 95 220 0 6126 0
Current children cumulated CPU time (s) 4181.05
Current children cumulated vsize (KiB) 25396

[startup+4242.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/84 29027
/proc/meminfo: memFree=1704384/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25396 CPUtime=4241.02
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5394 0 0 0 424063 39 0 0 25 0 1 0 298511231 26005504 5378 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6349 5378 95 220 0 6126 0
Current children cumulated CPU time (s) 4241.02
Current children cumulated vsize (KiB) 25396

[startup+4302.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29159
/proc/meminfo: memFree=1705320/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25396 CPUtime=4300.93
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5395 0 0 0 430053 40 0 0 25 0 1 0 298511231 26005504 5379 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134535949 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6349 5379 95 220 0 6126 0
Current children cumulated CPU time (s) 4300.93
Current children cumulated vsize (KiB) 25396

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

[startup+4326.31 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29159
/proc/meminfo: memFree=1705392/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25396 CPUtime=4324.92
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5396 0 0 0 432452 40 0 0 25 0 1 0 298511231 26005504 5380 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528838 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6349 5380 95 220 0 6126 0
Current children cumulated CPU time (s) 4324.92
Current children cumulated vsize (KiB) 25396

[startup+4332.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29159
/proc/meminfo: memFree=1705456/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25396 CPUtime=4331.31
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5396 0 0 0 433091 40 0 0 25 0 1 0 298511231 26005504 5380 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6349 5380 95 220 0 6126 0
Current children cumulated CPU time (s) 4331.31
Current children cumulated vsize (KiB) 25396

[startup+4335.9 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29159
/proc/meminfo: memFree=1705392/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25396 CPUtime=4334.51
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5396 0 0 0 433411 40 0 0 25 0 1 0 298511231 26005504 5380 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6349 5380 95 220 0 6126 0
Current children cumulated CPU time (s) 4334.51
Current children cumulated vsize (KiB) 25396

[startup+4339.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29159
/proc/meminfo: memFree=1705392/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25396 CPUtime=4337.71
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5396 0 0 0 433731 40 0 0 25 0 1 0 298511231 26005504 5380 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6349 5380 95 220 0 6126 0
Current children cumulated CPU time (s) 4337.71
Current children cumulated vsize (KiB) 25396

[startup+4340.7 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29159
/proc/meminfo: memFree=1705392/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25396 CPUtime=4339.31
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5396 0 0 0 433891 40 0 0 25 0 1 0 298511231 26005504 5380 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6349 5380 95 220 0 6126 0
Current children cumulated CPU time (s) 4339.31
Current children cumulated vsize (KiB) 25396

[startup+4341.1 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29159
/proc/meminfo: memFree=1705392/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25396 CPUtime=4339.71
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5396 0 0 0 433931 40 0 0 25 0 1 0 298511231 26005504 5380 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6349 5380 95 220 0 6126 0
Current children cumulated CPU time (s) 4339.71
Current children cumulated vsize (KiB) 25396

[startup+4341.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29159
/proc/meminfo: memFree=1705392/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25396 CPUtime=4340.11
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5396 0 0 0 433971 40 0 0 25 0 1 0 298511231 26005504 5380 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536034 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6349 5380 95 220 0 6126 0
Current children cumulated CPU time (s) 4340.11
Current children cumulated vsize (KiB) 25396

[startup+4341.6 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29159
/proc/meminfo: memFree=1705392/2055920 swapFree=4147148/4192956
[pid=28760] ppid=28758 vsize=25396 CPUtime=4340.22
/proc/28760/stat : 28760 (sat7_bin) R 28758 28760 28704 0 -1 4194304 5396 0 0 0 433982 40 0 0 25 0 1 0 298511231 26005504 5380 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/28760/statm: 6349 5380 95 220 0 6126 0
Current children cumulated CPU time (s) 4340.22
Current children cumulated vsize (KiB) 25396

Child status: 20
Real time (s): 4341.7
CPU time (s): 4340.31
CPU user time (s): 4339.91
CPU system time (s): 0.407937
CPU usage (%): 99.9682
Max. virtual memory (cumulated for all children) (KiB): 25396

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

runsolver used 3.2785 second user time and 9.45356 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon May  7 21:50:23 UTC 2007

IDJOB= 370278
IDBENCH= 20389
IDSOLVER= 183
FILE ID= node11/370278-1178574623

PBS_JOBID= 5217708

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  9ded5d7f130643b725016d2e5e4c7da3

RANDOM SEED= 566717010

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1727488 kB
Buffers:         42096 kB
Cached:         189892 kB
SwapCached:      14512 kB
Active:         186692 kB
Inactive:        68408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727488 kB
SwapTotal:     4192956 kB
SwapFree:      4147148 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:          29864 kB
Slab:            58792 kB
Committed_AS:  7515228 kB
PageTables:       1848 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 node11 on Mon May  7 23:02:45 UTC 2007