Trace number 3729325

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
PB11: Sat4j Res//CP 2.3.0UNSAT 15.6516 7.19644

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110976935.opb
MD5SUM09a2a97c88821c18a87bc8c5a7b2e947
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.015997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1229
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3729325-1338678683.opb
0.09/0.12	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.058s.
0.09/0.17	c #vars     169
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.09/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.09/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.85/0.68	c cleaning 2498 clauses out of 5001 with flag 5001/5001
3.01/0.90	c cleaning 4249 clauses out of 8505 with flag 11003/11003
3.69/1.13	c cleaning 5622 clauses out of 11253 with flag 18000/18000
4.27/1.41	c cleaning 6815 clauses out of 13634 with flag 26003/26003
4.88/1.73	c cleaning 7906 clauses out of 15817 with flag 35001/35001
5.46/2.06	c cleaning 8949 clauses out of 17910 with flag 45000/45000
6.04/2.40	c cleaning 9478 clauses out of 18962 with flag 55001/55001
6.82/2.73	c cleaning 9738 clauses out of 19483 with flag 65000/65000
7.41/3.06	c cleaning 9868 clauses out of 19748 with flag 75003/75003
8.21/3.42	c cleaning 9937 clauses out of 19879 with flag 85002/85002
8.79/3.75	c cleaning 9967 clauses out of 19940 with flag 95000/95000
9.37/4.05	c cleaning 9984 clauses out of 19973 with flag 105000/105000
9.96/4.36	c cleaning 9988 clauses out of 19989 with flag 115000/115000
10.73/4.73	c cleaning 10000 clauses out of 20004 with flag 125003/125003
11.31/5.07	c cleaning 9997 clauses out of 20003 with flag 135002/135002
11.89/5.39	c cleaning 9999 clauses out of 20004 with flag 145000/145000
12.66/5.71	c cleaning 10001 clauses out of 20006 with flag 155001/155001
13.25/6.03	c cleaning 9998 clauses out of 20004 with flag 165000/165000
14.06/6.40	c cleaning 10001 clauses out of 20006 with flag 175000/175000
14.77/6.78	c cleaning 10000 clauses out of 20007 with flag 185002/185002
15.30/6.95	c  And the winner is Resolution
15.62/7.18	c starts		: 116
15.62/7.18	c conflicts		: 189919
15.62/7.18	c decisions		: 290804
15.62/7.18	c propagations		: 4142535
15.62/7.18	c inspects		: 55312032
15.62/7.18	c shortcuts		: 0
15.62/7.18	c learnt literals	: 5
15.62/7.18	c learnt binary clauses	: 19
15.62/7.18	c learnt ternary clauses	: 132
15.62/7.18	c learnt constraints	: 189913
15.62/7.18	c ignored constraints	: 0
15.62/7.18	c root simplifications	: 0
15.62/7.18	c removed literals (reason simplification)	: 1676374
15.62/7.18	c reason swapping (by a shorter reason)	: 0
15.62/7.18	c Calls to reduceDB	: 20
15.62/7.18	c number of reductions to clauses (during analyze)	: 0
15.62/7.18	c number of learned constraints concerned by reduction	: 0
15.62/7.18	c number of learning phase by resolution	: 0
15.62/7.18	c number of learning phase by cutting planes	: 0
15.62/7.18	c speed (assignments/second)	: 591621.6795201371
15.62/7.18	c non guided choices	35
15.62/7.19	c learnt constraints type 
15.62/7.19	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
15.62/7.19	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14899
15.62/7.19	c constraints type 
15.62/7.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
15.62/7.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
15.62/7.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
15.62/7.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
15.62/7.19	c constraints type 
15.62/7.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
15.62/7.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
15.62/7.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
15.62/7.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
15.62/7.19	s UNSATISFIABLE
15.62/7.19	c Total wall clock time (in seconds): 7.071

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-3729325-1338678683/watcher-3729325-1338678683 -o /tmp/evaluation-result-3729325-1338678683/solver-3729325-1338678683 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729325-1338678683.opb 

