Trace number 370332

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 4687.85 4689.4

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark193.169
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

2.09/2.17	c Starting solver ...
2.68/2.74	c Restarting after 100 conflicts
3.09/3.11	c Restarting after 250 conflicts
3.59/3.66	c Restarting after 475 conflicts
4.09/4.11	c Restarting after 812 conflicts
4.49/4.53	c Restarting after 1318 conflicts
6.39/6.50	c Restarting after 2077 conflicts
7.49/7.55	c Restarting after 3216 conflicts
8.89/8.96	c Restarting after 4924 conflicts
12.69/12.78	c Restarting after 7486 conflicts
16.78/16.86	c Restarting after 11331 conflicts
20.28/20.38	c Restarting after 17098 conflicts
25.68/25.72	c Restarting after 25747 conflicts
44.98/45.01	c Restarting after 38722 conflicts
68.27/68.35	c Restarting after 58183 conflicts
98.26/98.32	c Restarting after 87375 conflicts
161.44/161.53	c Restarting after 131167 conflicts
273.11/273.20	c Restarting after 196851 conflicts
423.27/423.49	c Restarting after 295377 conflicts
785.67/786.05	c Restarting after 443168 conflicts
1376.10/1376.65	c Restarting after 664851 conflicts
2921.76/2922.79	c Restarting after 997376 conflicts
4687.43/4689.07	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/node71/watcher-370332-1178596344 -o ROOT/results/node71/solver-370332-1178596344 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370332-1178596344/sat7_bin /tmp/evaluation/370332-1178596344/instance-370332-1178596344.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.91 0.95 0.97 3/64 9008
/proc/meminfo: memFree=1595192/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=6484 CPUtime=0
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 626 0 0 0 0 0 0 0 18 0 1 0 335623754 6639616 610 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 1621 613 88 220 0 1398 0

