Trace number 2659572

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 into four (or five) parts:
  1. 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 ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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 X seconds (see the parameters in the trace). 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 X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    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.
  5. 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 provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26UNSAT 767.276 764.593

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
MD5SUM50ec52fd2f8650248cdc06f32bc8af84
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.8
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables40605
Total number of constraints118930
Number of constraints which are clauses117190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1740
Minimum length of a constraint1
Maximum length of a constraint13
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 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659572-1276332145.opb
0.22/0.21	c reading problem ... 
3.36/2.71	c ... done. Wall clock time 2.493s.
3.36/2.71	c #vars     40605
3.36/2.71	c #constraints  118930
3.36/2.71	c constraints type 
3.36/2.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 38323
3.36/2.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78866
3.36/2.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1740
26.29/24.80	c cleaning 2496 clauses out of 5000 with flag 5000/5000
54.40/52.86	c cleaning 4248 clauses out of 8504 with flag 11000/11000
84.93/83.06	c cleaning 5627 clauses out of 11256 with flag 18000/18000
118.62/116.33	c cleaning 6808 clauses out of 13630 with flag 26001/26001
162.50/160.13	c cleaning 7910 clauses out of 15821 with flag 35000/35000
205.70/203.34	c cleaning 8951 clauses out of 17912 with flag 45001/45001
256.99/254.69	c cleaning 9972 clauses out of 19960 with flag 56000/56000
301.39/299.09	c cleaning 10987 clauses out of 21989 with flag 68001/68001
340.70/338.35	c cleaning 12000 clauses out of 24004 with flag 81003/81003
392.01/389.60	c cleaning 12995 clauses out of 26002 with flag 95001/95001
450.79/448.31	c cleaning 13998 clauses out of 28006 with flag 110000/110000
519.38/516.84	c cleaning 15003 clauses out of 30010 with flag 126002/126002
577.59/575.02	c cleaning 15998 clauses out of 32007 with flag 143002/143002
645.90/643.34	c cleaning 17003 clauses out of 34007 with flag 161000/161000
714.74/712.14	c cleaning 17991 clauses out of 36002 with flag 180001/180001
767.16/764.53	c starts		: 105
767.16/764.53	c conflicts		: 191143
767.16/764.53	c decisions		: 260085
767.16/764.53	c propagations		: 659970715
767.16/764.53	c inspects		: 1805796992
767.16/764.53	c learnt literals	: 9
767.16/764.53	c learnt binary clauses	: 239
767.16/764.53	c learnt ternary clauses	: 558
767.16/764.53	c learnt clauses	: 191133
767.16/764.53	c ignored clauses	: 0
767.16/764.53	c root simplifications	: 0
767.16/764.53	c removed literals (reason simplification)	: 8443258
767.16/764.53	c reason swapping (by a shorter reason)	: 0
767.16/764.53	c Calls to reduceDB	: 15
767.16/764.53	c number of reductions to clauses (during analyze)	: 0
767.16/764.53	c number of learned constraints concerned by reduction	: 0
767.16/764.53	c number of learning phase by resolution	: 0
767.16/764.53	c number of learning phase by cutting planes	: 0
767.16/764.53	c speed (assignments/second)	: 866303.3915970094
767.16/764.53	c non guided choices	1030
767.16/764.56	c learnt constraints type 
767.16/764.56	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 28907
767.16/764.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 239
767.16/764.56	c constraints type 
767.16/764.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 38323
767.16/764.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78866
767.16/764.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1740
767.16/764.56	s UNSATISFIABLE
767.16/764.56	c Total wall clock time (in seconds): 764.348

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659572-1276332145/watcher-2659572-1276332145 -o /tmp/evaluation-result-2659572-1276332145/solver-2659572-1276332145 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659572-1276332145.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 2.01 1.68 3/106 11502
/proc/meminfo: memFree=1393200/2059040 swapFree=4192956/4192956
[pid=11502] ppid=11500 vsize=1832 CPUtime=0
/proc/11502/stat : 11502 (java6) R 11500 11502 10317 0 -1 4194304 223 0 0 0 0 0 0 0 21 0 1 0 8815931 1875968 126 1992294400 134512640 134550932 4294109664 18446744073709551615 2803196 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11502/statm: 458 128 92 10 0 63 0

