Trace number 3710445

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 specific settings 2.3.2 snapshot? (TO) 1800.03 1794.03

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_8_ic.opb
MD5SUM5ed7f30965bba8f3ce61500e35e903e9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19839407
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 155720872
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 180815007696
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 155720872
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 180815007696
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.11/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.11	c configuring ORDERS
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=true
0.11/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3710445-1338244680.opb
0.11/0.11	c reading problem ... 
18.32/13.89	c ... done. Wall clock time 13.771s.
18.32/13.89	c declared #vars     1000400
18.32/13.89	c #constraints  2030011
18.32/13.89	c constraints type 
18.32/13.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
18.32/13.89	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
18.32/13.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
18.32/13.89	c ignored satisfied constraints => 3
18.32/13.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59500
18.32/13.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985350
18.32/13.89	c 2030014 constraints processed.
132.83/127.73	c cleaning 2501 clauses out of 5001 with flag 5001/5001
222.78/216.96	c cleaning 4247 clauses out of 8499 with flag 11000/11000
315.20/309.36	c cleaning 5624 clauses out of 11254 with flag 18002/18002
452.01/446.19	c cleaning 6814 clauses out of 13628 with flag 26000/26000
581.26/575.33	c cleaning 7903 clauses out of 15814 with flag 35000/35000
705.77/699.85	c cleaning 8951 clauses out of 17911 with flag 45000/45000
828.57/822.65	c cleaning 9973 clauses out of 19961 with flag 56001/56001
997.57/991.63	c cleaning 10983 clauses out of 21988 with flag 68001/68001
1159.27/1153.37	c cleaning 11999 clauses out of 24006 with flag 81002/81002
1332.39/1326.48	c cleaning 13001 clauses out of 26008 with flag 95003/95003
1505.00/1499.06	c cleaning 13995 clauses out of 28005 with flag 110001/110001
1788.42/1782.41	c cleaning 15001 clauses out of 30009 with flag 126000/126000
1800.03/1794.01	c starts		: 102
1800.03/1794.01	c conflicts		: 126718
1800.03/1794.01	c decisions		: 173533
1800.03/1794.01	c propagations		: 1209758759
1800.03/1794.01	c inspects		: 6280899555
1800.03/1794.01	c shortcuts		: 0
1800.03/1794.01	c learnt literals	: 0
1800.03/1794.01	c learnt binary clauses	: 0
1800.03/1794.01	c learnt ternary clauses	: 0
1800.03/1794.01	c learnt constraints	: 126717
1800.03/1794.01	c ignored constraints	: 0
1800.03/1794.01	c root simplifications	: 102
1800.03/1794.01	c removed literals (reason simplification)	: 74309536
1800.03/1794.01	c reason swapping (by a shorter reason)	: 0
1800.03/1794.01	c Calls to reduceDB	: 12
1800.03/1794.01	c number of reductions to clauses (during analyze)	: 0
1800.03/1794.01	c number of learned constraints concerned by reduction	: 0
1800.03/1794.01	c number of learning phase by resolution	: 0
1800.03/1794.01	c number of learning phase by cutting planes	: 0
1800.03/1794.01	c speed (assignments/second)	: 679633.6471132843
1800.03/1794.01	c non guided choices	6149
1800.03/1794.01	c learnt constraints type 
1800.03/1794.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15726
1800.03/1794.01	c constraints type 
1800.03/1794.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.03/1794.01	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.03/1794.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.03/1794.01	c ignored satisfied constraints => 3
1800.03/1794.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59500
1800.03/1794.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985350
1800.03/1794.01	c 2030014 constraints processed.
1800.03/1794.02	s UNKNOWN
1800.03/1794.02	c Total wall clock time (in seconds): 1793.9

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-3710445-1338244680/watcher-3710445-1338244680 -o /tmp/evaluation-result-3710445-1338244680/solver-3710445-1338244680 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710445-1338244680.opb 

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: 2.06 2.02 2.00 3/192 859
/proc/meminfo: memFree=27364680/32873852 swapFree=7624/7624
[pid=859] ppid=857 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/859/stat : 859 (java) D 857 859 31663 0 -1 4202496 457 0 0 0 0 0 0 0 20 0 1 0 290593706 9515008 186 33554432000 1073741824 1073778376 140735292931440 140735292920504 252253924647 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/859/statm: 5149 186 143 9 0 71 0
[pid=859/tid=860] ppid=857 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/859/task/860/stat : 860 (java) R 857 859 31663 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 2 0 290593706 91893760 891 33554432000 1073741824 1073778376 140735292931440 140735292920504 252262649846 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0530171 s]
/proc/loadavg: 2.06 2.02 2.00 3/192 859
/proc/meminfo: memFree=27364680/32873852 swapFree=7624/7624
[pid=859] ppid=857 vsize=9425252 CPUtime=0.04 cores=0,2,4,6
/proc/859/stat : 859 (java) S 857 859 31663 0 -1 4202496 3134 0 1 0 3 1 0 0 20 0 16 0 290593706 9651458048 4342 33554432000 1073741824 1073778376 140735292931440 140735292922576 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/859/statm: 2356570 4349 1737 9 0 2347271 0
[pid=859/tid=860] ppid=857 vsize=9426280 CPUtime=0.03 cores=0,2,4,6
/proc/859/task/860/stat : 860 (java) S 857 859 31663 0 -1 4202560 1935 0 1 0 3 0 0 0 20 0 17 0 290593706 9652510720 4350 33554432000 1073741824 1073778376 140735292931440 140553113282776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9425252