running on 4 cores: 1,3,5,7

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.27 0.63 0.46 4/197 992
/proc/meminfo: memFree=28690972/32873648 swapFree=7116/7116
[pid=992] ppid=990 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/992/stat : 992 (java) D 990 992 621 0 -1 4202496 79 0 0 0 0 0 0 0 20 0 1 0 333993782 278528 33 33554432000 1073741824 1073778376 140734850237760 140734850234936 260181159207 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/992/statm: 68 33 25 9 0 25 0

[startup+0.087263 s]
/proc/loadavg: 2.27 0.63 0.46 4/197 992
/proc/meminfo: memFree=28690972/32873648 swapFree=7116/7116
[pid=992] ppid=990 vsize=11586392 CPUtime=0.06 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 621 0 -1 4202496 3961 0 1 0 5 1 0 0 20 0 18 0 333993782 11864465408 12835 33554432000 1073741824 1073778376 140733388447872 140733388439008 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/992/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.100208 s]
/proc/loadavg: 2.27 0.63 0.46 4/197 992
/proc/meminfo: memFree=28690972/32873648 swapFree=7116/7116
[pid=992] ppid=990 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 621 0 -1 4202496 4751 0 1 0 7 2 0 0 20 0 18 0 333993782 11864465408 13605 33554432000 1073741824 1073778376 140733388447872 140733388439008 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/992/statm: 2896598 13605 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300168 s]
/proc/loadavg: 2.27 0.63 0.46 4/197 992
/proc/meminfo: memFree=28690972/32873648 swapFree=7116/7116
[pid=992] ppid=990 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 621 0 -1 4202496 8816 0 1 0 62 2 0 0 20 0 22 0 333993782 12137111552 17904 33554432000 1073741824 1073778376 140733388447872 140733388439008 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/992/statm: 2963162 17904 2235 9 0 2953849 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 11852648

[startup+0.700188 s]
/proc/loadavg: 2.27 0.63 0.46 4/197 992
/proc/meminfo: memFree=28690972/32873648 swapFree=7116/7116
[pid=992] ppid=990 vsize=11852648 CPUtime=2.23 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 621 0 -1 4202496 17396 0 1 0 218 5 0 0 20 0 22 0 333993782 12137111552 41015 33554432000 1073741824 1073778376 140733388447872 140733388439008 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/992/statm: 2963162 41015 2263 9 0 2953849 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 11852648

[startup+1.50073 s]
/proc/loadavg: 2.33 0.66 0.47 6/219 1014
/proc/meminfo: memFree=28480020/32873648 swapFree=7116/7116
[pid=992] ppid=990 vsize=11852648 CPUtime=4.48 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 621 0 -1 4202496 23960 0 1 0 441 7 0 0 20 0 22 0 333993782 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140733388439008 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/992/statm: 2963162 62034 2280 9 0 2953849 0
[pid=992/tid=994] ppid=990 vsize=11852648 CPUtime=0.14 cores=1,3,5,7
/proc/992/task/994/stat : 994 (java) S 990 992 621 0 -1 4202560 2868 0 1 0 13 1 0 0 20 0 22 0 333993783 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140087448323224 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=995] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/995/stat : 995 (java) S 990 992 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140087416732712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=996] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/996/stat : 996 (java) S 990 992 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140087415679912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=997] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/997/stat : 997 (java) S 990 992 621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140087414627112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=998] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/998/stat : 998 (java) S 990 992 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140087413574312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=999] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/999/stat : 999 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140087412521512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1000] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1000/stat : 1000 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140087411468712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1001] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1001/stat : 1001 (java) S 990 992 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140087410415912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1002] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1002/stat : 1002 (java) S 990 992 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140087409363112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1003] ppid=990 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/992/task/1003/stat : 1003 (java) S 990 992 621 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 22 0 333993786 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140086794488808 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1004] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1004/stat : 1004 (java) S 990 992 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333993786 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140086793434872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1005] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1005/stat : 1005 (java) S 990 992 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333993786 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140086792381960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1006] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1006/stat : 1006 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993789 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140086791330448 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1007] ppid=990 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/992/task/1007/stat : 1007 (java) S 990 992 621 0 -1 4202560 7257 0 0 0 89 0 0 0 20 0 22 0 333993789 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140086790277560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1008] ppid=990 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/992/task/1008/stat : 1008 (java) S 990 992 621 0 -1 4202560 12401 0 0 0 81 2 0 0 20 0 22 0 333993789 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140086789224760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=1009] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1009/stat : 1009 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993789 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140086788172152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1010] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1010/stat : 1010 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993789 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140086787119560 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1011] ppid=990 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/992/task/1011/stat : 1011 (java) R 990 992 621 0 -1 4202560 29 0 0 0 121 0 0 0 20 0 22 0 333993800 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140086786065480 140087287999985 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1012] ppid=990 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/992/task/1012/stat : 1012 (java) R 990 992 621 0 -1 4202560 136 0 0 0 120 2 0 0 20 0 22 0 333993800 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140086785012296 140087287989060 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1013] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1013/stat : 1013 (java) S 990 992 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993800 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140086783960488 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1014] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1014/stat : 1014 (java) S 990 992 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993800 12137111552 62034 33554432000 1073741824 1073778376 140733388447872 140086782907688 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 11852648

