Trace number 3717930

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 2012-05-28? (TO) 1800.07 1795.03

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph13reduc_wcsp.wbo
MD5SUMe8a3fc4e5070ef9b31eb0b16df3c02d4
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables13155
Total number of constraints970906
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)456
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 10110
Min constraint cost 1
Max constraint cost 3670
Sum of constraints costs 307075871
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120528
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3717930-1338259039.wbo
0.09/0.11	c reading problem ... 
7.40/5.29	c ... done. Wall clock time 5.176s.
7.40/5.29	c declared #vars     13155
7.40/5.29	c internal #vars     983605
7.40/5.29	c #constraints  971361
7.40/5.29	c constraints type 
7.40/5.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 965610
7.40/5.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 446
7.40/5.29	c ignored satisfied constraints => 2
7.40/5.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5302
7.40/5.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
7.40/5.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.40/5.29	c 971363 constraints processed.
7.40/5.29	c objective function length is 970450 literals
189.35/186.48	c cleaning 2501 clauses out of 5001 with flag 32070/5001
334.51/330.29	c cleaning 4250 clauses out of 8503 with flag 75725/11004
502.40/498.05	c cleaning 5625 clauses out of 11249 with flag 139374/18000
652.58/648.29	c cleaning 6802 clauses out of 13624 with flag 213301/26000
844.60/840.13	c cleaning 7910 clauses out of 15822 with flag 287342/35000
1143.49/1138.84	c cleaning 8943 clauses out of 17912 with flag 373943/45000
1454.77/1449.98	c cleaning 9985 clauses out of 19969 with flag 485122/56000
1800.07/1795.01	c starts		: 78
1800.07/1795.01	c conflicts		: 66470
1800.07/1795.01	c decisions		: 4636063
1800.07/1795.01	c propagations		: 4793023168
1800.07/1795.01	c inspects		: 81047181
1800.07/1795.01	c shortcuts		: 0
1800.07/1795.01	c learnt literals	: 0
1800.07/1795.01	c learnt binary clauses	: 0
1800.07/1795.01	c learnt ternary clauses	: 0
1800.07/1795.01	c learnt constraints	: 66470
1800.07/1795.01	c ignored constraints	: 0
1800.07/1795.01	c root simplifications	: 0
1800.07/1795.01	c removed literals (reason simplification)	: 0
1800.07/1795.01	c reason swapping (by a shorter reason)	: 0
1800.07/1795.01	c Calls to reduceDB	: 7
1800.07/1795.01	c Number of update (reduction) of LBD	: 33106
1800.07/1795.01	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.01	c number of learned constraints concerned by reduction	: 0
1800.07/1795.01	c number of learning phase by resolution	: 0
1800.07/1795.01	c number of learning phase by cutting planes	: 0
1800.07/1795.01	c speed (assignments/second)	: 2678754.537736835
1800.07/1795.01	c non guided choices	0
1800.07/1795.02	c learnt constraints type 
1800.07/1795.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20454
1800.07/1795.02	c constraints type 
1800.07/1795.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 965610
1800.07/1795.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 446
1800.07/1795.02	c ignored satisfied constraints => 2
1800.07/1795.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5302
1800.07/1795.02	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.07/1795.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.07/1795.02	c 971363 constraints processed.
1800.07/1795.02	s UNKNOWN
1800.07/1795.02	c Total wall clock time (in seconds): 1794.905

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3717930-1338259039/watcher-3717930-1338259039 -o /tmp/evaluation-result-3717930-1338259039/solver-3717930-1338259039 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3717930-1338259039.wbo 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.60 3.50 2.62 5/194 1375
/proc/meminfo: memFree=31556984/32873844 swapFree=7372/7372
[pid=1375] ppid=1373 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/1375/stat : 1375 (java) R 1373 1375 28184 0 -1 4202496 456 0 0 0 0 0 0 0 20 0 1 0 292032538 9515008 185 33554432000 1073741824 1073778376 140736863500112 140736863489176 245285088551 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1375/statm: 2323 185 143 9 0 71 0