[startup+0.0427309 s]
/proc/loadavg: 1.84 2.01 1.68 3/106 11502
/proc/meminfo: memFree=1393200/2059040 swapFree=4192956/4192956
[pid=11502] ppid=11500 vsize=1520328 CPUtime=0.03
/proc/11502/stat : 11502 (java) S 11500 11502 10317 0 -1 4202496 3358 0 1 0 1 2 0 0 15 0 4 0 8815931 1556815872 2801 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11502/statm: 380082 2802 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.100729 s]
/proc/loadavg: 1.84 2.01 1.68 3/106 11502
/proc/meminfo: memFree=1393200/2059040 swapFree=4192956/4192956
[pid=11502] ppid=11500 vsize=1524184 CPUtime=0.09
/proc/11502/stat : 11502 (java) S 11500 11502 10317 0 -1 4202496 3955 0 1 0 6 3 0 0 15 0 12 0 8815931 1560764416 3394 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11502/statm: 381046 3395 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300724 s]
/proc/loadavg: 1.84 2.01 1.68 3/106 11502
/proc/meminfo: memFree=1393200/2059040 swapFree=4192956/4192956
[pid=11502] ppid=11500 vsize=1526272 CPUtime=0.33
/proc/11502/stat : 11502 (java) S 11500 11502 10317 0 -1 4202496 5486 0 1 0 30 3 0 0 15 0 12 0 8815931 1562902528 4923 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11502/statm: 381568 4923 1361 10 0 378870 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526272

[startup+0.700714 s]
/proc/loadavg: 1.84 2.01 1.68 3/106 11502
/proc/meminfo: memFree=1393200/2059040 swapFree=4192956/4192956
[pid=11502] ppid=11500 vsize=1528040 CPUtime=1
/proc/11502/stat : 11502 (java) S 11500 11502 10317 0 -1 4202496 7045 0 1 0 96 4 0 0 15 0 12 0 8815931 1564712960 6482 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11502/statm: 382010 6482 1402 10 0 379312 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1528040

[startup+1.50169 s]
/proc/loadavg: 1.84 2.01 1.68 4/118 11514
/proc/meminfo: memFree=1361548/2059040 swapFree=4192956/4192956
[pid=11502] ppid=11500 vsize=1528764 CPUtime=2
/proc/11502/stat : 11502 (java) S 11500 11502 10317 0 -1 4202496 21071 0 1 0 189 11 0 0 15 0 12 0 8815931 1565454336 20207 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11502/statm: 382191 20207 1406 10 0 379493 0
[pid=11502/tid=11504] ppid=11500 vsize=1528764 CPUtime=1.18
/proc/11502/task/11504/stat : 11504 (java) R 11500 11502 10317 0 -1 4202560 18475 0 1 0 109 9 0 0 25 0 12 0 8815933 1565454336 20207 1992294400 134512640 134550932 4294094736 18446744073709551615 4109314145 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11502/tid=11505] ppid=11500 vsize=1528764 CPUtime=0
/proc/11502/task/11505/stat : 11505 (java) S 11500 11502 10317 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 8815934 1565454336 20207 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11506] ppid=11500 vsize=1528764 CPUtime=0
/proc/11502/task/11506/stat : 11506 (java) S 11500 11502 10317 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8815934 1565454336 20207 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11507] ppid=11500 vsize=1528764 CPUtime=0
/proc/11502/task/11507/stat : 11507 (java) S 11500 11502 10317 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8815936 1565454336 20207 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11508] ppid=11500 vsize=1528764 CPUtime=0
/proc/11502/task/11508/stat : 11508 (java) S 11500 11502 10317 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8815937 1565454336 20207 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11509] ppid=11500 vsize=1528764 CPUtime=0
/proc/11502/task/11509/stat : 11509 (java) S 11500 11502 10317 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8815937 1565454336 20207 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11510] ppid=11500 vsize=1528764 CPUtime=0
/proc/11502/task/11510/stat : 11510 (java) S 11500 11502 10317 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 8815941 1565454336 20207 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11511] ppid=11500 vsize=1528764 CPUtime=0.34
/proc/11502/task/11511/stat : 11511 (java) S 11500 11502 10317 0 -1 4202560 531 0 0 0 34 0 0 0 15 0 12 0 8815941 1565454336 20207 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11512] ppid=11500 vsize=1528764 CPUtime=0.45
/proc/11502/task/11512/stat : 11512 (java) S 11500 11502 10317 0 -1 4202560 997 0 0 0 45 0 0 0 16 0 12 0 8815941 1565454336 20207 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11513] ppid=11500 vsize=1528764 CPUtime=0
/proc/11502/task/11513/stat : 11513 (java) S 11500 11502 10317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8815941 1565454336 20207 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11514] ppid=11500 vsize=1528764 CPUtime=0
/proc/11502/task/11514/stat : 11514 (java) S 11500 11502 10317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8815941 1565454336 20207 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1528764