[startup+3.10077 s]
/proc/loadavg: 2.33 0.66 0.47 5/219 1014
/proc/meminfo: memFree=28428340/32873648 swapFree=7116/7116
[pid=992] ppid=990 vsize=11852648 CPUtime=7.59 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 621 0 -1 4202496 23991 0 1 0 751 8 0 0 20 0 22 0 333993782 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140733388439008 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/992/statm: 2963162 68192 2280 9 0 2953849 0
[pid=992/tid=994] ppid=990 vsize=11852648 CPUtime=0.14 cores=1,3,5,7
/proc/992/task/994/stat : 994 (java) S 990 992 621 0 -1 4202560 2868 0 1 0 13 1 0 0 20 0 22 0 333993783 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140087448323224 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=995] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/995/stat : 995 (java) S 990 992 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140087416732712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=996] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/996/stat : 996 (java) S 990 992 621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140087415679912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=997] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/997/stat : 997 (java) S 990 992 621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140087414627112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=998] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/998/stat : 998 (java) S 990 992 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140087413574312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=999] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/999/stat : 999 (java) S 990 992 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140087412521512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=1000] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1000/stat : 1000 (java) S 990 992 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140087411468712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1001] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1001/stat : 1001 (java) S 990 992 621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140087410415912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1002] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1002/stat : 1002 (java) S 990 992 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140087409363112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=1003] ppid=990 vsize=11852648 CPUtime=0.15 cores=1,3,5,7
/proc/992/task/1003/stat : 1003 (java) S 990 992 621 0 -1 4202560 33 0 0 0 15 0 0 0 20 0 22 0 333993786 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140086794488808 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=1004] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1004/stat : 1004 (java) S 990 992 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333993786 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140086793434872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1005] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1005/stat : 1005 (java) S 990 992 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333993786 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140086792381960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1006] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1006/stat : 1006 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993789 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140086791330448 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1007] ppid=990 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/992/task/1007/stat : 1007 (java) S 990 992 621 0 -1 4202560 7257 0 0 0 89 0 0 0 20 0 22 0 333993789 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140086790277560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1008] ppid=990 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/992/task/1008/stat : 1008 (java) S 990 992 621 0 -1 4202560 12401 0 0 0 82 2 0 0 20 0 22 0 333993789 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140086789224760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=1009] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1009/stat : 1009 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993789 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140086788172152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1010] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1010/stat : 1010 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993789 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140086787119560 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1011] ppid=990 vsize=11852648 CPUtime=2.7 cores=1,3,5,7
/proc/992/task/1011/stat : 1011 (java) R 990 992 621 0 -1 4202560 32 0 0 0 270 0 0 0 20 0 22 0 333993800 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140086786065320 140087287789351 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1012] ppid=990 vsize=11852648 CPUtime=2.71 cores=1,3,5,7
/proc/992/task/1012/stat : 1012 (java) R 990 992 621 0 -1 4202560 148 0 0 0 269 2 0 0 20 0 22 0 333993800 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140086785010072 140087287816678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1013] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1013/stat : 1013 (java) S 990 992 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993800 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140086783960488 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1014] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1014/stat : 1014 (java) S 990 992 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993800 12137111552 68192 33554432000 1073741824 1073778376 140733388447872 140086782907688 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 11852648

