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/fctp/normalized-mps-v2-13-7-n3706.opb
MD5SUM2678162fff018c2bb73a090ae021ae87
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6579532734
Optimality of the best value was proved NO
Number of terms in the objective function 105000
Biggest coefficient in the objective function 4194304
Number of bits for the biggest coefficient in the objective function 23
Sum of the numbers in the objective function 39120920179
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 4194304
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 39120920179
Number of bits of the biggest sum of numbers36
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1202.07
Number of variables105000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint21
Maximum length of a constraint2000

Trace number 10520

Launcher Data

LAUNCH ON wulflinc9 THE 2005-09-23 18:44:14 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=9272 boxname=wulflinc9 idbench=1068 idsolver=8 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  2678162fff018c2bb73a090ae021ae87  /oldhome/oroussel/tmp/wulflinc9/normalized-mps-v2-13-7-n3706.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc9/normalized-mps-v2-13-7-n3706.opb
IDLAUNCH: 9272
/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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        892852 kB
Buffers:         13700 kB
Cached:         110332 kB
SwapCached:          0 kB
Active:          59824 kB
Inactive:        67124 kB
HighTotal:      131008 kB
HighFree:        20384 kB
LowTotal:       903652 kB
LowFree:        872468 kB
SwapTotal:     2097136 kB
SwapFree:      2097136 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           6980 kB
Slab:             9192 kB
Committed_AS:    63624 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-23 18:50:43 (client local time) WITH STATUS 0 IN 386.932 SECONDS
stats: 9272 7 386.932 0

Solver Data

c This solver internally uses Chaff 2004.11.15 Simplified
s UNKNOWN

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/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 18 0 0 0 0 0 0 0 23 0 1 0 22447052 1527808 2 4294967295 134512640 135987407 3221224560 3221224560 134512928 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 373 2 364 364 0 9 0
[pid=12434] vsize: 1492
open syscall for file /oldhome/oroussel/tmp/wulflinc9/normalized-mps-v2-13-7-n3706.opb

[startup+10.002 s]
Raw data (loadavg): 0.93 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 2617 0 0 0 991 7 0 0 25 0 1 0 22447052 9637888 1929 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 2353 1929 364 364 0 1989 0
[pid=12434] vsize: 9412
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 9412

[startup+20.0028 s]
Raw data (loadavg): 0.94 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 4189 0 0 0 1987 10 0 0 25 0 1 0 22447052 15224832 2754 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 3717 2754 364 364 0 3353 0
[pid=12434] vsize: 14868
Current children cumulated CPU time (s) 19.97
Current children cumulated vsize (Kb) 14868

[startup+30.0026 s]
Raw data (loadavg): 0.95 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 4453 0 0 0 2986 11 0 0 25 0 1 0 22447052 15765504 3013 4294967295 134512640 135987407 3221224560 3221221872 134555861 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 3849 3013 364 364 0 3485 0
[pid=12434] vsize: 15396
Current children cumulated CPU time (s) 29.97
Current children cumulated vsize (Kb) 15396

[startup+40.0034 s]
Raw data (loadavg): 0.96 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 4728 0 0 0 3985 12 0 0 25 0 1 0 22447052 16441344 3283 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 4014 3283 364 364 0 3650 0
[pid=12434] vsize: 16056
Current children cumulated CPU time (s) 39.97
Current children cumulated vsize (Kb) 16056

[startup+50.0042 s]
Raw data (loadavg): 0.96 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 4981 0 0 0 4985 13 0 0 25 0 1 0 22447052 17117184 3532 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 4179 3532 364 364 0 3815 0
[pid=12434] vsize: 16716
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (Kb) 16716

[startup+60.005 s]
Raw data (loadavg): 0.97 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 5209 0 0 0 5984 13 0 0 25 0 1 0 22447052 17657856 3756 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 4311 3756 364 364 0 3947 0
[pid=12434] vsize: 17244
Current children cumulated CPU time (s) 59.97
Current children cumulated vsize (Kb) 17244