[startup+0.100283 s]
/proc/loadavg: 2.06 2.02 2.00 3/192 859
/proc/meminfo: memFree=27364680/32873852 swapFree=7624/7624
[pid=859] ppid=857 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/859/stat : 859 (java) S 857 859 31663 0 -1 4202496 4279 0 1 0 10 1 0 0 20 0 18 0 290593706 9787842560 5997 33554432000 1073741824 1073778376 140735292931440 140735292922576 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/859/statm: 2389610 5997 2116 9 0 2380296 0
[pid=859/tid=860] ppid=857 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/859/task/860/stat : 860 (java) R 857 859 31663 0 -1 4202560 2418 0 1 0 7 0 0 0 20 0 18 0 290593706 9787842560 5997 33554432000 1073741824 1073778376 140735292931440 140553113279720 140553111152190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.300269 s]
/proc/loadavg: 2.06 2.02 2.00 3/192 859
/proc/meminfo: memFree=27364680/32873852 swapFree=7624/7624
[pid=859] ppid=857 vsize=9558440 CPUtime=0.47 cores=0,2,4,6
/proc/859/stat : 859 (java) S 857 859 31663 0 -1 4202496 5399 0 1 0 45 2 0 0 20 0 18 0 290593706 9787842560 18450 33554432000 1073741824 1073778376 140735292931440 140735292922576 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/859/statm: 2389610 18450 2223 9 0 2380296 0
[pid=859/tid=860] ppid=857 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/859/task/860/stat : 860 (java) R 857 859 31663 0 -1 4202560 2522 0 1 0 26 1 0 0 20 0 18 0 290593706 9787842560 18450 33554432000 1073741824 1073778376 140735292931440 140553113279720 140553121045591 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558440

[startup+0.700263 s]
/proc/loadavg: 2.06 2.02 2.00 3/192 859
/proc/meminfo: memFree=27364680/32873852 swapFree=7624/7624
[pid=859] ppid=857 vsize=9558440 CPUtime=1.45 cores=0,2,4,6
/proc/859/stat : 859 (java) S 857 859 31663 0 -1 4202496 10728 0 1 0 139 6 0 0 20 0 18 0 290593706 9787842560 50424 33554432000 1073741824 1073778376 140735292931440 140735292922576 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/859/statm: 2389610 50424 2264 9 0 2380296 0
[pid=859/tid=860] ppid=857 vsize=9558440 CPUtime=0.64 cores=0,2,4,6
/proc/859/task/860/stat : 860 (java) R 857 859 31663 0 -1 4202560 2565 0 1 0 61 3 0 0 20 0 18 0 290593706 9787842560 50424 33554432000 1073741824 1073778376 140735292931440 140553113279720 140552956211091 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9558440