[startup+0.05077 s]
/proc/loadavg: 4.60 3.50 2.62 5/194 1375
/proc/meminfo: memFree=31556984/32873844 swapFree=7372/7372
[pid=1375] ppid=1373 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/1375/stat : 1375 (java) S 1373 1375 28184 0 -1 4202496 3063 0 1 0 3 0 0 0 20 0 13 0 292032538 9446973440 3760 33554432000 1073741824 1073778376 140736863500112 140736863491248 245297610813 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1375/statm: 2306390 3760 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.10025 s]
/proc/loadavg: 4.60 3.50 2.62 5/194 1375
/proc/meminfo: memFree=31556984/32873844 swapFree=7372/7372
[pid=1375] ppid=1373 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/1375/stat : 1375 (java) S 1373 1375 28184 0 -1 4202496 4277 0 1 0 9 0 0 0 20 0 18 0 292032538 9787817984 5477 33554432000 1073741824 1073778376 140736863500112 140736863491248 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1375/statm: 2389604 5477 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300235 s]
/proc/loadavg: 4.60 3.50 2.62 5/194 1375
/proc/meminfo: memFree=31556984/32873844 swapFree=7372/7372
[pid=1375] ppid=1373 vsize=9558416 CPUtime=0.52 cores=0,2,4,6
/proc/1375/stat : 1375 (java) S 1373 1375 28184 0 -1 4202496 6656 0 1 0 50 2 0 0 20 0 18 0 292032538 9787817984 19249 33554432000 1073741824 1073778376 140736863500112 140736863491248 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1375/statm: 2389604 19249 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558416

[startup+0.700239 s]
/proc/loadavg: 4.60 3.50 2.62 5/194 1375
/proc/meminfo: memFree=31556984/32873844 swapFree=7372/7372
[pid=1375] ppid=1373 vsize=9558416 CPUtime=1.28 cores=0,2,4,6
/proc/1375/stat : 1375 (java) S 1373 1375 28184 0 -1 4202496 8196 0 1 0 122 6 0 0 20 0 18 0 292032538 9787817984 43531 33554432000 1073741824 1073778376 140736863500112 140736863491248 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1375/statm: 2389604 43531 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9558416

[startup+1.50078 s]
/proc/loadavg: 4.60 3.50 2.62 3/212 1395
/proc/meminfo: memFree=31119700/32873844 swapFree=7372/7372
[pid=1375] ppid=1373 vsize=9558416 CPUtime=2.47 cores=0,2,4,6
/proc/1375/stat : 1375 (java) S 1373 1375 28184 0 -1 4202496 8955 0 1 0 228 19 0 0 20 0 18 0 292032538 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140736863491248 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1375/statm: 2389604 96273 2248 9 0 2380296 0
[pid=1375/tid=1377] ppid=1373 vsize=9558416 CPUtime=1.31 cores=0,2,4,6
/proc/1375/task/1377/stat : 1377 (java) R 1373 1375 28184 0 -1 4202560 2567 0 1 0 126 5 0 0 20 0 18 0 292032539 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102729621408 140102588590170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1378] ppid=1373 vsize=9558416 CPUtime=0.06 cores=0,2,4,6
/proc/1375/task/1378/stat : 1378 (java) S 1373 1375 28184 0 -1 4202560 131 0 0 0 5 1 0 0 20 0 18 0 292032539 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102707730600 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1379] ppid=1373 vsize=9558416 CPUtime=0.08 cores=0,2,4,6
/proc/1375/task/1379/stat : 1379 (java) S 1373 1375 28184 0 -1 4202560 117 0 0 0 6 2 0 0 20 0 18 0 292032539 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102706678056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1381] ppid=1373 vsize=9558416 CPUtime=0.04 cores=0,2,4,6
/proc/1375/task/1381/stat : 1381 (java) S 1373 1375 28184 0 -1 4202560 109 0 0 0 4 0 0 0 20 0 18 0 292032540 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102504278440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1375/tid=1382] ppid=1373 vsize=9558416 CPUtime=0.04 cores=0,2,4,6
/proc/1375/task/1382/stat : 1382 (java) S 1373 1375 28184 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 18 0 292032540 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102503225896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1375/tid=1383] ppid=1373 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/1375/task/1383/stat : 1383 (java) S 1373 1375 28184 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 18 0 292032540 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102502173352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1384] ppid=1373 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/1375/task/1384/stat : 1384 (java) S 1373 1375 28184 0 -1 4202560 116 0 0 0 6 3 0 0 20 0 18 0 292032540 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102501120808 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1385] ppid=1373 vsize=9558416 CPUtime=0.06 cores=0,2,4,6
/proc/1375/task/1385/stat : 1385 (java) S 1373 1375 28184 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 18 0 292032540 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102500068264 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1386] ppid=1373 vsize=9558416 CPUtime=0.03 cores=0,2,4,6
/proc/1375/task/1386/stat : 1386 (java) S 1373 1375 28184 0 -1 4202560 50 0 0 0 3 0 0 0 20 0 18 0 292032540 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102499015720 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1375/tid=1387] ppid=1373 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1387/stat : 1387 (java) S 1373 1375 28184 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 292032541 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102486603880 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1375/tid=1388] ppid=1373 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1388/stat : 1388 (java) S 1373 1375 28184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 292032541 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102485550200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1389] ppid=1373 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1389/stat : 1389 (java) S 1373 1375 28184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 292032541 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102484497544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1390] ppid=1373 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1390/stat : 1390 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292032544 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102483446288 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1391] ppid=1373 vsize=9558416 CPUtime=0.24 cores=0,2,4,6
/proc/1375/task/1391/stat : 1391 (java) S 1373 1375 28184 0 -1 4202560 1672 0 0 0 24 0 0 0 20 0 18 0 292032544 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102482393656 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1392] ppid=1373 vsize=9558416 CPUtime=0.25 cores=0,2,4,6
/proc/1375/task/1392/stat : 1392 (java) S 1373 1375 28184 0 -1 4202560 2717 0 0 0 25 0 0 0 20 0 18 0 292032544 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102481341112 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1393] ppid=1373 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1393/stat : 1393 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292032544 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102480288760 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1395] ppid=1373 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1395/stat : 1395 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292032544 9787817984 96273 33554432000 1073741824 1073778376 140736863500112 140102479236424 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9558416