[startup+3.10065 s]
/proc/loadavg: 1.84 2.01 1.68 2/118 11514
/proc/meminfo: memFree=1254660/2059040 swapFree=4192956/4192956
[pid=11502] ppid=11500 vsize=1530960 CPUtime=4.05
/proc/11502/stat : 11502 (java) S 11500 11502 10317 0 -1 4202496 37418 0 1 0 385 20 0 0 15 0 13 0 8815931 1567703040 36352 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11502/statm: 382740 36352 1433 10 0 380042 0
[pid=11502/tid=11504] ppid=11500 vsize=1530960 CPUtime=2.5
/proc/11502/task/11504/stat : 11504 (java) R 11500 11502 10317 0 -1 4202560 32038 0 1 0 233 17 0 0 25 0 13 0 8815933 1567703040 36352 1992294400 134512640 134550932 4294094736 18446744073709551615 4109019336 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11502/tid=11505] ppid=11500 vsize=1530960 CPUtime=0.04
/proc/11502/task/11505/stat : 11505 (java) S 11500 11502 10317 0 -1 4202560 1035 0 0 0 4 0 0 0 16 0 13 0 8815934 1567703040 36352 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11506] ppid=11500 vsize=1530960 CPUtime=0.03
/proc/11502/task/11506/stat : 11506 (java) S 11500 11502 10317 0 -1 4202560 1068 0 0 0 3 0 0 0 18 0 13 0 8815934 1567703040 36352 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11507] ppid=11500 vsize=1530960 CPUtime=0
/proc/11502/task/11507/stat : 11507 (java) S 11500 11502 10317 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 13 0 8815936 1567703040 36352 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11508] ppid=11500 vsize=1530960 CPUtime=0
/proc/11502/task/11508/stat : 11508 (java) S 11500 11502 10317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8815937 1567703040 36352 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11509] ppid=11500 vsize=1530960 CPUtime=0
/proc/11502/task/11509/stat : 11509 (java) S 11500 11502 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8815937 1567703040 36352 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11510] ppid=11500 vsize=1530960 CPUtime=0
/proc/11502/task/11510/stat : 11510 (java) S 11500 11502 10317 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8815941 1567703040 36352 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11511] ppid=11500 vsize=1530960 CPUtime=0.65
/proc/11502/task/11511/stat : 11511 (java) R 11500 11502 10317 0 -1 4202560 871 0 0 0 65 0 0 0 16 0 13 0 8815941 1567703040 36352 1992294400 134512640 134550932 4294094736 18446744073709551615 104163910 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11502/tid=11512] ppid=11500 vsize=1530960 CPUtime=0.77
/proc/11502/task/11512/stat : 11512 (java) R 11500 11502 10317 0 -1 4202560 1331 0 0 0 77 0 0 0 16 0 13 0 8815941 1567703040 36352 1992294400 134512640 134550932 4294094736 18446744073709551615 105576045 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11502/tid=11513] ppid=11500 vsize=1530960 CPUtime=0
/proc/11502/task/11513/stat : 11513 (java) S 11500 11502 10317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8815941 1567703040 36352 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11514] ppid=11500 vsize=1530960 CPUtime=0
/proc/11502/task/11514/stat : 11514 (java) S 11500 11502 10317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8815941 1567703040 36352 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 1530960