[startup+70.0048 s]
Raw data (loadavg): 0.97 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 5419 0 0 0 6984 14 0 0 25 0 1 0 22447052 18198528 3963 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 4443 3963 364 364 0 4079 0
[pid=12434] vsize: 17772
Current children cumulated CPU time (s) 69.98
Current children cumulated vsize (Kb) 17772

[startup+80.0055 s]
Raw data (loadavg): 0.98 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 5610 0 0 0 7983 14 0 0 25 0 1 0 22447052 18739200 4151 4294967295 134512640 135987407 3221224560 3221221872 134555863 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 4575 4151 364 364 0 4211 0
[pid=12434] vsize: 18300
Current children cumulated CPU time (s) 79.97
Current children cumulated vsize (Kb) 18300

[startup+90.0063 s]
Raw data (loadavg): 0.98 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 5790 0 0 0 8983 15 0 0 25 0 1 0 22447052 19144704 4328 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 4674 4328 364 364 0 4310 0
[pid=12434] vsize: 18696
Current children cumulated CPU time (s) 89.98
Current children cumulated vsize (Kb) 18696

[startup+100.006 s]
Raw data (loadavg): 0.98 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 5960 0 0 0 9982 15 0 0 25 0 1 0 22447052 19685376 4495 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 4806 4495 364 364 0 4442 0
[pid=12434] vsize: 19224
Current children cumulated CPU time (s) 99.97
Current children cumulated vsize (Kb) 19224

[startup+110.007 s]
Raw data (loadavg): 0.98 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 8302 0 0 0 10978 20 0 0 25 0 1 0 22447052 28696576 5359 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 7006 5359 364 364 0 6642 0
[pid=12434] vsize: 28024
Current children cumulated CPU time (s) 109.98
Current children cumulated vsize (Kb) 28024

