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-n3705.opb
MD5SUM0c133df60e56cfadff3d5b0562856855
Bench Categoryoptimization, medium integers (OPTMEDINT)
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 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 39009164451
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 39009164451
Number of bits of the biggest sum of numbers36
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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 10518

Launcher Data

LAUNCH ON wulflinc4 THE 2005-09-23 18:42:18 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=9271 boxname=wulflinc4 idbench=1067 idsolver=8 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  0c133df60e56cfadff3d5b0562856855  /oldhome/oroussel/tmp/wulflinc4/normalized-mps-v2-13-7-n3705.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc4/normalized-mps-v2-13-7-n3705.opb
IDLAUNCH: 9271
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.191
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.191
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:        949860 kB
Buffers:           220 kB
Cached:          67100 kB
SwapCached:          0 kB
Active:          21256 kB
Inactive:        48988 kB
HighTotal:      131008 kB
HighFree:        59528 kB
LowTotal:       903652 kB
LowFree:        890332 kB
SwapTotal:     2097136 kB
SwapFree:      2097136 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           6980 kB
Slab:             8800 kB
Committed_AS:    63660 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-23 18:48:47 (client local time) WITH STATUS 0 IN 386.869 SECONDS
stats: 9271 7 386.869 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/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 18 0 0 0 0 0 0 0 23 0 1 0 22449461 1527808 2 4294967295 134512640 135987407 3221224560 3221224560 134512928 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 373 2 364 364 0 9 0
[pid=10760] vsize: 1492
open syscall for file /oldhome/oroussel/tmp/wulflinc4/normalized-mps-v2-13-7-n3705.opb

[startup+10.0023 s]
Raw data (loadavg): 0.85 0.94 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 2575 0 0 0 992 6 0 0 25 0 1 0 22449461 9502720 1888 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 2320 1888 364 364 0 1956 0
[pid=10760] vsize: 9280
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 9280

[startup+20.0022 s]
Raw data (loadavg): 0.87 0.94 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 4192 0 0 0 1986 12 0 0 25 0 1 0 22449461 15224832 2757 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 3717 2757 364 364 0 3353 0
[pid=10760] vsize: 14868
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 14868

[startup+30.003 s]
Raw data (loadavg): 0.89 0.94 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 4464 0 0 0 2985 13 0 0 25 0 1 0 22449461 15765504 3023 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 3849 3023 364 364 0 3485 0
[pid=10760] vsize: 15396
Current children cumulated CPU time (s) 29.98
Current children cumulated vsize (Kb) 15396

[startup+40.0039 s]
Raw data (loadavg): 0.91 0.94 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 4746 0 0 0 3984 14 0 0 25 0 1 0 22449461 16576512 3301 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 4047 3301 364 364 0 3683 0
[pid=10760] vsize: 16188
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (Kb) 16188

[startup+50.0048 s]
Raw data (loadavg): 0.92 0.94 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 4997 0 0 0 4983 15 0 0 25 0 1 0 22449461 17117184 3548 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 4179 3548 364 364 0 3815 0
[pid=10760] vsize: 16716
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (Kb) 16716

[startup+60.0046 s]
Raw data (loadavg): 0.93 0.95 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 5223 0 0 0 5982 16 0 0 25 0 1 0 22449461 17793024 3770 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 4344 3770 364 364 0 3980 0
[pid=10760] vsize: 17376
Current children cumulated CPU time (s) 59.98
Current children cumulated vsize (Kb) 17376

[startup+70.0045 s]
Raw data (loadavg): 0.94 0.95 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 5429 0 0 0 6982 17 0 0 25 0 1 0 22449461 18333696 3973 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 4476 3973 364 364 0 4112 0
[pid=10760] vsize: 17904
Current children cumulated CPU time (s) 69.99
Current children cumulated vsize (Kb) 17904