[startup+6.30157 s]
/proc/loadavg: 1.77 2.00 1.67 2/119 11515
/proc/meminfo: memFree=1251180/2059040 swapFree=4192956/4192956
[pid=11502] ppid=11500 vsize=1531280 CPUtime=7.63
/proc/11502/stat : 11502 (java) S 11500 11502 10317 0 -1 4202496 37665 0 1 0 742 21 0 0 15 0 13 0 8815931 1568030720 36513 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11502/statm: 382820 36513 1435 10 0 380122 0
[pid=11502/tid=11504] ppid=11500 vsize=1531280 CPUtime=5.62
/proc/11502/task/11504/stat : 11504 (java) R 11500 11502 10317 0 -1 4202560 32042 0 1 0 545 17 0 0 25 0 13 0 8815933 1568030720 36513 1992294400 134512640 134550932 4294094736 18446744073709551615 4109710147 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11502/tid=11505] ppid=11500 vsize=1531280 CPUtime=0.04
/proc/11502/task/11505/stat : 11505 (java) S 11500 11502 10317 0 -1 4202560 1035 0 0 0 4 0 0 0 16 0 13 0 8815934 1568030720 36513 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11506] ppid=11500 vsize=1531280 CPUtime=0.03
/proc/11502/task/11506/stat : 11506 (java) S 11500 11502 10317 0 -1 4202560 1068 0 0 0 3 0 0 0 18 0 13 0 8815934 1568030720 36513 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11507] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11507/stat : 11507 (java) S 11500 11502 10317 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 8815936 1568030720 36513 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11508] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11508/stat : 11508 (java) S 11500 11502 10317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8815937 1568030720 36513 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11509] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11509/stat : 11509 (java) S 11500 11502 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8815937 1568030720 36513 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11510] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11510/stat : 11510 (java) S 11500 11502 10317 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8815941 1568030720 36513 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11511] ppid=11500 vsize=1531280 CPUtime=0.9
/proc/11502/task/11511/stat : 11511 (java) S 11500 11502 10317 0 -1 4202560 929 0 0 0 90 0 0 0 15 0 13 0 8815941 1568030720 36513 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11512] ppid=11500 vsize=1531280 CPUtime=0.98
/proc/11502/task/11512/stat : 11512 (java) S 11500 11502 10317 0 -1 4202560 1516 0 0 0 98 0 0 0 15 0 13 0 8815941 1568030720 36513 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11513] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11513/stat : 11513 (java) S 11500 11502 10317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8815941 1568030720 36513 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11514] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11514/stat : 11514 (java) S 11500 11502 10317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8815941 1568030720 36513 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11515] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11515/stat : 11515 (java) S 11500 11502 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8816209 1568030720 36513 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 1531280

[startup+12.7014 s]
/proc/loadavg: 1.71 1.98 1.67 2/119 11515
/proc/meminfo: memFree=1235680/2059040 swapFree=4192956/4192956
[pid=11502] ppid=11500 vsize=1531280 CPUtime=14.1
/proc/11502/stat : 11502 (java) S 11500 11502 10317 0 -1 4202496 41620 0 1 0 1388 22 0 0 15 0 13 0 8815931 1568030720 40448 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11502/statm: 382820 40448 1435 10 0 380122 0
[pid=11502/tid=11504] ppid=11500 vsize=1531280 CPUtime=11.95
/proc/11502/task/11504/stat : 11504 (java) R 11500 11502 10317 0 -1 4202560 32043 0 1 0 1178 17 0 0 25 0 13 0 8815933 1568030720 40448 1992294400 134512640 134550932 4294094736 18446744073709551615 4109690773 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11502/tid=11505] ppid=11500 vsize=1531280 CPUtime=0.11
/proc/11502/task/11505/stat : 11505 (java) S 11500 11502 10317 0 -1 4202560 3425 0 0 0 10 1 0 0 16 0 13 0 8815934 1568030720 40448 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11506] ppid=11500 vsize=1531280 CPUtime=0.11
/proc/11502/task/11506/stat : 11506 (java) S 11500 11502 10317 0 -1 4202560 2628 0 0 0 10 1 0 0 18 0 13 0 8815934 1568030720 40448 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11507] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11507/stat : 11507 (java) S 11500 11502 10317 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 8815936 1568030720 40448 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11508] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11508/stat : 11508 (java) S 11500 11502 10317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8815937 1568030720 40448 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11509] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11509/stat : 11509 (java) S 11500 11502 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8815937 1568030720 40448 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11510] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11510/stat : 11510 (java) S 11500 11502 10317 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8815941 1568030720 40448 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11511] ppid=11500 vsize=1531280 CPUtime=0.91
/proc/11502/task/11511/stat : 11511 (java) S 11500 11502 10317 0 -1 4202560 930 0 0 0 91 0 0 0 15 0 13 0 8815941 1568030720 40448 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11512] ppid=11500 vsize=1531280 CPUtime=0.98
/proc/11502/task/11512/stat : 11512 (java) S 11500 11502 10317 0 -1 4202560 1516 0 0 0 98 0 0 0 15 0 13 0 8815941 1568030720 40448 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11513] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11513/stat : 11513 (java) S 11500 11502 10317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8815941 1568030720 40448 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11514] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11514/stat : 11514 (java) S 11500 11502 10317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8815941 1568030720 40448 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11515] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11515/stat : 11515 (java) S 11500 11502 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8816209 1568030720 40448 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.1
Current children cumulated vsize (KiB) 1531280

