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 in four parts:
  1. 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 provide some useful information on the computer.
  2. 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 !
  3. 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 1200 seconds. 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 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    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.
  4. 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.

General information on the benchmark

Namemps-v2-13-7/MIPLIB/miplib/normalized-mps-v2-13-7-stein45.opb
MD5SUM980dd801f0823d520b47724b99fabded
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved YES
Number of terms in the objective function 45
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark78.4771
Number of variables45
Total number of constraints376
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)46
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint45

Trace number 6087

Launcher Data

LAUNCH ON wulflinc1 THE 2005-09-20 03:28:27 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=3274 boxname=wulflinc1 idbench=930 idsolver=3 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  980dd801f0823d520b47724b99fabded  /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-13-7-stein45.opb
REAL COMMAND:  minisat+_script /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-13-7-stein45.opb
IDLAUNCH: 3274
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.053
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.053
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        901448 kB
Buffers:          5652 kB
Cached:          98720 kB
SwapCached:       1164 kB
Active:          31656 kB
Inactive:        75272 kB
HighTotal:      131008 kB
HighFree:        28504 kB
LowTotal:       903652 kB
LowFree:        872944 kB
SwapTotal:     2097136 kB
SwapFree:      2095232 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5700 kB
Slab:            20452 kB
Committed_AS:    92628 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-20 03:29:46 (client local time) WITH STATUS 30 IN 78.4771 SECONDS
stats: 3274 0 78.4771 30

Solver Data

