Trace number 3710174

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.07 1793.73

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498-max.opb
MD5SUMed1765c8e2f5b9ac0be00c2d97d71991
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97901
Total number of constraints291721
Number of constraints which are clauses291720
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295513459689730629073816418642253180734108769246219889599930392714811235131541912049967060836868994739843120196423842159639336839621523
Number of bits of the biggest sum of numbers661
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.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710174-1338157542.opb
0.10/0.11	c reading problem ... 
3.92/2.93	c ... done. Wall clock time 2.819s.
3.92/2.93	c declared #vars     97901
3.92/2.93	c #constraints  291722
3.92/2.93	c constraints type 
3.92/2.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97240
3.92/2.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 194480
3.92/2.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.92/2.93	c 291722 constraints processed.
1800.07/1793.71	c starts		: 18
1800.07/1793.71	c conflicts		: 3373
1800.07/1793.71	c decisions		: 87201
1800.07/1793.71	c propagations		: 3194017
1800.07/1793.71	c inspects		: 14399539
1800.07/1793.71	c shortcuts		: 0
1800.07/1793.71	c learnt literals	: 0
1800.07/1793.71	c learnt binary clauses	: 0
1800.07/1793.71	c learnt ternary clauses	: 1
1800.07/1793.71	c learnt constraints	: 3373
1800.07/1793.71	c ignored constraints	: 0
1800.07/1793.71	c root simplifications	: 18
1800.07/1793.71	c removed literals (reason simplification)	: 81186635
1800.07/1793.71	c reason swapping (by a shorter reason)	: 0
1800.07/1793.71	c Calls to reduceDB	: 0
1800.07/1793.71	c number of reductions to clauses (during analyze)	: 0
1800.07/1793.71	c number of learned constraints concerned by reduction	: 0
1800.07/1793.71	c number of learning phase by resolution	: 0
1800.07/1793.71	c number of learning phase by cutting planes	: 0
1800.07/1793.71	c speed (assignments/second)	: 1783.6521440003394
1800.07/1793.71	c non guided choices	71598
1800.07/1793.71	c learnt constraints type 
1800.07/1793.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3373
1800.07/1793.71	c constraints type 
1800.07/1793.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97240
1800.07/1793.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 194480
1800.07/1793.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/1793.71	c 291722 constraints processed.
1800.07/1793.71	s UNKNOWN
1800.07/1793.71	c Total wall clock time (in seconds): 1793.596

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-3710174-1338157542/watcher-3710174-1338157542 -o /tmp/evaluation-result-3710174-1338157542/solver-3710174-1338157542 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710174-1338157542.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.07 2.03 1.86 3/192 15403
/proc/meminfo: memFree=29537624/32873852 swapFree=7624/7624
[pid=15403] ppid=15401 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/15403/stat : 15403 (java) R 15401 15403 15185 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 281879706 23793664 714 33554432000 1073741824 1073778376 140736382104736 140736382093800 252253878352 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 5809 714 528 9 0 128 0

[startup+0.061045 s]
/proc/loadavg: 2.07 2.03 1.86 3/192 15403
/proc/meminfo: memFree=29537624/32873852 swapFree=7624/7624
[pid=15403] ppid=15401 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15401 15403 15185 0 -1 4202496 3263 0 1 0 4 0 0 0 20 0 18 0 281879706 9787842560 4470 33554432000 1073741824 1073778376 140736382104736 140736382095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2389610 4471 1766 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100249 s]
/proc/loadavg: 2.07 2.03 1.86 3/192 15403
/proc/meminfo: memFree=29537624/32873852 swapFree=7624/7624
[pid=15403] ppid=15401 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15401 15403 15185 0 -1 4202496 4292 0 1 0 9 1 0 0 20 0 18 0 281879706 9787842560 6009 33554432000 1073741824 1073778376 140736382104736 140736382095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2389610 6009 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300216 s]
/proc/loadavg: 2.07 2.03 1.86 3/192 15403
/proc/meminfo: memFree=29537624/32873852 swapFree=7624/7624
[pid=15403] ppid=15401 vsize=9558440 CPUtime=0.49 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15401 15403 15185 0 -1 4202496 5992 0 1 0 48 1 0 0 20 0 18 0 281879706 9787842560 8983 33554432000 1073741824 1073778376 140736382104736 140736382095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2389610 8983 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558440

