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-n370d.opb
MD5SUM5482c063922cabc25678dee80f9b5125
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 39256355821
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 39256355821
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 10535

Launcher Data

LAUNCH ON wulflinc15 THE 2005-09-23 18:48:08 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=9278 boxname=wulflinc15 idbench=1074 idsolver=8 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  5482c063922cabc25678dee80f9b5125  /oldhome/oroussel/tmp/wulflinc15/normalized-mps-v2-13-7-n370d.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc15/normalized-mps-v2-13-7-n370d.opb
IDLAUNCH: 9278
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.045
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.045
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:        884888 kB
Buffers:          4816 kB
Cached:         124384 kB
SwapCached:          0 kB
Active:          25612 kB
Inactive:       106448 kB
HighTotal:      131008 kB
HighFree:        70700 kB
LowTotal:       903652 kB
LowFree:        814188 kB
SwapTotal:     2097136 kB
SwapFree:      2097136 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           6984 kB
Slab:            12116 kB
Committed_AS:    63660 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-23 18:54:40 (client local time) WITH STATUS 0 IN 389.744 SECONDS
stats: 9278 7 389.744 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/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 18 0 0 0 0 0 0 0 21 0 1 0 22464931 1527808 2 4294967295 134512640 135987407 3221224560 3221224560 134512928 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 373 2 364 364 0 9 0
[pid=9291] vsize: 1492
open syscall for file /oldhome/oroussel/tmp/wulflinc15/normalized-mps-v2-13-7-n370d.opb

[startup+10.0014 s]
Raw data (loadavg): 0.93 0.96 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 2494 0 0 0 992 6 0 0 25 0 1 0 22464931 9367552 1808 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 2287 1808 364 364 0 1923 0
[pid=9291] vsize: 9148
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 9148

[startup+20.0022 s]
Raw data (loadavg): 0.94 0.96 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 3028 0 0 0 1991 7 0 0 25 0 1 0 22464931 10719232 2333 4294967295 134512640 135987407 3221224560 3221221952 134616610 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 2617 2333 364 364 0 2253 0
[pid=9291] vsize: 10468
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 10468

[startup+30.002 s]
Raw data (loadavg): 0.95 0.96 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 4403 0 0 0 2988 10 0 0 25 0 1 0 22464931 15630336 2964 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 3816 2964 364 364 0 3452 0
[pid=9291] vsize: 15264
Current children cumulated CPU time (s) 29.98
Current children cumulated vsize (Kb) 15264

[startup+40.0028 s]
Raw data (loadavg): 0.96 0.96 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 4677 0 0 0 3987 11 0 0 25 0 1 0 22464931 16306176 3233 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 3981 3233 364 364 0 3617 0
[pid=9291] vsize: 15924
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (Kb) 15924

[startup+50.0037 s]
Raw data (loadavg): 0.96 0.96 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 4928 0 0 0 4986 12 0 0 25 0 1 0 22464931 16982016 3480 4294967295 134512640 135987407 3221224560 3221221872 134555861 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 4146 3480 364 364 0 3782 0
[pid=9291] vsize: 16584
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (Kb) 16584

[startup+60.0045 s]
Raw data (loadavg): 0.97 0.96 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 5161 0 0 0 5986 13 0 0 25 0 1 0 22464931 17657856 3709 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9291/statm): 4311 3709 364 364 0 3947 0
[pid=9291] vsize: 17244
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 17244

[startup+70.0053 s]
Raw data (loadavg): 0.97 0.96 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 5375 0 0 0 6985 13 0 0 25 0 1 0 22464931 18198528 3919 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9291/statm): 4443 3919 364 364 0 4079 0
[pid=9291] vsize: 17772
Current children cumulated CPU time (s) 69.98
Current children cumulated vsize (Kb) 17772

[startup+80.0061 s]
Raw data (loadavg): 0.98 0.96 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 5571 0 0 0 7985 14 0 0 25 0 1 0 22464931 18604032 4112 4294967295 134512640 135987407 3221224560 3221221872 134555852 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9291/statm): 4542 4112 364 364 0 4178 0
[pid=9291] vsize: 18168
Current children cumulated CPU time (s) 79.99
Current children cumulated vsize (Kb) 18168