[startup+80.0054 s]
Raw data (loadavg): 0.95 0.95 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 5622 0 0 0 7980 18 0 0 25 0 1 0 22449461 18739200 4162 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 4575 4162 364 364 0 4211 0
[pid=10760] vsize: 18300
Current children cumulated CPU time (s) 79.98
Current children cumulated vsize (Kb) 18300

[startup+90.0052 s]
Raw data (loadavg): 0.96 0.95 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 5801 0 0 0 8980 18 0 0 25 0 1 0 22449461 19279872 4339 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 4707 4339 364 364 0 4343 0
[pid=10760] vsize: 18828
Current children cumulated CPU time (s) 89.98
Current children cumulated vsize (Kb) 18828

[startup+100.006 s]
Raw data (loadavg): 0.96 0.95 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 5973 0 0 0 9979 19 0 0 25 0 1 0 22449461 19685376 4508 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 4806 4508 364 364 0 4442 0
[pid=10760] vsize: 19224
Current children cumulated CPU time (s) 99.98
Current children cumulated vsize (Kb) 19224

[startup+110.007 s]
Raw data (loadavg): 0.97 0.95 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 8307 0 0 0 10974 24 0 0 25 0 1 0 22449461 28696576 5364 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 7006 5364 364 364 0 6642 0
[pid=10760] vsize: 28024
Current children cumulated CPU time (s) 109.98
Current children cumulated vsize (Kb) 28024

[startup+120.007 s]
Raw data (loadavg): 0.97 0.95 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 8369 0 0 0 11974 24 0 0 25 0 1 0 22449461 28696576 5424 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/10760/statm): 7006 5424 364 364 0 6642 0
[pid=10760] vsize: 28024
Current children cumulated CPU time (s) 119.98
Current children cumulated vsize (Kb) 28024

[startup+130.008 s]
Raw data (loadavg): 0.98 0.95 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 8498 0 0 0 12974 24 0 0 25 0 1 0 22449461 29102080 5550 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/10760/statm): 7105 5550 364 364 0 6741 0
[pid=10760] vsize: 28420
Current children cumulated CPU time (s) 129.98
Current children cumulated vsize (Kb) 28420

[startup+140.008 s]
Raw data (loadavg): 0.98 0.95 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 8623 0 0 0 13973 25 0 0 25 0 1 0 22449461 29372416 5673 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/10760/statm): 7171 5673 364 364 0 6807 0
[pid=10760] vsize: 28684
Current children cumulated CPU time (s) 139.98
Current children cumulated vsize (Kb) 28684

[startup+150.008 s]
Raw data (loadavg): 0.98 0.95 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 8742 0 0 0 14973 25 0 0 25 0 1 0 22449461 29642752 5790 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/10760/statm): 7237 5790 364 364 0 6873 0
[pid=10760] vsize: 28948
Current children cumulated CPU time (s) 149.98
Current children cumulated vsize (Kb) 28948

[startup+160.008 s]
Raw data (loadavg): 0.98 0.96 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 8859 0 0 0 15973 26 0 0 25 0 1 0 22449461 29913088 5905 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 7303 5905 364 364 0 6939 0
[pid=10760] vsize: 29212
Current children cumulated CPU time (s) 159.99
Current children cumulated vsize (Kb) 29212

[startup+170.008 s]
Raw data (loadavg): 0.99 0.96 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 8975 0 0 0 16973 26 0 0 25 0 1 0 22449461 30183424 6018 4294967295 134512640 135987407 3221224560 3221221872 134555863 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 7369 6018 364 364 0 7005 0
[pid=10760] vsize: 29476
Current children cumulated CPU time (s) 169.99
Current children cumulated vsize (Kb) 29476

[startup+180.009 s]
Raw data (loadavg): 0.99 0.96 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 9098 0 0 0 17972 26 0 0 25 0 1 0 22449461 30453760 6139 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 7435 6139 364 364 0 7071 0
[pid=10760] vsize: 29740
Current children cumulated CPU time (s) 179.98
Current children cumulated vsize (Kb) 29740