[startup+1.50062 s]
/proc/loadavg: 2.06 2.02 2.00 3/210 877
/proc/meminfo: memFree=27139504/32873852 swapFree=7624/7624
[pid=859] ppid=857 vsize=9558440 CPUtime=2.44 cores=0,2,4,6
/proc/859/stat : 859 (java) S 857 859 31663 0 -1 4202496 11229 0 1 0 233 11 0 0 20 0 18 0 290593706 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140735292922576 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/859/statm: 2389610 89214 2272 9 0 2380296 0
[pid=859/tid=860] ppid=857 vsize=9558440 CPUtime=1.39 cores=0,2,4,6
/proc/859/task/860/stat : 860 (java) S 857 859 31663 0 -1 4202560 2627 0 1 0 134 5 0 0 20 0 18 0 290593706 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140553113279544 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=859/tid=862] ppid=857 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/859/task/862/stat : 862 (java) R 857 859 31663 0 -1 4202560 145 0 0 0 3 0 0 0 20 0 18 0 290593707 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140553074772648 140553120176622 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=859/tid=863] ppid=857 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/859/task/863/stat : 863 (java) S 857 859 31663 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 290593707 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140552955751208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=864] ppid=857 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/859/task/864/stat : 864 (java) R 857 859 31663 0 -1 4202560 83 0 0 0 3 0 0 0 20 0 18 0 290593707 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140552954698840 140553120176913 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=859/tid=865] ppid=857 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/859/task/865/stat : 865 (java) R 857 859 31663 0 -1 4202560 116 0 0 0 4 0 0 0 20 0 18 0 290593707 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140552953646120 140553117442689 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=859/tid=866] ppid=857 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/859/task/866/stat : 866 (java) R 857 859 31663 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 290593707 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140552952592552 252266460220 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=859/tid=867] ppid=857 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/859/task/867/stat : 867 (java) R 857 859 31663 0 -1 4202560 102 0 0 0 3 1 0 0 20 0 18 0 290593707 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140552951540008 140553115752156 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=859/tid=868] ppid=857 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/859/task/868/stat : 868 (java) S 857 859 31663 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 290593707 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140552950487464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=869] ppid=857 vsize=9558440 CPUtime=0.01 cores=0,2,4,6
/proc/859/task/869/stat : 869 (java) S 857 859 31663 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 290593707 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140552949434920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=870] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/870/stat : 870 (java) S 857 859 31663 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 18 0 290593708 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140552467105288 252266460220 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=859/tid=871] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/871/stat : 871 (java) S 857 859 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290593709 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140552466052728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=872] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/872/stat : 872 (java) S 857 859 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290593709 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140552465000072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=873] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/873/stat : 873 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290593711 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140552463948816 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=874] ppid=857 vsize=9558440 CPUtime=0.36 cores=0,2,4,6
/proc/859/task/874/stat : 874 (java) S 857 859 31663 0 -1 4202560 3902 0 0 0 36 0 0 0 20 0 18 0 290593711 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140552462895160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=875] ppid=857 vsize=9558440 CPUtime=0.33 cores=0,2,4,6
/proc/859/task/875/stat : 875 (java) S 857 859 31663 0 -1 4202560 2946 0 0 0 33 0 0 0 20 0 18 0 290593711 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140552461842616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=876] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/876/stat : 876 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290593711 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140552460790264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=877] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/877/stat : 877 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290593711 9787842560 89214 33554432000 1073741824 1073778376 140735292931440 140552459737928 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9558440

