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/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-d6cube.opb
MD5SUM889599bea53ff906bd4dd516c552c027
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 123680
Biggest coefficient in the objective function 524288
Number of bits for the biggest coefficient in the objective function 20
Sum of the numbers in the objective function 6484387800
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 188743680
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 10767194085
Number of bits of the biggest sum of numbers34
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.7566
Number of variables123680
Total number of constraints404
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 constraints404
Minimum length of a constraint20
Maximum length of a constraint123680

Trace number 10323

Launcher Data

LAUNCH ON wulflinc31 THE 2005-09-23 17:44:18 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=9009 boxname=wulflinc31 idbench=805 idsolver=8 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  889599bea53ff906bd4dd516c552c027  /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-13-7-d6cube.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-13-7-d6cube.opb
IDLAUNCH: 9009
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.047
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	: 3
cpu MHz		: 451.047
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:        902964 kB
Buffers:         19392 kB
Cached:          92944 kB
SwapCached:          0 kB
Active:          56212 kB
Inactive:        59016 kB
HighTotal:      131008 kB
HighFree:        34160 kB
LowTotal:       903652 kB
LowFree:        868804 kB
SwapTotal:     2097892 kB
SwapFree:      2097892 kB
Dirty:              32 kB
Writeback:           0 kB
Mapped:           6984 kB
Slab:            10828 kB
Committed_AS:    63664 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-23 17:52:37 (client local time) WITH STATUS 0 IN 496.739 SECONDS
stats: 9009 7 496.739 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/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 18 0 0 0 0 0 0 0 23 0 1 0 22042769 1527808 2 4294967295 134512640 135987407 3221224560 3221224560 134512928 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/9649/statm): 373 2 364 364 0 9 0
[pid=9649] vsize: 1492
open syscall for file /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-13-7-d6cube.opb

[startup+10.0029 s]
Raw data (loadavg): 0.93 0.96 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 2492 0 0 0 993 6 0 0 25 0 1 0 22042769 9367552 1806 4294967295 134512640 135987407 3221224560 3221221896 135346596 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 2287 1806 364 364 0 1923 0
[pid=9649] vsize: 9148
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 9148

[startup+20.0048 s]
Raw data (loadavg): 0.94 0.96 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 3004 0 0 0 1992 7 0 0 25 0 1 0 22042769 10719232 2310 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 2617 2310 364 364 0 2253 0
[pid=9649] vsize: 10468
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 10468

[startup+30.0047 s]
Raw data (loadavg): 0.95 0.96 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 4399 0 0 0 2988 11 0 0 25 0 1 0 22042769 15630336 2960 4294967295 134512640 135987407 3221224560 3221221728 134566702 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 3816 2960 364 364 0 3452 0
[pid=9649] vsize: 15264
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 15264

[startup+40.0057 s]
Raw data (loadavg): 0.96 0.96 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 4680 0 0 0 3987 12 0 0 25 0 1 0 22042769 16306176 3236 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 3981 3236 364 364 0 3617 0
[pid=9649] vsize: 15924
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 15924

[startup+50.0056 s]
Raw data (loadavg): 0.96 0.96 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 4935 0 0 0 4986 13 0 0 25 0 1 0 22042769 16982016 3487 4294967295 134512640 135987407 3221224560 3221221836 134635332 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 4146 3487 364 364 0 3782 0
[pid=9649] vsize: 16584
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 16584

[startup+60.0065 s]
Raw data (loadavg): 0.97 0.96 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 5168 0 0 0 5986 14 0 0 25 0 1 0 22042769 17657856 3716 4294967295 134512640 135987407 3221224560 3221221808 134979092 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 4311 3716 364 364 0 3947 0
[pid=9649] vsize: 17244
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 17244

[startup+70.0065 s]
Raw data (loadavg): 0.97 0.96 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 5379 0 0 0 6985 14 0 0 25 0 1 0 22042769 18198528 3923 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 4443 3923 364 364 0 4079 0
[pid=9649] vsize: 17772
Current children cumulated CPU time (s) 69.99
Current children cumulated vsize (Kb) 17772

[startup+80.0074 s]
Raw data (loadavg): 0.98 0.96 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 5575 0 0 0 7984 15 0 0 25 0 1 0 22042769 18604032 4116 4294967295 134512640 135987407 3221224560 3221221872 134555861 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 4542 4116 364 364 0 4178 0
[pid=9649] vsize: 18168
Current children cumulated CPU time (s) 79.99
Current children cumulated vsize (Kb) 18168

[startup+90.0073 s]
Raw data (loadavg): 0.98 0.96 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 5759 0 0 0 8983 16 0 0 25 0 1 0 22042769 19144704 4297 4294967295 134512640 135987407 3221224560 3221221872 134555861 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 4674 4297 364 364 0 4310 0
[pid=9649] vsize: 18696
Current children cumulated CPU time (s) 89.99
Current children cumulated vsize (Kb) 18696