[startup+190.01 s]
Raw data (loadavg): 0.99 0.96 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 9223 0 0 0 18972 27 0 0 25 0 1 0 22449461 30859264 6262 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 7534 6262 364 364 0 7170 0
[pid=10760] vsize: 30136
Current children cumulated CPU time (s) 189.99
Current children cumulated vsize (Kb) 30136

[startup+200.011 s]
Raw data (loadavg): 0.99 0.96 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 9346 0 0 0 19972 27 0 0 25 0 1 0 22449461 31129600 6383 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 7600 6383 364 364 0 7236 0
[pid=10760] vsize: 30400
Current children cumulated CPU time (s) 199.99
Current children cumulated vsize (Kb) 30400

[startup+210.011 s]
Raw data (loadavg): 0.99 0.96 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 9467 0 0 0 20971 28 0 0 25 0 1 0 22449461 31399936 6502 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 7666 6502 364 364 0 7302 0
[pid=10760] vsize: 30664
Current children cumulated CPU time (s) 209.99
Current children cumulated vsize (Kb) 30664

[startup+220.01 s]
Raw data (loadavg): 0.99 0.96 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 9581 0 0 0 21970 29 0 0 25 0 1 0 22449461 31670272 6615 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 7732 6615 364 364 0 7368 0
[pid=10760] vsize: 30928
Current children cumulated CPU time (s) 219.99
Current children cumulated vsize (Kb) 30928

[startup+230.011 s]
Raw data (loadavg): 0.99 0.96 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 9697 0 0 0 22970 29 0 0 25 0 1 0 22449461 32075776 6729 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 7831 6729 364 364 0 7467 0
[pid=10760] vsize: 31324
Current children cumulated CPU time (s) 229.99
Current children cumulated vsize (Kb) 31324

[startup+240.011 s]
Raw data (loadavg): 0.99 0.96 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 9810 0 0 0 23970 29 0 0 25 0 1 0 22449461 32346112 6840 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 7897 6840 364 364 0 7533 0
[pid=10760] vsize: 31588
Current children cumulated CPU time (s) 239.99
Current children cumulated vsize (Kb) 31588

[startup+250.012 s]
Raw data (loadavg): 0.99 0.96 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 9919 0 0 0 24969 30 0 0 25 0 1 0 22449461 32616448 6947 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 7963 6947 364 364 0 7599 0
[pid=10760] 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.97 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 10028 0 0 0 25969 30 0 0 25 0 1 0 22449461 32886784 7054 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 8029 7054 364 364 0 7665 0
[pid=10760] 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.97 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 10133 0 0 0 26969 30 0 0 25 0 1 0 22449461 33157120 7158 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/10760/statm): 8095 7158 364 364 0 7731 0
[pid=10760] vsize: 32380
Current children cumulated CPU time (s) 269.99
Current children cumulated vsize (Kb) 32380

