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-cache-ibm-q-unbounded.Ic22arity.ucl.opb
MD5SUM6bfe4c2dce1e5dbe61cc34b52b1b387f
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark50.7543
Number of variables87751
Total number of constraints254772
Number of constraints which are clauses247060
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7712
Minimum length of a constraint1
Maximum length of a constraint15

Trace number 7853

Launcher Data

LAUNCH ON wulflinc8 THE 2005-09-20 14:33:21 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=4992 boxname=wulflinc8 idbench=304 idsolver=5 numberseed=0
MD5SUM SOLVER: 104a539e9cf344a86ca96d2c957e7d7f  /oldhome/oroussel/solvers/Pueblo
MD5SUM BENCH:  6bfe4c2dce1e5dbe61cc34b52b1b387f  /oldhome/oroussel/tmp/wulflinc8/normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
REAL COMMAND:  Pueblo
IDLAUNCH: 4992
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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.007
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:        816252 kB
Buffers:         33268 kB
Cached:         158432 kB
SwapCached:        876 kB
Active:          88048 kB
Inactive:       106436 kB
HighTotal:      131008 kB
HighFree:         1904 kB
LowTotal:       903652 kB
LowFree:        814348 kB
SwapTotal:     2097136 kB
SwapFree:      2095848 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5768 kB
Slab:            18192 kB
Committed_AS:    64172 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-20 14:43:09 (client local time) WITH STATUS 20 IN 581.031 SECONDS
stats: 4992 7 581.031 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: 87751 - #constraints read: 254771
c total time              : 580.99 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/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1787495218 167936 3 4294967295 134512640 134578447 3221224624 3221224624 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/1461/statm): 41 3 40 18 0 23 0
[pid=1461] 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.0039 s]
Raw data (loadavg): 0.87 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 10512 0 0 0 960 29 0 0 25 0 1 0 1787495218 44646400 10478 4294967295 134512640 134578447 3221224624 3221092072 1075245153 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 10900 10478 566 18 0 10882 0
[pid=1461] vsize: 43600
Current children cumulated CPU time (s) 9.89
Current children cumulated vsize (Kb) 43600

[startup+20.0047 s]
Raw data (loadavg): 0.89 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 12804 0 0 0 1956 33 0 0 25 0 1 0 1787495218 57372672 12644 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14007 12644 566 18 0 13989 0
[pid=1461] vsize: 56028
Current children cumulated CPU time (s) 19.89
Current children cumulated vsize (Kb) 56028

[startup+30.0045 s]
Raw data (loadavg): 0.91 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 12804 0 0 0 2956 33 0 0 25 0 1 0 1787495218 57372672 12644 4294967295 134512640 134578447 3221224624 3221223632 134531608 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14007 12644 566 18 0 13989 0
[pid=1461] vsize: 56028
Current children cumulated CPU time (s) 29.89
Current children cumulated vsize (Kb) 56028

[startup+40.0052 s]
Raw data (loadavg): 0.92 0.99 0.95 1/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) T 1460 1461 27660 0 -1 0 86764 0 0 0 3816 163 0 0 25 0 1 0 1787495218 57724928 12730 4294967295 134512640 134578447 3221224624 3221223592 1075710225 0 0 5 0 3222434794 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14093 12730 566 18 0 14075 0
[pid=1461] vsize: 56372
Current children cumulated CPU time (s) 39.79
Current children cumulated vsize (Kb) 56372

[startup+50.006 s]
Raw data (loadavg): 0.93 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 385614 0 0 0 4252 683 0 0 25 0 1 0 1787495218 57724928 12730 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14093 12730 566 18 0 14075 0
[pid=1461] vsize: 56372
Current children cumulated CPU time (s) 49.35
Current children cumulated vsize (Kb) 56372

[startup+60.0068 s]
Raw data (loadavg): 0.94 0.99 0.95 1/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) T 1460 1461 27660 0 -1 0 686098 0 0 0 4680 1210 0 0 25 0 1 0 1787495218 57724928 12730 4294967295 134512640 134578447 3221224624 3221223592 1075710225 0 0 5 0 3222434794 0 0 17 0 0 0
Raw data (/proc/1461/statm): 14093 12730 566 18 0 14075 0
[pid=1461] vsize: 56372
Current children cumulated CPU time (s) 58.9
Current children cumulated vsize (Kb) 56372