[startup+0.700219 s]
/proc/loadavg: 2.07 2.03 1.86 3/192 15403
/proc/meminfo: memFree=29537624/32873852 swapFree=7624/7624
[pid=15403] ppid=15401 vsize=9558440 CPUtime=1.15 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15401 15403 15185 0 -1 4202496 7607 0 1 0 112 3 0 0 20 0 18 0 281879706 9787842560 42033 33554432000 1073741824 1073778376 140736382104736 140736382095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2389610 42033 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558440

[startup+1.50065 s]
/proc/loadavg: 2.07 2.03 1.86 4/210 15421
/proc/meminfo: memFree=29248888/32873852 swapFree=7624/7624
[pid=15403] ppid=15401 vsize=9558440 CPUtime=2.19 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15401 15403 15185 0 -1 4202496 7928 0 1 0 206 13 0 0 20 0 18 0 281879706 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 140736382095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2389610 85704 2253 9 0 2380296 0
[pid=15403/tid=15405] ppid=15401 vsize=9558440 CPUtime=1.37 cores=0,2,4,6
/proc/15403/task/15405/stat : 15405 (java) R 15401 15403 15185 0 -1 4202560 2633 0 1 0 132 5 0 0 20 0 18 0 281879707 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139706109676872 252266472717 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15406] ppid=15401 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/15403/task/15406/stat : 15406 (java) S 15401 15403 15185 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 18 0 281879708 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139706098739880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15407] ppid=15401 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/15403/task/15407/stat : 15407 (java) S 15401 15403 15185 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 18 0 281879708 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139706097687336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15408] ppid=15401 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/15403/task/15408/stat : 15408 (java) S 15401 15403 15185 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 18 0 281879708 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139706096634792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15409] ppid=15401 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/15403/task/15409/stat : 15409 (java) S 15401 15403 15185 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 18 0 281879708 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139706095582248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15410] ppid=15401 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/15403/task/15410/stat : 15410 (java) S 15401 15403 15185 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 281879708 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139706094528680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15411] ppid=15401 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/15403/task/15411/stat : 15411 (java) S 15401 15403 15185 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 18 0 281879708 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139706093476136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15412] ppid=15401 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/15403/task/15412/stat : 15412 (java) S 15401 15403 15185 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 281879708 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139705947208104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15413] ppid=15401 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/15403/task/15413/stat : 15413 (java) S 15401 15403 15185 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 281879708 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139705946155560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15414] ppid=15401 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15414/stat : 15414 (java) S 15401 15403 15185 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 281879709 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139705933744744 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15415] ppid=15401 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15415/stat : 15415 (java) S 15401 15403 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 281879709 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139705932691064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15416] ppid=15401 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15416/stat : 15416 (java) S 15401 15403 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 281879709 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139705931638408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15417] ppid=15401 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15417/stat : 15417 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281879712 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139705930587152 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15418] ppid=15401 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/15403/task/15418/stat : 15418 (java) S 15401 15403 15185 0 -1 4202560 2069 0 0 0 18 0 0 0 20 0 18 0 281879712 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139705929533496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15419] ppid=15401 vsize=9558440 CPUtime=0.2 cores=0,2,4,6
/proc/15403/task/15419/stat : 15419 (java) S 15401 15403 15185 0 -1 4202560 1680 0 0 0 20 0 0 0 20 0 18 0 281879712 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139705928480952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15420] ppid=15401 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15420/stat : 15420 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281879712 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139705927428600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15421] ppid=15401 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15421/stat : 15421 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 281879712 9787842560 85704 33554432000 1073741824 1073778376 140736382104736 139705926376264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9558440

