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

Nameweb/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.opb
MD5SUM89f41bbcf2b70665bd7071c5b58e0ec8
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
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 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark323.626
Number of variables49621
Total number of constraints138346
Number of constraints which are clauses127390
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10956
Minimum length of a constraint1
Maximum length of a constraint15

Trace number 7855

Launcher Data

LAUNCH ON wulflinc3 THE 2005-09-20 14:38:11 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=5028 boxname=wulflinc3 idbench=340 idsolver=5 numberseed=0
MD5SUM SOLVER: 104a539e9cf344a86ca96d2c957e7d7f  /oldhome/oroussel/solvers/Pueblo
MD5SUM BENCH:  89f41bbcf2b70665bd7071c5b58e0ec8  /oldhome/oroussel/tmp/wulflinc3/normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.opb
REAL COMMAND:  Pueblo
IDLAUNCH: 5028
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.190
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	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.190
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:        777968 kB
Buffers:         30580 kB
Cached:         198784 kB
SwapCached:        816 kB
Active:          99180 kB
Inactive:       132820 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        777716 kB
SwapTotal:     2097136 kB
SwapFree:      2095752 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5680 kB
Slab:            19036 kB
Committed_AS:    72364 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-20 14:45:56 (client local time) WITH STATUS 20 IN 448.813 SECONDS
stats: 5028 7 448.813 20

Solver Data

c Pueblo version 1.3 (July 2005)
c Developed @ University of Michigan, Ann Arbor, MI
c  by Hossein Sheini
c starting to Solve
c #variables read: 49621 - #constraints read: 138345
c total time              : 448.78 s
s UNSATISFIABLE

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/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 19 0 0 0 0 0 0 0 19 0 1 0 1801077409 167936 3 4294967295 134512640 134578447 3221224624 3221224624 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/10196/statm): 41 3 40 18 0 23 0
[pid=10196] vsize: 164
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libstdc++.so.5
open syscall for file tls/i686/libstdc++.so.5
open syscall for file tls/mmx/libstdc++.so.5
open syscall for file tls/libstdc++.so.5
open syscall for file i686/mmx/libstdc++.so.5
open syscall for file i686/libstdc++.so.5
open syscall for file mmx/libstdc++.so.5
open syscall for file libstdc++.so.5
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libstdc++.so.5
open syscall for file /oldhome/oroussel/lib/tls/i686/libstdc++.so.5
open syscall for file /oldhome/oroussel/lib/tls/mmx/libstdc++.so.5
open syscall for file /oldhome/oroussel/lib/tls/libstdc++.so.5
open syscall for file /oldhome/oroussel/lib/i686/mmx/libstdc++.so.5
open syscall for file /oldhome/oroussel/lib/i686/libstdc++.so.5
open syscall for file /oldhome/oroussel/lib/mmx/libstdc++.so.5
open syscall for file /oldhome/oroussel/lib/libstdc++.so.5
open syscall for file /etc/ld.so.cache
open syscall for file /usr/lib/libstdc++.so.5
open syscall for file tls/i686/mmx/libm.so.6
open syscall for file tls/i686/libm.so.6
open syscall for file tls/mmx/libm.so.6
open syscall for file tls/libm.so.6
open syscall for file i686/mmx/libm.so.6
open syscall for file i686/libm.so.6
open syscall for file mmx/libm.so.6
open syscall for file libm.so.6
open syscall for file /oldhome/oroussel/lib/libm.so.6
open syscall for file /lib/tls/libm.so.6
open syscall for file tls/i686/mmx/libgcc_s.so.1
open syscall for file tls/i686/libgcc_s.so.1
open syscall for file tls/mmx/libgcc_s.so.1
open syscall for file tls/libgcc_s.so.1
open syscall for file i686/mmx/libgcc_s.so.1
open syscall for file i686/libgcc_s.so.1
open syscall for file mmx/libgcc_s.so.1
open syscall for file libgcc_s.so.1
open syscall for file /oldhome/oroussel/lib/libgcc_s.so.1
open syscall for file /lib/libgcc_s.so.1
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6