[startup+25.5011 s]
/proc/loadavg: 1.55 1.93 1.66 2/119 11515
/proc/meminfo: memFree=1211996/2059040 swapFree=4192956/4192956
[pid=11502] ppid=11500 vsize=1531280 CPUtime=27.04
/proc/11502/stat : 11502 (java) S 11500 11502 10317 0 -1 4202496 47583 0 1 0 2679 25 0 0 15 0 13 0 8815931 1568030720 46397 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11502/statm: 382820 46397 1444 10 0 380122 0
[pid=11502/tid=11504] ppid=11500 vsize=1531280 CPUtime=24.53
/proc/11502/task/11504/stat : 11504 (java) R 11500 11502 10317 0 -1 4202560 32046 0 1 0 2436 17 0 0 25 0 13 0 8815933 1568030720 46397 1992294400 134512640 134550932 4294094736 18446744073709551615 4109673494 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11502/tid=11505] ppid=11500 vsize=1531280 CPUtime=0.16
/proc/11502/task/11505/stat : 11505 (java) S 11500 11502 10317 0 -1 4202560 4247 0 0 0 15 1 0 0 16 0 13 0 8815934 1568030720 46397 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11506] ppid=11500 vsize=1531280 CPUtime=0.16
/proc/11502/task/11506/stat : 11506 (java) S 11500 11502 10317 0 -1 4202560 3742 0 0 0 15 1 0 0 18 0 13 0 8815934 1568030720 46397 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11507] ppid=11500 vsize=1531280 CPUtime=0.12
/proc/11502/task/11507/stat : 11507 (java) S 11500 11502 10317 0 -1 4202560 4017 0 0 0 11 1 0 0 16 0 13 0 8815936 1568030720 46397 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11508] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11508/stat : 11508 (java) S 11500 11502 10317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8815937 1568030720 46397 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11509] ppid=11500 vsize=1531280 CPUtime=0

################
# More data... #
################

/proc/11502/task/11515/stat : 11515 (java) S 11500 11502 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8816209 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 704.94
Current children cumulated vsize (KiB) 1531280

[startup+762.309 s]
/proc/loadavg: 1.00 1.07 1.28 3/119 11535
/proc/meminfo: memFree=1191296/2059040 swapFree=4192956/4192956
[pid=11502] ppid=11500 vsize=1531280 CPUtime=764.94
/proc/11502/stat : 11502 (java) S 11500 11502 10317 0 -1 4202496 55544 0 1 0 76463 31 0 0 15 0 13 0 8815931 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11502/statm: 382820 51318 1444 10 0 380122 0
[pid=11502/tid=11504] ppid=11500 vsize=1531280 CPUtime=758.84
/proc/11502/task/11504/stat : 11504 (java) R 11500 11502 10317 0 -1 4202560 32120 0 1 0 75866 18 0 0 25 0 13 0 8815933 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4109750806 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11502/tid=11505] ppid=11500 vsize=1531280 CPUtime=0.56
/proc/11502/task/11505/stat : 11505 (java) S 11500 11502 10317 0 -1 4202560 6411 0 0 0 53 3 0 0 15 0 13 0 8815934 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11506] ppid=11500 vsize=1531280 CPUtime=0.56
/proc/11502/task/11506/stat : 11506 (java) S 11500 11502 10317 0 -1 4202560 6036 0 0 0 53 3 0 0 16 0 13 0 8815934 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11507] ppid=11500 vsize=1531280 CPUtime=1.81
/proc/11502/task/11507/stat : 11507 (java) S 11500 11502 10317 0 -1 4202560 5069 0 0 0 179 2 0 0 15 0 13 0 8815936 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11508] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11508/stat : 11508 (java) S 11500 11502 10317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8815937 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11509] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11509/stat : 11509 (java) S 11500 11502 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8815937 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11510] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11510/stat : 11510 (java) S 11500 11502 10317 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11511] ppid=11500 vsize=1531280 CPUtime=1.07
/proc/11502/task/11511/stat : 11511 (java) S 11500 11502 10317 0 -1 4202560 948 0 0 0 107 0 0 0 16 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11512] ppid=11500 vsize=1531280 CPUtime=2.03
/proc/11502/task/11512/stat : 11512 (java) S 11500 11502 10317 0 -1 4202560 3842 0 0 0 202 1 0 0 15 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11513] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11513/stat : 11513 (java) S 11500 11502 10317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11514] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11514/stat : 11514 (java) S 11500 11502 10317 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11515] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11515/stat : 11515 (java) S 11500 11502 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8816209 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 764.94
Current children cumulated vsize (KiB) 1531280