[startup+0.0576861 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 9008
/proc/meminfo: memFree=1595192/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=17756 CPUtime=0.05
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 3366 0 0 0 4 1 0 0 18 0 1 0 335623754 18182144 3350 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 4439 3351 88 220 0 4216 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17756

[startup+0.101691 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 9008
/proc/meminfo: memFree=1595192/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=17756 CPUtime=0.09
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 4256 0 0 0 8 1 0 0 18 0 1 0 335623754 18182144 4241 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 4439 4241 88 220 0 4216 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17756

[startup+0.301718 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 9008
/proc/meminfo: memFree=1595192/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=21856 CPUtime=0.29
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 5313 0 0 0 28 1 0 0 19 0 1 0 335623754 22380544 5297 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 5464 5297 88 220 0 5241 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21856

[startup+0.701772 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 9008
/proc/meminfo: memFree=1595192/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=25956 CPUtime=0.69
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 6230 0 0 0 67 2 0 0 22 0 1 0 335623754 26578944 6214 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558673 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 6489 6214 88 220 0 6266 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25956

[startup+1.50188 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 9009
/proc/meminfo: memFree=1567920/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=34288 CPUtime=1.49
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 8013 0 0 0 146 3 0 0 25 0 1 0 335623754 35110912 7997 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 8572 7997 88 220 0 8349 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34288

[startup+3.1011 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 9009
/proc/meminfo: memFree=1555568/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=49656 CPUtime=3.09
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 12052 0 0 0 302 7 0 0 25 0 1 0 335623754 50847744 11812 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 12414 11812 95 220 0 12191 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49656

[startup+6.30254 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 9009
/proc/meminfo: memFree=1546736/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=50680 CPUtime=6.29
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 12642 0 0 0 621 8 0 0 25 0 1 0 335623754 51896320 12145 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029306 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 12670 12145 95 220 0 12447 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50680

[startup+12.7014 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 9009
/proc/meminfo: memFree=1545392/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=54780 CPUtime=12.69
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 12989 0 0 0 1261 8 0 0 25 0 1 0 335623754 56094720 12492 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 13695 12492 95 220 0 13472 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54780

[startup+25.5012 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 9009
/proc/meminfo: memFree=1541168/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=59012 CPUtime=25.48
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 14087 0 0 0 2539 9 0 0 25 0 1 0 335623754 60428288 13590 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134537823 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 14753 13590 95 220 0 14530 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59012

[startup+51.1016 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 9009
/proc/meminfo: memFree=1533488/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=67600 CPUtime=51.07
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 16066 0 0 0 5096 11 0 0 25 0 1 0 335623754 69222400 15569 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531590 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 16900 15569 95 220 0 16677 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 67600

[startup+102.305 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 9009
/proc/meminfo: memFree=1523120/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=76432 CPUtime=102.27
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 18574 0 0 0 10214 13 0 0 25 0 1 0 335623754 78266368 18077 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 19108 18077 95 220 0 18885 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 76432

[startup+162.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 9009
/proc/meminfo: memFree=1514672/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=85336 CPUtime=162.24
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 20710 0 0 0 16208 16 0 0 25 0 1 0 335623754 87384064 20213 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 21334 20213 95 220 0 21111 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 85336

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 9009
/proc/meminfo: memFree=1504880/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=94208 CPUtime=222.22
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 23134 0 0 0 22204 18 0 0 25 0 1 0 335623754 96468992 22637 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 23552 22637 95 220 0 23329 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 94208

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 9009
/proc/meminfo: memFree=1497648/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=102812 CPUtime=282.21
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 24974 0 0 0 28200 21 0 0 25 0 1 0 335623754 105279488 24477 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 25703 24477 95 220 0 25480 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 102812

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 9009
/proc/meminfo: memFree=1487088/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=111580 CPUtime=342.19
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 27571 0 0 0 34195 24 0 0 25 0 1 0 335623754 114257920 27074 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529303 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 27895 27074 95 220 0 27672 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 111580

[startup+402.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 9009
/proc/meminfo: memFree=1474544/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=125244 CPUtime=402.17
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 30735 0 0 0 40190 27 0 0 25 0 1 0 335623754 128249856 30238 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 31311 30238 95 220 0 31088 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 125244

[startup+462.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 9009
/proc/meminfo: memFree=1466736/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=133856 CPUtime=462.15
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 32664 0 0 0 46186 29 0 0 25 0 1 0 335623754 137068544 32167 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 33464 32167 95 220 0 33241 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 133856

[startup+522.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/71 9075
/proc/meminfo: memFree=1459328/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=138220 CPUtime=522.12
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 34252 0 0 0 52181 31 0 0 25 0 1 0 335623754 141537280 33755 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578916 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 34555 33755 95 220 0 34332 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 138220

[startup+582.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 9207
/proc/meminfo: memFree=1453352/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=146960 CPUtime=582.03
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 35962 0 0 0 58170 33 0 0 25 0 1 0 335623754 150487040 35465 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 36740 35465 95 220 0 36517 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 146960

[startup+642.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 9207
/proc/meminfo: memFree=1448424/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=151672 CPUtime=642.02
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 37196 0 0 0 64167 35 0 0 25 0 1 0 335623754 155312128 36699 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579136 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 37918 36699 95 220 0 37695 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 151672


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

/proc/meminfo: memFree=1240816/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=362576 CPUtime=4061.03
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 90906 0 0 0 406008 95 0 0 25 0 1 0 335623754 371277824 88425 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 90644 88425 95 220 0 90421 0
Current children cumulated CPU time (s) 4061.03
Current children cumulated vsize (KiB) 362576

[startup+4122.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/71 9275
/proc/meminfo: memFree=1236672/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=366808 CPUtime=4120.98
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 91602 0 0 0 412001 97 0 0 25 0 1 0 335623754 375611392 89121 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 91702 89121 95 220 0 91479 0
Current children cumulated CPU time (s) 4120.98
Current children cumulated vsize (KiB) 366808

[startup+4182.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/65 9407
/proc/meminfo: memFree=1235544/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=367068 CPUtime=4180.88
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 92178 0 0 0 417989 99 0 0 25 0 1 0 335623754 375877632 89664 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 91767 89664 95 220 0 91544 0
Current children cumulated CPU time (s) 4180.88
Current children cumulated vsize (KiB) 367068

[startup+4242.3 s]
/proc/loadavg: 1.04 0.99 0.98 2/65 9407
/proc/meminfo: memFree=1234216/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=367200 CPUtime=4240.87
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 92537 0 0 0 423987 100 0 0 25 0 1 0 335623754 376012800 90023 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 91800 90023 95 220 0 91577 0
Current children cumulated CPU time (s) 4240.87
Current children cumulated vsize (KiB) 367200

[startup+4302.3 s]
/proc/loadavg: 1.06 1.00 0.99 2/65 9407
/proc/meminfo: memFree=1231720/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=371460 CPUtime=4300.85
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 93153 0 0 0 429984 101 0 0 25 0 1 0 335623754 380375040 90639 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 92865 90639 95 220 0 92642 0
Current children cumulated CPU time (s) 4300.85
Current children cumulated vsize (KiB) 371460

[startup+4362.3 s]
/proc/loadavg: 1.06 1.01 0.99 2/65 9407
/proc/meminfo: memFree=1229480/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=375560 CPUtime=4360.83
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 93745 0 0 0 435982 101 0 0 25 0 1 0 335623754 384573440 91231 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 93890 91231 95 220 0 93667 0
Current children cumulated CPU time (s) 4360.83
Current children cumulated vsize (KiB) 375560

[startup+4422.3 s]
/proc/loadavg: 1.02 1.01 0.99 2/65 9407
/proc/meminfo: memFree=1227304/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=375560 CPUtime=4420.81
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 94277 0 0 0 441979 102 0 0 25 0 1 0 335623754 384573440 91763 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 93890 91763 95 220 0 93667 0
Current children cumulated CPU time (s) 4420.81
Current children cumulated vsize (KiB) 375560

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9407
/proc/meminfo: memFree=1225832/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=375688 CPUtime=4480.8
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 94636 0 0 0 447977 103 0 0 25 0 1 0 335623754 384704512 92122 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532419 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 93922 92122 95 220 0 93699 0
Current children cumulated CPU time (s) 4480.8
Current children cumulated vsize (KiB) 375688

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9407
/proc/meminfo: memFree=1225520/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=379788 CPUtime=4540.78
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 94708 0 0 0 453975 103 0 0 25 0 1 0 335623754 388902912 92194 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 94947 92194 95 220 0 94724 0
Current children cumulated CPU time (s) 4540.78
Current children cumulated vsize (KiB) 379788

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9407
/proc/meminfo: memFree=1225520/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=379788 CPUtime=4600.76
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 94710 0 0 0 459973 103 0 0 25 0 1 0 335623754 388902912 92196 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 94947 92196 95 220 0 94724 0
Current children cumulated CPU time (s) 4600.76
Current children cumulated vsize (KiB) 379788

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9407
/proc/meminfo: memFree=1225520/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=379788 CPUtime=4660.74
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 94714 0 0 0 465971 103 0 0 25 0 1 0 335623754 388902912 92200 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 94947 92200 95 220 0 94724 0
Current children cumulated CPU time (s) 4660.74
Current children cumulated vsize (KiB) 379788

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

[startup+4671.9 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9407
/proc/meminfo: memFree=1225520/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=379788 CPUtime=4670.34
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 94715 0 0 0 466931 103 0 0 25 0 1 0 335623754 388902912 92201 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 94947 92201 95 220 0 94724 0
Current children cumulated CPU time (s) 4670.34
Current children cumulated vsize (KiB) 379788

[startup+4678.31 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9407
/proc/meminfo: memFree=1225520/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=379788 CPUtime=4676.74
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 94715 0 0 0 467571 103 0 0 25 0 1 0 335623754 388902912 92201 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 94947 92201 95 220 0 94724 0
Current children cumulated CPU time (s) 4676.74
Current children cumulated vsize (KiB) 379788

[startup+4684.7 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9407
/proc/meminfo: memFree=1225520/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=379788 CPUtime=4683.13
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 94716 0 0 0 468210 103 0 0 25 0 1 0 335623754 388902912 92202 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 94947 92202 95 220 0 94724 0
Current children cumulated CPU time (s) 4683.13
Current children cumulated vsize (KiB) 379788

[startup+4687.9 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9407
/proc/meminfo: memFree=1225520/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=379788 CPUtime=4686.33
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 94716 0 0 0 468530 103 0 0 25 0 1 0 335623754 388902912 92202 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533543 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 94947 92202 95 220 0 94724 0
Current children cumulated CPU time (s) 4686.33
Current children cumulated vsize (KiB) 379788

[startup+4688.7 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9407
/proc/meminfo: memFree=1225520/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=379788 CPUtime=4687.13
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 94716 0 0 0 468610 103 0 0 25 0 1 0 335623754 388902912 92202 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 94947 92202 95 220 0 94724 0
Current children cumulated CPU time (s) 4687.13
Current children cumulated vsize (KiB) 379788

[startup+4689.1 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9407
/proc/meminfo: memFree=1225520/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=377800 CPUtime=4687.54
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 94716 0 0 0 468650 104 0 0 25 0 1 0 335623754 386867200 91705 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134518308 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 94450 91705 95 220 0 94227 0
Current children cumulated CPU time (s) 4687.54
Current children cumulated vsize (KiB) 377800

[startup+4689.31 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9407
/proc/meminfo: memFree=1228592/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=364704 CPUtime=4687.74
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194304 94716 0 0 0 468670 104 0 0 25 0 1 0 335623754 373456896 89313 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135071073 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 91176 89313 95 220 0 90953 0
Current children cumulated CPU time (s) 4687.74
Current children cumulated vsize (KiB) 364704

[startup+4689.4 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 9407
/proc/meminfo: memFree=1228592/2055920 swapFree=4184264/4192956
[pid=9008] ppid=9006 vsize=0 CPUtime=4687.84
/proc/9008/stat : 9008 (sat7_bin) R 9006 9008 8865 0 -1 4194308 94716 0 0 0 468675 109 0 0 25 0 1 0 335623754 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/9008/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4687.84
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 4689.4
CPU time (s): 4687.85
CPU user time (s): 4686.75
CPU system time (s): 1.09883
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 379788

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

runsolver used 3.58345 second user time and 9.32158 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Tue May  8 03:52:24 UTC 2007

IDJOB= 370332
IDBENCH= 20497
IDSOLVER= 183
FILE ID= node71/370332-1178596344

PBS_JOBID= 5217988

Free space on /tmp= 66555 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-c7nidw.cnf
COMMAND LINE= /tmp/evaluation/370332-1178596344/sat7_bin /tmp/evaluation/370332-1178596344/instance-370332-1178596344.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-370332-1178596344 -o ROOT/results/node71/solver-370332-1178596344 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/370332-1178596344/sat7_bin /tmp/evaluation/370332-1178596344/instance-370332-1178596344.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  cddc29f8f256e39e02d9b418f68e802c

RANDOM SEED= 522508850

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.234
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.234
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:       1595600 kB
Buffers:         32928 kB
Cached:         330244 kB
SwapCached:       2668 kB
Active:          98084 kB
Inactive:       274756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1595600 kB
SwapTotal:     4192956 kB
SwapFree:      4184264 kB
Dirty:            9844 kB
Writeback:           0 kB
Mapped:          15836 kB
Slab:            73448 kB
Committed_AS:  6974192 kB
PageTables:       1448 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= 66555 MiB

End job on node71 on Tue May  8 05:10:34 UTC 2007