c Parsing PB file...
c Converting 331 PB-constraints to clauses...
c   -- Unit propagations: (none)
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): ..........................................................................................................................................................................................................................................................................................................................................
c ---[   0]---> Sorter-cost:  718     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |         0 |    1097     2792 |     365       0        0     nan |  0.000 % |
c ==============================================================================
c Found solution: 40
c ---[   0]---> Sorter-cost:  288     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |         0 |    1772     4390 |     590       0        0     nan |  0.000 % |
c ==============================================================================
c Found solution: 32
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |        23 |    1816     4508 |     605      20       64     3.2 |  0.000 % |
c |       123 |    1816     4508 |     665     120      689     5.7 |  2.393 % |
c |       274 |    1816     4508 |     732     271     3236    11.9 |  2.397 % |
c |       500 |    1798     4467 |     805     492     5424    11.0 |  3.140 % |
c ==============================================================================
c Found solution: 31
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |       795 |    1767     4396 |     589     686     8277    12.1 |  3.140 % |
c |       895 |    1767     4396 |     647     443     5567    12.6 |  5.218 % |
c |      1046 |    1767     4396 |     712     594     8074    13.6 |  5.217 % |
c |      1272 |    1767     4396 |     783     820    11824    14.4 |  5.217 % |
c |      1609 |    1767     4396 |     862     747    10448    14.0 |  5.217 % |
c |      2115 |    1767     4396 |     948     731     9638    13.2 |  5.217 % |
c |      2875 |    1767     4396 |    1043     897    12141    13.5 |  5.220 % |
c |      4015 |    1737     4327 |    1147     800     9680    12.1 |  6.561 % |
c |      5724 |    1727     4304 |    1262    1086    14126    13.0 |  7.006 % |
c ==============================================================================
c Found solution: 30
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |      6467 |    1739     4339 |     579    1073    13099    12.2 |  7.006 % |
c |      6569 |    1739     4339 |     636     639     7004    11.0 |  7.618 % |
c |      6720 |    1739     4339 |     700     790     8964    11.3 |  7.615 % |
c |      6945 |    1725     4308 |     770     617     6606    10.7 |  8.639 % |
c |      7285 |    1725     4308 |     847     957    10581    11.1 |  8.639 % |
c |      7793 |    1725     4308 |     932     987    10702    10.8 |  8.639 % |
c |      8552 |    1725     4308 |    1025     610     5731     9.4 |  8.641 % |
c |      9692 |    1712     4280 |    1128    1107    13530    12.2 |  9.373 % |
c |     11401 |    1712     4280 |    1241     767     7436     9.7 |  9.373 % |
c |     13963 |    1686     4221 |    1365    1103    13068    11.8 | 10.692 % |
c |     17808 |    1686     4221 |    1501     910    10940    12.0 | 10.692 % |
c |     23574 |    1686     4221 |    1651    1369    16394    12.0 | 10.690 % |
c |     32224 |    1668     4181 |    1817    1315    15734    12.0 | 11.717 % |
c |     45198 |    1668     4181 |    1998    1834    27233    14.8 | 11.717 % |
c |     64659 |    1668     4181 |    2198    2067    25922    12.5 | 11.720 % |
c |     93851 |    1668     4181 |    2418    1642    19947    12.1 | 11.720 % |
c |    137640 |    1668     4181 |    2660    2416    30430    12.6 | 11.742 % |
c |    203325 |    1614     4041 |    2926    2763    37369    13.5 | 13.332 % |
c |    301851 |    1331     3332 |    3219    1835    18651    10.2 | 23.574 % |
c ==============================================================================
c Optimal solution: 30
s OPTIMUM FOUND
v V0001_bit0 V0002_bit0 V0003_bit0 V0004_bit0 V0005_bit0 V0006_bit0 V0007_bit0 -V0008_bit0 V0009_bit0 V0010_bit0 V0011_bit0 V0012_bit0 -V0013_bit0 -V0014_bit0 V0015_bit0 -V0016_bit0 V0017_bit0 -V0018_bit0 V0019_bit0 V0020_bit0 V0021_bit0 V0022_bit0 -V0023_bit0 V0024_bit0 -V0025_bit0 V0026_bit0 -V0027_bit0 V0028_bit0 V0029_bit0 V0030_bit0 -V0031_bit0 -V0032_bit0 V0033_bit0 -V0034_bit0 V0035_bit0 V0036_bit0 -V0037_bit0 V0038_bit0 -V0039_bit0 V0040_bit0 -V0041_bit0 V0042_bit0 V0043_bit0 V0044_bit0 -V0045_bit0
c _______________________________________________________________________________
c 
c restarts              : 34
c conflicts             : 319012         (4068 /sec)
c decisions             : 357671         (4561 /sec)
c propagations          : 0              (0 /sec)
c inspects              : 0              (0 /sec)
c CPU time              : 78.4121 s
c _______________________________________________________________________________

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/20574/stat): 20574 (minisat+_script) R 20573 20574 10120 0 -1 0 18 0 0 0 0 0 0 0 22 0 1 0 1740214755 712704 3 4294967295 134512640 135087896 3221221664 3221221664 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/20574/statm): 174 3 169 147 0 27 0
[pid=20574] vsize: 696
open syscall for file /etc/ld.so.preload
open syscall for file /usr/local/intel-8.0-20031016/lib/tls/i686/mmx/libtermcap.so.2
open syscall for file /usr/local/intel-8.0-20031016/lib/tls/i686/libtermcap.so.2
open syscall for file /usr/local/intel-8.0-20031016/lib/tls/mmx/libtermcap.so.2
open syscall for file /usr/local/intel-8.0-20031016/lib/tls/libtermcap.so.2
open syscall for file /usr/local/intel-8.0-20031016/lib/i686/mmx/libtermcap.so.2
open syscall for file /usr/local/intel-8.0-20031016/lib/i686/libtermcap.so.2
open syscall for file /usr/local/intel-8.0-20031016/lib/mmx/libtermcap.so.2
open syscall for file /usr/local/intel-8.0-20031016/lib/libtermcap.so.2
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/tls/i686/mmx/libtermcap.so.2
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/tls/i686/libtermcap.so.2
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/tls/mmx/libtermcap.so.2
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/tls/libtermcap.so.2
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/i686/mmx/libtermcap.so.2
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/i686/libtermcap.so.2
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/mmx/libtermcap.so.2
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/libtermcap.so.2
open syscall for file /usr/local/globus-2.4.3/lib/tls/i686/mmx/libtermcap.so.2
open syscall for file /usr/local/globus-2.4.3/lib/tls/i686/libtermcap.so.2
open syscall for file /usr/local/globus-2.4.3/lib/tls/mmx/libtermcap.so.2
open syscall for file /usr/local/globus-2.4.3/lib/tls/libtermcap.so.2
open syscall for file /usr/local/globus-2.4.3/lib/i686/mmx/libtermcap.so.2
open syscall for file /usr/local/globus-2.4.3/lib/i686/libtermcap.so.2
open syscall for file /usr/local/globus-2.4.3/lib/mmx/libtermcap.so.2
open syscall for file /usr/local/globus-2.4.3/lib/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/tls/i686/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/tls/mmx/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/tls/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/i686/mmx/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/i686/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/mmx/libtermcap.so.2
open syscall for file /oldhome/oroussel/lib/libtermcap.so.2
open syscall for file /etc/ld.so.cache
open syscall for file /lib/libtermcap.so.2
open syscall for file /usr/local/intel-8.0-20031016/lib/libdl.so.2
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/libdl.so.2
open syscall for file /usr/local/globus-2.4.3/lib/libdl.so.2
open syscall for file /oldhome/oroussel/lib/libdl.so.2
open syscall for file /lib/libdl.so.2
open syscall for file /usr/local/intel-8.0-20031016/lib/libc.so.6
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/libc.so.6
open syscall for file /usr/local/globus-2.4.3/lib/libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file /dev/tty
open syscall for file /usr/lib/locale/locale-archive
open syscall for file /etc/mtab
open syscall for file /proc/meminfo
open syscall for file /oldhome/oroussel/solvers/minisat+_script
open syscall for file /usr/lib/gconv/gconv-modules.cache
New process pid=20575
New process pid=20576
New process pid=20577
One traced child (pid=20576) exited with status: 0
execve syscall for /bin/sed executable
open syscall for file /etc/ld.so.preload
open syscall for file /usr/local/intel-8.0-20031016/lib/tls/i686/mmx/libc.so.6
open syscall for file /usr/local/intel-8.0-20031016/lib/tls/i686/libc.so.6
open syscall for file /usr/local/intel-8.0-20031016/lib/tls/mmx/libc.so.6
open syscall for file /usr/local/intel-8.0-20031016/lib/tls/libc.so.6
open syscall for file /usr/local/intel-8.0-20031016/lib/i686/mmx/libc.so.6
open syscall for file /usr/local/intel-8.0-20031016/lib/i686/libc.so.6
open syscall for file /usr/local/intel-8.0-20031016/lib/mmx/libc.so.6
open syscall for file /usr/local/intel-8.0-20031016/lib/libc.so.6
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/tls/i686/mmx/libc.so.6
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/tls/i686/libc.so.6
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/tls/mmx/libc.so.6
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/tls/libc.so.6
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/i686/mmx/libc.so.6
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/i686/libc.so.6
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/mmx/libc.so.6
open syscall for file /usr/local/pgi-5.1.3/linux86/5.1/lib/libc.so.6
open syscall for file /usr/local/globus-2.4.3/lib/tls/i686/mmx/libc.so.6
open syscall for file /usr/local/globus-2.4.3/lib/tls/i686/libc.so.6
open syscall for file /usr/local/globus-2.4.3/lib/tls/mmx/libc.so.6
open syscall for file /usr/local/globus-2.4.3/lib/tls/libc.so.6
open syscall for file /usr/local/globus-2.4.3/lib/i686/mmx/libc.so.6
open syscall for file /usr/local/globus-2.4.3/lib/i686/libc.so.6
open syscall for file /usr/local/globus-2.4.3/lib/mmx/libc.so.6
open syscall for file /usr/local/globus-2.4.3/lib/libc.so.6
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libc.so.6
open syscall for file /oldhome/oroussel/lib/tls/i686/libc.so.6
open syscall for file /oldhome/oroussel/lib/tls/mmx/libc.so.6
open syscall for file /oldhome/oroussel/lib/tls/libc.so.6
open syscall for file /oldhome/oroussel/lib/i686/mmx/libc.so.6
open syscall for file /oldhome/oroussel/lib/i686/libc.so.6
open syscall for file /oldhome/oroussel/lib/mmx/libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /etc/ld.so.cache
open syscall for file /lib/tls/libc.so.6
open syscall for file /usr/lib/locale/locale-archive
open syscall for file /usr/lib/gconv/gconv-modules.cache
One traced child (pid=20577) exited with status: 0
One traced child (pid=20575) exited with status: 0
New process pid=20578
execve syscall for /oldhome/oroussel/solvers/minisat+_64-bit_static executable
open syscall for file /dev/null
open syscall for file /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-13-7-stein45.opb