[startup+3.10077 s]
/proc/loadavg: 4.60 3.50 2.62 3/212 1395
/proc/meminfo: memFree=30682796/32873844 swapFree=7372/7372
[pid=1375] ppid=1373 vsize=9558416 CPUtime=4.78 cores=0,2,4,6
/proc/1375/stat : 1375 (java) S 1373 1375 28184 0 -1 4202496 10372 0 1 0 437 41 0 0 20 0 18 0 292032538 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140736863491248 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1375/statm: 2389604 196100 2248 9 0 2380296 0
[pid=1375/tid=1377] ppid=1373 vsize=9558416 CPUtime=2.67 cores=0,2,4,6
/proc/1375/task/1377/stat : 1377 (java) R 1373 1375 28184 0 -1 4202560 2854 0 1 0 257 10 0 0 20 0 18 0 292032539 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102729621520 140102588619581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1378] ppid=1373 vsize=9558416 CPUtime=0.19 cores=0,2,4,6
/proc/1375/task/1378/stat : 1378 (java) S 1373 1375 28184 0 -1 4202560 187 0 0 0 15 4 0 0 20 0 18 0 292032539 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102707730600 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1379] ppid=1373 vsize=9558416 CPUtime=0.17 cores=0,2,4,6
/proc/1375/task/1379/stat : 1379 (java) S 1373 1375 28184 0 -1 4202560 334 0 0 0 13 4 0 0 20 0 18 0 292032539 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102706678056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1381] ppid=1373 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/1375/task/1381/stat : 1381 (java) S 1373 1375 28184 0 -1 4202560 133 0 0 0 7 2 0 0 20 0 18 0 292032540 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102504278440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1375/tid=1382] ppid=1373 vsize=9558416 CPUtime=0.17 cores=0,2,4,6
/proc/1375/task/1382/stat : 1382 (java) S 1373 1375 28184 0 -1 4202560 242 0 0 0 14 3 0 0 20 0 18 0 292032540 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102503225896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1383] ppid=1373 vsize=9558416 CPUtime=0.27 cores=0,2,4,6
/proc/1375/task/1383/stat : 1383 (java) S 1373 1375 28184 0 -1 4202560 139 0 0 0 22 5 0 0 20 0 18 0 292032540 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102502173352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1384] ppid=1373 vsize=9558416 CPUtime=0.17 cores=0,2,4,6
/proc/1375/task/1384/stat : 1384 (java) S 1373 1375 28184 0 -1 4202560 171 0 0 0 13 4 0 0 20 0 18 0 292032540 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102501120808 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1375/tid=1385] ppid=1373 vsize=9558416 CPUtime=0.3 cores=0,2,4,6
/proc/1375/task/1385/stat : 1385 (java) S 1373 1375 28184 0 -1 4202560 129 0 0 0 24 6 0 0 20 0 18 0 292032540 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102500068264 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1386] ppid=1373 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/1375/task/1386/stat : 1386 (java) S 1373 1375 28184 0 -1 4202560 69 0 0 0 7 2 0 0 20 0 18 0 292032540 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102499015720 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1387] ppid=1373 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1387/stat : 1387 (java) S 1373 1375 28184 0 -1 4202560 550 0 0 0 0 0 0 0 20 0 18 0 292032541 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102486603880 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1375/tid=1388] ppid=1373 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1388/stat : 1388 (java) S 1373 1375 28184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 292032541 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102485550200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1389] ppid=1373 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1389/stat : 1389 (java) S 1373 1375 28184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 292032541 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102484497544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1390] ppid=1373 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1390/stat : 1390 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292032544 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102483446288 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1391] ppid=1373 vsize=9558416 CPUtime=0.24 cores=0,2,4,6
/proc/1375/task/1391/stat : 1391 (java) S 1373 1375 28184 0 -1 4202560 1672 0 0 0 24 0 0 0 20 0 18 0 292032544 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102482393656 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1392] ppid=1373 vsize=9558416 CPUtime=0.25 cores=0,2,4,6
/proc/1375/task/1392/stat : 1392 (java) S 1373 1375 28184 0 -1 4202560 2717 0 0 0 25 0 0 0 20 0 18 0 292032544 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102481341112 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1393] ppid=1373 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1393/stat : 1393 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292032544 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102480288760 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1395] ppid=1373 vsize=9558416 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1395/stat : 1395 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 292032544 9787817984 196100 33554432000 1073741824 1073778376 140736863500112 140102479236424 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 9558416

