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/plato.asu.edu/pub/unibo/normalized-mps-v2-13-7-blp-ir98.opb
MD5SUMaf50f6e3dbb65aa298a499a107f218c7
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 21
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 2097151
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 81920000000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 18861949529571
Number of bits of the biggest sum of numbers45
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables6938
Total number of constraints6560
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)6451
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint1
Maximum length of a constraint6052

Trace number 6290

Launcher Data

LAUNCH ON wulflinc1 THE 2005-09-20 05:32:03 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=3483 boxname=wulflinc1 idbench=1139 idsolver=3 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  af50f6e3dbb65aa298a499a107f218c7  /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-13-7-blp-ir98.opb
REAL COMMAND:  minisat+_script /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-13-7-blp-ir98.opb
IDLAUNCH: 3483
/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:        860212 kB
Buffers:         15928 kB
Cached:         128976 kB
SwapCached:       1160 kB
Active:          45668 kB
Inactive:       101868 kB
HighTotal:      131008 kB
HighFree:        18676 kB
LowTotal:       903652 kB
LowFree:        841536 kB
SwapTotal:     2097136 kB
SwapFree:      2095268 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5764 kB
Slab:            21108 kB
Committed_AS:    92588 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-20 05:34:06 (client local time) WITH STATUS 0 IN 115.798 SECONDS
stats: 3483 7 115.798 0

Solver Data

