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).
  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

Namenormalized-opb/submitted/manquinho/primes-dimacs-cnf/normalized-jnh201.opb
MD5SUMba509931ad93c2223be235a06a9b3100
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 84
Optimality of the best value was proved NO
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.01884
Number of variables200
Total number of constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint14

Trace number 33642

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc11 THE 2005-05-27 15:16:32 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=1619 boxname=wulflinc11 idbench=180 idsolver=8 numberseed=0
MD5SUM SOLVER: 4b637b3b6117f2add1a6288e91336322  /oldhome/oroussel/solvers/vallstSAT2005PB.sh
MD5SUM BENCH:  ba509931ad93c2223be235a06a9b3100  /oldhome/oroussel/tmp/wulflinc11/normalized-jnh201.opb
REAL COMMAND:  vallstSAT2005PB.sh /oldhome/oroussel/tmp/wulflinc11/normalized-jnh201.opb 0
IDLAUNCH: 1619
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.028
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.028
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:        747016 kB
Buffers:         22928 kB
Cached:         244840 kB
SwapCached:        900 kB
Active:          27344 kB
Inactive:       242592 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        746764 kB
SwapTotal:     2097136 kB
SwapFree:      2095372 kB
Dirty:             220 kB
Writeback:           0 kB
Mapped:           5048 kB
Slab:            12072 kB
Committed_AS:    63604 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-05-27 15:25:26 (client local time) WITH STATUS 20 IN 533.168 SECONDS
stats: 1619 7 533.168 20
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
1:
seed: 0
Nr of vars set: 0  (#equs: 0)
Nr of vars set: 4  (#equs: 0)
#decisions: 52;  #end-nodes: 13;
#proof improvement attempts: 0;  #restarts: 0
Current batch, end-nodes: 13 / 85 (80)
#axs: 901, #non-axs: 10
tight: meta-meta: start: 6, end: 9;  meta: start: 12, end (keep): 23
loose: meta-meta: start: 9, end: 14;  meta: start: 30, end (keep): 50
result: model found (1)
Model found with constant:  104 (95:>=*);
#decisions: 28;  #end-nodes: 1;
#proof improvement attempts: 0;  #restarts: 0
Current batch, end-nodes: 1 / 80 (80)
#axs: 901, #non-axs: 10
tight: meta-meta: start: 6, end: 9;  meta: start: 12, end (keep): 23
loose: meta-meta: start: 9, end: 14;  meta: start: 30, end (keep): 50
Model found with constant:  105 (94:>=*);
#decisions: 36;  #end-nodes: 7;
#proof improvement attempts: 0;  #restarts: 0
Current batch, end-nodes: 7 / 80 (80)
#axs: 901, #non-axs: 11
tight: meta-meta: start: 6, end: 9;  meta: start: 12, end (keep): 23
loose: meta-meta: start: 9, end: 14;  meta: start: 30, end (keep): 50
Model found with constant:  106 (93:>=*);
#decisions: 37;  #end-nodes: 7;
#proof improvement attempts: 0;  #restarts: 0
Current batch, end-nodes: 7 / 80 (80)
#axs: 901, #non-axs: 12
tight: meta-meta: start: 6, end: 9;  meta: start: 12, end (keep): 23
loose: meta-meta: start: 9, end: 14;  meta: start: 30, end (keep): 50
Model found with constant:  107 (92:>=*);
#decisions: 125;  #end-nodes: 65;
#proof improvement attempts: 0;  #restarts: 0
Current batch, end-nodes: 65 / 80 (80)
#axs: 901, #non-axs: 17
tight: meta-meta: start: 6, end: 9;  meta: start: 12, end (keep): 23
loose: meta-meta: start: 9, end: 14;  meta: start: 30, end (keep): 50
Model found with constant:  108 (91:>=*);
#decisions: 1429;  #end-nodes: 944;
#proof improvement attempts: 0;  #restarts: 4
Current batch, end-nodes: 558 / 930 (81)
#axs: 901, #non-axs: 244
tight: meta-meta: start: 6, end: 9;  meta: start: 12, end (keep): 23
loose: meta-meta: start: 9, end: 14;  meta: start: 30, end (keep): 50
Model found with constant:  109 (90:>=*);
#decisions: 705;  #end-nodes: 439;
#proof improvement attempts: 0;  #restarts: 1
Current batch, end-nodes: 340 / 467 (80)
#axs: 901, #non-axs: 283
tight: meta-meta: start: 6, end: 9;  meta: start: 12, end (keep): 23
loose: meta-meta: start: 9, end: 14;  meta: start: 30, end (keep): 50
Model found with constant:  110 (89:>=*);
#decisions: 6859;  #end-nodes: 4421;
#proof improvement attempts: 0;  #restarts: 35
Current batch, end-nodes: 41 / 88 (88)
#axs: 904, #non-axs: 853
tight: meta-meta: start: 6, end: 9;  meta: start: 12, end (keep): 23
loose: meta-meta: start: 9, end: 14;  meta: start: 30, end (keep): 50
Model found with constant:  111 (88:>=*);
#decisions: 43799;  #end-nodes: 33901;
#proof improvement attempts: 0;  #restarts: 217
Current batch, end-nodes: 85 / 134 (134)
#axs: 904, #non-axs: 1443
tight: meta-meta: start: 6, end: 9;  meta: start: 12, end (keep): 23
loose: meta-meta: start: 9, end: 14;  meta: start: 30, end (keep): 50
Model found with constant:  112 (87:>=*);
#decisions: 87575;  #end-nodes: 73327;
#proof improvement attempts: 0;  #restarts: 398
Current batch, end-nodes: 143 / 179 (179)
#axs: 904, #non-axs: 1110
tight: meta-meta: start: 5, end: 7;  meta: start: 12, end (keep): 23
loose: meta-meta: start: 9, end: 14;  meta: start: 30, end (keep): 50
Model found with constant:  113 (86:>=*);
#decisions: 40;  #end-nodes: 13;
#proof improvement attempts: 0;  #restarts: 0
Current batch, end-nodes: 13 / 80 (80)
#axs: 904, #non-axs: 1110
tight: meta-meta: start: 5, end: 7;  meta: start: 12, end (keep): 23
loose: meta-meta: start: 9, end: 14;  meta: start: 30, end (keep): 50
Model found with constant:  114 (85:>=*);
#decisions: 935732;  #end-nodes: 850846;
#proof improvement attempts: 0;  #restarts: 1547
Current batch, end-nodes: 4395 / 6056 (466)
#axs: 904, #non-axs: 972
tight: meta-meta: start: 4, end: 5;  meta: start: 6, end (keep): 9
loose: meta-meta: start: 9, end: 14;  meta: start: 30, end (keep): 50
Model found with constant:  115 (84:>=*);
#decisions: 264855;  #end-nodes: 241723;
#proof improvement attempts: 0;  #restarts: 768
Current batch, end-nodes: 0 / 271 (271)
#axs: 904, #non-axs: 534
tight: meta-meta: start: 4, end: 5;  meta: start: 6, end (keep): 9
loose: meta-meta: start: 9, end: 14;  meta: start: 30, end (keep): 50
Model found with constant:
  (pushed:) 115 (84:>=*)

No proof was found though that an increment of the
last pushed constraint doesn't have a model.
result: the time limit has been exceeded (2)
seed: 0
Nr of vars set: 64  (#equs: 3)
Time taken: 7 min, 57 sec

2:
seed: 0
Nr of vars set: 64  (#equs: 0)
Nr of vars set: 64  (#equs: 0)
#decisions: 291381;  #end-nodes: 267475;
#proof improvement attempts: 0;  #restarts: 515
Current batch, end-nodes: 5360 / 6822 (248)
#axs: 376, #non-axs: 338
tight: meta-meta: start: 3, end: 4;  meta: start: 6, end (keep): 9
loose: meta-meta: start: 9, end: 14;  meta: start: 30, end (keep): 50
result: proof of false found (0)
No model found at all.
Proof of false found with initial constants.
result: proof of false found (0)
seed: 0
Nr of vars set: 196  (#equs: 0)
Time taken in seconds: 55
/oldhome/oroussel/solvers/vallstSAT2005PB.sh: line 190: grepres: command not found
/oldhome/oroussel/solvers/vallstSAT2005PB.sh: line 191: [: -eq: unary operator expected
times:
0m0.015s 0m0.015s
8m41.789s 0m11.297s
s UNSATISFIABLE
#### END SOLVER DATA ####
#### BEGIN WATCHER DATA ####
Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing VSIZE limit: 943718400 bytes
Enforcing Stack size limit: 67108864 bytes
Current StackSize limit: 67108864 bytes
Raw data (loadavg): 0.85 0.97 0.91 2/54 28837
Raw data (stat): 28837 (runsolver) R 28836 25830 25829 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 798946172 884736 94 4294967295 134512640 135332820 3221224464 3221219628 135092226 0 2147483391 7 90112 0 0 0 17 0 0 0
Raw data (statm): 216 94 205 205 0 11 0
vsize: 864
[startup+10.0007 s]
Raw data (loadavg): 0.87 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+20.0022 s]
Raw data (loadavg): 0.89 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+30.0026 s]
Raw data (loadavg): 0.91 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+40.0028 s]
Raw data (loadavg): 0.92 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+50.0032 s]
Raw data (loadavg): 0.93 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+60.003 s]
Raw data (loadavg): 0.94 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+70.004 s]
Raw data (loadavg): 0.95 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+80.0045 s]
Raw data (loadavg): 0.96 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+90.0043 s]
Raw data (loadavg): 0.96 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+100.004 s]
Raw data (loadavg): 0.97 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+110.005 s]
Raw data (loadavg): 0.97 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+120.006 s]
Raw data (loadavg): 0.98 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+130.006 s]
Raw data (loadavg): 0.98 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+140.005 s]
Raw data (loadavg): 0.98 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+150.006 s]
Raw data (loadavg): 0.98 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+160.006 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+170.007 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+180.007 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+190.006 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+200.007 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+210.007 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+220.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+230.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+240.008 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+250.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+260.009 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+270.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+280.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+290.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+300.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+310.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+320.01 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+330.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+340.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+350.011 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+360.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+370.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+380.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+390.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+400.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+410.012 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+420.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+430.014 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+440.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+450.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+460.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+470.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28840
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 321 232 0 0 0 0 0 0 19 0 1 0 798946172 2179072 242 4294967295 134512640 135087896 3221224528 3221223800 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 242 485 147 0 385 0
vsize: 2128
[startup+480.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28842
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 369 877 0 0 1 1 46751 971 19 0 1 0 798946172 2179072 248 4294967295 134512640 135087896 3221224528 3221223256 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 248 485 147 0 385 0
vsize: 2128
[startup+490.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28842
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 369 877 0 0 1 1 46751 971 19 0 1 0 798946172 2179072 248 4294967295 134512640 135087896 3221224528 3221223256 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 248 485 147 0 385 0
vsize: 2128
[startup+500.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28842
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 369 877 0 0 1 1 46751 971 19 0 1 0 798946172 2179072 248 4294967295 134512640 135087896 3221224528 3221223256 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 248 485 147 0 385 0
vsize: 2128
[startup+510.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28842
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 369 877 0 0 1 1 46751 971 19 0 1 0 798946172 2179072 248 4294967295 134512640 135087896 3221224528 3221223256 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 248 485 147 0 385 0
vsize: 2128
[startup+520.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28842
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 369 877 0 0 1 1 46751 971 19 0 1 0 798946172 2179072 248 4294967295 134512640 135087896 3221224528 3221223256 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 248 485 147 0 385 0
vsize: 2128
[startup+530.013 s]
Raw data (loadavg): 0.99 0.97 0.91 2/55 28842
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 369 877 0 0 1 1 46751 971 19 0 1 0 798946172 2179072 248 4294967295 134512640 135087896 3221224528 3221223256 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 248 485 147 0 385 0
vsize: 2128
[startup+533.495 s]
Raw data (loadavg): 0.99 0.97 0.91 1/53 28848
Raw data (stat): 28837 (vallstSAT2005PB) S 28836 25830 25829 0 -1 0 369 877 0 0 1 1 46751 971 19 0 1 0 798946172 2179072 248 4294967295 134512640 135087896 3221224528 3221223256 1074634510 0 65536 5 1132560122 3222414538 0 0 17 0 0 0
Raw data (statm): 532 248 485 147 0 385 0
vsize: 0

Child status: 20
Real time (s): 533.495
CPU time (s): 533.168
CPU user time (s): 521.825
CPU system time (s): 11.3433
CPU usage (%): 99.9388
Max. virtual memory (Kb): 2128
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####