[startup+6.30078 s]
/proc/loadavg: 4.39 3.47 2.61 4/213 1396
/proc/meminfo: memFree=29563092/32873844 swapFree=7372/7372
[pid=1375] ppid=1373 vsize=9624980 CPUtime=8.84 cores=0,2,4,6
/proc/1375/stat : 1375 (java) S 1373 1375 28184 0 -1 4202496 13529 0 1 0 828 56 0 0 20 0 19 0 292032538 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140736863491248 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1375/statm: 2406245 309913 2265 9 0 2396937 0
[pid=1375/tid=1377] ppid=1373 vsize=9624980 CPUtime=5.68 cores=0,2,4,6
/proc/1375/task/1377/stat : 1377 (java) R 1373 1375 28184 0 -1 4202560 3508 0 1 0 552 16 0 0 20 0 19 0 292032539 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102729630264 140102588942895 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1378] ppid=1373 vsize=9624980 CPUtime=0.29 cores=0,2,4,6
/proc/1375/task/1378/stat : 1378 (java) S 1373 1375 28184 0 -1 4202560 213 0 0 0 24 5 0 0 20 0 19 0 292032539 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102707730600 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1379] ppid=1373 vsize=9624980 CPUtime=0.25 cores=0,2,4,6
/proc/1375/task/1379/stat : 1379 (java) S 1373 1375 28184 0 -1 4202560 360 0 0 0 20 5 0 0 20 0 19 0 292032539 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102706678056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1381] ppid=1373 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/1375/task/1381/stat : 1381 (java) S 1373 1375 28184 0 -1 4202560 174 0 0 0 16 4 0 0 20 0 19 0 292032540 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102504278440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1382] ppid=1373 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/1375/task/1382/stat : 1382 (java) S 1373 1375 28184 0 -1 4202560 470 0 0 0 19 4 0 0 20 0 19 0 292032540 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102503225896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1383] ppid=1373 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/1375/task/1383/stat : 1383 (java) S 1373 1375 28184 0 -1 4202560 399 0 0 0 29 6 0 0 20 0 19 0 292032540 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102502173352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1384] ppid=1373 vsize=9624980 CPUtime=0.22 cores=0,2,4,6
/proc/1375/task/1384/stat : 1384 (java) S 1373 1375 28184 0 -1 4202560 188 0 0 0 17 5 0 0 20 0 19 0 292032540 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102501120808 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1375/tid=1385] ppid=1373 vsize=9624980 CPUtime=0.42 cores=0,2,4,6
/proc/1375/task/1385/stat : 1385 (java) S 1373 1375 28184 0 -1 4202560 181 0 0 0 34 8 0 0 20 0 19 0 292032540 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102500068264 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1386] ppid=1373 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/1375/task/1386/stat : 1386 (java) S 1373 1375 28184 0 -1 4202560 87 0 0 0 12 2 0 0 20 0 19 0 292032540 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102499015720 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1387] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1387/stat : 1387 (java) S 1373 1375 28184 0 -1 4202560 562 0 0 0 0 0 0 0 20 0 19 0 292032541 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102486603880 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1388] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1388/stat : 1388 (java) S 1373 1375 28184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292032541 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102485550200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1389] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1389/stat : 1389 (java) S 1373 1375 28184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292032541 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102484497544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1390] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1390/stat : 1390 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292032544 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102483446288 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1391] ppid=1373 vsize=9624980 CPUtime=0.45 cores=0,2,4,6
/proc/1375/task/1391/stat : 1391 (java) S 1373 1375 28184 0 -1 4202560 2550 0 0 0 45 0 0 0 20 0 19 0 292032544 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102482393656 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1392] ppid=1373 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/1375/task/1392/stat : 1392 (java) S 1373 1375 28184 0 -1 4202560 3655 0 0 0 44 0 0 0 20 0 19 0 292032544 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102481341112 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1393] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1393/stat : 1393 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292032544 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102480288760 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1395] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1395/stat : 1395 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292032544 9855979520 309913 33554432000 1073741824 1073778376 140736863500112 140102479236424 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.84
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]
/proc/loadavg: 4.28 3.46 2.62 3/214 1397
/proc/meminfo: memFree=29539496/32873844 swapFree=7372/7372
[pid=1375] ppid=1373 vsize=9624980 CPUtime=15.53 cores=0,2,4,6
/proc/1375/stat : 1375 (java) S 1373 1375 28184 0 -1 4202496 14702 0 1 0 1497 56 0 0 20 0 19 0 292032538 9855979520 310094 33554432000 1073741824 1073778376 140736863500112 140736863491248 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1375/statm: 2406245 310094 2266 9 0 2396937 0
[pid=1375/tid=1377] ppid=1373 vsize=9624980 CPUtime=12.06 cores=0,2,4,6

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

