Trace number 3737123

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
PB07: SAT4JPseudoResolution 2007-03-23? 23.0412 10.9011

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_3.opb
MD5SUM2917e00f55986a046b103b08aa2aecc1
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-38
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -36
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint60
Maximum length of a constraint110
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37460
Sum of products size (including duplicates)74920
Number of different products18730
Sum of products size37460

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.07	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version	1.6.0_24
0.00/0.07	c os.name	Linux
0.00/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch	amd64
0.00/0.07	c Free memory 1599470296
0.00/0.07	c Max memory 1607860224
0.00/0.07	c Total memory 1607860224
0.00/0.07	c Number of processors 8
0.00/0.09	--- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap
0.00/0.09	c No reason simplification
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3737123-1338722074.opb
0.00/0.09	c reading problem ... 
11.46/10.89	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 19231
11.46/10.89		at org.sat4j.minisat.constraints.cnf.Lits.getFromPool(Unknown Source)
11.46/10.89		at org.sat4j.minisat.core.Solver.dimacs2internal(Unknown Source)
11.46/10.89		at org.sat4j.minisat.core.Solver.addClause(Unknown Source)
11.46/10.89		at org.sat4j.tools.SolverDecorator.addClause(Unknown Source)
11.46/10.89		at org.sat4j.reader.OPBReader2007.linearizeProduct(Unknown Source)
11.46/10.89		at org.sat4j.reader.OPBReader2007.readTerm(Unknown Source)
11.46/10.89		at org.sat4j.reader.OPBReader2005.readConstraint(Unknown Source)
11.46/10.89		at org.sat4j.reader.OPBReader2005.parse(Unknown Source)
11.46/10.89		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
11.46/10.89		at org.sat4j.reader.OPBReader2005.parseInstance(Unknown Source)
11.46/10.89		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
11.46/10.89		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
11.46/10.89		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
11.46/10.89		at org.sat4j.AbstractLauncher.run(Unknown Source)
11.46/10.89		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
11.46/10.89	c starts		: 0
11.46/10.89	c conflicts		: 0
11.46/10.89	c decisions		: 0
11.46/10.89	c propagations		: 0
11.46/10.89	c inspects		: 0
11.46/10.89	c learnt literals	: 0
11.46/10.89	c learnt binary clauses	: 0
11.46/10.89	c learnt ternary clauses	: 0
11.46/10.89	c learnt clauses	: 0
11.46/10.89	c root simplifications	: 0
11.46/10.89	c removed literals (reason simplification)	: 0
11.46/10.89	c reason swapping (by a shorter reason)	: 0
11.46/10.89	c Calls to reduceDB	: 0
11.46/10.89	c speed (decisions/second)	: 0.0
11.46/10.89	c non guided choices	0
11.46/10.89	s UNKNOWN
11.46/10.89	c Total wall clock time (ms): 10.803

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-3737123-1338722074/watcher-3737123-1338722074 -o /tmp/evaluation-result-3737123-1338722074/solver-3737123-1338722074 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3737123-1338722074.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: 1.92 2.02 2.04 3/193 5759
/proc/meminfo: memFree=27648004/32873648 swapFree=7112/7112
[pid=5759] ppid=5757 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/5759/stat : 5759 (java) R 5757 5759 4424 0 -1 4202496 165 0 0 0 0 0 0 0 20 0 1 0 338333322 9379840 101 33554432000 1073741824 1073778376 140735993171376 140735993168504 242167097824 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5759/statm: 2290 118 90 9 0 38 0

[startup+0.096211 s]
/proc/loadavg: 1.92 2.02 2.04 3/193 5759
/proc/meminfo: memFree=27648004/32873648 swapFree=7112/7112
[pid=5759] ppid=5757 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5757 5759 4424 0 -1 4202496 4919 0 1 0 8 1 0 0 20 0 18 0 338333322 3028844544 6627 33554432000 1073741824 1073778376 140737232503520 140737232494656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5759/statm: 739464 6627 2130 9 0 729885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2957856