[startup+70.0076 s]
Raw data (loadavg): 0.95 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 985550 0 0 0 5121 1725 0 0 25 0 1 0 1787495218 57724928 12730 4294967295 134512640 134578447 3221224624 3221223632 134531608 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14093 12730 566 18 0 14075 0
[pid=1461] vsize: 56372
Current children cumulated CPU time (s) 68.46
Current children cumulated vsize (Kb) 56372

[startup+80.0084 s]
Raw data (loadavg): 0.96 0.99 0.95 1/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) T 1460 1461 27660 0 -1 0 1284056 0 0 0 5547 2252 0 0 25 0 1 0 1787495218 57372672 12644 4294967295 134512640 134578447 3221224624 3221223392 1075710051 0 0 5 0 3222434794 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14007 12644 566 18 0 13989 0
[pid=1461] vsize: 56028
Current children cumulated CPU time (s) 77.99
Current children cumulated vsize (Kb) 56028

[startup+90.0092 s]
Raw data (loadavg): 0.96 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 1580752 0 0 0 5968 2787 0 0 25 0 1 0 1787495218 57724928 12726 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14093 12730 566 18 0 14075 0
[pid=1461] vsize: 56372
Current children cumulated CPU time (s) 87.55
Current children cumulated vsize (Kb) 56372

[startup+100.009 s]
Raw data (loadavg): 0.97 0.99 0.95 1/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) T 1460 1461 27660 0 -1 0 1877026 0 0 0 6392 3316 0 0 25 0 1 0 1787495218 57724928 12730 4294967295 134512640 134578447 3221224624 3221223592 1075710225 0 0 5 0 3222434794 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14093 12730 566 18 0 14075 0
[pid=1461] vsize: 56372
Current children cumulated CPU time (s) 97.08
Current children cumulated vsize (Kb) 56372

[startup+110.01 s]
Raw data (loadavg): 0.97 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 2172901 0 0 0 6813 3847 0 0 25 0 1 0 1787495218 57724928 12679 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/1461/statm): 14093 12679 566 18 0 14075 0
[pid=1461] vsize: 56372
Current children cumulated CPU time (s) 106.6
Current children cumulated vsize (Kb) 56372

[startup+120.011 s]
Raw data (loadavg): 0.98 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 2469824 0 0 0 7244 4375 0 0 25 0 1 0 1787495218 57724928 12730 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14093 12730 566 18 0 14075 0
[pid=1461] vsize: 56372
Current children cumulated CPU time (s) 116.19
Current children cumulated vsize (Kb) 56372

[startup+130.01 s]
Raw data (loadavg): 0.98 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 2766691 0 0 0 7677 4899 0 0 25 0 1 0 1787495218 57724928 12725 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/1461/statm): 14093 12725 566 18 0 14075 0
[pid=1461] vsize: 56372
Current children cumulated CPU time (s) 125.76
Current children cumulated vsize (Kb) 56372

[startup+140.011 s]
Raw data (loadavg): 0.98 0.99 0.95 1/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) T 1460 1461 27660 0 -1 0 3062450 0 0 0 8108 5422 0 0 25 0 1 0 1787495218 57372672 12644 4294967295 134512640 134578447 3221224624 3221223592 1075710225 0 0 5 0 3222434794 0 0 17 0 0 0
Raw data (/proc/1461/statm): 14007 12644 566 18 0 13989 0
[pid=1461] vsize: 56028
Current children cumulated CPU time (s) 135.3
Current children cumulated vsize (Kb) 56028

[startup+150.012 s]
Raw data (loadavg): 0.98 0.99 0.95 1/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) T 1460 1461 27660 0 -1 0 3359752 0 0 0 8536 5950 0 0 25 0 1 0 1787495218 57724928 12730 4294967295 134512640 134578447 3221224624 3221223592 1075710225 0 0 5 0 3222434794 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14093 12730 566 18 0 14075 0
[pid=1461] vsize: 56372
Current children cumulated CPU time (s) 144.86
Current children cumulated vsize (Kb) 56372