Solver just ended. Dumping a history of the last processes samples

[startup+763.102 s]
/proc/loadavg: 1.00 1.07 1.28 3/119 11535
/proc/meminfo: memFree=1191296/2059040 swapFree=4192956/4192956
[pid=11502] ppid=11500 vsize=1531280 CPUtime=765.76
/proc/11502/stat : 11502 (java) S 11500 11502 10317 0 -1 4202496 55545 0 1 0 76545 31 0 0 15 0 13 0 8815931 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11502/statm: 382820 51318 1444 10 0 380122 0
[pid=11502/tid=11504] ppid=11500 vsize=1531280 CPUtime=759.63
/proc/11502/task/11504/stat : 11504 (java) R 11500 11502 10317 0 -1 4202560 32120 0 1 0 75945 18 0 0 25 0 13 0 8815933 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4109622707 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11502/tid=11505] ppid=11500 vsize=1531280 CPUtime=0.56
/proc/11502/task/11505/stat : 11505 (java) S 11500 11502 10317 0 -1 4202560 6411 0 0 0 53 3 0 0 15 0 13 0 8815934 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11506] ppid=11500 vsize=1531280 CPUtime=0.56
/proc/11502/task/11506/stat : 11506 (java) S 11500 11502 10317 0 -1 4202560 6036 0 0 0 53 3 0 0 16 0 13 0 8815934 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11507] ppid=11500 vsize=1531280 CPUtime=1.81
/proc/11502/task/11507/stat : 11507 (java) S 11500 11502 10317 0 -1 4202560 5069 0 0 0 179 2 0 0 15 0 13 0 8815936 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11508] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11508/stat : 11508 (java) S 11500 11502 10317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8815937 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11509] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11509/stat : 11509 (java) S 11500 11502 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8815937 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11510] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11510/stat : 11510 (java) S 11500 11502 10317 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11511] ppid=11500 vsize=1531280 CPUtime=1.07
/proc/11502/task/11511/stat : 11511 (java) S 11500 11502 10317 0 -1 4202560 948 0 0 0 107 0 0 0 16 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11512] ppid=11500 vsize=1531280 CPUtime=2.05
/proc/11502/task/11512/stat : 11512 (java) S 11500 11502 10317 0 -1 4202560 3843 0 0 0 204 1 0 0 15 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11513] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11513/stat : 11513 (java) S 11500 11502 10317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11514] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11514/stat : 11514 (java) S 11500 11502 10317 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11515] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11515/stat : 11515 (java) S 11500 11502 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8816209 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 765.76
Current children cumulated vsize (KiB) 1531280