[startup+0.100258 s]
/proc/loadavg: 1.92 2.02 2.04 3/193 5759
/proc/meminfo: memFree=27648004/32873648 swapFree=7112/7112
[pid=5759] ppid=5757 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5757 5759 4424 0 -1 4202496 4922 0 1 0 8 1 0 0 20 0 18 0 338333322 3028844544 7141 33554432000 1073741824 1073778376 140737232503520 140737232494656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5759/statm: 739464 7141 2130 9 0 729885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2957856

[startup+0.300173 s]
/proc/loadavg: 1.92 2.02 2.04 3/193 5759
/proc/meminfo: memFree=27648004/32873648 swapFree=7112/7112
[pid=5759] ppid=5757 vsize=2957856 CPUtime=0.44 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5757 5759 4424 0 -1 4202496 7687 0 1 0 42 2 0 0 20 0 18 0 338333322 3028844544 10062 33554432000 1073741824 1073778376 140737232503520 140737232494656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5759/statm: 739464 10062 2241 9 0 729885 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2957856

[startup+0.700244 s]
/proc/loadavg: 1.92 2.02 2.04 3/193 5759
/proc/meminfo: memFree=27648004/32873648 swapFree=7112/7112
[pid=5759] ppid=5757 vsize=2957856 CPUtime=1.13 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5757 5759 4424 0 -1 4202496 8893 0 1 0 111 2 0 0 20 0 18 0 338333322 3028844544 13275 33554432000 1073741824 1073778376 140737232503520 140737232494656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5759/statm: 739464 13275 2252 9 0 729885 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 2957856

[startup+1.50063 s]
/proc/loadavg: 1.92 2.02 2.04 3/211 5777
/proc/meminfo: memFree=27596624/32873648 swapFree=7112/7112
[pid=5759] ppid=5757 vsize=2957856 CPUtime=2.03 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5757 5759 4424 0 -1 4202496 9182 0 1 0 201 2 0 0 20 0 18 0 338333322 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140737232494656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5759/statm: 739464 16440 2256 9 0 729885 0
[pid=5759/tid=5761] ppid=5757 vsize=2957856 CPUtime=1.48 cores=1,3,5,7
/proc/5759/task/5761/stat : 5761 (java) R 5757 5759 4424 0 -1 4202560 3051 0 1 0 146 2 0 0 20 0 18 0 338333323 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140062126739552 140061987723118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5762] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5762/stat : 5762 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140062110173352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5763] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5763/stat : 5763 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140062109120808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5764] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5764/stat : 5764 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140062108068264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5765] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5765/stat : 5765 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140062107015720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5766] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5766/stat : 5766 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140062105963176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5767] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5767/stat : 5767 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140061987302184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5768] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5768/stat : 5768 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140061986249640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5769] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5769/stat : 5769 (java) S 5757 5759 4424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140061985197096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5770] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5770/stat : 5770 (java) S 5757 5759 4424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338333325 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140061972785256 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5771] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5771/stat : 5771 (java) S 5757 5759 4424 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338333326 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140061971731576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5772] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5772/stat : 5772 (java) S 5757 5759 4424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338333326 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140061366543496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5773] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5773/stat : 5773 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140061365492240 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5774] ppid=5757 vsize=2957856 CPUtime=0.28 cores=1,3,5,7
/proc/5759/task/5774/stat : 5774 (java) S 5757 5759 4424 0 -1 4202560 2754 0 0 0 28 0 0 0 20 0 18 0 338333328 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140061364439608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5775] ppid=5757 vsize=2957856 CPUtime=0.25 cores=1,3,5,7
/proc/5759/task/5775/stat : 5775 (java) S 5757 5759 4424 0 -1 4202560 2191 0 0 0 25 0 0 0 20 0 18 0 338333328 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140061363387064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5776] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5776/stat : 5776 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140061362334712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5777] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5777/stat : 5777 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 16440 33554432000 1073741824 1073778376 140737232503520 140061361282376 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 2957856