[startup+10.0036 s]
Raw data (loadavg): 0.87 1.02 0.99 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 115213 0 0 0 746 218 0 0 25 0 1 0 1801077409 33394688 7428 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 8153 7436 566 18 0 8135 0
[pid=10196] vsize: 32612
Current children cumulated CPU time (s) 9.64
Current children cumulated vsize (Kb) 32612

[startup+20.0044 s]
Raw data (loadavg): 0.89 1.02 0.99 1/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) T 10195 10196 31915 0 -1 0 403047 0 0 0 1164 728 0 0 25 0 1 0 1801077409 33394688 7387 4294967295 134512640 134578447 3221224624 3221223392 1075710051 0 0 5 0 3222434794 0 0 17 0 0 0
Raw data (/proc/10196/statm): 8153 7387 566 18 0 8135 0
[pid=10196] vsize: 32612
Current children cumulated CPU time (s) 18.92
Current children cumulated vsize (Kb) 32612

[startup+30.0052 s]
Raw data (loadavg): 0.98 1.03 1.00 1/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) T 10195 10196 31915 0 -1 0 694842 0 0 0 1604 1232 0 0 25 0 1 0 1801077409 33394688 7387 4294967295 134512640 134578447 3221224624 3221223392 1075710051 0 0 5 0 3222434794 0 0 17 1 0 0
Raw data (/proc/10196/statm): 8153 7387 566 18 0 8135 0
[pid=10196] vsize: 32612
Current children cumulated CPU time (s) 28.36
Current children cumulated vsize (Kb) 32612

[startup+40.0071 s]
Raw data (loadavg): 0.98 1.03 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 987272 0 0 0 2032 1729 0 0 25 0 1 0 1801077409 33394688 7434 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 8153 7436 566 18 0 8135 0
[pid=10196] vsize: 32612
Current children cumulated CPU time (s) 37.61
Current children cumulated vsize (Kb) 32612

[startup+50.0079 s]
Raw data (loadavg): 0.98 1.03 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 1278714 0 0 0 2460 2233 0 0 25 0 1 0 1801077409 33394688 7424 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/10196/statm): 8153 7424 566 18 0 8135 0
[pid=10196] vsize: 32612
Current children cumulated CPU time (s) 46.93
Current children cumulated vsize (Kb) 32612

[startup+60.0077 s]
Raw data (loadavg): 0.99 1.03 1.00 1/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) T 10195 10196 31915 0 -1 0 1572530 0 0 0 2876 2744 0 0 24 0 1 0 1801077409 33394688 7387 4294967295 134512640 134578447 3221224624 3221223392 1075710051 0 0 5 0 3222434794 0 0 17 1 0 0
Raw data (/proc/10196/statm): 8153 7387 566 18 0 8135 0
[pid=10196] vsize: 32612
Current children cumulated CPU time (s) 56.2
Current children cumulated vsize (Kb) 32612

[startup+70.0086 s]
Raw data (loadavg): 0.99 1.03 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) T 10195 10196 31915 0 -1 0 1863872 0 0 0 3299 3249 0 0 25 0 1 0 1801077409 33656832 7473 4294967295 134512640 134578447 3221224624 3221223592 1075710225 0 0 5 0 3222434794 0 0 17 0 0 0
Raw data (/proc/10196/statm): 8217 7473 566 18 0 8199 0
[pid=10196] vsize: 32868
Current children cumulated CPU time (s) 65.48
Current children cumulated vsize (Kb) 32868

[startup+80.0094 s]
Raw data (loadavg): 0.99 1.03 1.00 1/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) T 10195 10196 31915 0 -1 0 2152488 0 0 0 3720 3754 0 0 25 0 1 0 1801077409 33656832 7479 4294967295 134512640 134578447 3221224624 3221223592 1075710225 0 0 5 0 3222434794 0 0 17 0 0 0
Raw data (/proc/10196/statm): 8217 7479 566 18 0 8199 0
[pid=10196] vsize: 32868
Current children cumulated CPU time (s) 74.74
Current children cumulated vsize (Kb) 32868