[startup+3.10066 s]
/proc/loadavg: 2.06 2.02 1.86 3/210 15421
/proc/meminfo: memFree=28957392/32873852 swapFree=7624/7624
[pid=15403] ppid=15401 vsize=9625004 CPUtime=4.31 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15401 15403 15185 0 -1 4202496 12072 0 1 0 416 15 0 0 20 0 19 0 281879706 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 140736382095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2406251 88829 2267 9 0 2396937 0
[pid=15403/tid=15405] ppid=15401 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/15403/task/15405/stat : 15405 (java) R 15401 15403 15185 0 -1 4202560 2654 0 1 0 291 5 0 0 20 0 19 0 281879707 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139706109678352 139705975445000 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15406] ppid=15401 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/15403/task/15406/stat : 15406 (java) S 15401 15403 15185 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 19 0 281879708 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139706098739880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15407] ppid=15401 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/15403/task/15407/stat : 15407 (java) S 15401 15403 15185 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 281879708 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139706097687336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15408] ppid=15401 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/15403/task/15408/stat : 15408 (java) S 15401 15403 15185 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 281879708 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139706096634792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15409] ppid=15401 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/15403/task/15409/stat : 15409 (java) S 15401 15403 15185 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 281879708 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139706095582248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15410] ppid=15401 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/15403/task/15410/stat : 15410 (java) S 15401 15403 15185 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 281879708 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139706094528680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15411] ppid=15401 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/15403/task/15411/stat : 15411 (java) S 15401 15403 15185 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 281879708 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139706093476136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15412] ppid=15401 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/15403/task/15412/stat : 15412 (java) S 15401 15403 15185 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 281879708 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139705947208104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15413] ppid=15401 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/15403/task/15413/stat : 15413 (java) S 15401 15403 15185 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 281879708 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139705946155560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15414] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15414/stat : 15414 (java) S 15401 15403 15185 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 281879709 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139705933744744 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15415] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15415/stat : 15415 (java) S 15401 15403 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281879709 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139705932691064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15416] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15416/stat : 15416 (java) S 15401 15403 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281879709 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139705931638408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15417] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15417/stat : 15417 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879712 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139705930587152 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15418] ppid=15401 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/15403/task/15418/stat : 15418 (java) S 15401 15403 15185 0 -1 4202560 6176 0 0 0 54 1 0 0 20 0 19 0 281879712 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139705929533496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15419] ppid=15401 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/15403/task/15419/stat : 15419 (java) S 15401 15403 15185 0 -1 4202560 1683 0 0 0 34 0 0 0 20 0 19 0 281879712 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139705928480952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15420] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15420/stat : 15420 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879712 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139705927428600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15421] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15421/stat : 15421 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879712 9856004096 88829 33554432000 1073741824 1073778376 140736382104736 139705926376264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 2.06 2.02 1.86 3/211 15422
/proc/meminfo: memFree=28607096/32873852 swapFree=7624/7624
[pid=15403] ppid=15401 vsize=9625004 CPUtime=8.16 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15401 15403 15185 0 -1 4202496 14076 0 1 0 781 35 0 0 20 0 19 0 281879706 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 140736382095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2406251 291177 2272 9 0 2396937 0
[pid=15403/tid=15405] ppid=15401 vsize=9625004 CPUtime=5.96 cores=0,2,4,6
/proc/15403/task/15405/stat : 15405 (java) R 15401 15403 15185 0 -1 4202560 3459 0 1 0 581 15 0 0 20 0 19 0 281879707 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139706109676752 139705975742521 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15406] ppid=15401 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/15403/task/15406/stat : 15406 (java) S 15401 15403 15185 0 -1 4202560 72 0 0 0 10 3 0 0 20 0 19 0 281879708 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139706098739880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15407] ppid=15401 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/15403/task/15407/stat : 15407 (java) S 15401 15403 15185 0 -1 4202560 41 0 0 0 7 2 0 0 20 0 19 0 281879708 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139706097687336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15408] ppid=15401 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/15403/task/15408/stat : 15408 (java) S 15401 15403 15185 0 -1 4202560 50 0 0 0 7 2 0 0 20 0 19 0 281879708 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139706096634792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15409] ppid=15401 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/15403/task/15409/stat : 15409 (java) S 15401 15403 15185 0 -1 4202560 49 0 0 0 10 2 0 0 20 0 19 0 281879708 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139706095582248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15410] ppid=15401 vsize=9625004 CPUtime=0.12 cores=0,2,4,6
/proc/15403/task/15410/stat : 15410 (java) S 15401 15403 15185 0 -1 4202560 54 0 0 0 10 2 0 0 20 0 19 0 281879708 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139706094528680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15411] ppid=15401 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/15403/task/15411/stat : 15411 (java) S 15401 15403 15185 0 -1 4202560 48 0 0 0 9 2 0 0 20 0 19 0 281879708 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139706093476136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15412] ppid=15401 vsize=9625004 CPUtime=0.13 cores=0,2,4,6
/proc/15403/task/15412/stat : 15412 (java) S 15401 15403 15185 0 -1 4202560 74 0 0 0 10 3 0 0 20 0 19 0 281879708 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139705947208104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15413] ppid=15401 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/15403/task/15413/stat : 15413 (java) S 15401 15403 15185 0 -1 4202560 55 0 0 0 13 3 0 0 20 0 19 0 281879708 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139705946155560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15414] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15414/stat : 15414 (java) S 15401 15403 15185 0 -1 4202560 982 0 0 0 0 0 0 0 20 0 19 0 281879709 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139705933744744 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15415] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15415/stat : 15415 (java) S 15401 15403 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281879709 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139705932691064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15416] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15416/stat : 15416 (java) S 15401 15403 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281879709 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139705931638408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15417] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15417/stat : 15417 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879712 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139705930587152 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15418] ppid=15401 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/15403/task/15418/stat : 15418 (java) S 15401 15403 15185 0 -1 4202560 6179 0 0 0 61 1 0 0 20 0 19 0 281879712 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139705929533496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15419] ppid=15401 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/15403/task/15419/stat : 15419 (java) S 15401 15403 15185 0 -1 4202560 1825 0 0 0 45 0 0 0 20 0 19 0 281879712 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139705928480952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15420] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15420/stat : 15420 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879712 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139705927428600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15421] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15421/stat : 15421 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879712 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139705926376264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15422] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15422/stat : 15422 (java) S 15401 15403 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281880006 9856004096 291177 33554432000 1073741824 1073778376 140736382104736 139705925322024 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]
/proc/loadavg: 2.05 2.02 1.87 3/211 15422
/proc/meminfo: memFree=27104168/32873852 swapFree=7624/7624
[pid=15403] ppid=15401 vsize=9625004 CPUtime=14.87 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15401 15403 15185 0 -1 4202496 14871 0 1 0 1443 44 0 0 20 0 19 0 281879706 9856004096 416923 33554432000 1073741824 1073778376 140736382104736 140736382095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[pid=15403/tid=15418] ppid=15401 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/15403/task/15418/stat : 15418 (java) S 15401 15403 15185 0 -1 4202560 6199 0 0 0 70 2 0 0 20 0 19 0 281879712 9856004096 609335 33554432000 1073741824 1073778376 140736382104736 139705929533496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15419] ppid=15401 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/15403/task/15419/stat : 15419 (java) S 15401 15403 15185 0 -1 4202560 2322 0 0 0 59 0 0 0 20 0 19 0 281879712 9856004096 609335 33554432000 1073741824 1073778376 140736382104736 139705928480952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15420] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15420/stat : 15420 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879712 9856004096 609335 33554432000 1073741824 1073778376 140736382104736 139705927428600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15421] ppid=15401 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/15403/task/15421/stat : 15421 (java) S 15401 15403 15185 0 -1 4202560 99 0 0 0 19 21 0 0 20 0 19 0 281879712 9856004096 609335 33554432000 1073741824 1073778376 140736382104736 139705926376264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15422] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15422/stat : 15422 (java) S 15401 15403 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281880006 9856004096 609335 33554432000 1073741824 1073778376 140736382104736 139705925322024 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1728.34
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/211 15496
/proc/meminfo: memFree=27375916/32873852 swapFree=7624/7624
[pid=15403] ppid=15401 vsize=9625004 CPUtime=1788.58 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15401 15403 15185 0 -1 4202496 16438 0 1 0 178746 112 0 0 20 0 19 0 281879706 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 140736382095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2406251 610215 2275 9 0 2396937 0
[pid=15403/tid=15405] ppid=15401 vsize=9625004 CPUtime=1775.22 cores=0,2,4,6
/proc/15403/task/15405/stat : 15405 (java) R 15401 15403 15185 0 -1 4202560 4462 0 1 0 177455 67 0 0 20 0 19 0 281879707 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139706109676768 139705975692750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15406] ppid=15401 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/15403/task/15406/stat : 15406 (java) S 15401 15403 15185 0 -1 4202560 121 0 0 0 84 6 0 0 20 0 19 0 281879708 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139706098739880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15407] ppid=15401 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/15403/task/15407/stat : 15407 (java) S 15401 15403 15185 0 -1 4202560 84 0 0 0 82 5 0 0 20 0 19 0 281879708 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139706097687336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15408] ppid=15401 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/15403/task/15408/stat : 15408 (java) S 15401 15403 15185 0 -1 4202560 90 0 0 0 86 5 0 0 20 0 19 0 281879708 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139706096634792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15409] ppid=15401 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/15403/task/15409/stat : 15409 (java) S 15401 15403 15185 0 -1 4202560 96 0 0 0 81 5 0 0 20 0 19 0 281879708 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139706095582248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15410] ppid=15401 vsize=9625004 CPUtime=0.87 cores=0,2,4,6
/proc/15403/task/15410/stat : 15410 (java) S 15401 15403 15185 0 -1 4202560 105 0 0 0 81 6 0 0 20 0 19 0 281879708 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139706094528680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15411] ppid=15401 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/15403/task/15411/stat : 15411 (java) S 15401 15403 15185 0 -1 4202560 94 0 0 0 82 6 0 0 20 0 19 0 281879708 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139706093476136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15412] ppid=15401 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/15403/task/15412/stat : 15412 (java) S 15401 15403 15185 0 -1 4202560 125 0 0 0 83 7 0 0 20 0 19 0 281879708 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139705947208104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15413] ppid=15401 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/15403/task/15413/stat : 15413 (java) S 15401 15403 15185 0 -1 4202560 99 0 0 0 83 6 0 0 20 0 19 0 281879708 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139705946155560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15414] ppid=15401 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/15403/task/15414/stat : 15414 (java) S 15401 15403 15185 0 -1 4202560 1351 0 0 0 2 5 0 0 20 0 19 0 281879709 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139705933744744 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15415] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15415/stat : 15415 (java) S 15401 15403 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281879709 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139705932691064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15416] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15416/stat : 15416 (java) S 15401 15403 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281879709 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139705931638408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15417] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15417/stat : 15417 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879712 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139705930587152 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15418] ppid=15401 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/15403/task/15418/stat : 15418 (java) S 15401 15403 15185 0 -1 4202560 6199 0 0 0 70 2 0 0 20 0 19 0 281879712 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139705929533496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15419] ppid=15401 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/15403/task/15419/stat : 15419 (java) S 15401 15403 15185 0 -1 4202560 2322 0 0 0 59 0 0 0 20 0 19 0 281879712 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139705928480952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15420] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15420/stat : 15420 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879712 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139705927428600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15421] ppid=15401 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/15403/task/15421/stat : 15421 (java) S 15401 15403 15185 0 -1 4202560 103 0 0 0 19 22 0 0 20 0 19 0 281879712 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139705926376264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15422] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15422/stat : 15422 (java) S 15401 15403 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281880006 9856004096 610215 33554432000 1073741824 1073778376 140736382104736 139705925322024 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1788.58
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 2.01 2.02 1.93 3/211 15497
/proc/meminfo: memFree=27352828/32873852 swapFree=7624/7624
[pid=15403] ppid=15401 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15401 15403 15185 0 -1 4202496 16458 0 1 0 179893 114 0 0 20 0 19 0 281879706 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 140736382095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2406251 611750 2275 9 0 2396937 0
[pid=15403/tid=15405] ppid=15401 vsize=9625004 CPUtime=1786.55 cores=0,2,4,6
/proc/15403/task/15405/stat : 15405 (java) R 15401 15403 15185 0 -1 4202560 4468 0 1 0 178587 68 0 0 20 0 19 0 281879707 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139706109676784 139705975464224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15406] ppid=15401 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/15403/task/15406/stat : 15406 (java) S 15401 15403 15185 0 -1 4202560 122 0 0 0 86 6 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139706098739880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15407] ppid=15401 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/15403/task/15407/stat : 15407 (java) S 15401 15403 15185 0 -1 4202560 85 0 0 0 84 5 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139706097687336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15408] ppid=15401 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/15403/task/15408/stat : 15408 (java) S 15401 15403 15185 0 -1 4202560 94 0 0 0 86 5 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139706096634792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15409] ppid=15401 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/15403/task/15409/stat : 15409 (java) S 15401 15403 15185 0 -1 4202560 97 0 0 0 83 5 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139706095582248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15410] ppid=15401 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/15403/task/15410/stat : 15410 (java) S 15401 15403 15185 0 -1 4202560 108 0 0 0 82 6 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139706094528680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15411] ppid=15401 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/15403/task/15411/stat : 15411 (java) S 15401 15403 15185 0 -1 4202560 94 0 0 0 84 6 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139706093476136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15412] ppid=15401 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/15403/task/15412/stat : 15412 (java) S 15401 15403 15185 0 -1 4202560 125 0 0 0 84 7 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705947208104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15413] ppid=15401 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/15403/task/15413/stat : 15413 (java) S 15401 15403 15185 0 -1 4202560 101 0 0 0 84 7 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705946155560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15414] ppid=15401 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/15403/task/15414/stat : 15414 (java) S 15401 15403 15185 0 -1 4202560 1353 0 0 0 2 5 0 0 20 0 19 0 281879709 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705933744744 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15415] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15415/stat : 15415 (java) S 15401 15403 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281879709 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705932691064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15416] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15416/stat : 15416 (java) S 15401 15403 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281879709 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705931638408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15417] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15417/stat : 15417 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879712 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705930587152 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15418] ppid=15401 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/15403/task/15418/stat : 15418 (java) S 15401 15403 15185 0 -1 4202560 6199 0 0 0 70 2 0 0 20 0 19 0 281879712 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705929533496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15419] ppid=15401 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/15403/task/15419/stat : 15419 (java) S 15401 15403 15185 0 -1 4202560 2322 0 0 0 59 0 0 0 20 0 19 0 281879712 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705928480952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15420] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15420/stat : 15420 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879712 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705927428600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15421] ppid=15401 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/15403/task/15421/stat : 15421 (java) S 15401 15403 15185 0 -1 4202560 103 0 0 0 19 22 0 0 20 0 19 0 281879712 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705926376264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15422] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15422/stat : 15422 (java) S 15401 15403 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281880006 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705925322024 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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+1793.7 s]
/proc/loadavg: 2.01 2.02 1.93 3/211 15497
/proc/meminfo: memFree=27352828/32873852 swapFree=7624/7624
[pid=15403] ppid=15401 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/15403/stat : 15403 (java) S 15401 15403 15185 0 -1 4202496 16458 0 1 0 179893 114 0 0 20 0 19 0 281879706 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 140736382095872 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15403/statm: 2406251 611750 2275 9 0 2396937 0
[pid=15403/tid=15405] ppid=15401 vsize=9625004 CPUtime=1786.55 cores=0,2,4,6
/proc/15403/task/15405/stat : 15405 (java) R 15401 15403 15185 0 -1 4202560 4468 0 1 0 178587 68 0 0 20 0 19 0 281879707 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139706109676784 139705975464224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15406] ppid=15401 vsize=9625004 CPUtime=0.92 cores=0,2,4,6
/proc/15403/task/15406/stat : 15406 (java) S 15401 15403 15185 0 -1 4202560 122 0 0 0 86 6 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139706098739880 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15407] ppid=15401 vsize=9625004 CPUtime=0.89 cores=0,2,4,6
/proc/15403/task/15407/stat : 15407 (java) S 15401 15403 15185 0 -1 4202560 85 0 0 0 84 5 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139706097687336 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15408] ppid=15401 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/15403/task/15408/stat : 15408 (java) S 15401 15403 15185 0 -1 4202560 94 0 0 0 86 5 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139706096634792 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15409] ppid=15401 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/15403/task/15409/stat : 15409 (java) S 15401 15403 15185 0 -1 4202560 97 0 0 0 83 5 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139706095582248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15410] ppid=15401 vsize=9625004 CPUtime=0.88 cores=0,2,4,6
/proc/15403/task/15410/stat : 15410 (java) S 15401 15403 15185 0 -1 4202560 108 0 0 0 82 6 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139706094528680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15411] ppid=15401 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/15403/task/15411/stat : 15411 (java) S 15401 15403 15185 0 -1 4202560 94 0 0 0 84 6 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139706093476136 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15412] ppid=15401 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/15403/task/15412/stat : 15412 (java) S 15401 15403 15185 0 -1 4202560 125 0 0 0 84 7 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705947208104 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15413] ppid=15401 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/15403/task/15413/stat : 15413 (java) S 15401 15403 15185 0 -1 4202560 101 0 0 0 84 7 0 0 20 0 19 0 281879708 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705946155560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15414] ppid=15401 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/15403/task/15414/stat : 15414 (java) S 15401 15403 15185 0 -1 4202560 1353 0 0 0 2 5 0 0 20 0 19 0 281879709 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705933744744 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15415] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15415/stat : 15415 (java) S 15401 15403 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281879709 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705932691064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15416] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15416/stat : 15416 (java) S 15401 15403 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281879709 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705931638408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15417] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15417/stat : 15417 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879712 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705930587152 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15418] ppid=15401 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/15403/task/15418/stat : 15418 (java) S 15401 15403 15185 0 -1 4202560 6199 0 0 0 70 2 0 0 20 0 19 0 281879712 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705929533496 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15403/tid=15419] ppid=15401 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/15403/task/15419/stat : 15419 (java) S 15401 15403 15185 0 -1 4202560 2322 0 0 0 59 0 0 0 20 0 19 0 281879712 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705928480952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15403/tid=15420] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15420/stat : 15420 (java) S 15401 15403 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281879712 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705927428600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15403/tid=15421] ppid=15401 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/15403/task/15421/stat : 15421 (java) S 15401 15403 15185 0 -1 4202560 103 0 0 0 19 22 0 0 20 0 19 0 281879712 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705926376264 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15403/tid=15422] ppid=15401 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/15403/task/15422/stat : 15422 (java) S 15401 15403 15185 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281880006 9856004096 611750 33554432000 1073741824 1073778376 140736382104736 139705925322024 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15403 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=240234
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=590758
# CPU time returned by wait4() is 1795.83
# 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): 1793.73
CPU time (s): 1800.07
CPU user time (s): 1798.93
CPU system time (s): 1.14
CPU usage (%): 100.354
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.24
system time used= 1.59076
maximum resident set size= 2830052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16489
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45901
involuntary context switches= 30613