[startup+3.10061 s]
/proc/loadavg: 1.92 2.02 2.04 3/211 5777
/proc/meminfo: memFree=27579620/32873648 swapFree=7112/7112
[pid=5759] ppid=5757 vsize=2957856 CPUtime=3.76 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5757 5759 4424 0 -1 4202496 9191 0 1 0 373 3 0 0 20 0 18 0 338333322 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140737232494656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5759/statm: 739464 20536 2256 9 0 729885 0
[pid=5759/tid=5761] ppid=5757 vsize=2957856 CPUtime=3.07 cores=1,3,5,7
/proc/5759/task/5761/stat : 5761 (java) R 5757 5759 4424 0 -1 4202560 3060 0 1 0 305 2 0 0 20 0 18 0 338333323 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140062126746088 140061987961545 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5762] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5762/stat : 5762 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140062110173352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5763] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5763/stat : 5763 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140062109120808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5764] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5764/stat : 5764 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140062108068264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5765] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5765/stat : 5765 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140062107015720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5766] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5766/stat : 5766 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140062105963176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5767] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5767/stat : 5767 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140061987302184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5768] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5768/stat : 5768 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140061986249640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5769] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5769/stat : 5769 (java) S 5757 5759 4424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140061985197096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5770] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5770/stat : 5770 (java) S 5757 5759 4424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338333325 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140061972785256 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5771] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5771/stat : 5771 (java) S 5757 5759 4424 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338333326 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140061971731576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5772] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5772/stat : 5772 (java) S 5757 5759 4424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338333326 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140061366543496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5773] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5773/stat : 5773 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140061365492240 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5774] ppid=5757 vsize=2957856 CPUtime=0.33 cores=1,3,5,7
/proc/5759/task/5774/stat : 5774 (java) S 5757 5759 4424 0 -1 4202560 2754 0 0 0 33 0 0 0 20 0 18 0 338333328 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140061364439608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5775] ppid=5757 vsize=2957856 CPUtime=0.32 cores=1,3,5,7
/proc/5759/task/5775/stat : 5775 (java) S 5757 5759 4424 0 -1 4202560 2191 0 0 0 32 0 0 0 20 0 18 0 338333328 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140061363387064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5776] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5776/stat : 5776 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140061362334712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5777] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5777/stat : 5777 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 20536 33554432000 1073741824 1073778376 140737232503520 140061361282376 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 2957856