[startup+763.902 s]
/proc/loadavg: 1.00 1.07 1.28 3/119 11535
/proc/meminfo: memFree=1191296/2059040 swapFree=4192956/4192956
[pid=11502] ppid=11500 vsize=1531280 CPUtime=766.56
/proc/11502/stat : 11502 (java) S 11500 11502 10317 0 -1 4202496 55546 0 1 0 76625 31 0 0 15 0 13 0 8815931 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11502/statm: 382820 51318 1444 10 0 380122 0
[pid=11502/tid=11504] ppid=11500 vsize=1531280 CPUtime=760.43
/proc/11502/task/11504/stat : 11504 (java) R 11500 11502 10317 0 -1 4202560 32120 0 1 0 76025 18 0 0 25 0 13 0 8815933 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4109783209 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11502/tid=11505] ppid=11500 vsize=1531280 CPUtime=0.56
/proc/11502/task/11505/stat : 11505 (java) S 11500 11502 10317 0 -1 4202560 6411 0 0 0 53 3 0 0 15 0 13 0 8815934 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11506] ppid=11500 vsize=1531280 CPUtime=0.56
/proc/11502/task/11506/stat : 11506 (java) S 11500 11502 10317 0 -1 4202560 6036 0 0 0 53 3 0 0 16 0 13 0 8815934 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11507] ppid=11500 vsize=1531280 CPUtime=1.81
/proc/11502/task/11507/stat : 11507 (java) S 11500 11502 10317 0 -1 4202560 5070 0 0 0 179 2 0 0 16 0 13 0 8815936 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11508] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11508/stat : 11508 (java) S 11500 11502 10317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8815937 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11509] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11509/stat : 11509 (java) S 11500 11502 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8815937 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11510] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11510/stat : 11510 (java) S 11500 11502 10317 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11511] ppid=11500 vsize=1531280 CPUtime=1.07
/proc/11502/task/11511/stat : 11511 (java) S 11500 11502 10317 0 -1 4202560 948 0 0 0 107 0 0 0 16 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11512] ppid=11500 vsize=1531280 CPUtime=2.05
/proc/11502/task/11512/stat : 11512 (java) S 11500 11502 10317 0 -1 4202560 3843 0 0 0 204 1 0 0 15 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11513] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11513/stat : 11513 (java) S 11500 11502 10317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11514] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11514/stat : 11514 (java) S 11500 11502 10317 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11515] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11515/stat : 11515 (java) S 11500 11502 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8816209 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 766.56
Current children cumulated vsize (KiB) 1531280

[startup+764.302 s]
/proc/loadavg: 1.00 1.07 1.28 3/119 11535
/proc/meminfo: memFree=1191296/2059040 swapFree=4192956/4192956
[pid=11502] ppid=11500 vsize=1531280 CPUtime=766.96
/proc/11502/stat : 11502 (java) S 11500 11502 10317 0 -1 4202496 55547 0 1 0 76665 31 0 0 15 0 13 0 8815931 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11502/statm: 382820 51318 1444 10 0 380122 0
[pid=11502/tid=11504] ppid=11500 vsize=1531280 CPUtime=760.83
/proc/11502/task/11504/stat : 11504 (java) R 11500 11502 10317 0 -1 4202560 32121 0 1 0 76065 18 0 0 25 0 13 0 8815933 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4109666708 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11502/tid=11505] ppid=11500 vsize=1531280 CPUtime=0.56
/proc/11502/task/11505/stat : 11505 (java) S 11500 11502 10317 0 -1 4202560 6411 0 0 0 53 3 0 0 15 0 13 0 8815934 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11506] ppid=11500 vsize=1531280 CPUtime=0.56
/proc/11502/task/11506/stat : 11506 (java) S 11500 11502 10317 0 -1 4202560 6036 0 0 0 53 3 0 0 16 0 13 0 8815934 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11507] ppid=11500 vsize=1531280 CPUtime=1.81
/proc/11502/task/11507/stat : 11507 (java) S 11500 11502 10317 0 -1 4202560 5070 0 0 0 179 2 0 0 16 0 13 0 8815936 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11508] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11508/stat : 11508 (java) S 11500 11502 10317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8815937 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11509] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11509/stat : 11509 (java) S 11500 11502 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8815937 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11510] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11510/stat : 11510 (java) S 11500 11502 10317 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11511] ppid=11500 vsize=1531280 CPUtime=1.07
/proc/11502/task/11511/stat : 11511 (java) S 11500 11502 10317 0 -1 4202560 948 0 0 0 107 0 0 0 16 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11512] ppid=11500 vsize=1531280 CPUtime=2.05
/proc/11502/task/11512/stat : 11512 (java) S 11500 11502 10317 0 -1 4202560 3843 0 0 0 204 1 0 0 15 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11513] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11513/stat : 11513 (java) S 11500 11502 10317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11514] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11514/stat : 11514 (java) S 11500 11502 10317 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11515] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11515/stat : 11515 (java) S 11500 11502 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8816209 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 766.96
Current children cumulated vsize (KiB) 1531280