[startup+120.007 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 8360 0 0 0 11978 20 0 0 25 0 1 0 22447052 28696576 5415 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 7006 5415 364 364 0 6642 0
[pid=12434] vsize: 28024
Current children cumulated CPU time (s) 119.98
Current children cumulated vsize (Kb) 28024

[startup+130.006 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 8487 0 0 0 12977 20 0 0 25 0 1 0 22447052 28966912 5540 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 7072 5540 364 364 0 6708 0
[pid=12434] vsize: 28288
Current children cumulated CPU time (s) 129.97
Current children cumulated vsize (Kb) 28288

[startup+140.007 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 8613 0 0 0 13977 21 0 0 25 0 1 0 22447052 29372416 5663 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 7171 5663 364 364 0 6807 0
[pid=12434] vsize: 28684
Current children cumulated CPU time (s) 139.98
Current children cumulated vsize (Kb) 28684

[startup+150.007 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 8735 0 0 0 14977 21 0 0 25 0 1 0 22447052 29642752 5783 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 7237 5783 364 364 0 6873 0
[pid=12434] vsize: 28948
Current children cumulated CPU time (s) 149.98
Current children cumulated vsize (Kb) 28948

[startup+160.008 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 8853 0 0 0 15976 21 0 0 25 0 1 0 22447052 29913088 5899 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 7303 5899 364 364 0 6939 0
[pid=12434] vsize: 29212
Current children cumulated CPU time (s) 159.97
Current children cumulated vsize (Kb) 29212

[startup+170.009 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 8967 0 0 0 16976 22 0 0 25 0 1 0 22447052 30183424 6011 4294967295 134512640 135987407 3221224560 3221221952 134615780 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 7369 6011 364 364 0 7005 0
[pid=12434] vsize: 29476
Current children cumulated CPU time (s) 169.98
Current children cumulated vsize (Kb) 29476

[startup+180.008 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 9091 0 0 0 17976 22 0 0 25 0 1 0 22447052 30453760 6133 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 7435 6133 364 364 0 7071 0
[pid=12434] vsize: 29740
Current children cumulated CPU time (s) 179.98
Current children cumulated vsize (Kb) 29740

[startup+190.009 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 9218 0 0 0 18976 22 0 0 25 0 1 0 22447052 30724096 6257 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 7501 6257 364 364 0 7137 0
[pid=12434] vsize: 30004
Current children cumulated CPU time (s) 189.98
Current children cumulated vsize (Kb) 30004

[startup+200.01 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 9341 0 0 0 19975 23 0 0 25 0 1 0 22447052 31129600 6378 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 7600 6378 364 364 0 7236 0
[pid=12434] vsize: 30400
Current children cumulated CPU time (s) 199.98
Current children cumulated vsize (Kb) 30400

[startup+210.011 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 9460 0 0 0 20975 23 0 0 25 0 1 0 22447052 31399936 6496 4294967295 134512640 135987407 3221224560 3221221792 134534646 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 7666 6496 364 364 0 7302 0
[pid=12434] vsize: 30664
Current children cumulated CPU time (s) 209.98
Current children cumulated vsize (Kb) 30664

[startup+220.011 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 9576 0 0 0 21974 24 0 0 25 0 1 0 22447052 31670272 6610 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 7732 6610 364 364 0 7368 0
[pid=12434] vsize: 30928
Current children cumulated CPU time (s) 219.98
Current children cumulated vsize (Kb) 30928

[startup+230.01 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 9691 0 0 0 22974 24 0 0 25 0 1 0 22447052 31940608 6723 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 7798 6723 364 364 0 7434 0
[pid=12434] vsize: 31192
Current children cumulated CPU time (s) 229.98
Current children cumulated vsize (Kb) 31192

[startup+240.011 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 9804 0 0 0 23974 24 0 0 25 0 1 0 22447052 32346112 6834 4294967295 134512640 135987407 3221224560 3221221872 134555861 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 7897 6834 364 364 0 7533 0
[pid=12434] vsize: 31588
Current children cumulated CPU time (s) 239.98
Current children cumulated vsize (Kb) 31588

[startup+250.012 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 9914 0 0 0 24974 25 0 0 25 0 1 0 22447052 32616448 6942 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 7963 6942 364 364 0 7599 0
[pid=12434] vsize: 31852
Current children cumulated CPU time (s) 249.99
Current children cumulated vsize (Kb) 31852

[startup+260.013 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 10023 0 0 0 25974 25 0 0 25 0 1 0 22447052 32886784 7049 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 8029 7049 364 364 0 7665 0
[pid=12434] vsize: 32116
Current children cumulated CPU time (s) 259.99
Current children cumulated vsize (Kb) 32116

[startup+270.013 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 10129 0 0 0 26973 26 0 0 25 0 1 0 22447052 33157120 7154 4294967295 134512640 135987407 3221224560 3221221872 134555861 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 8095 7154 364 364 0 7731 0
[pid=12434] vsize: 32380
Current children cumulated CPU time (s) 269.99
Current children cumulated vsize (Kb) 32380

[startup+280.013 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 10234 0 0 0 27972 27 0 0 25 0 1 0 22447052 33427456 7257 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 8161 7257 364 364 0 7797 0
[pid=12434] vsize: 32644
Current children cumulated CPU time (s) 279.99
Current children cumulated vsize (Kb) 32644

[startup+290.014 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 10336 0 0 0 28972 27 0 0 25 0 1 0 22447052 33697792 7357 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 8227 7357 364 364 0 7863 0
[pid=12434] vsize: 32908
Current children cumulated CPU time (s) 289.99
Current children cumulated vsize (Kb) 32908

[startup+300.015 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 24513 0 0 0 29939 59 0 0 25 0 1 0 22447052 78798848 15998 4294967295 134512640 135987407 3221224560 3220721660 134637002 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 19238 15998 364 364 0 18874 0
[pid=12434] vsize: 76952
Current children cumulated CPU time (s) 299.98
Current children cumulated vsize (Kb) 76952

[startup+310.016 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 55989 0 0 0 30870 126 0 0 25 0 1 0 22447052 169496576 33177 4294967295 134512640 135987407 3221224560 3221221556 135479957 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 41381 33177 364 364 0 41017 0
[pid=12434] vsize: 165524
Current children cumulated CPU time (s) 309.96
Current children cumulated vsize (Kb) 165524

[startup+320.016 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 84434 0 0 0 31809 185 0 0 25 0 1 0 22447052 252948480 51686 4294967295 134512640 135987407 3221224560 3220666480 134856505 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 61755 51686 364 364 0 61391 0
[pid=12434] vsize: 247020
Current children cumulated CPU time (s) 319.94
Current children cumulated vsize (Kb) 247020

[startup+330.016 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 110379 0 0 0 32757 237 0 0 25 0 1 0 22447052 340889600 65119 4294967295 134512640 135987407 3221224560 3220853564 135499903 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 83225 65119 364 364 0 82861 0
[pid=12434] vsize: 332900
Current children cumulated CPU time (s) 329.94
Current children cumulated vsize (Kb) 332900

[startup+340.017 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 142914 0 0 0 33692 298 0 0 25 0 1 0 22447052 519454720 96781 4294967295 134512640 135987407 3221224560 3220649600 134854984 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 126820 96781 364 364 0 126456 0
[pid=12434] vsize: 507280
Current children cumulated CPU time (s) 339.9
Current children cumulated vsize (Kb) 507280

[startup+350.017 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 189884 0 0 0 34593 395 0 0 25 0 1 0 22447052 573280256 100206 4294967295 134512640 135987407 3221224560 3220868272 134558961 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 139961 100206 364 364 0 139597 0
[pid=12434] vsize: 559844
Current children cumulated CPU time (s) 349.88
Current children cumulated vsize (Kb) 559844

[startup+360.017 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 204026 0 0 0 35559 429 0 0 25 0 1 0 22447052 612511744 114124 4294967295 134512640 135987407 3221224560 3221007792 134876610 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 149539 114124 364 364 0 149175 0
[pid=12434] vsize: 598156
Current children cumulated CPU time (s) 359.88
Current children cumulated vsize (Kb) 598156

[startup+370.018 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 219331 0 0 0 36523 464 0 0 25 0 1 0 22447052 616296448 129175 4294967295 134512640 135987407 3221224560 3220723968 134636949 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 150463 129175 364 364 0 150099 0
[pid=12434] vsize: 601852
Current children cumulated CPU time (s) 369.87
Current children cumulated vsize (Kb) 601852

[startup+380.019 s]
Raw data (loadavg): 0.99 0.98 0.93 2/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) R 12433 12434 4060 0 -1 0 232060 0 0 0 37497 490 0 0 25 0 1 0 22447052 670412800 141697 4294967295 134512640 135987407 3221224560 3220855792 134537491 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/12434/statm): 163675 141697 364 364 0 163311 0
[pid=12434] vsize: 654700
Current children cumulated CPU time (s) 379.87
Current children cumulated vsize (Kb) 654700



Mem limit exceeded: sending SIGTERM then SIGKILL

[startup+386.619 s]
Raw data (loadavg): 0.99 0.98 0.93 1/55 12434
Raw data (/proc/12434/stat): 12434 (pb2sat) T 12433 12434 4060 0 -1 0 243353 0 0 0 38129 518 0 0 25 0 1 0 22447052 963739648 152826 4294967295 134512640 135987407 3221224560 3220888384 135544035 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/12434/statm): 235288 152826 364 364 0 234924 0
[pid=12434] vsize: 941152
Current children cumulated CPU time (s) 386.47
Current children cumulated vsize (Kb) 941152

Sending SIGTERM to -12434
Sleeping 2 seconds
Sending SIGKILL to -12434
One traced child (pid=12434) ended because it received signal 9 (SIGKILL)
All traced children have exited ! Game is over.

Child ended because it received signal 9 (SIGKILL)
Real time (s): 388.935
CPU time (s): 386.932
CPU user time (s): 381.436
CPU system time (s): 5.49616
CPU usage (%): 99.485
Max. virtual memory (cumulated for all children) (Kb): 941152

Verifier Data

ERROR: no interpretation found !