[startup+6.30063 s]
/proc/loadavg: 1.92 2.02 2.04 3/211 5777
/proc/meminfo: memFree=27550740/32873648 swapFree=7112/7112
[pid=5759] ppid=5757 vsize=2957856 CPUtime=6.96 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5757 5759 4424 0 -1 4202496 9203 0 1 0 693 3 0 0 20 0 18 0 338333322 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140737232494656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5759/statm: 739464 25657 2257 9 0 729885 0
[pid=5759/tid=5761] ppid=5757 vsize=2957856 CPUtime=6.27 cores=1,3,5,7
/proc/5759/task/5761/stat : 5761 (java) R 5757 5759 4424 0 -1 4202560 3071 0 1 0 625 2 0 0 20 0 18 0 338333323 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140062126739504 140061987723164 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5762] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5762/stat : 5762 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140062110173352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5763] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5763/stat : 5763 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140062109120808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5764] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5764/stat : 5764 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140062108068264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5765] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5765/stat : 5765 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140062107015720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5766] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5766/stat : 5766 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140062105963176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5767] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5767/stat : 5767 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140061987302184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5768] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5768/stat : 5768 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140061986249640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5769] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5769/stat : 5769 (java) S 5757 5759 4424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140061985197096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5770] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5770/stat : 5770 (java) S 5757 5759 4424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338333325 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140061972785256 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5771] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5771/stat : 5771 (java) S 5757 5759 4424 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338333326 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140061971731576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5772] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5772/stat : 5772 (java) S 5757 5759 4424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338333326 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140061366543496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5773] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5773/stat : 5773 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140061365492240 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5774] ppid=5757 vsize=2957856 CPUtime=0.33 cores=1,3,5,7
/proc/5759/task/5774/stat : 5774 (java) S 5757 5759 4424 0 -1 4202560 2754 0 0 0 33 0 0 0 20 0 18 0 338333328 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140061364439608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5775] ppid=5757 vsize=2957856 CPUtime=0.32 cores=1,3,5,7
/proc/5759/task/5775/stat : 5775 (java) S 5757 5759 4424 0 -1 4202560 2191 0 0 0 32 0 0 0 20 0 18 0 338333328 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140061363387064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5776] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5776/stat : 5776 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140061362334712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5777] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5777/stat : 5777 (java) S 5757 5759 4424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 25657 33554432000 1073741824 1073778376 140737232503520 140061361282376 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 2957856

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (11.46 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (11.46 s) to the 'lost time'.


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

/proc/5759/task/5772/stat : 5772 (java) S 5757 5759 4424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338333326 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061366543496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5773] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5773/stat : 5773 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061365492240 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5774] ppid=5757 vsize=2957856 CPUtime=0.33 cores=1,3,5,7
/proc/5759/task/5774/stat : 5774 (java) S 5757 5759 4424 0 -1 4202560 2754 0 0 0 33 0 0 0 20 0 18 0 338333328 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061364439608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5775] ppid=5757 vsize=2957856 CPUtime=0.32 cores=1,3,5,7
/proc/5759/task/5775/stat : 5775 (java) S 5757 5759 4424 0 -1 4202560 2191 0 0 0 32 0 0 0 20 0 18 0 338333328 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061363387064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5776] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5776/stat : 5776 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061362334712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5777] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5777/stat : 5777 (java) S 5757 5759 4424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061361282376 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.46
Current children cumulated vsize (KiB) 2957856

[startup+10.9006 s]
/proc/loadavg: 1.93 2.02 2.04 3/195 5778
/proc/meminfo: memFree=27631492/32873648 swapFree=7112/7112
[pid=5759] ppid=-1 vsize=0 CPUtime=0 cores=
/proc/5759/stat : -- couldn't open stat file --/proc/5759/statm: Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
#
############


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

[startup+9.50068 s]
/proc/loadavg: 1.93 2.02 2.04 3/211 5777
/proc/meminfo: memFree=27534312/32873648 swapFree=7112/7112
[pid=5759] ppid=5757 vsize=2957856 CPUtime=10.15 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5757 5759 4424 0 -1 4202496 9209 0 1 0 1012 3 0 0 20 0 18 0 338333322 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140737232494656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5759/statm: 739464 28729 2257 9 0 729885 0
[pid=5759/tid=5761] ppid=5757 vsize=2957856 CPUtime=9.47 cores=1,3,5,7
/proc/5759/task/5761/stat : 5761 (java) R 5757 5759 4424 0 -1 4202560 3077 0 1 0 945 2 0 0 20 0 18 0 338333323 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140062126739600 140061987723186 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5762] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5762/stat : 5762 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140062110173352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5763] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5763/stat : 5763 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140062109120808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5764] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5764/stat : 5764 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140062108068264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5765] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5765/stat : 5765 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140062107015720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5766] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5766/stat : 5766 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140062105963176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5767] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5767/stat : 5767 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140061987302184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5768] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5768/stat : 5768 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140061986249640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5769] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5769/stat : 5769 (java) S 5757 5759 4424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140061985197096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5770] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5770/stat : 5770 (java) S 5757 5759 4424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338333325 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140061972785256 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5771] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5771/stat : 5771 (java) S 5757 5759 4424 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338333326 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140061971731576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5772] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5772/stat : 5772 (java) S 5757 5759 4424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338333326 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140061366543496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5773] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5773/stat : 5773 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140061365492240 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5774] ppid=5757 vsize=2957856 CPUtime=0.33 cores=1,3,5,7
/proc/5759/task/5774/stat : 5774 (java) S 5757 5759 4424 0 -1 4202560 2754 0 0 0 33 0 0 0 20 0 18 0 338333328 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140061364439608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5775] ppid=5757 vsize=2957856 CPUtime=0.32 cores=1,3,5,7
/proc/5759/task/5775/stat : 5775 (java) S 5757 5759 4424 0 -1 4202560 2191 0 0 0 32 0 0 0 20 0 18 0 338333328 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140061363387064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5776] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5776/stat : 5776 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140061362334712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5777] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5777/stat : 5777 (java) S 5757 5759 4424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 28729 33554432000 1073741824 1073778376 140737232503520 140061361282376 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.15
Current children cumulated vsize (KiB) 2957856