[startup+90.0102 s]
Raw data (loadavg): 0.99 1.02 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 2449091 0 0 0 4144 4257 0 0 25 0 1 0 1801077409 33656832 7485 4294967295 134512640 134578447 3221224624 3221223632 134531608 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/10196/statm): 8217 7485 566 18 0 8199 0
[pid=10196] vsize: 32868
Current children cumulated CPU time (s) 84.01
Current children cumulated vsize (Kb) 32868

[startup+100.01 s]
Raw data (loadavg): 0.99 1.02 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 2743222 0 0 0 4571 4758 0 0 25 0 1 0 1801077409 33656832 7469 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/10196/statm): 8217 7469 566 18 0 8199 0
[pid=10196] vsize: 32868
Current children cumulated CPU time (s) 93.29
Current children cumulated vsize (Kb) 32868

[startup+110.011 s]
Raw data (loadavg): 0.99 1.02 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 3038801 0 0 0 4992 5260 0 0 25 0 1 0 1801077409 33923072 7529 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 8282 7538 566 18 0 8264 0
[pid=10196] vsize: 33128
Current children cumulated CPU time (s) 102.52
Current children cumulated vsize (Kb) 33128

[startup+120.012 s]
Raw data (loadavg): 0.99 1.02 1.00 1/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) T 10195 10196 31915 0 -1 0 3335699 0 0 0 5422 5755 0 0 24 0 1 0 1801077409 34725888 7683 4294967295 134512640 134578447 3221224624 3221223592 1075710225 0 0 5 0 3222434794 0 0 17 0 0 0
Raw data (/proc/10196/statm): 8478 7683 566 18 0 8460 0
[pid=10196] vsize: 33912
Current children cumulated CPU time (s) 111.77
Current children cumulated vsize (Kb) 33912

[startup+130.012 s]
Raw data (loadavg): 1.07 1.04 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 3631509 0 0 0 5844 6262 0 0 25 0 1 0 1801077409 35266560 7778 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/10196/statm): 8610 7778 566 18 0 8592 0
[pid=10196] vsize: 34440
Current children cumulated CPU time (s) 121.06
Current children cumulated vsize (Kb) 34440

[startup+140.012 s]
Raw data (loadavg): 1.06 1.04 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) T 10195 10196 31915 0 -1 0 3924951 0 0 0 6261 6769 0 0 25 0 1 0 1801077409 35807232 7955 4294967295 134512640 134578447 3221224624 3221223592 1075710225 0 0 5 0 3222434794 0 0 17 0 0 0
Raw data (/proc/10196/statm): 8742 7955 566 18 0 8724 0
[pid=10196] vsize: 34968
Current children cumulated CPU time (s) 130.3
Current children cumulated vsize (Kb) 34968

[startup+150.013 s]
Raw data (loadavg): 1.05 1.03 1.00 1/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) T 10195 10196 31915 0 -1 0 4220606 0 0 0 6683 7274 0 0 25 0 1 0 1801077409 36347904 8042 4294967295 134512640 134578447 3221224624 3221223392 1075710051 0 0 5 0 3222434794 0 0 17 0 0 0
Raw data (/proc/10196/statm): 8874 8042 566 18 0 8856 0
[pid=10196] vsize: 35496
Current children cumulated CPU time (s) 139.57
Current children cumulated vsize (Kb) 35496

[startup+160.013 s]
Raw data (loadavg): 1.04 1.03 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 4514843 0 0 0 7117 7772 0 0 19 0 1 0 1801077409 36888576 8230 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/10196/statm): 9006 8230 566 18 0 8988 0
[pid=10196] vsize: 36024
Current children cumulated CPU time (s) 148.89
Current children cumulated vsize (Kb) 36024

[startup+170.014 s]
Raw data (loadavg): 1.03 1.03 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 4806973 0 0 0 7549 8268 0 0 25 0 1 0 1801077409 37429248 8369 4294967295 134512640 134578447 3221224624 3221223632 134531608 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/10196/statm): 9138 8369 566 18 0 9120 0
[pid=10196] vsize: 36552
Current children cumulated CPU time (s) 158.17
Current children cumulated vsize (Kb) 36552