[startup+10.0032 s]
Raw data (loadavg): 0.93 0.95 0.91 2/56 20578
Raw data (/proc/20574/stat): 20574 (minisat+_script) S 20573 20574 10120 0 -1 0 322 277 0 0 0 1 0 1 21 0 1 0 1740214755 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/20574/statm): 1049 256 1003 147 0 902 0
[pid=20574] vsize: 4196
Raw data (/proc/20578/stat): 20578 (minisat+_64-bit) R 20574 20574 10120 0 -1 0 255 0 0 0 990 1 0 0 25 0 1 0 1740214762 1331200 242 4294967295 134512640 135094434 3221221600 3221220256 134558004 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/20578/statm): 325 242 145 145 0 180 0
[pid=20578] vsize: 1300
Current children cumulated CPU time (s) 9.93
Current children cumulated vsize (Kb) 5496

[startup+20.005 s]
Raw data (loadavg): 0.94 0.96 0.91 2/56 20578
Raw data (/proc/20574/stat): 20574 (minisat+_script) S 20573 20574 10120 0 -1 0 322 277 0 0 0 1 0 1 21 0 1 0 1740214755 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/20574/statm): 1049 256 1003 147 0 902 0
[pid=20574] vsize: 4196
Raw data (/proc/20578/stat): 20578 (minisat+_64-bit) R 20574 20574 10120 0 -1 0 284 0 0 0 1989 1 0 0 25 0 1 0 1740214762 1445888 271 4294967295 134512640 135094434 3221221600 3221220256 134558011 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/20578/statm): 353 271 145 145 0 208 0
[pid=20578] vsize: 1412
Current children cumulated CPU time (s) 19.92
Current children cumulated vsize (Kb) 5608