[startup+6.30069 s]
/proc/loadavg: 2.46 0.72 0.49 4/219 1014
/proc/meminfo: memFree=28409024/32873648 swapFree=7116/7116
[pid=992] ppid=990 vsize=11852648 CPUtime=13.82 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 621 0 -1 4202496 24019 0 1 0 1373 9 0 0 20 0 22 0 333993782 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140733388439008 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/992/statm: 2963162 72398 2281 9 0 2953849 0
[pid=992/tid=994] ppid=990 vsize=11852648 CPUtime=0.14 cores=1,3,5,7
/proc/992/task/994/stat : 994 (java) S 990 992 621 0 -1 4202560 2868 0 1 0 13 1 0 0 20 0 22 0 333993783 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140087448323224 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=995] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/995/stat : 995 (java) S 990 992 621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140087416732712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=996] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/996/stat : 996 (java) S 990 992 621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140087415679912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=992/tid=997] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/997/stat : 997 (java) S 990 992 621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140087414627112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=998] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/998/stat : 998 (java) S 990 992 621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140087413574312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=999] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/999/stat : 999 (java) S 990 992 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140087412521512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=1000] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1000/stat : 1000 (java) S 990 992 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140087411468712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1001] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1001/stat : 1001 (java) S 990 992 621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140087410415912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1002] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1002/stat : 1002 (java) S 990 992 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140087409363112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=1003] ppid=990 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/992/task/1003/stat : 1003 (java) S 990 992 621 0 -1 4202560 37 0 0 0 37 0 0 0 20 0 22 0 333993786 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140086794488808 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1004] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1004/stat : 1004 (java) S 990 992 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333993786 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140086793434872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1005] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1005/stat : 1005 (java) S 990 992 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333993786 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140086792381960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1006] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1006/stat : 1006 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993789 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140086791330448 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1007] ppid=990 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/992/task/1007/stat : 1007 (java) S 990 992 621 0 -1 4202560 7257 0 0 0 89 0 0 0 20 0 22 0 333993789 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140086790277560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1008] ppid=990 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/992/task/1008/stat : 1008 (java) S 990 992 621 0 -1 4202560 12401 0 0 0 84 2 0 0 20 0 22 0 333993789 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140086789224760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=1009] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1009/stat : 1009 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993789 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140086788172152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1010] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1010/stat : 1010 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993789 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140086787119560 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1011] ppid=990 vsize=11852648 CPUtime=5.66 cores=1,3,5,7
/proc/992/task/1011/stat : 1011 (java) R 990 992 621 0 -1 4202560 43 0 0 0 566 0 0 0 20 0 22 0 333993800 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140086786055872 140087287840771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1012] ppid=990 vsize=11852648 CPUtime=5.67 cores=1,3,5,7
/proc/992/task/1012/stat : 1012 (java) R 990 992 621 0 -1 4202560 157 0 0 0 565 2 0 0 20 0 22 0 333993800 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140086785010400 140087288190947 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1013] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1013/stat : 1013 (java) S 990 992 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993800 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140086783960488 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1014] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1014/stat : 1014 (java) S 990 992 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993800 12137111552 72398 33554432000 1073741824 1073778376 140733388447872 140086782907688 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 13.82
Current children cumulated vsize (KiB) 11852648

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