[startup+764.509 s]
/proc/loadavg: 1.00 1.07 1.28 2/119 11535
/proc/meminfo: memFree=1191296/2059040 swapFree=4192956/4192956
[pid=11502] ppid=11500 vsize=1531280 CPUtime=767.16
/proc/11502/stat : 11502 (java) S 11500 11502 10317 0 -1 4202496 55547 0 1 0 76685 31 0 0 15 0 13 0 8815931 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11502/statm: 382820 51318 1444 10 0 380122 0
[pid=11502/tid=11504] ppid=11500 vsize=1531280 CPUtime=761.04
/proc/11502/task/11504/stat : 11504 (java) R 11500 11502 10317 0 -1 4202560 32121 0 1 0 76086 18 0 0 25 0 13 0 8815933 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4109673494 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11502/tid=11505] ppid=11500 vsize=1531280 CPUtime=0.56
/proc/11502/task/11505/stat : 11505 (java) S 11500 11502 10317 0 -1 4202560 6411 0 0 0 53 3 0 0 15 0 13 0 8815934 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11506] ppid=11500 vsize=1531280 CPUtime=0.56
/proc/11502/task/11506/stat : 11506 (java) S 11500 11502 10317 0 -1 4202560 6036 0 0 0 53 3 0 0 16 0 13 0 8815934 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11507] ppid=11500 vsize=1531280 CPUtime=1.81
/proc/11502/task/11507/stat : 11507 (java) S 11500 11502 10317 0 -1 4202560 5070 0 0 0 179 2 0 0 16 0 13 0 8815936 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 0 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11508] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11508/stat : 11508 (java) S 11500 11502 10317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8815937 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11509] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11509/stat : 11509 (java) S 11500 11502 10317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8815937 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11510] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11510/stat : 11510 (java) S 11500 11502 10317 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11511] ppid=11500 vsize=1531280 CPUtime=1.07
/proc/11502/task/11511/stat : 11511 (java) S 11500 11502 10317 0 -1 4202560 948 0 0 0 107 0 0 0 16 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
[pid=11502/tid=11512] ppid=11500 vsize=1531280 CPUtime=2.05
/proc/11502/task/11512/stat : 11512 (java) S 11500 11502 10317 0 -1 4202560 3843 0 0 0 204 1 0 0 15 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11513] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11513/stat : 11513 (java) S 11500 11502 10317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 0 0 0 0
[pid=11502/tid=11514] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11514/stat : 11514 (java) R 11500 11502 10317 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 13 0 8815941 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11502/tid=11515] ppid=11500 vsize=1531280 CPUtime=0
/proc/11502/task/11515/stat : 11515 (java) S 11500 11502 10317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8816209 1568030720 51318 1992294400 134512640 134550932 4294094736 18446744073709551615 4294960144 0 4 0 16800975 18446604437821154368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 767.16
Current children cumulated vsize (KiB) 1531280

Child status: 20
Real time (s): 764.593
CPU time (s): 767.276
CPU user time (s): 766.941
CPU system time (s): 0.334949
CPU usage (%): 100.351
Max. virtual memory (cumulated for all children) (KiB): 1537976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 766.941
system time used= 0.334949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55559
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16364
involuntary context switches= 5847

runsolver used 1.57076 second user time and 4.03839 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-12 10:42:26
IDJOB=2659572
IDBENCH=1451
IDSOLVER=1164
FILE ID=node014/2659572-1276332145
PBS_JOBID= 11173153
Free space on /tmp= 62460 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag14.ucl.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659572-1276332145/watcher-2659572-1276332145 -o /tmp/evaluation-result-2659572-1276332145/solver-2659572-1276332145 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659572-1276332145.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 50ec52fd2f8650248cdc06f32bc8af84
RANDOM SEED=1308102598

node014.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1393596 kB
Buffers:        113616 kB
Cached:         407840 kB
SwapCached:          0 kB
Active:         187820 kB
Inactive:       393484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1393596 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3900 kB
Writeback:           0 kB
AnonPages:       59836 kB
Mapped:          15376 kB
Slab:            62280 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181868 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62460 MiB
End job on node014 at 2010-06-12 10:55:10