[startup+180.014 s]
Raw data (loadavg): 1.03 1.03 1.00 1/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) T 10195 10196 31915 0 -1 0 5100082 0 0 0 7979 8772 0 0 25 0 1 0 1801077409 37969920 8507 4294967295 134512640 134578447 3221224624 3221223592 1075710225 0 0 5 0 3222434794 0 0 17 0 0 0
Raw data (/proc/10196/statm): 9270 8507 566 18 0 9252 0
[pid=10196] vsize: 37080
Current children cumulated CPU time (s) 167.51
Current children cumulated vsize (Kb) 37080

[startup+190.016 s]
Raw data (loadavg): 1.02 1.03 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 5393565 0 0 0 8401 9284 0 0 25 0 1 0 1801077409 38510592 8627 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 9402 8636 566 18 0 9384 0
[pid=10196] vsize: 37608
Current children cumulated CPU time (s) 176.85
Current children cumulated vsize (Kb) 37608

[startup+200.016 s]
Raw data (loadavg): 1.02 1.03 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 5688385 0 0 0 8817 9790 0 0 25 0 1 0 1801077409 39051264 8761 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 9534 8770 566 18 0 9516 0
[pid=10196] vsize: 38136
Current children cumulated CPU time (s) 186.07
Current children cumulated vsize (Kb) 38136

[startup+210.016 s]
Raw data (loadavg): 1.02 1.03 1.00 1/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) T 10195 10196 31915 0 -1 0 5983668 0 0 0 9246 10291 0 0 25 0 1 0 1801077409 39591936 8917 4294967295 134512640 134578447 3221224624 3221223592 1075710225 0 0 5 0 3222434794 0 0 17 0 0 0
Raw data (/proc/10196/statm): 9666 8917 566 18 0 9648 0
[pid=10196] vsize: 38664
Current children cumulated CPU time (s) 195.37
Current children cumulated vsize (Kb) 38664

[startup+220.017 s]
Raw data (loadavg): 1.01 1.02 1.00 1/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) T 10195 10196 31915 0 -1 0 6280518 0 0 0 9675 10791 0 0 25 0 1 0 1801077409 40202240 9072 4294967295 134512640 134578447 3221224624 3221223592 1075710225 0 0 5 0 3222434794 0 0 17 0 0 0
Raw data (/proc/10196/statm): 9815 9072 566 18 0 9797 0
[pid=10196] vsize: 39260
Current children cumulated CPU time (s) 204.66
Current children cumulated vsize (Kb) 39260

[startup+230.018 s]
Raw data (loadavg): 1.01 1.02 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6575006 0 0 0 10099 11296 0 0 25 0 1 0 1801077409 43900928 9805 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/10196/statm): 10718 9805 566 18 0 10700 0
[pid=10196] vsize: 42872
Current children cumulated CPU time (s) 213.95
Current children cumulated vsize (Kb) 42872

[startup+240.019 s]
Raw data (loadavg): 1.01 1.02 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789524 0 0 0 10690 11658 0 0 25 0 1 0 1801077409 46649344 10536 4294967295 134512640 134578447 3221224624 3221223584 134559024 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11389 10536 566 18 0 11371 0
[pid=10196] vsize: 45556
Current children cumulated CPU time (s) 223.48
Current children cumulated vsize (Kb) 45556

[startup+250.02 s]
Raw data (loadavg): 1.01 1.02 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789526 0 0 0 11690 11658 0 0 25 0 1 0 1801077409 46649344 10538 4294967295 134512640 134578447 3221224624 3221223580 134559030 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11389 10538 566 18 0 11371 0
[pid=10196] vsize: 45556
Current children cumulated CPU time (s) 233.48
Current children cumulated vsize (Kb) 45556

[startup+260.019 s]
Raw data (loadavg): 1.00 1.02 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789526 0 0 0 12690 11658 0 0 25 0 1 0 1801077409 46649344 10538 4294967295 134512640 134578447 3221224624 3221223584 134559074 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11389 10538 566 18 0 11371 0
[pid=10196] vsize: 45556
Current children cumulated CPU time (s) 243.48
Current children cumulated vsize (Kb) 45556

