Trace number 372196

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 918.517 918.859

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-c6nidw_i.cnf
MD5SUM15c4413e436aecbd4fcb1d7037e18abf
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark94.9646
Satisfiable
(Un)Satisfiability was proved
Number of variables95863
Number of clauses283363
Sum of the clauses size661179
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2188908
Number of clauses of size 394454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

1.10/1.19	c Starting solver ...
1.59/1.66	c Restarting after 100 conflicts
1.79/1.80	c Restarting after 251 conflicts
1.99/2.04	c Restarting after 477 conflicts
2.39/2.48	c Restarting after 815 conflicts
2.59/2.65	c Restarting after 1321 conflicts
2.89/2.91	c Restarting after 2080 conflicts
3.48/3.53	c Restarting after 3220 conflicts
4.48/4.60	c Restarting after 4930 conflicts
6.68/6.78	c Restarting after 7492 conflicts
9.18/9.28	c Restarting after 11336 conflicts
12.48/12.56	c Restarting after 17103 conflicts
17.38/17.40	c Restarting after 25756 conflicts
28.08/28.14	c Restarting after 38731 conflicts
45.37/45.41	c Restarting after 58192 conflicts
70.86/70.94	c Restarting after 87384 conflicts
117.05/117.13	c Restarting after 131173 conflicts
210.61/210.72	c Restarting after 196859 conflicts
359.85/360.02	c Restarting after 295388 conflicts
798.20/798.57	c Restarting after 443178 conflicts
918.25/918.67	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/node13/watcher-372196-1178597495 -o ROOT/results/node13/solver-372196-1178597495 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/372196-1178597495/sat7_bin /tmp/evaluation/372196-1178597495/instance-372196-1178597495.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.89 0.98 0.99 2/77 24391
/proc/meminfo: memFree=1689656/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=4196 CPUtime=0
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 546 0 0 0 0 0 0 0 18 0 1 0 307667373 4296704 530 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 1049 533 88 220 0 826 0

[startup+0.023879 s]
/proc/loadavg: 0.89 0.98 0.99 2/77 24391
/proc/meminfo: memFree=1689656/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=7880 CPUtime=0.01
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 1789 0 0 0 1 0 0 0 18 0 1 0 307667373 8069120 1773 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 1970 1774 88 220 0 1747 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7880

[startup+0.101896 s]
/proc/loadavg: 0.89 0.98 0.99 2/77 24391
/proc/meminfo: memFree=1689656/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=14032 CPUtime=0.09
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 2904 0 0 0 8 1 0 0 18 0 1 0 307667373 14368768 2888 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532130 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 3508 2888 88 220 0 3285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14032

[startup+0.301939 s]
/proc/loadavg: 0.89 0.98 0.99 2/77 24391
/proc/meminfo: memFree=1689656/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=14032 CPUtime=0.29
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 3381 0 0 0 28 1 0 0 19 0 1 0 307667373 14368768 3365 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 3508 3365 88 220 0 3285 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14032

[startup+0.702023 s]
/proc/loadavg: 0.89 0.98 0.99 2/77 24391
/proc/meminfo: memFree=1689656/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=18132 CPUtime=0.69
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 4302 0 0 0 68 1 0 0 23 0 1 0 307667373 18567168 4286 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532130 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 4533 4286 88 220 0 4310 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18132

[startup+1.50119 s]
/proc/loadavg: 0.89 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1670256/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=28120 CPUtime=1.49
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 6779 0 0 0 147 2 0 0 25 0 1 0 307667373 28794880 6665 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 7030 6665 93 220 0 6807 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28120

[startup+3.10154 s]
/proc/loadavg: 0.90 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1662896/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=32220 CPUtime=3.09
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 7016 0 0 0 307 2 0 0 25 0 1 0 307667373 32993280 6902 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 8055 6902 95 220 0 7832 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32220

[startup+6.30122 s]
/proc/loadavg: 0.90 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1661104/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=32732 CPUtime=6.28
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 7513 0 0 0 625 3 0 0 25 0 1 0 307667373 33517568 7270 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 8183 7270 95 220 0 7960 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32732