[startup+160.013 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) T 1460 1461 27660 0 -1 0 3656796 0 0 0 8969 6473 0 0 25 0 1 0 1787495218 57724928 12730 4294967295 134512640 134578447 3221224624 3221223592 1075710225 0 0 5 0 3222434794 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14093 12730 566 18 0 14075 0
[pid=1461] vsize: 56372
Current children cumulated CPU time (s) 154.42
Current children cumulated vsize (Kb) 56372

[startup+170.013 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 3952087 0 0 0 9392 7002 0 0 25 0 1 0 1787495218 57724928 12697 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14093 12706 566 18 0 14075 0
[pid=1461] vsize: 56372
Current children cumulated CPU time (s) 163.94
Current children cumulated vsize (Kb) 56372

[startup+180.013 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4239941 0 0 0 9838 7511 0 0 25 0 1 0 1787495218 57896960 12709 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14135 12709 566 18 0 14117 0
[pid=1461] vsize: 56540
Current children cumulated CPU time (s) 173.49
Current children cumulated vsize (Kb) 56540

[startup+190.014 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4239947 0 0 0 10838 7511 0 0 25 0 1 0 1787495218 57896960 12715 4294967295 134512640 134578447 3221224624 3221223616 134532004 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14135 12715 566 18 0 14117 0
[pid=1461] vsize: 56540
Current children cumulated CPU time (s) 183.49
Current children cumulated vsize (Kb) 56540

[startup+200.014 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4239953 0 0 0 11838 7511 0 0 25 0 1 0 1787495218 57896960 12721 4294967295 134512640 134578447 3221224624 3221223616 134532004 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14135 12721 566 18 0 14117 0
[pid=1461] vsize: 56540
Current children cumulated CPU time (s) 193.49
Current children cumulated vsize (Kb) 56540

[startup+210.015 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4239959 0 0 0 12839 7511 0 0 25 0 1 0 1787495218 57896960 12727 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14135 12727 566 18 0 14117 0
[pid=1461] vsize: 56540
Current children cumulated CPU time (s) 203.5
Current children cumulated vsize (Kb) 56540

[startup+220.015 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4239965 0 0 0 13838 7511 0 0 25 0 1 0 1787495218 57896960 12733 4294967295 134512640 134578447 3221224624 3221223632 134531609 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14135 12733 566 18 0 14117 0
[pid=1461] vsize: 56540
Current children cumulated CPU time (s) 213.49
Current children cumulated vsize (Kb) 56540

[startup+230.015 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4239971 0 0 0 14838 7512 0 0 25 0 1 0 1787495218 57896960 12739 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14135 12739 566 18 0 14117 0
[pid=1461] vsize: 56540
Current children cumulated CPU time (s) 223.5
Current children cumulated vsize (Kb) 56540

[startup+240.016 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4239977 0 0 0 15838 7512 0 0 25 0 1 0 1787495218 57896960 12745 4294967295 134512640 134578447 3221224624 3221223616 134532004 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14135 12745 566 18 0 14117 0
[pid=1461] vsize: 56540
Current children cumulated CPU time (s) 233.5
Current children cumulated vsize (Kb) 56540

[startup+250.017 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4239983 0 0 0 16838 7513 0 0 25 0 1 0 1787495218 57896960 12751 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14135 12751 566 18 0 14117 0
[pid=1461] vsize: 56540
Current children cumulated CPU time (s) 243.51
Current children cumulated vsize (Kb) 56540

[startup+260.018 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4240126 0 0 0 17838 7513 0 0 25 0 1 0 1787495218 58572800 12894 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14300 12894 566 18 0 14282 0
[pid=1461] vsize: 57200
Current children cumulated CPU time (s) 253.51
Current children cumulated vsize (Kb) 57200

[startup+270.018 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4240264 0 0 0 18838 7513 0 0 25 0 1 0 1787495218 59113472 13032 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14432 13032 566 18 0 14414 0
[pid=1461] vsize: 57728
Current children cumulated CPU time (s) 263.51
Current children cumulated vsize (Kb) 57728

[startup+280.018 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4240398 0 0 0 19838 7514 0 0 25 0 1 0 1787495218 59654144 13166 4294967295 134512640 134578447 3221224624 3221223616 134532015 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14564 13166 566 18 0 14546 0
[pid=1461] vsize: 58256
Current children cumulated CPU time (s) 273.52
Current children cumulated vsize (Kb) 58256

[startup+290.019 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4240535 0 0 0 20838 7514 0 0 25 0 1 0 1787495218 60583936 13303 4294967295 134512640 134578447 3221224624 3221223632 134531609 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14791 13303 566 18 0 14773 0
[pid=1461] vsize: 59164
Current children cumulated CPU time (s) 283.52
Current children cumulated vsize (Kb) 59164

[startup+300.019 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4240671 0 0 0 21837 7514 0 0 25 0 1 0 1787495218 61124608 13439 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 14923 13439 566 18 0 14905 0
[pid=1461] vsize: 59692
Current children cumulated CPU time (s) 293.51
Current children cumulated vsize (Kb) 59692

[startup+310.02 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4240808 0 0 0 22837 7515 0 0 25 0 1 0 1787495218 61665280 13576 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 15055 13576 566 18 0 15037 0
[pid=1461] vsize: 60220
Current children cumulated CPU time (s) 303.52
Current children cumulated vsize (Kb) 60220

[startup+320.02 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4240946 0 0 0 23837 7515 0 0 25 0 1 0 1787495218 62205952 13714 4294967295 134512640 134578447 3221224624 3221223632 134531609 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 15187 13714 566 18 0 15169 0
[pid=1461] vsize: 60748
Current children cumulated CPU time (s) 313.52
Current children cumulated vsize (Kb) 60748

[startup+330.021 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4241084 0 0 0 24836 7516 0 0 25 0 1 0 1787495218 62746624 13852 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 15319 13852 566 18 0 15301 0
[pid=1461] vsize: 61276
Current children cumulated CPU time (s) 323.52
Current children cumulated vsize (Kb) 61276

[startup+340.022 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4241220 0 0 0 25836 7516 0 0 25 0 1 0 1787495218 63287296 13988 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 15451 13988 566 18 0 15433 0
[pid=1461] vsize: 61804
Current children cumulated CPU time (s) 333.52
Current children cumulated vsize (Kb) 61804

[startup+350.023 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4241353 0 0 0 26835 7517 0 0 25 0 1 0 1787495218 63827968 14121 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 15583 14121 566 18 0 15565 0
[pid=1461] vsize: 62332
Current children cumulated CPU time (s) 343.52
Current children cumulated vsize (Kb) 62332

[startup+360.023 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4241490 0 0 0 27835 7517 0 0 25 0 1 0 1787495218 64368640 14258 4294967295 134512640 134578447 3221224624 3221223632 134531609 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 15715 14258 566 18 0 15697 0
[pid=1461] vsize: 62860
Current children cumulated CPU time (s) 353.52
Current children cumulated vsize (Kb) 62860

[startup+370.024 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4241624 0 0 0 28835 7518 0 0 25 0 1 0 1787495218 64909312 14392 4294967295 134512640 134578447 3221224624 3221223632 134531609 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 15847 14392 566 18 0 15829 0
[pid=1461] vsize: 63388
Current children cumulated CPU time (s) 363.53
Current children cumulated vsize (Kb) 63388

[startup+380.024 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4241759 0 0 0 29834 7519 0 0 25 0 1 0 1787495218 65449984 14527 4294967295 134512640 134578447 3221224624 3221223616 134532010 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 15979 14527 566 18 0 15961 0
[pid=1461] vsize: 63916
Current children cumulated CPU time (s) 373.53
Current children cumulated vsize (Kb) 63916

[startup+390.025 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4241896 0 0 0 30834 7519 0 0 25 0 1 0 1787495218 65990656 14664 4294967295 134512640 134578447 3221224624 3221223616 134532004 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 16111 14664 566 18 0 16093 0
[pid=1461] vsize: 64444
Current children cumulated CPU time (s) 383.53
Current children cumulated vsize (Kb) 64444

[startup+400.026 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4242031 0 0 0 31834 7519 0 0 25 0 1 0 1787495218 66531328 14799 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 16243 14799 566 18 0 16225 0
[pid=1461] vsize: 64972
Current children cumulated CPU time (s) 393.53
Current children cumulated vsize (Kb) 64972

[startup+410.026 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4242172 0 0 0 32833 7520 0 0 25 0 1 0 1787495218 67072000 14940 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 16375 14940 566 18 0 16357 0
[pid=1461] vsize: 65500
Current children cumulated CPU time (s) 403.53
Current children cumulated vsize (Kb) 65500

[startup+420.027 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4242311 0 0 0 33833 7520 0 0 25 0 1 0 1787495218 67612672 15079 4294967295 134512640 134578447 3221224624 3221223616 134532004 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 16507 15079 566 18 0 16489 0
[pid=1461] vsize: 66028
Current children cumulated CPU time (s) 413.53
Current children cumulated vsize (Kb) 66028

[startup+430.027 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4242453 0 0 0 34833 7520 0 0 25 0 1 0 1787495218 68149248 15221 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 16638 15221 566 18 0 16620 0
[pid=1461] vsize: 66552
Current children cumulated CPU time (s) 423.53
Current children cumulated vsize (Kb) 66552

[startup+440.028 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4242599 0 0 0 35833 7521 0 0 25 0 1 0 1787495218 68689920 15367 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 16770 15367 566 18 0 16752 0
[pid=1461] vsize: 67080
Current children cumulated CPU time (s) 433.54
Current children cumulated vsize (Kb) 67080

[startup+450.029 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4242740 0 0 0 36832 7522 0 0 25 0 1 0 1787495218 69230592 15508 4294967295 134512640 134578447 3221224624 3221223616 134532004 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 16902 15508 566 18 0 16884 0
[pid=1461] vsize: 67608
Current children cumulated CPU time (s) 443.54
Current children cumulated vsize (Kb) 67608

[startup+460.029 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4242884 0 0 0 37832 7522 0 0 25 0 1 0 1787495218 69906432 15652 4294967295 134512640 134578447 3221224624 3221223448 1075289077 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 17067 15652 566 18 0 17049 0
[pid=1461] vsize: 68268
Current children cumulated CPU time (s) 453.54
Current children cumulated vsize (Kb) 68268

[startup+470.03 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4243019 0 0 0 38831 7523 0 0 25 0 1 0 1787495218 70447104 15787 4294967295 134512640 134578447 3221224624 3221223616 134532012 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 17199 15787 566 18 0 17181 0
[pid=1461] vsize: 68796
Current children cumulated CPU time (s) 463.54
Current children cumulated vsize (Kb) 68796

[startup+480.031 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4243442 0 0 0 39830 7524 0 0 25 0 1 0 1787495218 72069120 16210 4294967295 134512640 134578447 3221224624 3221223632 134531608 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1461/statm): 17595 16210 566 18 0 17577 0
[pid=1461] vsize: 70380
Current children cumulated CPU time (s) 473.54
Current children cumulated vsize (Kb) 70380

[startup+490.032 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4244398 0 0 0 40827 7526 0 0 25 0 1 0 1787495218 76132352 17166 4294967295 134512640 134578447 3221224624 3221223520 134519757 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/1461/statm): 18587 17166 566 18 0 18569 0
[pid=1461] vsize: 74348
Current children cumulated CPU time (s) 483.53
Current children cumulated vsize (Kb) 74348

[startup+500.033 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4244398 0 0 0 41826 7527 0 0 25 0 1 0 1787495218 76132352 17166 4294967295 134512640 134578447 3221224624 3221223584 134559024 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/1461/statm): 18587 17166 566 18 0 18569 0
[pid=1461] vsize: 74348
Current children cumulated CPU time (s) 493.53
Current children cumulated vsize (Kb) 74348

[startup+510.034 s]
Raw data (loadavg): 0.99 0.99 0.95 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4244398 0 0 0 42826 7527 0 0 25 0 1 0 1787495218 76132352 17166 4294967295 134512640 134578447 3221224624 3221223556 134552644 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/1461/statm): 18587 17166 566 18 0 18569 0
[pid=1461] vsize: 74348
Current children cumulated CPU time (s) 503.53
Current children cumulated vsize (Kb) 74348

[startup+520.035 s]
Raw data (loadavg): 1.15 1.02 0.96 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4244398 0 0 0 43825 7528 0 0 25 0 1 0 1787495218 76132352 17166 4294967295 134512640 134578447 3221224624 3221223184 134525241 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/1461/statm): 18587 17166 566 18 0 18569 0
[pid=1461] vsize: 74348
Current children cumulated CPU time (s) 513.53
Current children cumulated vsize (Kb) 74348

[startup+530.036 s]
Raw data (loadavg): 1.12 1.02 0.96 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4244399 0 0 0 44825 7528 0 0 25 0 1 0 1787495218 76132352 17167 4294967295 134512640 134578447 3221224624 3221223296 134523369 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/1461/statm): 18587 17167 566 18 0 18569 0
[pid=1461] vsize: 74348
Current children cumulated CPU time (s) 523.53
Current children cumulated vsize (Kb) 74348

[startup+540.037 s]
Raw data (loadavg): 1.10 1.02 0.96 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4244399 0 0 0 45825 7528 0 0 25 0 1 0 1787495218 76132352 17167 4294967295 134512640 134578447 3221224624 3221223504 134527516 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/1461/statm): 18587 17167 566 18 0 18569 0
[pid=1461] vsize: 74348
Current children cumulated CPU time (s) 533.53
Current children cumulated vsize (Kb) 74348

[startup+550.038 s]
Raw data (loadavg): 1.09 1.02 0.96 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4244399 0 0 0 46824 7529 0 0 25 0 1 0 1787495218 76132352 17167 4294967295 134512640 134578447 3221224624 3221223536 134557333 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/1461/statm): 18587 17167 566 18 0 18569 0
[pid=1461] vsize: 74348
Current children cumulated CPU time (s) 543.53
Current children cumulated vsize (Kb) 74348

[startup+560.038 s]
Raw data (loadavg): 1.07 1.02 0.96 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4244399 0 0 0 47824 7529 0 0 25 0 1 0 1787495218 76132352 17167 4294967295 134512640 134578447 3221224624 3221223536 134558099 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/1461/statm): 18587 17167 566 18 0 18569 0
[pid=1461] vsize: 74348
Current children cumulated CPU time (s) 553.53
Current children cumulated vsize (Kb) 74348

[startup+570.039 s]
Raw data (loadavg): 1.06 1.01 0.96 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4244399 0 0 0 48824 7530 0 0 25 0 1 0 1787495218 76132352 17167 4294967295 134512640 134578447 3221224624 3221223568 134558657 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/1461/statm): 18587 17167 566 18 0 18569 0
[pid=1461] vsize: 74348
Current children cumulated CPU time (s) 563.54
Current children cumulated vsize (Kb) 74348

[startup+580.04 s]
Raw data (loadavg): 1.05 1.01 0.96 2/56 1461
Raw data (/proc/1461/stat): 1461 (Pueblo) R 1460 1461 27660 0 -1 0 4244399 0 0 0 49824 7530 0 0 25 0 1 0 1787495218 76132352 17167 4294967295 134512640 134578447 3221224624 3221223536 134558098 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/1461/statm): 18587 17167 566 18 0 18569 0
[pid=1461] vsize: 74348
Current children cumulated CPU time (s) 573.54
Current children cumulated vsize (Kb) 74348
One traced child (pid=1461) exited with status: 20
All traced children have exited ! Game is over.

Child status: 20
Real time (s): 587.529
CPU time (s): 581.031
CPU user time (s): 505.693
CPU system time (s): 75.3375
CPU usage (%): 98.894
Max. virtual memory (cumulated for all children) (Kb): 74348

Verifier Data

ERROR: no interpretation found !