[startup+270.02 s]
Raw data (loadavg): 1.00 1.02 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789526 0 0 0 13691 11658 0 0 25 0 1 0 1801077409 46649344 10538 4294967295 134512640 134578447 3221224624 3221223584 134559029 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11389 10538 566 18 0 11371 0
[pid=10196] vsize: 45556
Current children cumulated CPU time (s) 253.49
Current children cumulated vsize (Kb) 45556

[startup+280.02 s]
Raw data (loadavg): 1.00 1.02 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789526 0 0 0 14691 11658 0 0 25 0 1 0 1801077409 46649344 10538 4294967295 134512640 134578447 3221224624 3221223520 134519861 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11389 10538 566 18 0 11371 0
[pid=10196] vsize: 45556
Current children cumulated CPU time (s) 263.49
Current children cumulated vsize (Kb) 45556

[startup+290.021 s]
Raw data (loadavg): 1.00 1.02 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789526 0 0 0 15691 11658 0 0 25 0 1 0 1801077409 46649344 10538 4294967295 134512640 134578447 3221224624 3221223584 134559024 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11389 10538 566 18 0 11371 0
[pid=10196] vsize: 45556
Current children cumulated CPU time (s) 273.49
Current children cumulated vsize (Kb) 45556

[startup+300.021 s]
Raw data (loadavg): 1.00 1.02 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789526 0 0 0 16691 11658 0 0 25 0 1 0 1801077409 46649344 10538 4294967295 134512640 134578447 3221224624 3221223536 134558092 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11389 10538 566 18 0 11371 0
[pid=10196] vsize: 45556
Current children cumulated CPU time (s) 283.49
Current children cumulated vsize (Kb) 45556

[startup+310.022 s]
Raw data (loadavg): 1.00 1.02 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789526 0 0 0 17692 11658 0 0 25 0 1 0 1801077409 46649344 10538 4294967295 134512640 134578447 3221224624 3221223536 134558099 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11389 10538 566 18 0 11371 0
[pid=10196] vsize: 45556
Current children cumulated CPU time (s) 293.5
Current children cumulated vsize (Kb) 45556