[startup+280.014 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 10238 0 0 0 27969 31 0 0 25 0 1 0 22449461 33427456 7261 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 8161 7261 364 364 0 7797 0
[pid=10760] vsize: 32644
Current children cumulated CPU time (s) 280
Current children cumulated vsize (Kb) 32644

[startup+290.015 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 10340 0 0 0 28968 31 0 0 25 0 1 0 22449461 33697792 7361 4294967295 134512640 135987407 3221224560 3221221872 134555870 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 8227 7361 364 364 0 7863 0
[pid=10760] 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.97 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 25190 0 0 0 29932 65 0 0 25 0 1 0 22449461 84074496 16668 4294967295 134512640 135987407 3221224560 3220824624 134893282 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 20526 16668 364 364 0 20162 0
[pid=10760] vsize: 82104
Current children cumulated CPU time (s) 299.97
Current children cumulated vsize (Kb) 82104

[startup+310.016 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 56013 0 0 0 30863 132 0 0 25 0 1 0 22449461 167604224 33191 4294967295 134512640 135987407 3221224560 3220654300 135499903 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 40919 33191 364 364 0 40555 0
[pid=10760] vsize: 163676
Current children cumulated CPU time (s) 309.95
Current children cumulated vsize (Kb) 163676

[startup+320.016 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 85381 0 0 0 31797 196 0 0 25 0 1 0 22449461 254840832 52625 4294967295 134512640 135987407 3221224560 3220781912 134558751 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 62217 52625 364 364 0 61853 0
[pid=10760] vsize: 248868
Current children cumulated CPU time (s) 319.93
Current children cumulated vsize (Kb) 248868

[startup+330.017 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 111217 0 0 0 32737 255 0 0 25 0 1 0 22449461 342511616 65949 4294967295 134512640 135987407 3221224560 3220835760 134876472 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 83621 65949 364 364 0 83257 0
[pid=10760] vsize: 334484
Current children cumulated CPU time (s) 329.92
Current children cumulated vsize (Kb) 334484

[startup+340.017 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 146791 0 0 0 33663 325 0 0 25 0 1 0 22449461 526618624 100540 4294967295 134512640 135987407 3221224560 3220800548 134856722 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 128569 100540 364 364 0 128205 0
[pid=10760] vsize: 514276
Current children cumulated CPU time (s) 339.88
Current children cumulated vsize (Kb) 514276

[startup+350.018 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 190727 0 0 0 34570 418 0 0 25 0 1 0 22449461 575172608 101043 4294967295 134512640 135987407 3221224560 3220773100 134636959 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 140423 101043 364 364 0 140059 0
[pid=10760] vsize: 561692
Current children cumulated CPU time (s) 349.88
Current children cumulated vsize (Kb) 561692

[startup+360.019 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 204489 0 0 0 35540 448 0 0 25 0 1 0 22449461 613457920 114583 4294967295 134512640 135987407 3221224560 3221221364 134562648 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 149770 114583 364 364 0 149406 0
[pid=10760] vsize: 599080
Current children cumulated CPU time (s) 359.88
Current children cumulated vsize (Kb) 599080

[startup+370.019 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 219875 0 0 0 36505 482 0 0 25 0 1 0 22449461 616837120 129712 4294967295 134512640 135987407 3221224560 3220780636 135499906 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 150595 129712 364 364 0 150231 0
[pid=10760] vsize: 602380
Current children cumulated CPU time (s) 369.87
Current children cumulated vsize (Kb) 602380

[startup+380.019 s]
Raw data (loadavg): 0.99 0.97 0.94 2/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) R 10759 10760 4060 0 -1 0 232345 0 0 0 37479 508 0 0 25 0 1 0 22449461 671088640 141979 4294967295 134512640 135987407 3221224560 3220647936 134876577 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/10760/statm): 163840 141979 364 364 0 163476 0
[pid=10760] vsize: 655360
Current children cumulated CPU time (s) 379.87
Current children cumulated vsize (Kb) 655360



Mem limit exceeded: sending SIGTERM then SIGKILL

[startup+386.56 s]
Raw data (loadavg): 0.99 0.97 0.94 1/55 10760
Raw data (/proc/10760/stat): 10760 (pb2sat) T 10759 10760 4060 0 -1 0 243503 0 0 0 38108 533 0 0 25 0 1 0 22449461 964415488 152976 4294967295 134512640 135987407 3221224560 3220596096 135544035 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/10760/statm): 235453 152976 364 364 0 235089 0
[pid=10760] vsize: 941812
Current children cumulated CPU time (s) 386.41
Current children cumulated vsize (Kb) 941812

Sending SIGTERM to -10760
Sleeping 2 seconds
Sending SIGKILL to -10760
One traced child (pid=10760) 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.875
CPU time (s): 386.869
CPU user time (s): 381.224
CPU system time (s): 5.64514
CPU usage (%): 99.4841
Max. virtual memory (cumulated for all children) (Kb): 941812

Verifier Data

ERROR: no interpretation found !