[startup+10.3006 s]
/proc/loadavg: 1.93 2.02 2.04 3/211 5777
/proc/meminfo: memFree=27528044/32873648 swapFree=7112/7112
[pid=5759] ppid=5757 vsize=2957856 CPUtime=10.95 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5757 5759 4424 0 -1 4202496 9210 0 1 0 1092 3 0 0 20 0 18 0 338333322 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140737232494656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5759/statm: 739464 29241 2257 9 0 729885 0
[pid=5759/tid=5761] ppid=5757 vsize=2957856 CPUtime=10.27 cores=1,3,5,7
/proc/5759/task/5761/stat : 5761 (java) R 5757 5759 4424 0 -1 4202560 3078 0 1 0 1025 2 0 0 20 0 18 0 338333323 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140062126739600 140061987723031 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5762] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5762/stat : 5762 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140062110173352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5763] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5763/stat : 5763 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140062109120808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5764] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5764/stat : 5764 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140062108068264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5765] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5765/stat : 5765 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140062107015720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5766] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5766/stat : 5766 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140062105963176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5767] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5767/stat : 5767 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061987302184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5768] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5768/stat : 5768 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061986249640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5769] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5769/stat : 5769 (java) S 5757 5759 4424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061985197096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5770] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5770/stat : 5770 (java) S 5757 5759 4424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338333325 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061972785256 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5771] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5771/stat : 5771 (java) S 5757 5759 4424 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338333326 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061971731576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5772] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5772/stat : 5772 (java) S 5757 5759 4424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338333326 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061366543496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5773] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5773/stat : 5773 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061365492240 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5774] ppid=5757 vsize=2957856 CPUtime=0.33 cores=1,3,5,7
/proc/5759/task/5774/stat : 5774 (java) S 5757 5759 4424 0 -1 4202560 2754 0 0 0 33 0 0 0 20 0 18 0 338333328 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061364439608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5775] ppid=5757 vsize=2957856 CPUtime=0.32 cores=1,3,5,7
/proc/5759/task/5775/stat : 5775 (java) S 5757 5759 4424 0 -1 4202560 2191 0 0 0 32 0 0 0 20 0 18 0 338333328 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061363387064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5776] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5776/stat : 5776 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061362334712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5777] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5777/stat : 5777 (java) S 5757 5759 4424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061361282376 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.95
Current children cumulated vsize (KiB) 2957856