[startup+12.7016 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1658928/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=32732 CPUtime=12.68
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 8032 0 0 0 1265 3 0 0 25 0 1 0 307667373 33517568 7789 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 8183 7789 95 220 0 7960 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32732

[startup+25.5013 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1655472/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=37084 CPUtime=25.47
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 8883 0 0 0 2543 4 0 0 25 0 1 0 307667373 37974016 8640 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538630 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 9271 8640 95 220 0 9048 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 37084

[startup+51.1018 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1647600/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=45796 CPUtime=51.07
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 10871 0 0 0 5100 7 0 0 25 0 1 0 307667373 46895104 10628 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 11449 10628 95 220 0 11226 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 45796

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1638576/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=54424 CPUtime=102.25
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 13094 0 0 0 10215 10 0 0 25 0 1 0 307667373 55730176 12851 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 13606 12851 95 220 0 13383 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 54424

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1628400/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=63292 CPUtime=162.23
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 15635 0 0 0 16210 13 0 0 25 0 1 0 307667373 64811008 15392 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 15823 15392 95 220 0 15600 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 63292

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1618608/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=76416 CPUtime=222.2
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 18047 0 0 0 22203 17 0 0 25 0 1 0 307667373 78249984 17804 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 19104 17804 95 220 0 18881 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 76416

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1608176/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=85304 CPUtime=282.18
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 20685 0 0 0 28197 21 0 0 25 0 1 0 307667373 87351296 20442 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 21326 20442 95 220 0 21103 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 85304

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1601528/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=90004 CPUtime=342.16
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 22289 0 0 0 34193 23 0 0 25 0 1 0 307667373 92164096 22046 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533066 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 22501 22046 95 220 0 22278 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 90004

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1594424/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=99212 CPUtime=402.14
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 24068 0 0 0 40188 26 0 0 25 0 1 0 307667373 101593088 23825 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 24803 23825 95 220 0 24580 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 99212

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1588216/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=103876 CPUtime=462.12
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 25616 0 0 0 46184 28 0 0 25 0 1 0 307667373 106369024 25373 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 25969 25373 95 220 0 25746 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 103876

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1582904/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=108724 CPUtime=522.1
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 26934 0 0 0 52180 30 0 0 25 0 1 0 307667373 111333376 26691 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532699 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 27181 26691 95 220 0 26958 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 108724

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1577976/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=113088 CPUtime=582.08
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 28135 0 0 0 58176 32 0 0 25 0 1 0 307667373 115802112 27892 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 28272 27892 95 220 0 28049 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 113088

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1573368/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=121752 CPUtime=642.05
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 29297 0 0 0 64172 33 0 0 25 0 1 0 307667373 124674048 29021 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 30438 29021 95 220 0 30215 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 121752

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1569272/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=122348 CPUtime=702.03
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 30330 0 0 0 70168 35 0 0 25 0 1 0 307667373 125284352 30054 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 30587 30054 95 220 0 30364 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 122348

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24392
/proc/meminfo: memFree=1565240/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=126708 CPUtime=762.01
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 31353 0 0 0 76164 37 0 0 25 0 1 0 307667373 129748992 31044 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 31677 31044 95 220 0 31454 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 126708

[startup+822.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 24392
/proc/meminfo: memFree=1564600/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=126868 CPUtime=821.99
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 31511 0 0 0 82161 38 0 0 25 0 1 0 307667373 129912832 31202 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 31717 31202 95 220 0 31494 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 126868

[startup+882.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 24392
/proc/meminfo: memFree=1564280/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=127172 CPUtime=881.96
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 31573 0 0 0 88158 38 0 0 25 0 1 0 307667373 130224128 31264 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 31793 31264 95 220 0 31570 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 127172

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

[startup+895.901 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 24392
/proc/meminfo: memFree=1564280/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=127172 CPUtime=895.56
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 31584 0 0 0 89518 38 0 0 25 0 1 0 307667373 130224128 31275 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 31793 31275 95 220 0 31570 0
Current children cumulated CPU time (s) 895.56
Current children cumulated vsize (KiB) 127172

[startup+908.702 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 24392
/proc/meminfo: memFree=1564088/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=127172 CPUtime=908.35
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 31611 0 0 0 90797 38 0 0 25 0 1 0 307667373 130224128 31302 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 31793 31302 95 220 0 31570 0
Current children cumulated CPU time (s) 908.35
Current children cumulated vsize (KiB) 127172

[startup+915.101 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 24392
/proc/meminfo: memFree=1564088/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=127300 CPUtime=914.75
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 31622 0 0 0 91437 38 0 0 25 0 1 0 307667373 130355200 31313 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 31825 31313 95 220 0 31602 0
Current children cumulated CPU time (s) 914.75
Current children cumulated vsize (KiB) 127300

[startup+916.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24392
/proc/meminfo: memFree=1564088/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=127300 CPUtime=916.35
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 31629 0 0 0 91597 38 0 0 25 0 1 0 307667373 130355200 31320 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531415 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 31825 31320 95 220 0 31602 0
Current children cumulated CPU time (s) 916.35
Current children cumulated vsize (KiB) 127300

[startup+917.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24392
/proc/meminfo: memFree=1564024/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=127300 CPUtime=917.15
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 31629 0 0 0 91677 38 0 0 25 0 1 0 307667373 130355200 31320 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 31825 31320 95 220 0 31602 0
Current children cumulated CPU time (s) 917.15
Current children cumulated vsize (KiB) 127300

[startup+918.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24392
/proc/meminfo: memFree=1564024/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=127300 CPUtime=917.95
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 31633 0 0 0 91757 38 0 0 25 0 1 0 307667373 130355200 31324 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134527572 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 31825 31324 95 220 0 31602 0
Current children cumulated CPU time (s) 917.95
Current children cumulated vsize (KiB) 127300

[startup+918.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24392
/proc/meminfo: memFree=1564024/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=125420 CPUtime=918.35
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 31633 0 0 0 91797 38 0 0 25 0 1 0 307667373 128430080 30854 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134517503 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 31355 30854 95 220 0 31132 0
Current children cumulated CPU time (s) 918.35
Current children cumulated vsize (KiB) 125420

[startup+918.802 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24392
/proc/meminfo: memFree=1564024/2055920 swapFree=4159396/4192956
[pid=24391] ppid=24389 vsize=124668 CPUtime=918.45
/proc/24391/stat : 24391 (sat7_bin) R 24389 24391 24335 0 -1 4194304 31633 0 0 0 91807 38 0 0 25 0 1 0 307667373 127660032 30666 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558433 0 0 4096 0 0 0 0 17 1 0 0
/proc/24391/statm: 31167 30666 95 220 0 30944 0
Current children cumulated CPU time (s) 918.45
Current children cumulated vsize (KiB) 124668

Child status: 20
Real time (s): 918.859
CPU time (s): 918.517
CPU user time (s): 918.106
CPU system time (s): 0.410937
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 127300

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

runsolver used 0.670898 second user time and 2.02569 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Tue May  8 04:11:35 UTC 2007

IDJOB= 372196
IDBENCH= 20500
IDSOLVER= 183
FILE ID= node13/372196-1178597495

PBS_JOBID= 5217754

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  15c4413e436aecbd4fcb1d7037e18abf

RANDOM SEED= 699887512

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1690256 kB
Buffers:         39776 kB
Cached:         234556 kB
SwapCached:      12696 kB
Active:          81524 kB
Inactive:       215688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690256 kB
SwapTotal:     4192956 kB
SwapFree:      4159396 kB
Dirty:            6000 kB
Writeback:           0 kB
Mapped:          29936 kB
Slab:            53996 kB
Committed_AS:  9709832 kB
PageTables:       1872 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= 66559 MiB

End job on node13 on Tue May  8 04:26:54 UTC 2007