[startup+3.10067 s]
/proc/loadavg: 2.06 2.02 2.00 3/210 877
/proc/meminfo: memFree=26974300/32873852 swapFree=7624/7624
[pid=859] ppid=857 vsize=9558440 CPUtime=4.47 cores=0,2,4,6
/proc/859/stat : 859 (java) S 857 859 31663 0 -1 4202496 12043 0 1 0 425 22 0 0 20 0 18 0 290593706 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140735292922576 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/859/statm: 2389610 143560 2272 9 0 2380296 0
[pid=859/tid=860] ppid=857 vsize=9558440 CPUtime=2.84 cores=0,2,4,6
/proc/859/task/860/stat : 860 (java) R 857 859 31663 0 -1 4202560 2867 0 1 0 277 7 0 0 20 0 18 0 290593706 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140553113272208 140552956201676 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=859/tid=862] ppid=857 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/859/task/862/stat : 862 (java) S 857 859 31663 0 -1 4202560 161 0 0 0 6 2 0 0 20 0 18 0 290593707 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140553074772648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=863] ppid=857 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/859/task/863/stat : 863 (java) S 857 859 31663 0 -1 4202560 55 0 0 0 9 2 0 0 20 0 18 0 290593707 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140552955751208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=864] ppid=857 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/859/task/864/stat : 864 (java) S 857 859 31663 0 -1 4202560 313 0 0 0 8 1 0 0 20 0 18 0 290593707 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140552954698664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=865] ppid=857 vsize=9558440 CPUtime=0.13 cores=0,2,4,6
/proc/859/task/865/stat : 865 (java) S 857 859 31663 0 -1 4202560 149 0 0 0 11 2 0 0 20 0 18 0 290593707 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140552953646120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=866] ppid=857 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/859/task/866/stat : 866 (java) S 857 859 31663 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 18 0 290593707 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140552952592552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=867] ppid=857 vsize=9558440 CPUtime=0.12 cores=0,2,4,6
/proc/859/task/867/stat : 867 (java) S 857 859 31663 0 -1 4202560 131 0 0 0 10 2 0 0 20 0 18 0 290593707 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140552951540008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=868] ppid=857 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/859/task/868/stat : 868 (java) S 857 859 31663 0 -1 4202560 49 0 0 0 4 1 0 0 20 0 18 0 290593707 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140552950487464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=869] ppid=857 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/859/task/869/stat : 869 (java) S 857 859 31663 0 -1 4202560 44 0 0 0 7 0 0 0 20 0 18 0 290593707 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140552949434920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=870] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/870/stat : 870 (java) S 857 859 31663 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 290593708 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140552467106408 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=859/tid=871] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/871/stat : 871 (java) S 857 859 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290593709 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140552466052728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=872] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/872/stat : 872 (java) S 857 859 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290593709 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140552465000072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=873] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/873/stat : 873 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290593711 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140552463948816 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=874] ppid=857 vsize=9558440 CPUtime=0.36 cores=0,2,4,6
/proc/859/task/874/stat : 874 (java) S 857 859 31663 0 -1 4202560 3902 0 0 0 36 0 0 0 20 0 18 0 290593711 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140552462895160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=875] ppid=857 vsize=9558440 CPUtime=0.33 cores=0,2,4,6
/proc/859/task/875/stat : 875 (java) S 857 859 31663 0 -1 4202560 2946 0 0 0 33 0 0 0 20 0 18 0 290593711 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140552461842616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=876] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/876/stat : 876 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290593711 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140552460790264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=877] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/877/stat : 877 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290593711 9787842560 143560 33554432000 1073741824 1073778376 140735292931440 140552459737928 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9558440