[pid=1375/tid=1391] ppid=1373 vsize=9624980 CPUtime=0.71 cores=0,2,4,6
/proc/1375/task/1391/stat : 1391 (java) S 1373 1375 28184 0 -1 4202560 3468 0 0 0 70 1 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102482393656 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1392] ppid=1373 vsize=9624980 CPUtime=0.78 cores=0,2,4,6
/proc/1375/task/1392/stat : 1392 (java) S 1373 1375 28184 0 -1 4202560 7836 0 0 0 77 1 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102481341112 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1393] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1393/stat : 1393 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102480288760 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1395] ppid=1373 vsize=9624980 CPUtime=0.79 cores=0,2,4,6
/proc/1375/task/1395/stat : 1395 (java) S 1373 1375 28184 0 -1 4202560 95 0 0 0 50 29 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102479236424 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1397] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1397/stat : 1397 (java) S 1373 1375 28184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292033112 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102478181160 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1667.3
Current children cumulated vsize (KiB) 9624980

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/213 1436
/proc/meminfo: memFree=28846984/32873844 swapFree=7372/7372
[pid=1375] ppid=1373 vsize=9624980 CPUtime=1727.33 cores=0,2,4,6
/proc/1375/stat : 1375 (java) S 1373 1375 28184 0 -1 4202496 50437 0 1 0 172600 133 0 0 20 0 19 0 292032538 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140736863491248 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1375/statm: 2406245 397965 2282 9 0 2396937 0
[pid=1375/tid=1377] ppid=1373 vsize=9624980 CPUtime=1707.63 cores=0,2,4,6
/proc/1375/task/1377/stat : 1377 (java) R 1373 1375 28184 0 -1 4202560 3525 0 1 0 170722 41 0 0 20 0 19 0 292032539 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102729629984 140102588871320 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1378] ppid=1373 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/1375/task/1378/stat : 1378 (java) S 1373 1375 28184 0 -1 4202560 2315 0 0 0 37 9 0 0 20 0 19 0 292032539 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102707730600 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1379] ppid=1373 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/1375/task/1379/stat : 1379 (java) S 1373 1375 28184 0 -1 4202560 2630 0 0 0 39 9 0 0 20 0 19 0 292032539 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102706678056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1381] ppid=1373 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/1375/task/1381/stat : 1381 (java) S 1373 1375 28184 0 -1 4202560 2225 0 0 0 32 7 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102504278440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1375/tid=1382] ppid=1373 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/1375/task/1382/stat : 1382 (java) S 1373 1375 28184 0 -1 4202560 2740 0 0 0 37 7 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102503225896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1383] ppid=1373 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/1375/task/1383/stat : 1383 (java) S 1373 1375 28184 0 -1 4202560 2953 0 0 0 42 8 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102502173352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1384] ppid=1373 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/1375/task/1384/stat : 1384 (java) S 1373 1375 28184 0 -1 4202560 1572 0 0 0 34 10 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102501120808 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1385] ppid=1373 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/1375/task/1385/stat : 1385 (java) S 1373 1375 28184 0 -1 4202560 2175 0 0 0 45 11 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102500068264 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1375/tid=1386] ppid=1373 vsize=9624980 CPUtime=0.28 cores=0,2,4,6
/proc/1375/task/1386/stat : 1386 (java) S 1373 1375 28184 0 -1 4202560 1795 0 0 0 23 5 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102499015720 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1387] ppid=1373 vsize=9624980 CPUtime=9.12 cores=0,2,4,6
/proc/1375/task/1387/stat : 1387 (java) S 1373 1375 28184 0 -1 4202560 15923 0 0 0 907 5 0 0 20 0 19 0 292032541 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102486603880 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1388] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1388/stat : 1388 (java) S 1373 1375 28184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292032541 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102485550200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1389] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1389/stat : 1389 (java) S 1373 1375 28184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292032541 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102484497544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1390] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1390/stat : 1390 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102483446288 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1391] ppid=1373 vsize=9624980 CPUtime=0.71 cores=0,2,4,6
/proc/1375/task/1391/stat : 1391 (java) S 1373 1375 28184 0 -1 4202560 3468 0 0 0 70 1 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102482393656 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1392] ppid=1373 vsize=9624980 CPUtime=0.78 cores=0,2,4,6
/proc/1375/task/1392/stat : 1392 (java) S 1373 1375 28184 0 -1 4202560 7836 0 0 0 77 1 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102481341112 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1393] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1393/stat : 1393 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102480288760 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1395] ppid=1373 vsize=9624980 CPUtime=0.82 cores=0,2,4,6
/proc/1375/task/1395/stat : 1395 (java) S 1373 1375 28184 0 -1 4202560 99 0 0 0 52 30 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102479236424 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1397] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1397/stat : 1397 (java) S 1373 1375 28184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292033112 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102478181160 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.33
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/213 1437
/proc/meminfo: memFree=28846860/32873844 swapFree=7372/7372
[pid=1375] ppid=1373 vsize=9624980 CPUtime=1787.36 cores=0,2,4,6
/proc/1375/stat : 1375 (java) S 1373 1375 28184 0 -1 4202496 50441 0 1 0 178601 135 0 0 20 0 19 0 292032538 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140736863491248 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1375/statm: 2406245 397965 2282 9 0 2396937 0
[pid=1375/tid=1377] ppid=1373 vsize=9624980 CPUtime=1767.47 cores=0,2,4,6
/proc/1375/task/1377/stat : 1377 (java) R 1373 1375 28184 0 -1 4202560 3525 0 1 0 176705 42 0 0 20 0 19 0 292032539 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102729629984 140102589081334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1378] ppid=1373 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/1375/task/1378/stat : 1378 (java) S 1373 1375 28184 0 -1 4202560 2315 0 0 0 37 9 0 0 20 0 19 0 292032539 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102707730600 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1379] ppid=1373 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/1375/task/1379/stat : 1379 (java) S 1373 1375 28184 0 -1 4202560 2630 0 0 0 39 9 0 0 20 0 19 0 292032539 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102706678056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1381] ppid=1373 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/1375/task/1381/stat : 1381 (java) S 1373 1375 28184 0 -1 4202560 2225 0 0 0 32 7 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102504278440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1375/tid=1382] ppid=1373 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/1375/task/1382/stat : 1382 (java) S 1373 1375 28184 0 -1 4202560 2740 0 0 0 37 7 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102503225896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1383] ppid=1373 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/1375/task/1383/stat : 1383 (java) S 1373 1375 28184 0 -1 4202560 2953 0 0 0 42 8 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102502173352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1384] ppid=1373 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/1375/task/1384/stat : 1384 (java) S 1373 1375 28184 0 -1 4202560 1572 0 0 0 34 10 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102501120808 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1385] ppid=1373 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/1375/task/1385/stat : 1385 (java) S 1373 1375 28184 0 -1 4202560 2175 0 0 0 45 11 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102500068264 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1375/tid=1386] ppid=1373 vsize=9624980 CPUtime=0.28 cores=0,2,4,6
/proc/1375/task/1386/stat : 1386 (java) S 1373 1375 28184 0 -1 4202560 1795 0 0 0 23 5 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102499015720 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1387] ppid=1373 vsize=9624980 CPUtime=9.12 cores=0,2,4,6
/proc/1375/task/1387/stat : 1387 (java) S 1373 1375 28184 0 -1 4202560 15923 0 0 0 907 5 0 0 20 0 19 0 292032541 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102486603880 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1388] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1388/stat : 1388 (java) S 1373 1375 28184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292032541 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102485550200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1389] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1389/stat : 1389 (java) S 1373 1375 28184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292032541 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102484497544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1390] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1390/stat : 1390 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102483446288 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1391] ppid=1373 vsize=9624980 CPUtime=0.71 cores=0,2,4,6
/proc/1375/task/1391/stat : 1391 (java) S 1373 1375 28184 0 -1 4202560 3468 0 0 0 70 1 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102482393656 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1392] ppid=1373 vsize=9624980 CPUtime=0.78 cores=0,2,4,6
/proc/1375/task/1392/stat : 1392 (java) S 1373 1375 28184 0 -1 4202560 7836 0 0 0 77 1 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102481341112 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1393] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1393/stat : 1393 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102480288760 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1395] ppid=1373 vsize=9624980 CPUtime=0.85 cores=0,2,4,6
/proc/1375/task/1395/stat : 1395 (java) S 1373 1375 28184 0 -1 4202560 103 0 0 0 54 31 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102479236424 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1397] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1397/stat : 1397 (java) S 1373 1375 28184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292033112 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102478181160 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787.36
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.00 2.00 2.07 3/213 1437
/proc/meminfo: memFree=28846860/32873844 swapFree=7372/7372
[pid=1375] ppid=1373 vsize=9624980 CPUtime=1800.07 cores=0,2,4,6
/proc/1375/stat : 1375 (java) S 1373 1375 28184 0 -1 4202496 50441 0 1 0 179872 135 0 0 20 0 19 0 292032538 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140736863491248 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1375/statm: 2406245 397965 2282 9 0 2396937 0
[pid=1375/tid=1377] ppid=1373 vsize=9624980 CPUtime=1780.15 cores=0,2,4,6
/proc/1375/task/1377/stat : 1377 (java) R 1373 1375 28184 0 -1 4202560 3525 0 1 0 177972 43 0 0 20 0 19 0 292032539 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102729629984 140102589082757 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1378] ppid=1373 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/1375/task/1378/stat : 1378 (java) S 1373 1375 28184 0 -1 4202560 2315 0 0 0 37 9 0 0 20 0 19 0 292032539 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102707730600 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1379] ppid=1373 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/1375/task/1379/stat : 1379 (java) S 1373 1375 28184 0 -1 4202560 2630 0 0 0 39 9 0 0 20 0 19 0 292032539 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102706678056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1381] ppid=1373 vsize=9624980 CPUtime=0.39 cores=0,2,4,6
/proc/1375/task/1381/stat : 1381 (java) S 1373 1375 28184 0 -1 4202560 2225 0 0 0 32 7 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102504278440 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1375/tid=1382] ppid=1373 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/1375/task/1382/stat : 1382 (java) S 1373 1375 28184 0 -1 4202560 2740 0 0 0 37 7 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102503225896 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1383] ppid=1373 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/1375/task/1383/stat : 1383 (java) S 1373 1375 28184 0 -1 4202560 2953 0 0 0 42 8 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102502173352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1384] ppid=1373 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/1375/task/1384/stat : 1384 (java) S 1373 1375 28184 0 -1 4202560 1572 0 0 0 34 10 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102501120808 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1385] ppid=1373 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/1375/task/1385/stat : 1385 (java) S 1373 1375 28184 0 -1 4202560 2175 0 0 0 45 11 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102500068264 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1375/tid=1386] ppid=1373 vsize=9624980 CPUtime=0.28 cores=0,2,4,6
/proc/1375/task/1386/stat : 1386 (java) S 1373 1375 28184 0 -1 4202560 1795 0 0 0 23 5 0 0 20 0 19 0 292032540 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102499015720 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1387] ppid=1373 vsize=9624980 CPUtime=9.12 cores=0,2,4,6
/proc/1375/task/1387/stat : 1387 (java) S 1373 1375 28184 0 -1 4202560 15923 0 0 0 907 5 0 0 20 0 19 0 292032541 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102486603880 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1388] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1388/stat : 1388 (java) S 1373 1375 28184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292032541 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102485550200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1389] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1389/stat : 1389 (java) S 1373 1375 28184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292032541 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102484497544 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1390] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1390/stat : 1390 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102483446288 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1375/tid=1391] ppid=1373 vsize=9624980 CPUtime=0.71 cores=0,2,4,6
/proc/1375/task/1391/stat : 1391 (java) S 1373 1375 28184 0 -1 4202560 3468 0 0 0 70 1 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102482393656 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1392] ppid=1373 vsize=9624980 CPUtime=0.78 cores=0,2,4,6
/proc/1375/task/1392/stat : 1392 (java) S 1373 1375 28184 0 -1 4202560 7836 0 0 0 77 1 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102481341112 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1393] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1393/stat : 1393 (java) S 1373 1375 28184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102480288760 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1375/tid=1395] ppid=1373 vsize=9624980 CPUtime=0.85 cores=0,2,4,6
/proc/1375/task/1395/stat : 1395 (java) S 1373 1375 28184 0 -1 4202560 103 0 0 0 54 31 0 0 20 0 19 0 292032544 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102479236424 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1375/tid=1397] ppid=1373 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/1375/task/1397/stat : 1397 (java) S 1373 1375 28184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292033112 9855979520 397965 33554432000 1073741824 1073778376 140736863500112 140102478181160 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624980

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1375 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=839294
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=600756
# CPU time returned by wait4() is 1795.44
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.03
CPU time (s): 1800.07
CPU user time (s): 1798.72
CPU system time (s): 1.35
CPU usage (%): 100.281
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.84
system time used= 1.60076
maximum resident set size= 1652964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50475
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40407
involuntary context switches= 6923