c Parsing PB file...
c Converting 595 PB-constraints to clauses...
c   -- Unit propagations: (none)
c   -- Detecting intervals from adjacent constraints: ##################################################################
c   -- Clauses(.)/Splits(s): (none)
c ---[ 594]---> BDD-cost:   10
c ---[ 593]---> BDD-cost:   10
c ---[ 592]---> BDD-cost:   10
c ---[ 591]---> BDD-cost:   10
c ---[ 590]---> BDD-cost:   10
c ---[ 589]---> BDD-cost:    9
c ---[ 588]---> BDD-cost:    9
c ---[ 587]---> BDD-cost:   10
c ---[ 586]---> BDD-cost:    9
c ---[ 585]---> BDD-cost:    9
c ---[ 584]---> BDD-cost:    9
c ---[ 583]---> BDD-cost:   10
c ---[ 582]---> BDD-cost:   10
c ---[ 581]---> BDD-cost:   10
c ---[ 580]---> BDD-cost:   10
c ---[ 579]---> BDD-cost:   10
c ---[ 578]---> BDD-cost:   10
c ---[ 577]---> BDD-cost:   10
c ---[ 576]---> BDD-cost:   10
c ---[ 575]---> BDD-cost:   10
c ---[ 574]---> BDD-cost:   10
c ---[ 573]---> BDD-cost:   10
c ---[ 572]---> BDD-cost:   10
c ---[ 571]---> BDD-cost:   10
c ---[ 570]---> BDD-cost:   10
c ---[ 569]---> BDD-cost:   10
c ---[ 568]---> BDD-cost:   10
c ---[ 567]---> BDD-cost:   10
c ---[ 566]---> BDD-cost:    9
c ---[ 565]---> BDD-cost:   10
c ---[ 564]---> BDD-cost:   10
c ---[ 563]---> BDD-cost:   10
c ---[ 562]---> BDD-cost:   10
c ---[ 561]---> BDD-cost:   10
c ---[ 559]---> BDD-cost:   10
c ---[ 558]---> BDD-cost:   10
c ---[ 557]---> BDD-cost:   10
c ---[ 556]---> BDD-cost:   10
c ---[ 555]---> BDD-cost:    9
c ---[ 553]---> BDD-cost:   10
c ---[ 552]---> BDD-cost:   10
c ---[ 550]---> Adder-cost: 2746   maxlim: 252032   bits: 18/18
c ---[ 548]---> Adder-cost: 1572   maxlim: 176384   bits: 18/18
c ---[ 546]---> Adder-cost: 1058   maxlim: 96768   bits: 17/17
c ---[ 544]---> Adder-cost: 2140   maxlim: 196864   bits: 18/18
c ---[ 542]---> Adder-cost: 1068   maxlim: 96768   bits: 17/17
c ---[ 540]---> Adder-cost: 1464   maxlim: 140800   bits: 18/18
c ---[ 538]---> Adder-cost: 868   maxlim: 96000   bits: 17/17
c ---[ 536]---> Adder-cost: 4790   maxlim: 3856   bits: 12/12
c ---[ 534]---> Adder-cost: 4484   maxlim: 487168   bits: 19/19
c ---[ 532]---> Adder-cost: 3172   maxlim: 346624   bits: 19/19
c ---[ 530]---> Adder-cost: 1998   maxlim: 231168   bits: 18/18
c ---[ 528]---> Adder-cost: 2086   maxlim: 262400   bits: 19/19
c ---[ 526]---> Adder-cost: 1392   maxlim: 138240   bits: 18/18
c ---[ 524]---> Adder-cost: 542   maxlim: 55808   bits: 16/16
c ---[ 522]---> Adder-cost: 1530   maxlim: 208128   bits: 18/18
c ---[ 520]---> Adder-cost: 1464   maxlim: 149632   bits: 18/18
c ---[ 518]---> Adder-cost: 958   maxlim: 102144   bits: 17/17
c ---[ 516]---> Sorter-cost:  186     Base: 2 2 2 2 2 2 2 2
c ---[ 514]---> Sorter-cost:  186     Base: 2 2 2 2 2 2 2 2
c ---[ 512]---> Adder-cost: 1184   maxlim: 131072   bits: 18/18
c ---[ 510]---> Adder-cost: 880   maxlim: 110720   bits: 17/17
c ---[ 508]---> Adder-cost: 1420   maxlim: 202752   bits: 18/18
c ---[ 506]---> Adder-cost: 1164   maxlim: 128000   bits: 17/17
c ---[ 504]---> Adder-cost: 710   maxlim: 74112   bits: 17/17
c ---[ 502]---> Adder-cost: 878   maxlim: 105088   bits: 17/17
c ---[ 500]---> Adder-cost: 610   maxlim: 75776   bits: 17/17
c ---[ 498]---> Adder-cost: 178   maxlim: 20480   bits: 15/15
c ---[ 496]---> Adder-cost: 3768   maxlim: 463744   bits: 19/19
c ---[ 494]---> Adder-cost: 3484   maxlim: 473344   bits: 19/19
c ---[ 492]---> Adder-cost: 1354   maxlim: 161792   bits: 18/18
c ---[ 490]---> Adder-cost: 1116   maxlim: 143872   bits: 18/18
c ---[ 488]---> Adder-cost: 418   maxlim: 52864   bits: 16/16
c ---[ 486]---> Adder-cost: 888   maxlim: 109056   bits: 17/17
c ---[ 484]---> Adder-cost: 382   maxlim: 54784   bits: 16/16
c ---[ 482]---> Adder-cost: 480   maxlim: 59648   bits: 16/16
c ---[ 480]---> BDD-cost:   34
c ---[ 478]---> Adder-cost: 3226   maxlim: 426112   bits: 19/19
c ---[ 476]---> Adder-cost: 1816   maxlim: 230144   bits: 18/18
c ---[ 474]---> Adder-cost: 1052   maxlim: 149760   bits: 18/18
c ---[ 472]---> Adder-cost: 328   maxlim: 43520   bits: 16/16
c ---[ 470]---> Adder-cost: 1604   maxlim: 213120   bits: 18/18
c ---[ 468]

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/21860/stat): 21860 (minisat+_script) R 21859 21860 10120 0 -1 0 18 0 0 0 0 0 0 0 22 0 1 0 1740956496 712704 3 4294967295 134512640 135087896 3221221664 3221221664 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/21860/statm): 174 3 169 147 0 27 0
[pid=21860] 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=21861
New process pid=21862
New process pid=21863
One traced child (pid=21862) 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=21863) exited with status: 0
One traced child (pid=21861) exited with status: 0
New process pid=21864
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-blp-ir98.opb