[startup+6.30069 s]
/proc/loadavg: 2.14 2.03 2.01 3/210 877
/proc/meminfo: memFree=26508168/32873852 swapFree=7624/7624
[pid=859] ppid=857 vsize=9558440 CPUtime=8.64 cores=0,2,4,6
/proc/859/stat : 859 (java) S 857 859 31663 0 -1 4202496 14150 0 1 0 814 50 0 0 20 0 18 0 290593706 9787842560 309255 33554432000 1073741824 1073778376 140735292931440 140735292922576 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/859/statm: 2389610 309255 2272 9 0 2380296 0
[pid=859/tid=860] ppid=857 vsize=9558440 CPUtime=5.7 cores=0,2,4,6
/proc/859/task/860/stat : 860 (java) R 857 859 31663 0 -1 4202560 3569 0 1 0 554 16 0 0 20 0 18 0 290593706 9787842560 309255 33554432000 1073741824 1073778376 140735292931440 140553113272368 252266472717 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=859/tid=862] ppid=857 vsize=9558440 CPUtime=0.22 cores=0,2,4,6
/proc/859/task/862/stat : 862 (java) S 857 859 31663 0 -1 4202560 201 0 0 0 18 4 0 0 20 0 18 0 290593707 9787842560 309255 33554432000 1073741824 1073778376 140735292931440 140553074772648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=863] ppid=857 vsize=9558440 CPUtime=0.33 cores=0,2,4,6
/proc/859/task/863/stat : 863 (java) S 857 859 31663 0 -1 4202560 127 0 0 0 27 6 0 0 20 0 18 0 290593707 9787842560 309255 33554432000 1073741824 1073778376 140735292931440 140552955751208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=864] ppid=857 vsize=9558440 CPUtime=0.3 cores=0,2,4,6
/proc/859/task/864/stat : 864 (java) S 857 859 31663 0 -1 4202560 367 0 0 0 25 5 0 0 20 0 18 0 290593707 9787842560 309255 33554432000 1073741824 1073778376 140735292931440 140552954698664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=865] ppid=857 vsize=9558440 CPUtime=0.32 cores=0,2,4,6
/proc/859/task/865/stat : 865 (java) S 857 859 31663 0 -1 4202560 219 0 0 0 26 6 0 0 20 0 18 0 290593707 9787842560 309255 33554432000 1073741824 1073778376 140735292931440 140552953646120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=866] ppid=857 vsize=9558440 CPUtime=0.23 cores=0,2,4,6
/proc/859/task/866/stat : 866 (java) S 857 859 31663 0 -1 4202560 483 0 0 0 20 3 0 0 20 0 18 0 290593707 9787842560 309255 33554432000 1073741824 1073778376 140735292931440 140552952592552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=859/tid=867] ppid=857 vsize=9558440 CPUtime=0.25 cores=0,2,4,6
/proc/859/task/867/stat : 867 (java) S 857 859 31663 0 -1 4202560 181 0 0 0 20 5 0 0 20 0 18 0 290593707 9787842560 309255 33554432000 1073741824 1073778376 140735292931440 140552951540008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=868] ppid=857 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/859/task/868/stat : 868 (java) S 857 859 31663 0 -1 4202560 361 0 0 0 15 3 0 0 20 0 18 0 290593707 9787842560 309255 33554432000 1073741824 1073778376 140735292931440 140552950487464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=869] ppid=857 vsize=9558440 CPUtime=0.2 cores=0,2,4,6
/proc/859/task/869/stat : 869 (java) S 857 859 31663 0 -1 4202560 76 0 0 0 18 2 0 0 20 0 18 0 290593707 9787842560 309255 33554432000 1073741824 1073778376 140735292931440 140552949434920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=870] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/870/stat : 870 (java) S 857 859 31663 0 -1 4202560 536 0 0 0 0 0 0 0 20 0 18 0 290593708 9787842560 309255 33554432000 1073741824 1073778376 140735292931440 140552467106408 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=859/tid=871] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/871/stat : 871 (java) S 857 859 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290593709 9787842560 309255 33554432000 1073741824 1073778376 140735292931440 140552466052728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=872] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/872/stat : 872 (java) S 857 859 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290593709 9787842560 309255 33554432000 1073741824 1073778376 140735292931440 140552465000072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=873] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/873/stat : 873 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290593711 9787842560 309255 33554432000 1073741824 1073778376 140735292931440 140552463948816 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=874] ppid=857 vsize=9558440 CPUtime=0.39 cores=0,2,4,6
/proc/859/task/874/stat : 874 (java) S 857 859 31663 0 -1 4202560 3908 0 0 0 39 0 0 0 20 0 18 0 290593711 9787842560 309255 33554432000 1073741824 1073778376 140735292931440 140552462895160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=875] ppid=857 vsize=9558440 CPUtime=0.35 cores=0,2,4,6
/proc/859/task/875/stat : 875 (java) S 857 859 31663 0 -1 4202560 2946 0 0 0 35 0 0 0 20 0 18 0 290593711 9787842560 309767 33554432000 1073741824 1073778376 140735292931440 140552461842616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=876] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/876/stat : 876 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290593711 9787842560 309767 33554432000 1073741824 1073778376 140735292931440 140552460790264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=877] ppid=857 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/859/task/877/stat : 877 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290593711 9787842560 309767 33554432000 1073741824 1073778376 140735292931440 140552459737928 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=859/tid=874] ppid=857 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/859/task/874/stat : 874 (java) S 857 859 31663 0 -1 4202560 3951 0 0 0 84 0 0 0 20 0 19 0 290593711 9856004096 597266 33554432000 1073741824 1073778376 140735292931440 140552462895160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=875] ppid=857 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/859/task/875/stat : 875 (java) S 857 859 31663 0 -1 4202560 2959 0 0 0 62 0 0 0 20 0 19 0 290593711 9856004096 597266 33554432000 1073741824 1073778376 140735292931440 140552461842616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=876] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/876/stat : 876 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290593711 9856004096 597266 33554432000 1073741824 1073778376 140735292931440 140552460790264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=877] ppid=857 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/859/task/877/stat : 877 (java) S 857 859 31663 0 -1 4202560 99 0 0 0 39 39 0 0 20 0 19 0 290593711 9856004096 597266 33554432000 1073741824 1073778376 140735292931440 140552459737928 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=859/tid=878] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/878/stat : 878 (java) S 857 859 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290595105 9856004096 597266 33554432000 1073741824 1073778376 140735292931440 140552458683688 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1728.32
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/210 974
/proc/meminfo: memFree=26263188/32873852 swapFree=7624/7624
[pid=859] ppid=857 vsize=9625004 CPUtime=1788.32 cores=0,2,4,6
/proc/859/stat : 859 (java) S 857 859 31663 0 -1 4202496 18208 0 1 0 178693 139 0 0 20 0 19 0 290593706 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140735292922576 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/859/statm: 2406251 631570 2291 9 0 2396937 0
[pid=859/tid=860] ppid=857 vsize=9625004 CPUtime=1756.97 cores=0,2,4,6
/proc/859/task/860/stat : 860 (java) R 857 859 31663 0 -1 4202560 3816 0 1 0 175644 53 0 0 20 0 19 0 290593706 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140553113280816 140552956776430 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=859/tid=862] ppid=857 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/859/task/862/stat : 862 (java) S 857 859 31663 0 -1 4202560 331 0 0 0 51 10 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140553074772648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=863] ppid=857 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/859/task/863/stat : 863 (java) S 857 859 31663 0 -1 4202560 268 0 0 0 63 11 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552955751208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=864] ppid=857 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/859/task/864/stat : 864 (java) S 857 859 31663 0 -1 4202560 474 0 0 0 58 10 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552954698664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=865] ppid=857 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/859/task/865/stat : 865 (java) S 857 859 31663 0 -1 4202560 1002 0 0 0 65 12 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552953646120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=866] ppid=857 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/859/task/866/stat : 866 (java) S 857 859 31663 0 -1 4202560 632 0 0 0 63 10 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552952592552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=867] ppid=857 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/859/task/867/stat : 867 (java) S 857 859 31663 0 -1 4202560 348 0 0 0 66 11 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552951540008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=868] ppid=857 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/859/task/868/stat : 868 (java) S 857 859 31663 0 -1 4202560 901 0 0 0 67 11 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552950487464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=869] ppid=857 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/859/task/869/stat : 869 (java) S 857 859 31663 0 -1 4202560 503 0 0 0 64 10 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552949434920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=870] ppid=857 vsize=9625004 CPUtime=19.21 cores=0,2,4,6
/proc/859/task/870/stat : 870 (java) S 857 859 31663 0 -1 4202560 1738 0 0 0 1914 7 0 0 20 0 19 0 290593708 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552467106408 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=859/tid=871] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/871/stat : 871 (java) S 857 859 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290593709 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552466052728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=872] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/872/stat : 872 (java) S 857 859 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290593709 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552465000072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=873] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/873/stat : 873 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290593711 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552463948816 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=874] ppid=857 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/859/task/874/stat : 874 (java) S 857 859 31663 0 -1 4202560 3951 0 0 0 84 0 0 0 20 0 19 0 290593711 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552462895160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=875] ppid=857 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/859/task/875/stat : 875 (java) S 857 859 31663 0 -1 4202560 2959 0 0 0 62 0 0 0 20 0 19 0 290593711 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552461842616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=876] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/876/stat : 876 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290593711 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552460790264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=877] ppid=857 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/859/task/877/stat : 877 (java) S 857 859 31663 0 -1 4202560 103 0 0 0 41 40 0 0 20 0 19 0 290593711 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552459737928 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=859/tid=878] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/878/stat : 878 (java) S 857 859 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290595105 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552458683688 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1788.32
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794 s]
/proc/loadavg: 2.45 2.10 2.03 3/210 974
/proc/meminfo: memFree=23915668/32873852 swapFree=7624/7624
[pid=859] ppid=857 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/859/stat : 859 (java) S 857 859 31663 0 -1 4202496 18211 0 1 0 179858 145 0 0 20 0 19 0 290593706 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140735292922576 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/859/statm: 2406251 631570 2291 9 0 2396937 0
[pid=859/tid=860] ppid=857 vsize=9625004 CPUtime=1766.53 cores=0,2,4,6
/proc/859/task/860/stat : 860 (java) R 857 859 31663 0 -1 4202560 3817 0 1 0 176600 53 0 0 20 0 19 0 290593706 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140553113280816 140552956789065 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=859/tid=862] ppid=857 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/859/task/862/stat : 862 (java) S 857 859 31663 0 -1 4202560 331 0 0 0 51 10 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140553074772648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=863] ppid=857 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/859/task/863/stat : 863 (java) S 857 859 31663 0 -1 4202560 268 0 0 0 63 11 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552955751208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=864] ppid=857 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/859/task/864/stat : 864 (java) S 857 859 31663 0 -1 4202560 474 0 0 0 58 10 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552954698664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=865] ppid=857 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/859/task/865/stat : 865 (java) S 857 859 31663 0 -1 4202560 1002 0 0 0 65 12 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552953646120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=866] ppid=857 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/859/task/866/stat : 866 (java) S 857 859 31663 0 -1 4202560 632 0 0 0 63 10 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552952592552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=867] ppid=857 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/859/task/867/stat : 867 (java) S 857 859 31663 0 -1 4202560 348 0 0 0 66 11 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552951540008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=868] ppid=857 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/859/task/868/stat : 868 (java) S 857 859 31663 0 -1 4202560 901 0 0 0 67 11 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552950487464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=869] ppid=857 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/859/task/869/stat : 869 (java) S 857 859 31663 0 -1 4202560 503 0 0 0 64 10 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552949434920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=870] ppid=857 vsize=9625004 CPUtime=21.33 cores=0,2,4,6
/proc/859/task/870/stat : 870 (java) S 857 859 31663 0 -1 4202560 1740 0 0 0 2120 13 0 0 20 0 19 0 290593708 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552467106408 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=859/tid=871] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/871/stat : 871 (java) S 857 859 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290593709 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552466052728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=872] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/872/stat : 872 (java) S 857 859 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290593709 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552465000072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=873] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/873/stat : 873 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290593711 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552463948816 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=874] ppid=857 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/859/task/874/stat : 874 (java) S 857 859 31663 0 -1 4202560 3951 0 0 0 84 0 0 0 20 0 19 0 290593711 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552462895160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=875] ppid=857 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/859/task/875/stat : 875 (java) S 857 859 31663 0 -1 4202560 2959 0 0 0 62 0 0 0 20 0 19 0 290593711 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552461842616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=876] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/876/stat : 876 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290593711 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552460790264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=877] ppid=857 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/859/task/877/stat : 877 (java) S 857 859 31663 0 -1 4202560 103 0 0 0 41 40 0 0 20 0 19 0 290593711 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552459737928 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=859/tid=878] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/878/stat : 878 (java) S 857 859 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290595105 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552458683688 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1794 s]
/proc/loadavg: 2.45 2.10 2.03 3/210 974
/proc/meminfo: memFree=23915668/32873852 swapFree=7624/7624
[pid=859] ppid=857 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/859/stat : 859 (java) S 857 859 31663 0 -1 4202496 18211 0 1 0 179858 145 0 0 20 0 19 0 290593706 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140735292922576 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/859/statm: 2406251 631570 2291 9 0 2396937 0
[pid=859/tid=860] ppid=857 vsize=9625004 CPUtime=1766.53 cores=0,2,4,6
/proc/859/task/860/stat : 860 (java) R 857 859 31663 0 -1 4202560 3817 0 1 0 176600 53 0 0 20 0 19 0 290593706 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140553113280816 140552956789065 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=859/tid=862] ppid=857 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/859/task/862/stat : 862 (java) S 857 859 31663 0 -1 4202560 331 0 0 0 51 10 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140553074772648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=863] ppid=857 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/859/task/863/stat : 863 (java) S 857 859 31663 0 -1 4202560 268 0 0 0 63 11 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552955751208 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=864] ppid=857 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/859/task/864/stat : 864 (java) S 857 859 31663 0 -1 4202560 474 0 0 0 58 10 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552954698664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=865] ppid=857 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/859/task/865/stat : 865 (java) S 857 859 31663 0 -1 4202560 1002 0 0 0 65 12 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552953646120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=866] ppid=857 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/859/task/866/stat : 866 (java) S 857 859 31663 0 -1 4202560 632 0 0 0 63 10 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552952592552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=867] ppid=857 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/859/task/867/stat : 867 (java) S 857 859 31663 0 -1 4202560 348 0 0 0 66 11 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552951540008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=868] ppid=857 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/859/task/868/stat : 868 (java) S 857 859 31663 0 -1 4202560 901 0 0 0 67 11 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552950487464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=869] ppid=857 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/859/task/869/stat : 869 (java) S 857 859 31663 0 -1 4202560 503 0 0 0 64 10 0 0 20 0 19 0 290593707 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552949434920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=870] ppid=857 vsize=9625004 CPUtime=21.33 cores=0,2,4,6
/proc/859/task/870/stat : 870 (java) S 857 859 31663 0 -1 4202560 1740 0 0 0 2120 13 0 0 20 0 19 0 290593708 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552467106408 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=859/tid=871] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/871/stat : 871 (java) S 857 859 31663 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290593709 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552466052728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=872] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/872/stat : 872 (java) S 857 859 31663 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290593709 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552465000072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=873] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/873/stat : 873 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290593711 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552463948816 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=874] ppid=857 vsize=9625004 CPUtime=0.84 cores=0,2,4,6
/proc/859/task/874/stat : 874 (java) S 857 859 31663 0 -1 4202560 3951 0 0 0 84 0 0 0 20 0 19 0 290593711 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552462895160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=859/tid=875] ppid=857 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/859/task/875/stat : 875 (java) S 857 859 31663 0 -1 4202560 2959 0 0 0 62 0 0 0 20 0 19 0 290593711 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552461842616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=859/tid=876] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/876/stat : 876 (java) S 857 859 31663 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290593711 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552460790264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=859/tid=877] ppid=857 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/859/task/877/stat : 877 (java) S 857 859 31663 0 -1 4202560 103 0 0 0 41 40 0 0 20 0 19 0 290593711 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552459737928 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=859/tid=878] ppid=857 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/859/task/878/stat : 878 (java) S 857 859 31663 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290595105 9856004096 631570 33554432000 1073741824 1073778376 140735292931440 140552458683688 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 859 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=168244
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=42689
# CPU time returned by wait4() is 1796.21
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.03
CPU time (s): 1800.03
CPU user time (s): 1798.58
CPU system time (s): 1.45
CPU usage (%): 100.334
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.17
system time used= 2.04269
maximum resident set size= 2526396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18243
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38565
involuntary context switches= 4248