[startup+30.0058 s]
Raw data (loadavg): 0.95 0.96 0.91 2/56 20578
Raw data (/proc/20574/stat): 20574 (minisat+_script) S 20573 20574 10120 0 -1 0 322 277 0 0 0 1 0 1 21 0 1 0 1740214755 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/20574/statm): 1049 256 1003 147 0 902 0
[pid=20574] vsize: 4196
Raw data (/proc/20578/stat): 20578 (minisat+_64-bit) R 20574 20574 10120 0 -1 0 300 0 0 0 2988 2 0 0 25 0 1 0 1740214762 1511424 287 4294967295 134512640 135094434 3221221600 3221220256 134550402 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/20578/statm): 369 287 145 145 0 224 0
[pid=20578] vsize: 1476
Current children cumulated CPU time (s) 29.92
Current children cumulated vsize (Kb) 5672

[startup+40.0056 s]
Raw data (loadavg): 0.95 0.96 0.91 2/56 20578
Raw data (/proc/20574/stat): 20574 (minisat+_script) S 20573 20574 10120 0 -1 0 322 277 0 0 0 1 0 1 21 0 1 0 1740214755 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/20574/statm): 1049 256 1003 147 0 902 0
[pid=20574] vsize: 4196
Raw data (/proc/20578/stat): 20578 (minisat+_64-bit) R 20574 20574 10120 0 -1 0 327 0 0 0 3988 2 0 0 25 0 1 0 1740214762 1622016 314 4294967295 134512640 135094434 3221221600 3221220256 134557900 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/20578/statm): 396 314 145 145 0 251 0
[pid=20578] vsize: 1584
Current children cumulated CPU time (s) 39.92
Current children cumulated vsize (Kb) 5780

[startup+50.0063 s]
Raw data (loadavg): 0.96 0.96 0.91 2/56 20578
Raw data (/proc/20574/stat): 20574 (minisat+_script) S 20573 20574 10120 0 -1 0 322 277 0 0 0 1 0 1 21 0 1 0 1740214755 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/20574/statm): 1049 256 1003 147 0 902 0
[pid=20574] vsize: 4196
Raw data (/proc/20578/stat): 20578 (minisat+_64-bit) R 20574 20574 10120 0 -1 0 335 0 0 0 4988 2 0 0 25 0 1 0 1740214762 1654784 322 4294967295 134512640 135094434 3221221600 3221220256 134558249 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/20578/statm): 404 322 145 145 0 259 0
[pid=20578] vsize: 1616
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (Kb) 5812

[startup+60.0061 s]
Raw data (loadavg): 0.97 0.96 0.91 2/56 20578
Raw data (/proc/20574/stat): 20574 (minisat+_script) S 20573 20574 10120 0 -1 0 322 277 0 0 0 1 0 1 21 0 1 0 1740214755 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/20574/statm): 1049 256 1003 147 0 902 0
[pid=20574] vsize: 4196
Raw data (/proc/20578/stat): 20578 (minisat+_64-bit) R 20574 20574 10120 0 -1 0 343 0 0 0 5988 2 0 0 25 0 1 0 1740214762 1687552 330 4294967295 134512640 135094434 3221221600 3221220272 134555943 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/20578/statm): 412 330 145 145 0 267 0
[pid=20578] vsize: 1648
Current children cumulated CPU time (s) 59.92
Current children cumulated vsize (Kb) 5844

[startup+70.0069 s]
Raw data (loadavg): 0.97 0.96 0.91 2/56 20578
Raw data (/proc/20574/stat): 20574 (minisat+_script) S 20573 20574 10120 0 -1 0 322 277 0 0 0 1 0 1 21 0 1 0 1740214755 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 0 0 0
Raw data (/proc/20574/statm): 1049 256 1003 147 0 902 0
[pid=20574] vsize: 4196
Raw data (/proc/20578/stat): 20578 (minisat+_64-bit) R 20574 20574 10120 0 -1 0 350 0 0 0 6988 2 0 0 25 0 1 0 1740214762 1716224 337 4294967295 134512640 135094434 3221221600 3221220224 134557577 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/20578/statm): 419 337 145 145 0 274 0
[pid=20578] vsize: 1676
Current children cumulated CPU time (s) 69.92
Current children cumulated vsize (Kb) 5872
One traced child (pid=20578) exited with status: 30
One traced child (pid=20574) exited with status: 30
All traced children have exited ! Game is over.

Child status: 30
Real time (s): 78.5432
CPU time (s): 78.4771
CPU user time (s): 78.4201
CPU system time (s): 0.056991
CPU usage (%): 99.9158
Max. virtual memory (cumulated for all children) (Kb): 5872

Verifier Data

Verifier:	OK	30