[startup+10.0029 s]
Raw data (loadavg): 0.93 0.96 0.98 2/56 21864
Raw data (/proc/21860/stat): 21860 (minisat+_script) S 21859 21860 10120 0 -1 0 322 277 0 0 0 0 0 1 21 0 1 0 1740956496 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/21860/statm): 1049 256 1003 147 0 902 0
[pid=21860] vsize: 4196
Raw data (/proc/21864/stat): 21864 (minisat+_64-bit) R 21860 21860 10120 0 -1 0 421 0 0 0 987 3 0 0 25 0 1 0 1740956502 2134016 407 4294967295 134512640 135094434 3221221600 3221220484 134796014 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/21864/statm): 521 407 145 145 0 376 0
[pid=21864] vsize: 2084
Current children cumulated CPU time (s) 9.91
Current children cumulated vsize (Kb) 6280

[startup+20.0047 s]
Raw data (loadavg): 0.94 0.96 0.98 2/56 21864
Raw data (/proc/21860/stat): 21860 (minisat+_script) S 21859 21860 10120 0 -1 0 322 277 0 0 0 0 0 1 21 0 1 0 1740956496 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/21860/statm): 1049 256 1003 147 0 902 0
[pid=21860] vsize: 4196
Raw data (/proc/21864/stat): 21864 (minisat+_64-bit) R 21860 21860 10120 0 -1 0 801 0 0 0 1980 6 0 0 25 0 1 0 1740956502 3489792 650 4294967295 134512640 135094434 3221221600 3221220484 134796009 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/21864/statm): 852 650 145 145 0 707 0
[pid=21864] vsize: 3408
Current children cumulated CPU time (s) 19.87
Current children cumulated vsize (Kb) 7604

[startup+30.0055 s]
Raw data (loadavg): 0.95 0.96 0.98 2/56 21864
Raw data (/proc/21860/stat): 21860 (minisat+_script) S 21859 21860 10120 0 -1 0 322 277 0 0 0 0 0 1 21 0 1 0 1740956496 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/21860/statm): 1049 256 1003 147 0 902 0
[pid=21860] vsize: 4196
Raw data (/proc/21864/stat): 21864 (minisat+_64-bit) R 21860 21860 10120 0 -1 0 1125 0 0 0 2975 9 0 0 25 0 1 0 1740956502 4882432 871 4294967295 134512640 135094434 3221221600 3221220484 134796006 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/21864/statm): 1192 871 145 145 0 1047 0
[pid=21864] vsize: 4768
Current children cumulated CPU time (s) 29.85
Current children cumulated vsize (Kb) 8964

[startup+40.0063 s]
Raw data (loadavg): 0.96 0.96 0.98 2/56 21864
Raw data (/proc/21860/stat): 21860 (minisat+_script) S 21859 21860 10120 0 -1 0 322 277 0 0 0 0 0 1 21 0 1 0 1740956496 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/21860/statm): 1049 256 1003 147 0 902 0
[pid=21860] vsize: 4196
Raw data (/proc/21864/stat): 21864 (minisat+_64-bit) R 21860 21860 10120 0 -1 0 1531 0 0 0 3968 12 0 0 25 0 1 0 1740956502 6344704 1055 4294967295 134512640 135094434 3221221600 3221220512 134587900 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/21864/statm): 1549 1055 145 145 0 1404 0
[pid=21864] vsize: 6196
Current children cumulated CPU time (s) 39.81
Current children cumulated vsize (Kb) 10392

[startup+50.0081 s]
Raw data (loadavg): 0.96 0.96 0.98 2/56 21864
Raw data (/proc/21860/stat): 21860 (minisat+_script) S 21859 21860 10120 0 -1 0 322 277 0 0 0 0 0 1 21 0 1 0 1740956496 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/21860/statm): 1049 256 1003 147 0 902 0
[pid=21860] vsize: 4196
Raw data (/proc/21864/stat): 21864 (minisat+_64-bit) R 21860 21860 10120 0 -1 0 1818 0 0 0 4960 17 0 0 25 0 1 0 1740956502 7708672 1205 4294967295 134512640 135094434 3221221600 3221220484 134796014 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/21864/statm): 1882 1205 145 145 0 1737 0
[pid=21864] vsize: 7528
Current children cumulated CPU time (s) 49.78
Current children cumulated vsize (Kb) 11724