[startup+10.7007 s]
/proc/loadavg: 1.93 2.02 2.04 3/211 5777
/proc/meminfo: memFree=27528044/32873648 swapFree=7112/7112
[pid=5759] ppid=5757 vsize=2957856 CPUtime=11.36 cores=1,3,5,7
/proc/5759/stat : 5759 (java) S 5757 5759 4424 0 -1 4202496 9210 0 1 0 1132 4 0 0 20 0 18 0 338333322 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140737232494656 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5759/statm: 739464 29241 2257 9 0 729885 0
[pid=5759/tid=5761] ppid=5757 vsize=2957856 CPUtime=10.67 cores=1,3,5,7
/proc/5759/task/5761/stat : 5761 (java) R 5757 5759 4424 0 -1 4202560 3078 0 1 0 1065 2 0 0 20 0 18 0 338333323 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140062126739600 140061987723411 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5762] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5762/stat : 5762 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140062110173352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5763] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5763/stat : 5763 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140062109120808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5764] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5764/stat : 5764 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140062108068264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5759/tid=5765] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5765/stat : 5765 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140062107015720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5766] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5766/stat : 5766 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140062105963176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5767] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5767/stat : 5767 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061987302184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5759/tid=5768] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5768/stat : 5768 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061986249640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5769] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5769/stat : 5769 (java) S 5757 5759 4424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338333324 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061985197096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5770] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5770/stat : 5770 (java) S 5757 5759 4424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 338333325 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061972785256 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5771] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5771/stat : 5771 (java) S 5757 5759 4424 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 338333326 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061971731576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5772] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5772/stat : 5772 (java) S 5757 5759 4424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 338333326 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061366543496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5773] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5773/stat : 5773 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061365492240 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5774] ppid=5757 vsize=2957856 CPUtime=0.33 cores=1,3,5,7
/proc/5759/task/5774/stat : 5774 (java) S 5757 5759 4424 0 -1 4202560 2754 0 0 0 33 0 0 0 20 0 18 0 338333328 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061364439608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5759/tid=5775] ppid=5757 vsize=2957856 CPUtime=0.32 cores=1,3,5,7
/proc/5759/task/5775/stat : 5775 (java) S 5757 5759 4424 0 -1 4202560 2191 0 0 0 32 0 0 0 20 0 18 0 338333328 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061363387064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5776] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5776/stat : 5776 (java) S 5757 5759 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061362334712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5759/tid=5777] ppid=5757 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/5759/task/5777/stat : 5777 (java) S 5757 5759 4424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 338333328 3028844544 29241 33554432000 1073741824 1073778376 140737232503520 140061361282376 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 2957856

[startup+10.9006 s]
/proc/loadavg: 1.93 2.02 2.04 3/195 5778
/proc/meminfo: memFree=27631492/32873648 swapFree=7112/7112
[pid=5759] ppid=-1 vsize=0 CPUtime=0 cores=
/proc/5759/stat : -- couldn't open stat file --/proc/5759/statm: Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 1

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 11.46
#  lost CPU user time (s): 11.42
#  lost CPU system time (s): 0.04

Real time (s): 10.9011
CPU time (s): 23.0412
CPU user time (s): 22.9392
CPU system time (s): 0.10199
CPU usage (%): 211.366
Max. virtual memory (cumulated for all children) (KiB): 2957856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5192
system time used= 0.06199
maximum resident set size= 123216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9244
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= 508
involuntary context switches= 43

runsolver used 0.024996 second user time and 0.070989 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-03 13:14:34
IDJOB=3737123
IDBENCH=48184
IDSOLVER=2319
FILE ID=node126/3737123-1338722074
RUNJOBID= node126-1338713124-4441
PBS_JOBID= 14636723
Free space on /tmp= 70788 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_60_3.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737123-1338722074/watcher-3737123-1338722074 -o /tmp/evaluation-result-3737123-1338722074/solver-3737123-1338722074 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3737123-1338722074.opb           

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

MD5SUM BENCH= 2917e00f55986a046b103b08aa2aecc1
RANDOM SEED=1974640494

node126.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.456
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	: 5332.91
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.456
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.456
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		: 2666.456
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.456
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.92
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.456
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.456
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.90
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.456
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:       32873648 kB
MemFree:        27648276 kB
Buffers:          416580 kB
Cached:          3790504 kB
SwapCached:         9476 kB
Active:          1625808 kB
Inactive:        2731892 kB
Active(anon):     140288 kB
Inactive(anon):    12168 kB
Active(file):    1485520 kB
Inactive(file):  2719724 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:              8696 kB
Writeback:             0 kB
AnonPages:        196072 kB
Mapped:            17848 kB
Shmem:                 0 kB
Slab:             724112 kB
SReclaimable:     167416 kB
SUnreclaim:       556696 kB
KernelStack:        1744 kB
PageTables:         4488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1823972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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= 70784 MiB
End job on node126 at 2012-06-03 13:14:45