[startup+320.022 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789526 0 0 0 18692 11658 0 0 25 0 1 0 1801077409 46649344 10538 4294967295 134512640 134578447 3221224624 3221223568 134558660 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11389 10538 566 18 0 11371 0
[pid=10196] vsize: 45556
Current children cumulated CPU time (s) 303.5
Current children cumulated vsize (Kb) 45556

[startup+330.023 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789526 0 0 0 19692 11658 0 0 25 0 1 0 1801077409 46649344 10538 4294967295 134512640 134578447 3221224624 3221223504 134527513 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11389 10538 566 18 0 11371 0
[pid=10196] vsize: 45556
Current children cumulated CPU time (s) 313.5
Current children cumulated vsize (Kb) 45556

[startup+340.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789526 0 0 0 20692 11658 0 0 25 0 1 0 1801077409 46649344 10538 4294967295 134512640 134578447 3221224624 3221223584 134559024 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11389 10538 566 18 0 11371 0
[pid=10196] vsize: 45556
Current children cumulated CPU time (s) 323.5
Current children cumulated vsize (Kb) 45556

[startup+350.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789526 0 0 0 21692 11658 0 0 25 0 1 0 1801077409 46649344 10538 4294967295 134512640 134578447 3221224624 3221223536 134556798 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11389 10538 566 18 0 11371 0
[pid=10196] vsize: 45556
Current children cumulated CPU time (s) 333.5
Current children cumulated vsize (Kb) 45556

[startup+360.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789526 0 0 0 22693 11658 0 0 25 0 1 0 1801077409 46649344 10538 4294967295 134512640 134578447 3221224624 3221223584 134559029 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11389 10538 566 18 0 11371 0
[pid=10196] vsize: 45556
Current children cumulated CPU time (s) 343.51
Current children cumulated vsize (Kb) 45556

[startup+370.025 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789526 0 0 0 23693 11658 0 0 25 0 1 0 1801077409 46649344 10538 4294967295 134512640 134578447 3221224624 3221223536 134557270 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11389 10538 566 18 0 11371 0
[pid=10196] vsize: 45556
Current children cumulated CPU time (s) 353.51
Current children cumulated vsize (Kb) 45556

[startup+380.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789559 0 0 0 24693 11659 0 0 25 0 1 0 1801077409 46911488 10571 4294967295 134512640 134578447 3221224624 3221223476 134555838 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11453 10571 566 18 0 11435 0
[pid=10196] vsize: 45812
Current children cumulated CPU time (s) 363.52
Current children cumulated vsize (Kb) 45812

[startup+390.025 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789562 0 0 0 25693 11659 0 0 25 0 1 0 1801077409 46911488 10574 4294967295 134512640 134578447 3221224624 3221223520 134519982 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11453 10574 566 18 0 11435 0
[pid=10196] vsize: 45812
Current children cumulated CPU time (s) 373.52
Current children cumulated vsize (Kb) 45812

[startup+400.026 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789564 0 0 0 26693 11659 0 0 25 0 1 0 1801077409 46911488 10576 4294967295 134512640 134578447 3221224624 3221223496 134558258 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11453 10576 566 18 0 11435 0
[pid=10196] vsize: 45812
Current children cumulated CPU time (s) 383.52
Current children cumulated vsize (Kb) 45812

[startup+410.026 s]
Raw data (loadavg): 1.00 1.01 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789566 0 0 0 27693 11659 0 0 25 0 1 0 1801077409 46911488 10578 4294967295 134512640 134578447 3221224624 3221223584 134559029 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11453 10578 566 18 0 11435 0
[pid=10196] vsize: 45812
Current children cumulated CPU time (s) 393.52
Current children cumulated vsize (Kb) 45812

[startup+420.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789568 0 0 0 28694 11659 0 0 25 0 1 0 1801077409 46911488 10580 4294967295 134512640 134578447 3221224624 3221223476 134555857 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11453 10580 566 18 0 11435 0
[pid=10196] vsize: 45812
Current children cumulated CPU time (s) 403.53
Current children cumulated vsize (Kb) 45812

[startup+430.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789570 0 0 0 29694 11659 0 0 25 0 1 0 1801077409 46911488 10582 4294967295 134512640 134578447 3221224624 3221223584 134559024 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11453 10582 566 18 0 11435 0
[pid=10196] vsize: 45812
Current children cumulated CPU time (s) 413.53
Current children cumulated vsize (Kb) 45812

[startup+440.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789573 0 0 0 30694 11659 0 0 25 0 1 0 1801077409 46911488 10585 4294967295 134512640 134578447 3221224624 3221223520 134519748 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11453 10585 566 18 0 11435 0
[pid=10196] vsize: 45812
Current children cumulated CPU time (s) 423.53
Current children cumulated vsize (Kb) 45812

[startup+450.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789575 0 0 0 31694 11659 0 0 25 0 1 0 1801077409 46911488 10587 4294967295 134512640 134578447 3221224624 3221223536 134557043 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11453 10587 566 18 0 11435 0
[pid=10196] vsize: 45812
Current children cumulated CPU time (s) 433.53
Current children cumulated vsize (Kb) 45812

[startup+460.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/56 10196
Raw data (/proc/10196/stat): 10196 (Pueblo) R 10195 10196 31915 0 -1 0 6789577 0 0 0 32694 11659 0 0 25 0 1 0 1801077409 46911488 10589 4294967295 134512640 134578447 3221224624 3221223536 134557013 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10196/statm): 11453 10589 566 18 0 11435 0
[pid=10196] vsize: 45812
Current children cumulated CPU time (s) 443.53
Current children cumulated vsize (Kb) 45812
One traced child (pid=10196) exited with status: 20
All traced children have exited ! Game is over.

Child status: 20
Real time (s): 465.301
CPU time (s): 448.813
CPU user time (s): 332.2
CPU system time (s): 116.613
CPU usage (%): 96.4564
Max. virtual memory (cumulated for all children) (Kb): 45812

Verifier Data

ERROR: no interpretation found !