[startup+6.70071 s]
/proc/loadavg: 2.46 0.72 0.49 5/219 1014
/proc/meminfo: memFree=28402824/32873648 swapFree=7116/7116
[pid=992] ppid=990 vsize=11852648 CPUtime=14.77 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 621 0 -1 4202496 27089 0 1 0 1468 9 0 0 20 0 22 0 333993782 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140733388439008 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/992/statm: 2963162 73880 2281 9 0 2953849 0
[pid=992/tid=994] ppid=990 vsize=11852648 CPUtime=0.14 cores=1,3,5,7
/proc/992/task/994/stat : 994 (java) S 990 992 621 0 -1 4202560 2868 0 1 0 13 1 0 0 20 0 22 0 333993783 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140087448323224 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=995] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/995/stat : 995 (java) S 990 992 621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140087416732712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=996] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/996/stat : 996 (java) S 990 992 621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140087415679912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=992/tid=997] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/997/stat : 997 (java) S 990 992 621 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140087414627112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=998] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/998/stat : 998 (java) S 990 992 621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140087413574312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=999] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/999/stat : 999 (java) S 990 992 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140087412521512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=1000] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1000/stat : 1000 (java) S 990 992 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140087411468712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1001] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1001/stat : 1001 (java) S 990 992 621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140087410415912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1002] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1002/stat : 1002 (java) S 990 992 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333993785 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140087409363112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=1003] ppid=990 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/992/task/1003/stat : 1003 (java) S 990 992 621 0 -1 4202560 61 0 0 0 39 0 0 0 20 0 22 0 333993786 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140086794488808 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1004] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1004/stat : 1004 (java) S 990 992 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333993786 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140086793434872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1005] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1005/stat : 1005 (java) S 990 992 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333993786 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140086792381960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1006] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1006/stat : 1006 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993789 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140086791330448 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1007] ppid=990 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/992/task/1007/stat : 1007 (java) S 990 992 621 0 -1 4202560 7258 0 0 0 89 0 0 0 20 0 22 0 333993789 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140086790277560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1008] ppid=990 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/992/task/1008/stat : 1008 (java) S 990 992 621 0 -1 4202560 15443 0 0 0 101 2 0 0 20 0 22 0 333993789 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140086789224760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=1009] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1009/stat : 1009 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993789 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140086788172152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1010] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1010/stat : 1010 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993789 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140086787119560 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1011] ppid=990 vsize=11852648 CPUtime=6.03 cores=1,3,5,7
/proc/992/task/1011/stat : 1011 (java) R 990 992 621 0 -1 4202560 44 0 0 0 603 0 0 0 20 0 22 0 333993800 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140086786065320 140087287917326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1012] ppid=990 vsize=11852648 CPUtime=6.04 cores=1,3,5,7
/proc/992/task/1012/stat : 1012 (java) R 990 992 621 0 -1 4202560 157 0 0 0 602 2 0 0 20 0 22 0 333993800 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140086785010064 140087287989036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1013] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1013/stat : 1013 (java) S 990 992 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993800 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140086783960488 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1014] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1014/stat : 1014 (java) S 990 992 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993800 12137111552 73880 33554432000 1073741824 1073778376 140733388447872 140086782907688 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.77
Current children cumulated vsize (KiB) 11852648