[startup+60.0088 s]
Raw data (loadavg): 0.97 0.96 0.98 2/56 21864
Raw data (/proc/21860/stat): 21860 (minisat+_script) S 21859 21860 10120 0 -1 0 322 277 0 0 0 0 0 1 21 0 1 0 1740956496 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/21860/statm): 1049 256 1003 147 0 902 0
[pid=21860] vsize: 4196
Raw data (/proc/21864/stat): 21864 (minisat+_64-bit) R 21860 21860 10120 0 -1 0 2151 0 0 0 5954 20 0 0 25 0 1 0 1740956502 9150464 1387 4294967295 134512640 135094434 3221221600 3221220484 134796006 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/21864/statm): 2234 1387 145 145 0 2089 0
[pid=21864] vsize: 8936
Current children cumulated CPU time (s) 59.75
Current children cumulated vsize (Kb) 13132

[startup+70.0096 s]
Raw data (loadavg): 0.97 0.96 0.98 1/56 21864
Raw data (/proc/21860/stat): 21860 (minisat+_script) S 21859 21860 10120 0 -1 0 322 277 0 0 0 0 0 1 21 0 1 0 1740956496 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/21860/statm): 1049 256 1003 147 0 902 0
[pid=21860] vsize: 4196
Raw data (/proc/21864/stat): 21864 (minisat+_64-bit) T 21860 21860 10120 0 -1 0 9415 0 0 0 6904 48 0 0 22 0 1 0 1740956502 33562624 6982 4294967295 134512640 135094434 3221221600 3220252380 134870330 0 0 5 16386 3222434794 0 0 17 1 0 0
Raw data (/proc/21864/statm): 8194 6982 145 145 0 8049 0
[pid=21864] vsize: 32776
Current children cumulated CPU time (s) 69.53
Current children cumulated vsize (Kb) 36972

[startup+80.0114 s]
Raw data (loadavg): 0.98 0.96 0.98 2/56 21864
Raw data (/proc/21860/stat): 21860 (minisat+_script) S 21859 21860 10120 0 -1 0 322 277 0 0 0 0 0 1 21 0 1 0 1740956496 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/21860/statm): 1049 256 1003 147 0 902 0
[pid=21860] vsize: 4196
Raw data (/proc/21864/stat): 21864 (minisat+_64-bit) R 21860 21860 10120 0 -1 0 46037 0 0 0 7655 186 0 0 22 0 1 0 1740956502 145772544 34376 4294967295 134512640 135094434 3221221600 3220186908 134870330 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/21864/statm): 35589 34376 145 145 0 35444 0
[pid=21864] vsize: 142356
Current children cumulated CPU time (s) 78.42
Current children cumulated vsize (Kb) 146552

[startup+90.0112 s]
Raw data (loadavg): 0.98 0.96 0.98 2/56 21864
Raw data (/proc/21860/stat): 21860 (minisat+_script) S 21859 21860 10120 0 -1 0 322 277 0 0 0 0 0 1 21 0 1 0 1740956496 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/21860/statm): 1049 256 1003 147 0 902 0
[pid=21860] vsize: 4196
Raw data (/proc/21864/stat): 21864 (minisat+_64-bit) R 21860 21860 10120 0 -1 0 85710 0 0 0 8402 325 0 0 20 0 1 0 1740956502 265072640 63503 4294967295 134512640 135094434 3221221600 3220188800 134596997 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/21864/statm): 64715 63503 145 145 0 64570 0
[pid=21864] vsize: 258860
Current children cumulated CPU time (s) 87.28
Current children cumulated vsize (Kb) 263056