[startup+90.0059 s]
Raw data (loadavg): 0.98 0.96 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 5752 0 0 0 8985 14 0 0 25 0 1 0 22464931 19144704 4290 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9291/statm): 4674 4290 364 364 0 4310 0
[pid=9291] vsize: 18696
Current children cumulated CPU time (s) 89.99
Current children cumulated vsize (Kb) 18696

[startup+100.006 s]
Raw data (loadavg): 0.98 0.96 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 5923 0 0 0 9984 15 0 0 25 0 1 0 22464931 19550208 4459 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 4773 4459 364 364 0 4409 0
[pid=9291] vsize: 19092
Current children cumulated CPU time (s) 99.99
Current children cumulated vsize (Kb) 19092

[startup+110.007 s]
Raw data (loadavg): 0.98 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 8290 0 0 0 10978 21 0 0 25 0 1 0 22464931 28696576 5348 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 7006 5348 364 364 0 6642 0
[pid=9291] vsize: 28024
Current children cumulated CPU time (s) 109.99
Current children cumulated vsize (Kb) 28024

[startup+120.008 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 8349 0 0 0 11978 21 0 0 25 0 1 0 22464931 28696576 5404 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 7006 5404 364 364 0 6642 0
[pid=9291] vsize: 28024
Current children cumulated CPU time (s) 119.99
Current children cumulated vsize (Kb) 28024

[startup+130.008 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 8468 0 0 0 12978 22 0 0 25 0 1 0 22464931 28966912 5521 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9291/statm): 7072 5521 364 364 0 6708 0
[pid=9291] vsize: 28288
Current children cumulated CPU time (s) 130
Current children cumulated vsize (Kb) 28288

[startup+140.008 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 8598 0 0 0 13977 22 0 0 25 0 1 0 22464931 29237248 5648 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9291/statm): 7138 5648 364 364 0 6774 0
[pid=9291] vsize: 28552
Current children cumulated CPU time (s) 139.99
Current children cumulated vsize (Kb) 28552

[startup+150.009 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 8722 0 0 0 14977 22 0 0 25 0 1 0 22464931 29507584 5770 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9291/statm): 7204 5770 364 364 0 6840 0
[pid=9291] vsize: 28816
Current children cumulated CPU time (s) 149.99
Current children cumulated vsize (Kb) 28816

[startup+160.009 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 8842 0 0 0 15977 23 0 0 25 0 1 0 22464931 29913088 5888 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 7303 5888 364 364 0 6939 0
[pid=9291] vsize: 29212
Current children cumulated CPU time (s) 160
Current children cumulated vsize (Kb) 29212

[startup+170.01 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 8955 0 0 0 16977 23 0 0 25 0 1 0 22464931 30183424 5999 4294967295 134512640 135987407 3221224560 3221221872 134555861 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 7369 5999 364 364 0 7005 0
[pid=9291] vsize: 29476
Current children cumulated CPU time (s) 170
Current children cumulated vsize (Kb) 29476

[startup+180.01 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 9076 0 0 0 17976 23 0 0 25 0 1 0 22464931 30453760 6118 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 7435 6118 364 364 0 7071 0
[pid=9291] vsize: 29740
Current children cumulated CPU time (s) 179.99
Current children cumulated vsize (Kb) 29740

[startup+190.011 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 9200 0 0 0 18976 24 0 0 25 0 1 0 22464931 30724096 6240 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 7501 6240 364 364 0 7137 0
[pid=9291] vsize: 30004
Current children cumulated CPU time (s) 190
Current children cumulated vsize (Kb) 30004

[startup+200.012 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 9322 0 0 0 19976 24 0 0 25 0 1 0 22464931 30994432 6360 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 7567 6360 364 364 0 7203 0
[pid=9291] vsize: 30268
Current children cumulated CPU time (s) 200
Current children cumulated vsize (Kb) 30268

[startup+210.012 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 9441 0 0 0 20975 25 0 0 25 0 1 0 22464931 31399936 6477 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9291/statm): 7666 6477 364 364 0 7302 0
[pid=9291] vsize: 30664
Current children cumulated CPU time (s) 210
Current children cumulated vsize (Kb) 30664

[startup+220.013 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 9559 0 0 0 21975 25 0 0 25 0 1 0 22464931 31670272 6593 4294967295 134512640 135987407 3221224560 3221221872 134555868 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 7732 6593 364 364 0 7368 0
[pid=9291] vsize: 30928
Current children cumulated CPU time (s) 220
Current children cumulated vsize (Kb) 30928

[startup+230.013 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 9672 0 0 0 22975 25 0 0 25 0 1 0 22464931 31940608 6704 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 7798 6704 364 364 0 7434 0
[pid=9291] vsize: 31192
Current children cumulated CPU time (s) 230
Current children cumulated vsize (Kb) 31192

[startup+240.012 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 9783 0 0 0 23974 26 0 0 25 0 1 0 22464931 32210944 6813 4294967295 134512640 135987407 3221224560 3221221872 134555852 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 7864 6813 364 364 0 7500 0
[pid=9291] vsize: 31456
Current children cumulated CPU time (s) 240
Current children cumulated vsize (Kb) 31456

[startup+250.013 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 9893 0 0 0 24974 26 0 0 25 0 1 0 22464931 32481280 6922 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 7930 6922 364 364 0 7566 0
[pid=9291] vsize: 31720
Current children cumulated CPU time (s) 250
Current children cumulated vsize (Kb) 31720

[startup+260.014 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 10001 0 0 0 25973 27 0 0 25 0 1 0 22464931 32751616 7028 4294967295 134512640 135987407 3221224560 3221221872 134555870 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 7996 7028 364 364 0 7632 0
[pid=9291] vsize: 31984
Current children cumulated CPU time (s) 260
Current children cumulated vsize (Kb) 31984

[startup+270.015 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 10106 0 0 0 26973 27 0 0 25 0 1 0 22464931 33021952 7131 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 8062 7131 364 364 0 7698 0
[pid=9291] vsize: 32248
Current children cumulated CPU time (s) 270
Current children cumulated vsize (Kb) 32248

[startup+280.015 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 10209 0 0 0 27973 27 0 0 25 0 1 0 22464931 33292288 7232 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 8128 7232 364 364 0 7764 0
[pid=9291] vsize: 32512
Current children cumulated CPU time (s) 280
Current children cumulated vsize (Kb) 32512

[startup+290.014 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 10311 0 0 0 28973 27 0 0 25 0 1 0 22464931 33562624 7333 4294967295 134512640 135987407 3221224560 3221221872 134555859 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 8194 7333 364 364 0 7830 0
[pid=9291] vsize: 32776
Current children cumulated CPU time (s) 290
Current children cumulated vsize (Kb) 32776

[startup+300.015 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 14159 0 0 0 29964 36 0 0 25 0 1 0 22464931 47013888 10436 4294967295 134512640 135987407 3221224560 3220751072 134877746 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 11478 10436 364 364 0 11114 0
[pid=9291] vsize: 45912
Current children cumulated CPU time (s) 300
Current children cumulated vsize (Kb) 45912

[startup+310.015 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 45992 0 0 0 30889 109 0 0 25 0 1 0 22464931 142303232 29384 4294967295 134512640 135987407 3221224560 3220794652 134635332 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 34742 29384 364 364 0 34378 0
[pid=9291] vsize: 138968
Current children cumulated CPU time (s) 309.98
Current children cumulated vsize (Kb) 138968

[startup+320.016 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 79930 0 0 0 31816 179 0 0 25 0 1 0 22464931 251326464 47254 4294967295 134512640 135987407 3221224560 3220873420 135482121 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 61359 47254 364 364 0 60995 0
[pid=9291] vsize: 245436
Current children cumulated CPU time (s) 319.95
Current children cumulated vsize (Kb) 245436

[startup+330.017 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 105968 0 0 0 32761 234 0 0 25 0 1 0 22464931 340619264 60784 4294967295 134512640 135987407 3221224560 3220617920 134887312 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9291/statm): 83159 60785 364 364 0 82795 0
[pid=9291] vsize: 332636
Current children cumulated CPU time (s) 329.95
Current children cumulated vsize (Kb) 332636

[startup+340.017 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 122178 0 0 0 33723 271 0 0 25 0 1 0 22464931 347783168 76741 4294967295 134512640 135987407 3221224560 3220781744 134878092 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 84908 76741 364 364 0 84544 0
[pid=9291] vsize: 339632
Current children cumulated CPU time (s) 339.94
Current children cumulated vsize (Kb) 339632

[startup+350.017 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 182605 0 0 0 34597 395 0 0 25 0 1 0 22464931 674082816 117571 4294967295 134512640 135987407 3221224560 3220844416 134887487 0 0 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 164571 117571 364 364 0 164207 0
[pid=9291] vsize: 658284
Current children cumulated CPU time (s) 349.92
Current children cumulated vsize (Kb) 658284

[startup+360.018 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 199176 0 0 0 35555 436 0 0 25 0 1 0 22464931 610484224 109350 4294967295 134512640 135987407 3221224560 3220664732 135484829 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9291/statm): 149044 109351 364 364 0 148680 0
[pid=9291] vsize: 596176
Current children cumulated CPU time (s) 359.91
Current children cumulated vsize (Kb) 596176

[startup+370.019 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 215036 0 0 0 36519 472 0 0 25 0 1 0 22464931 615620608 124953 4294967295 134512640 135987407 3221224560 3221221364 134562648 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9291/statm): 150298 124953 364 364 0 149934 0
[pid=9291] vsize: 601192
Current children cumulated CPU time (s) 369.91
Current children cumulated vsize (Kb) 601192

[startup+380.019 s]
Raw data (loadavg): 0.99 0.97 0.93 2/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) R 9290 9291 4057 0 -1 0 230371 0 0 0 37486 504 0 0 25 0 1 0 22464931 618864640 140032 4294967295 134512640 135987407 3221224560 3220836912 134640130 0 0 5 16384 0 0 0 17 1 0 0
Raw data (/proc/9291/statm): 151090 140033 364 364 0 150726 0
[pid=9291] vsize: 604360
Current children cumulated CPU time (s) 379.9
Current children cumulated vsize (Kb) 604360



Mem limit exceeded: sending SIGTERM then SIGKILL

[startup+389.397 s]
Raw data (loadavg): 0.99 0.97 0.93 1/55 9291
Raw data (/proc/9291/stat): 9291 (pb2sat) T 9290 9291 4057 0 -1 0 243231 0 0 0 38394 534 0 0 25 0 1 0 22464931 963198976 152704 4294967295 134512640 135987407 3221224560 3220894128 135544035 0 0 5 16384 3222434794 0 0 17 1 0 0
Raw data (/proc/9291/statm): 235156 152704 364 364 0 234792 0
[pid=9291] vsize: 940624
Current children cumulated CPU time (s) 389.28
Current children cumulated vsize (Kb) 940624

Sending SIGTERM to -9291
Sleeping 2 seconds

[startup+390.019 s]
Raw data (loadavg): 0.99 0.97 0.93 1/56 9292
Raw data (/proc/9291/stat): 9291 (pb2sat) S 9290 9291 4057 0 -1 0 243232 0 0 0 38408 534 0 0 25 0 1 0 22464931 963198976 152705 4294967295 134512640 135987407 3221224560 3220892248 135549753 0 16384 5 16384 0 0 0 17 0 0 0
Raw data (/proc/9291/statm): 235156 152705 364 364 0 234792 0
[pid=9291] vsize: 940624
Current children cumulated CPU time (s) 389.42
Current children cumulated vsize (Kb) 940624
Sending SIGKILL to -9291
One traced child (pid=9291) 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): 391.714
CPU time (s): 389.744
CPU user time (s): 384.089
CPU system time (s): 5.65514
CPU usage (%): 99.4971
Max. virtual memory (cumulated for all children) (Kb): 940624

Verifier Data

ERROR: no interpretation found !