[startup+7.10067 s]
/proc/loadavg: 2.46 0.72 0.49 5/219 1014
/proc/meminfo: memFree=28402824/32873648 swapFree=7116/7116
[pid=992] ppid=990 vsize=11852648 CPUtime=15.62 cores=1,3,5,7
/proc/992/stat : 992 (java) S 990 992 621 0 -1 4202496 30350 0 1 0 1551 11 0 0 20 0 19 0 333993782 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140733388439008 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/992/statm: 2963162 74324 2282 9 0 2953849 0
[pid=992/tid=994] ppid=990 vsize=11852648 CPUtime=0.14 cores=1,3,5,7
/proc/992/task/994/stat : 994 (java) S 990 992 621 0 -1 4202560 2868 0 1 0 13 1 0 0 20 0 19 0 333993783 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140087448323224 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=995] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/995/stat : 995 (java) S 990 992 621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 333993785 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140087416732712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=996] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/996/stat : 996 (java) S 990 992 621 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 333993785 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140087415679912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=997] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/997/stat : 997 (java) S 990 992 621 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 333993785 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140087414627112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=998] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/998/stat : 998 (java) S 990 992 621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 333993785 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140087413574312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=999] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/999/stat : 999 (java) S 990 992 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 333993785 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140087412521512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1000] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1000/stat : 1000 (java) S 990 992 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 333993785 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140087411468712 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1001] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1001/stat : 1001 (java) S 990 992 621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 333993785 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140087410415912 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=992/tid=1002] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1002/stat : 1002 (java) S 990 992 621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 333993785 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140087409363112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=1003] ppid=990 vsize=11852648 CPUtime=0.42 cores=1,3,5,7
/proc/992/task/1003/stat : 1003 (java) S 990 992 621 0 -1 4202560 62 0 0 0 42 0 0 0 20 0 19 0 333993786 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140086794488808 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1004] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1004/stat : 1004 (java) S 990 992 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 333993786 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140086793434872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1005] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1005/stat : 1005 (java) S 990 992 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 333993786 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140086792381960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1006] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1006/stat : 1006 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333993789 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140086791330448 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1007] ppid=990 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/992/task/1007/stat : 1007 (java) S 990 992 621 0 -1 4202560 7264 0 0 0 92 0 0 0 20 0 19 0 333993789 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140086790277560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=992/tid=1008] ppid=990 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/992/task/1008/stat : 1008 (java) S 990 992 621 0 -1 4202560 18691 0 0 0 133 2 0 0 20 0 19 0 333993789 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140086789224760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=992/tid=1009] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1009/stat : 1009 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333993789 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140086788172152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1010] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1010/stat : 1010 (java) S 990 992 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333993789 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140086787119560 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=992/tid=1014] ppid=990 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/992/task/1014/stat : 1014 (java) S 990 992 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 333993800 12137111552 74324 33554432000 1073741824 1073778376 140733388447872 140086782907688 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.62
Current children cumulated vsize (KiB) 11852648

Child status: 20
Real time (s): 7.19644
CPU time (s): 15.6516
CPU user time (s): 15.4786
CPU system time (s): 0.172973
CPU usage (%): 217.491
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4786
system time used= 0.172973
maximum resident set size= 299936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30363
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1058
involuntary context switches= 365

runsolver used 0.021996 second user time and 0.073988 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 01:11:23
IDJOB=3729325
IDBENCH=1209
IDSOLVER=2328
FILE ID=node123/3729325-1338678683
RUNJOBID= node123-1338678620-641
PBS_JOBID= 14636690
Free space on /tmp= 71304 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110976935.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729325-1338678683/watcher-3729325-1338678683 -o /tmp/evaluation-result-3729325-1338678683/solver-3729325-1338678683 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729325-1338678683.opb

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

MD5SUM BENCH= 09a2a97c88821c18a87bc8c5a7b2e947
RANDOM SEED=536400326

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28691624 kB
Buffers:          483432 kB
Cached:          2197368 kB
SwapCached:         2272 kB
Active:          1423424 kB
Inactive:        1866936 kB
Active(anon):     604620 kB
Inactive(anon):     5516 kB
Active(file):     818804 kB
Inactive(file):  1861420 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100312 kB
Dirty:               588 kB
Writeback:             0 kB
AnonPages:        617236 kB
Mapped:            18480 kB
Shmem:                 0 kB
Slab:             748524 kB
SReclaimable:     192416 kB
SUnreclaim:       556108 kB
KernelStack:        1600 kB
PageTables:         5364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10457636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    567296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71304 MiB
End job on node123 at 2012-06-03 01:11:30