[startup+100.012 s]
Raw data (loadavg): 0.98 0.96 0.98 2/56 21864
Raw data (/proc/21860/stat): 21860 (minisat+_script) S 21859 21860 10120 0 -1 0 322 277 0 0 0 0 0 1 21 0 1 0 1740956496 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/21860/statm): 1049 256 1003 147 0 902 0
[pid=21860] vsize: 4196
Raw data (/proc/21864/stat): 21864 (minisat+_64-bit) R 21860 21860 10120 0 -1 0 142033 0 0 0 9150 491 0 0 25 0 1 0 1740956502 495771648 119826 4294967295 134512640 135094434 3221221600 3220216640 134597404 0 0 5 16386 0 0 0 17 0 0 0
Raw data (/proc/21864/statm): 121038 119826 145 145 0 120893 0
[pid=21864] vsize: 484152
Current children cumulated CPU time (s) 96.42
Current children cumulated vsize (Kb) 488348

[startup+110.015 s]
Raw data (loadavg): 0.98 0.97 0.98 2/56 21864
Raw data (/proc/21860/stat): 21860 (minisat+_script) S 21859 21860 10120 0 -1 0 322 277 0 0 0 0 0 1 21 0 1 0 1740956496 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/21860/statm): 1049 256 1003 147 0 902 0
[pid=21860] vsize: 4196
Raw data (/proc/21864/stat): 21864 (minisat+_64-bit) R 21860 21860 10120 0 -1 0 165294 0 0 0 9897 605 0 0 21 0 1 0 1740956502 504659968 121996 4294967295 134512640 135094434 3221221600 3220218112 134594941 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/21864/statm): 123208 121996 145 145 0 123063 0
[pid=21864] vsize: 492832
Current children cumulated CPU time (s) 105.03
Current children cumulated vsize (Kb) 497028

[startup+120.016 s]
Raw data (loadavg): 0.99 0.97 0.98 2/56 21864
Raw data (/proc/21860/stat): 21860 (minisat+_script) S 21859 21860 10120 0 -1 0 322 277 0 0 0 0 0 1 21 0 1 0 1740956496 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/21860/statm): 1049 256 1003 147 0 902 0
[pid=21860] vsize: 4196
Raw data (/proc/21864/stat): 21864 (minisat+_64-bit) R 21860 21860 10120 0 -1 0 189741 0 0 0 10626 724 0 0 21 0 1 0 1740956502 604794880 146443 4294967295 134512640 135094434 3221221600 3220176304 134596962 0 0 5 16386 0 0 0 17 1 0 0
Raw data (/proc/21864/statm): 147655 146443 145 145 0 147510 0
[pid=21864] vsize: 590620
Current children cumulated CPU time (s) 113.51
Current children cumulated vsize (Kb) 594816



Mem limit exceeded: sending SIGTERM then SIGKILL

[startup+122.401 s]
Raw data (loadavg): 0.99 0.97 0.98 1/56 21864
Raw data (/proc/21860/stat): 21860 (minisat+_script) S 21859 21860 10120 0 -1 0 322 277 0 0 0 0 0 1 21 0 1 0 1740956496 4296704 256 4294967295 134512640 135087896 3221221664 3221220936 1074634510 0 65536 5 65538 3222414538 0 0 17 1 0 0
Raw data (/proc/21860/statm): 1049 256 1003 147 0 902 0
[pid=21860] vsize: 4196
Raw data (/proc/21864/stat): 21864 (minisat+_64-bit) T 21860 21860 10120 0 -1 0 195506 0 0 0 10799 752 0 0 21 0 1 0 1740956502 973959168 152208 4294967295 134512640 135094434 3221221600 3220164924 134802701 0 0 5 16386 3222434794 0 0 17 1 0 0
Raw data (/proc/21864/statm): 237783 152208 145 145 0 237638 0
[pid=21864] vsize: 951132
Current children cumulated CPU time (s) 115.52
Current children cumulated vsize (Kb) 955328

Sending SIGTERM to -21860
Sleeping 2 seconds
One traced child (pid=21860) ended because it received signal 15 (SIGTERM)
One traced child (pid=21864) exited with status: 0
All traced children have exited ! Game is over.

Child status: 0
Real time (s): 122.687
CPU time (s): 115.798
CPU user time (s): 107.998
CPU system time (s): 7.80081
CPU usage (%): 94.3854
Max. virtual memory (cumulated for all children) (Kb): 955328

Verifier Data

ERROR: no interpretation found !