runsolver used 6.27005 second user time and 14.3928 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-29 00:38:03
IDJOB=3710445
IDBENCH=92643
IDSOLVER=2289
FILE ID=node131/3710445-1338244680
RUNJOBID= node131-1338224871-31679
PBS_JOBID= 14624623
Free space on /tmp= 71536 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_8_ic.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710445-1338244680/watcher-3710445-1338244680 -o /tmp/evaluation-result-3710445-1338244680/solver-3710445-1338244680 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710445-1338244680.opb

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

MD5SUM BENCH= 5ed7f30965bba8f3ce61500e35e903e9
RANDOM SEED=1372710947

node131.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		: 2666.805
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	: 5333.61
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		: 2666.805
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		: 2666.805
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		: 2666.805
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		: 2666.805
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		: 2666.805
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		: 2666.805
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.92
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		: 2666.805
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:       32873852 kB
MemFree:        27365060 kB
Buffers:          519500 kB
Cached:          2148332 kB
SwapCached:         2328 kB
Active:          2919424 kB
Inactive:        1725796 kB
Active(anon):    1976088 kB
Inactive(anon):      996 kB
Active(file):     943336 kB
Inactive(file):  1724800 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099068 kB
Dirty:            201692 kB
Writeback:             0 kB
AnonPages:       1993900 kB
Mapped:            22544 kB
Shmem:                 0 kB
Slab:             710376 kB
SReclaimable:     152044 kB
SUnreclaim:       558332 kB
KernelStack:        1576 kB
PageTables:         8048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    3041296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1941504 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= 71416 MiB
End job on node131 at 2012-05-29 01:07:59