runsolver used 6.583 second user time and 15.0107 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-29 04:37:20
IDJOB=3717930
IDBENCH=79641
IDSOLVER=2301
FILE ID=node109/3717930-1338259039
RUNJOBID= node109-1338259035-866
PBS_JOBID= 14624656
Free space on /tmp= 71200 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph13reduc_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717930-1338259039/watcher-3717930-1338259039 -o /tmp/evaluation-result-3717930-1338259039/solver-3717930-1338259039 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3717930-1338259039.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e8a3fc4e5070ef9b31eb0b16df3c02d4
RANDOM SEED=1644418521

node109.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31556612 kB
Buffers:          229576 kB
Cached:           183948 kB
SwapCached:          588 kB
Active:           412524 kB
Inactive:          26672 kB
Active(anon):      17916 kB
Inactive(anon):    10388 kB
Active(file):     394608 kB
Inactive(file):    16284 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67106292 kB
Dirty:             51560 kB
Writeback:             0 kB
AnonPages:         28688 kB
Mapped:            17852 kB
Shmem:                 8 kB
Slab:             730316 kB
SReclaimable:     170288 kB
SUnreclaim:       560028 kB
KernelStack:        1464 kB
PageTables:         4540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     693076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71200 MiB
End job on node109 at 2012-05-29 05:07:17