[startup+100.007 s]
Raw data (loadavg): 0.98 0.96 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 5934 0 0 0 9983 17 0 0 25 0 1 0 22042769 19550208 4469 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 4773 4469 364 364 0 4409 0
[pid=9649] vsize: 19092
Current children cumulated CPU time (s) 100
Current children cumulated vsize (Kb) 19092

[startup+110.008 s]
Raw data (loadavg): 0.98 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 8293 0 0 0 10978 21 0 0 25 0 1 0 22042769 28696576 5351 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 7006 5351 364 364 0 6642 0
[pid=9649] vsize: 28024
Current children cumulated CPU time (s) 109.99
Current children cumulated vsize (Kb) 28024

[startup+120.009 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 8353 0 0 0 11978 22 0 0 25 0 1 0 22042769 28696576 5408 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 7006 5408 364 364 0 6642 0
[pid=9649] vsize: 28024
Current children cumulated CPU time (s) 120
Current children cumulated vsize (Kb) 28024

[startup+130.009 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 8475 0 0 0 12978 22 0 0 25 0 1 0 22042769 28966912 5528 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 7072 5528 364 364 0 6708 0
[pid=9649] vsize: 28288
Current children cumulated CPU time (s) 130
Current children cumulated vsize (Kb) 28288

[startup+140.01 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 8604 0 0 0 13977 23 0 0 25 0 1 0 22042769 29237248 5654 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 7138 5654 364 364 0 6774 0
[pid=9649] vsize: 28552
Current children cumulated CPU time (s) 140
Current children cumulated vsize (Kb) 28552

[startup+150.01 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 8731 0 0 0 14977 23 0 0 25 0 1 0 22042769 29642752 5779 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 7237 5779 364 364 0 6873 0
[pid=9649] vsize: 28948
Current children cumulated CPU time (s) 150
Current children cumulated vsize (Kb) 28948

[startup+160.011 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 8851 0 0 0 15977 23 0 0 25 0 1 0 22042769 29913088 5897 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 7303 5897 364 364 0 6939 0
[pid=9649] vsize: 29212
Current children cumulated CPU time (s) 160
Current children cumulated vsize (Kb) 29212

[startup+170.011 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 8968 0 0 0 16977 24 0 0 25 0 1 0 22042769 30183424 6012 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 7369 6012 364 364 0 7005 0
[pid=9649] vsize: 29476
Current children cumulated CPU time (s) 170.01
Current children cumulated vsize (Kb) 29476

[startup+180.011 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 9097 0 0 0 17976 24 0 0 25 0 1 0 22042769 30453760 6138 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 7435 6138 364 364 0 7071 0
[pid=9649] vsize: 29740
Current children cumulated CPU time (s) 180
Current children cumulated vsize (Kb) 29740

[startup+190.012 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 9225 0 0 0 18977 24 0 0 25 0 1 0 22042769 30859264 6264 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9649/statm): 7534 6264 364 364 0 7170 0
[pid=9649] vsize: 30136
Current children cumulated CPU time (s) 190.01
Current children cumulated vsize (Kb) 30136

[startup+200.013 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 9348 0 0 0 19976 25 0 0 25 0 1 0 22042769 31129600 6385 4294967295 134512640 135987407 3221224560 3221221872 134555861 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9649/statm): 7600 6385 364 364 0 7236 0
[pid=9649] vsize: 30400
Current children cumulated CPU time (s) 200.01
Current children cumulated vsize (Kb) 30400

[startup+210.014 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 9469 0 0 0 20976 25 0 0 25 0 1 0 22042769 31399936 6504 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9649/statm): 7666 6504 364 364 0 7302 0
[pid=9649] vsize: 30664
Current children cumulated CPU time (s) 210.01
Current children cumulated vsize (Kb) 30664

[startup+220.013 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 9589 0 0 0 21976 25 0 0 25 0 1 0 22042769 31670272 6622 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 7732 6622 364 364 0 7368 0
[pid=9649] vsize: 30928
Current children cumulated CPU time (s) 220.01
Current children cumulated vsize (Kb) 30928

[startup+230.013 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 9703 0 0 0 22975 26 0 0 25 0 1 0 22042769 32075776 6735 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 7831 6735 364 364 0 7467 0
[pid=9649] vsize: 31324
Current children cumulated CPU time (s) 230.01
Current children cumulated vsize (Kb) 31324

[startup+240.014 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 9820 0 0 0 23975 26 0 0 25 0 1 0 22042769 32346112 6850 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 7897 6850 364 364 0 7533 0
[pid=9649] vsize: 31588
Current children cumulated CPU time (s) 240.01
Current children cumulated vsize (Kb) 31588

[startup+250.014 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 9932 0 0 0 24975 26 0 0 25 0 1 0 22042769 32616448 6960 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 7963 6960 364 364 0 7599 0
[pid=9649] vsize: 31852
Current children cumulated CPU time (s) 250.01
Current children cumulated vsize (Kb) 31852

[startup+260.016 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 10042 0 0 0 25975 27 0 0 25 0 1 0 22042769 32886784 7068 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8029 7068 364 364 0 7665 0
[pid=9649] vsize: 32116
Current children cumulated CPU time (s) 260.02
Current children cumulated vsize (Kb) 32116

[startup+270.016 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 10151 0 0 0 26974 27 0 0 25 0 1 0 22042769 33157120 7175 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8095 7175 364 364 0 7731 0
[pid=9649] vsize: 32380
Current children cumulated CPU time (s) 270.01
Current children cumulated vsize (Kb) 32380

[startup+280.016 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 10256 0 0 0 27973 28 0 0 25 0 1 0 22042769 33427456 7279 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8161 7279 364 364 0 7797 0
[pid=9649] vsize: 32644
Current children cumulated CPU time (s) 280.01
Current children cumulated vsize (Kb) 32644

[startup+290.017 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 10363 0 0 0 28973 28 0 0 25 0 1 0 22042769 33697792 7384 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8227 7384 364 364 0 7863 0
[pid=9649] vsize: 32908
Current children cumulated CPU time (s) 290.01
Current children cumulated vsize (Kb) 32908

[startup+300.017 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 10466 0 0 0 29973 29 0 0 25 0 1 0 22042769 33968128 7485 4294967295 134512640 135987407 3221224560 3221221872 134555861 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8293 7485 364 364 0 7929 0
[pid=9649] vsize: 33172
Current children cumulated CPU time (s) 300.02
Current children cumulated vsize (Kb) 33172

[startup+310.018 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 10566 0 0 0 30972 29 0 0 25 0 1 0 22042769 34238464 7584 4294967295 134512640 135987407 3221224560 3221221872 134555861 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8359 7584 364 364 0 7995 0
[pid=9649] vsize: 33436
Current children cumulated CPU time (s) 310.01
Current children cumulated vsize (Kb) 33436

[startup+320.019 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 10668 0 0 0 31972 30 0 0 25 0 1 0 22042769 34508800 7684 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8425 7684 364 364 0 8061 0
[pid=9649] vsize: 33700
Current children cumulated CPU time (s) 320.02
Current children cumulated vsize (Kb) 33700

[startup+330.019 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 10766 0 0 0 32972 30 0 0 25 0 1 0 22042769 34779136 7780 4294967295 134512640 135987407 3221224560 3221221872 134555861 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8491 7780 364 364 0 8127 0
[pid=9649] vsize: 33964
Current children cumulated CPU time (s) 330.02
Current children cumulated vsize (Kb) 33964

[startup+340.02 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 10862 0 0 0 33972 30 0 0 25 0 1 0 22042769 35049472 7875 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8557 7875 364 364 0 8193 0
[pid=9649] vsize: 34228
Current children cumulated CPU time (s) 340.02
Current children cumulated vsize (Kb) 34228

[startup+350.02 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 10958 0 0 0 34971 31 0 0 25 0 1 0 22042769 35319808 7969 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8623 7969 364 364 0 8259 0
[pid=9649] vsize: 34492
Current children cumulated CPU time (s) 350.02
Current children cumulated vsize (Kb) 34492

[startup+360.021 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 11053 0 0 0 35971 31 0 0 25 0 1 0 22042769 35454976 8063 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8656 8063 364 364 0 8292 0
[pid=9649] vsize: 34624
Current children cumulated CPU time (s) 360.02
Current children cumulated vsize (Kb) 34624

[startup+370.021 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 11148 0 0 0 36971 31 0 0 25 0 1 0 22042769 35725312 8156 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8722 8156 364 364 0 8358 0
[pid=9649] vsize: 34888
Current children cumulated CPU time (s) 370.02
Current children cumulated vsize (Kb) 34888

[startup+380.021 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 11238 0 0 0 37971 31 0 0 25 0 1 0 22042769 35995648 8245 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8788 8245 364 364 0 8424 0
[pid=9649] vsize: 35152
Current children cumulated CPU time (s) 380.02
Current children cumulated vsize (Kb) 35152

[startup+390.022 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 11329 0 0 0 38971 31 0 0 25 0 1 0 22042769 36265984 8334 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8854 8334 364 364 0 8490 0
[pid=9649] vsize: 35416
Current children cumulated CPU time (s) 390.02
Current children cumulated vsize (Kb) 35416

[startup+400.023 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 11420 0 0 0 39970 32 0 0 25 0 1 0 22042769 36401152 8424 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8887 8424 364 364 0 8523 0
[pid=9649] vsize: 35548
Current children cumulated CPU time (s) 400.02
Current children cumulated vsize (Kb) 35548

[startup+410.024 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 11509 0 0 0 40970 33 0 0 25 0 1 0 22042769 36671488 8511 4294967295 134512640 135987407 3221224560 3221221872 134555861 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 8953 8511 364 364 0 8589 0
[pid=9649] vsize: 35812
Current children cumulated CPU time (s) 410.03
Current children cumulated vsize (Kb) 35812

[startup+420.024 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 40234 0 0 0 41899 100 0 0 25 0 1 0 22042769 134221824 23680 4294967295 134512640 135987407 3221224560 3221186044 134637002 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 32769 23680 364 364 0 32405 0
[pid=9649] vsize: 131076
Current children cumulated CPU time (s) 419.99
Current children cumulated vsize (Kb) 131076

[startup+430.025 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 69329 0 0 0 42830 168 0 0 25 0 1 0 22042769 266469376 46124 4294967295 134512640 135987407 3221224560 3221071132 135482121 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9649/statm): 65056 46127 364 364 0 64692 0
[pid=9649] vsize: 260224
Current children cumulated CPU time (s) 429.98
Current children cumulated vsize (Kb) 260224

[startup+440.026 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 102026 0 0 0 43756 240 0 0 25 0 1 0 22042769 332070912 56863 4294967295 134512640 135987407 3221224560 3221185768 134637789 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9649/statm): 81072 56865 364 364 0 80708 0
[pid=9649] vsize: 324288
Current children cumulated CPU time (s) 439.96
Current children cumulated vsize (Kb) 324288

[startup+450.026 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 119921 0 0 0 44707 289 0 0 25 0 1 0 22042769 342368256 74486 4294967295 134512640 135987407 3221224560 3221217968 134640495 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9649/statm): 83586 74486 364 364 0 83222 0
[pid=9649] vsize: 334344
Current children cumulated CPU time (s) 449.96
Current children cumulated vsize (Kb) 334344

[startup+460.027 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 168834 0 0 0 45605 387 0 0 25 0 1 0 22042769 667992064 103777 4294967295 134512640 135987407 3221224560 3221121616 134887487 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9649/statm): 163084 103781 364 364 0 162720 0
[pid=9649] vsize: 652336
Current children cumulated CPU time (s) 459.92
Current children cumulated vsize (Kb) 652336

[startup+470.028 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 197991 0 0 0 46539 452 0 0 25 0 1 0 22042769 603987968 108143 4294967295 134512640 135987407 3221224560 3221044428 135499901 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 147458 108143 364 364 0 147094 0
[pid=9649] vsize: 589832
Current children cumulated CPU time (s) 469.91
Current children cumulated vsize (Kb) 589832

[startup+480.028 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 215088 0 0 0 47497 494 0 0 25 0 1 0 22042769 608448512 124957 4294967295 134512640 135987407 3221224560 3221194740 135477907 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 148547 124957 364 364 0 148183 0
[pid=9649] vsize: 594188
Current children cumulated CPU time (s) 479.91
Current children cumulated vsize (Kb) 594188

[startup+490.029 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) R 9648 9649 4005 0 -1 0 230071 0 0 0 48462 528 0 0 25 0 1 0 22042769 663240704 139694 4294967295 134512640 135987407 3221224560 3221166032 134877708 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9649/statm): 161924 139694 364 364 0 161560 0
[pid=9649] vsize: 647696
Current children cumulated CPU time (s) 489.9
Current children cumulated vsize (Kb) 647696



Mem limit exceeded: sending SIGTERM then SIGKILL

[startup+496.388 s]
Raw data (loadavg): 0.99 0.97 0.94 1/55 9649
Raw data (/proc/9649/stat): 9649 (pb2sat) T 9648 9649 4005 0 -1 0 240639 0 0 0 49072 553 0 0 25 0 1 0 22042769 957108224 150112 4294967295 134512640 135987407 3221224560 3220964688 135544035 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/9649/statm): 233669 150112 364 364 0 233305 0
[pid=9649] vsize: 934676
Current children cumulated CPU time (s) 496.25
Current children cumulated vsize (Kb) 934676

Sending SIGTERM to -9649
Sleeping 2 seconds
Sending SIGKILL to -9649
One traced child (pid=9649) 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): 498.702
CPU time (s): 496.739
CPU user time (s): 490.897
CPU system time (s): 5.84211
CPU usage (%): 99.6064
Max. virtual memory (cumulated for all children) (Kb): 934676

Verifier Data

ERROR: no interpretation found !