runsolver used 5.51216 second user time and 13.9719 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 00:25:43
IDJOB=3710174
IDBENCH=3025
IDSOLVER=2289
FILE ID=node131/3710174-1338157542
RUNJOBID= node131-1338155741-15201
PBS_JOBID= 14624524
Free space on /tmp= 71708 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498-max.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-3710174-1338157542/watcher-3710174-1338157542 -o /tmp/evaluation-result-3710174-1338157542/solver-3710174-1338157542 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710174-1338157542.opb

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

MD5SUM BENCH= ed1765c8e2f5b9ac0be00c2d97d71991
RANDOM SEED=365760499

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:        29538004 kB
Buffers:          334792 kB
Cached:          1829856 kB
SwapCached:         2164 kB
Active:           874156 kB
Inactive:        1611900 kB
Active(anon):     323092 kB
Inactive(anon):      808 kB
Active(file):     551064 kB
Inactive(file):  1611092 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099040 kB
Dirty:             22504 kB
Writeback:             0 kB
AnonPages:        338724 kB
Mapped:            22592 kB
Shmem:                 0 kB
Slab:             694672 kB
SReclaimable:     136280 kB
SUnreclaim:       558392 kB
KernelStack:        1576 kB
PageTables:         4920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1081832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    311296 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= 71712 MiB
End job on node131 at 2012-05-28 00:55:38