Trace number 3743914

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1802.01 1791.02

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_9_mh.opb
MD5SUMab50ad160b8df343de4157f6d66d8abc
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark750142818
Best CPU time to get the best result obtained on this benchmark1801.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 179406144
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 358670528524
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 179406144
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 358670528524
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.2.0.v20100531
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		1349517296
0.02/0.08	c Max memory 		1356595200
0.02/0.08	c Total memory 		1356595200
0.02/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3743914-1338798150.opb
0.09/0.11	c reading problem ... 

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-3743914-1338798150/watcher-3743914-1338798150 -o /tmp/evaluation-result-3743914-1338798150/solver-3743914-1338798150 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743914-1338798150.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.18 2.71 2.90 3/193 17891
/proc/meminfo: memFree=23635688/32873648 swapFree=6852/6852
[pid=17891] ppid=17889 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17891/stat : 17891 (java6) D 17889 17891 15509 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 345942825 9515008 182 33554432000 1073741824 1073778376 140734394039808 140734394030840 213866331829 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/17891/statm: 2323 182 140 9 0 71 0

[startup+0.053046 s]
/proc/loadavg: 2.18 2.71 2.90 3/193 17891
/proc/meminfo: memFree=23635688/32873648 swapFree=6852/6852
[pid=17891] ppid=17889 vsize=2367080 CPUtime=0.02 cores=1,3,5,7
/proc/17891/stat : 17891 (java) S 17889 17891 15509 0 -1 4202496 3741 0 1 0 2 0 0 0 20 0 13 0 345942825 2423889920 4948 33554432000 1073741824 1073778376 140734305362704 140734305353840 213869690941 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17891/statm: 591770 4948 1708 9 0 582471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100265 s]
/proc/loadavg: 2.18 2.71 2.90 3/193 17891
/proc/meminfo: memFree=23635688/32873648 swapFree=6852/6852
[pid=17891] ppid=17889 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/17891/stat : 17891 (java) S 17889 17891 15509 0 -1 4202496 4723 0 1 0 8 1 0 0 20 0 18 0 345942825 2764726272 6420 33554432000 1073741824 1073778376 140734305362704 140734305353840 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17891/statm: 674982 6426 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300241 s]
/proc/loadavg: 2.18 2.71 2.90 3/193 17891
/proc/meminfo: memFree=23635688/32873648 swapFree=6852/6852
[pid=17891] ppid=17889 vsize=2699928 CPUtime=0.44 cores=1,3,5,7
/proc/17891/stat : 17891 (java) S 17889 17891 15509 0 -1 4202496 5799 0 1 0 42 2 0 0 20 0 18 0 345942825 2764726272 34597 33554432000 1073741824 1073778376 140734305362704 140734305353840 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17891/statm: 674982 34597 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2699928

[startup+0.700245 s]
/proc/loadavg: 2.18 2.71 2.90 3/193 17891
/proc/meminfo: memFree=23635688/32873648 swapFree=6852/6852
[pid=17891] ppid=17889 vsize=2699928 CPUtime=0.85 cores=1,3,5,7
/proc/17891/stat : 17891 (java) S 17889 17891 15509 0 -1 4202496 5863 0 1 0 81 4 0 0 20 0 18 0 345942825 2764726272 67365 33554432000 1073741824 1073778376 140734305362704 140734305353840 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17891/statm: 674982 67365 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 2699928

[startup+1.50069 s]
/proc/loadavg: 2.18 2.71 2.90 3/211 17909
/proc/meminfo: memFree=23272896/32873648 swapFree=6852/6852
[pid=17891] ppid=17889 vsize=2699928 CPUtime=1.86 cores=1,3,5,7
/proc/17891/stat : 17891 (java) S 17889 17891 15509 0 -1 4202496 6072 0 1 0 174 12 0 0 20 0 18 0 345942825 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 140734305353840 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17891/statm: 674982 125276 2232 9 0 665676 0
[pid=17891/tid=17893] ppid=17889 vsize=2699928 CPUtime=1.39 cores=1,3,5,7
/proc/17891/task/17893/stat : 17893 (java) R 17889 17891 15509 0 -1 4202560 2951 0 1 0 133 6 0 0 20 0 18 0 345942826 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716532731808 213869716749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17891/tid=17894] ppid=17889 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/17891/task/17894/stat : 17894 (java) S 17889 17891 15509 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 18 0 345942828 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716517022376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17891/tid=17895] ppid=17889 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/17891/task/17895/stat : 17895 (java) S 17889 17891 15509 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 345942828 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716515969832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17896] ppid=17889 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/17891/task/17896/stat : 17896 (java) S 17889 17891 15509 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 345942828 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716514917288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17897] ppid=17889 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/17891/task/17897/stat : 17897 (java) S 17889 17891 15509 0 -1 4202560 40 0 0 0 5 1 0 0 20 0 18 0 345942828 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716513864744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17891/tid=17898] ppid=17889 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/17891/task/17898/stat : 17898 (java) S 17889 17891 15509 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 345942828 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716512811176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17899] ppid=17889 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/17891/task/17899/stat : 17899 (java) S 17889 17891 15509 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 345942828 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716511758632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17900] ppid=17889 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/17891/task/17900/stat : 17900 (java) S 17889 17891 15509 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 345942828 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716510706088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17901] ppid=17889 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/17891/task/17901/stat : 17901 (java) S 17889 17891 15509 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 345942828 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716509653544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17902] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17902/stat : 17902 (java) S 17889 17891 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716497242728 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17903] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17903/stat : 17903 (java) S 17889 17891 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716496189048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17904] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17904/stat : 17904 (java) S 17889 17891 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716376651400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17905] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17905/stat : 17905 (java) S 17889 17891 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716375600144 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17906] ppid=17889 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/17891/task/17906/stat : 17906 (java) S 17889 17891 15509 0 -1 4202560 715 0 0 0 6 0 0 0 20 0 18 0 345942831 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716374546488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17907] ppid=17889 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/17891/task/17907/stat : 17907 (java) S 17889 17891 15509 0 -1 4202560 1064 0 0 0 9 0 0 0 20 0 18 0 345942831 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716373493944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17908] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17908/stat : 17908 (java) S 17889 17891 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716372441592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17909] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17909/stat : 17909 (java) S 17889 17891 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 125276 33554432000 1073741824 1073778376 140734305362704 139716371389256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 2699928

[startup+3.10072 s]
/proc/loadavg: 2.18 2.71 2.90 3/211 17909
/proc/meminfo: memFree=23031432/32873648 swapFree=6852/6852
[pid=17891] ppid=17889 vsize=2699928 CPUtime=4.78 cores=1,3,5,7
/proc/17891/stat : 17891 (java) S 17889 17891 15509 0 -1 4202496 8565 0 1 0 444 34 0 0 20 0 18 0 345942825 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 140734305353840 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17891/statm: 674982 191064 2237 9 0 665676 0
[pid=17891/tid=17893] ppid=17889 vsize=2699928 CPUtime=2.58 cores=1,3,5,7
/proc/17891/task/17893/stat : 17893 (java) R 17889 17891 15509 0 -1 4202560 2954 0 1 0 252 6 0 0 20 0 18 0 345942826 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716532731888 139716540505175 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17891/tid=17894] ppid=17889 vsize=2699928 CPUtime=0.18 cores=1,3,5,7
/proc/17891/task/17894/stat : 17894 (java) S 17889 17891 15509 0 -1 4202560 316 0 0 0 15 3 0 0 20 0 18 0 345942828 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716517022376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17895] ppid=17889 vsize=2699928 CPUtime=0.26 cores=1,3,5,7
/proc/17891/task/17895/stat : 17895 (java) S 17889 17891 15509 0 -1 4202560 563 0 0 0 21 5 0 0 20 0 18 0 345942828 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716515969832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17896] ppid=17889 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/17891/task/17896/stat : 17896 (java) S 17889 17891 15509 0 -1 4202560 94 0 0 0 20 4 0 0 20 0 18 0 345942828 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716514917288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17897] ppid=17889 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/17891/task/17897/stat : 17897 (java) S 17889 17891 15509 0 -1 4202560 103 0 0 0 21 3 0 0 20 0 18 0 345942828 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716513864744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17898] ppid=17889 vsize=2699928 CPUtime=0.16 cores=1,3,5,7
/proc/17891/task/17898/stat : 17898 (java) S 17889 17891 15509 0 -1 4202560 334 0 0 0 13 3 0 0 20 0 18 0 345942828 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716512811176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17899] ppid=17889 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/17891/task/17899/stat : 17899 (java) S 17889 17891 15509 0 -1 4202560 329 0 0 0 24 4 0 0 20 0 18 0 345942828 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716511758632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17900] ppid=17889 vsize=2699928 CPUtime=0.24 cores=1,3,5,7
/proc/17891/task/17900/stat : 17900 (java) S 17889 17891 15509 0 -1 4202560 384 0 0 0 21 3 0 0 20 0 18 0 345942828 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716510706088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17901] ppid=17889 vsize=2699928 CPUtime=0.14 cores=1,3,5,7
/proc/17891/task/17901/stat : 17901 (java) S 17889 17891 15509 0 -1 4202560 57 0 0 0 12 2 0 0 20 0 18 0 345942828 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716509653544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17902] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17902/stat : 17902 (java) S 17889 17891 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716497242728 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17891/tid=17903] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17903/stat : 17903 (java) S 17889 17891 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716496189048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17904] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17904/stat : 17904 (java) S 17889 17891 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716376651400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17905] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17905/stat : 17905 (java) S 17889 17891 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716375600144 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17906] ppid=17889 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/17891/task/17906/stat : 17906 (java) S 17889 17891 15509 0 -1 4202560 874 0 0 0 11 0 0 0 20 0 18 0 345942831 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716374546488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17907] ppid=17889 vsize=2699928 CPUtime=0.16 cores=1,3,5,7
/proc/17891/task/17907/stat : 17907 (java) S 17889 17891 15509 0 -1 4202560 1374 0 0 0 16 0 0 0 20 0 18 0 345942831 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716373493944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17908] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17908/stat : 17908 (java) S 17889 17891 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716372441592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17909] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17909/stat : 17909 (java) S 17889 17891 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 191064 33554432000 1073741824 1073778376 140734305362704 139716371389256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 2699928

[startup+6.30065 s]
/proc/loadavg: 2.17 2.70 2.89 5/210 17909
/proc/meminfo: memFree=22582908/32873648 swapFree=6852/6852
[pid=17891] ppid=17889 vsize=2699928 CPUtime=13.05 cores=1,3,5,7
/proc/17891/stat : 17891 (java) S 17889 17891 15509 0 -1 4202496 31646 0 1 0 1240 65 0 0 20 0 18 0 345942825 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 140734305353840 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17891/statm: 674982 282908 2256 9 0 665676 0
[pid=17891/tid=17893] ppid=17889 vsize=2699928 CPUtime=4.43 cores=1,3,5,7
/proc/17891/task/17893/stat : 17893 (java) R 17889 17891 15509 0 -1 4202560 2972 0 1 0 437 6 0 0 20 0 18 0 345942826 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716532732064 139716377671655 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17894] ppid=17889 vsize=2699928 CPUtime=0.91 cores=1,3,5,7
/proc/17891/task/17894/stat : 17894 (java) S 17889 17891 15509 0 -1 4202560 966 0 0 0 84 7 0 0 20 0 18 0 345942828 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716517022376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17895] ppid=17889 vsize=2699928 CPUtime=0.98 cores=1,3,5,7
/proc/17891/task/17895/stat : 17895 (java) S 17889 17891 15509 0 -1 4202560 640 0 0 0 89 9 0 0 20 0 18 0 345942828 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716515969832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17896] ppid=17889 vsize=2699928 CPUtime=1.02 cores=1,3,5,7
/proc/17891/task/17896/stat : 17896 (java) S 17889 17891 15509 0 -1 4202560 1153 0 0 0 94 8 0 0 20 0 18 0 345942828 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716514917288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17897] ppid=17889 vsize=2699928 CPUtime=0.82 cores=1,3,5,7
/proc/17891/task/17897/stat : 17897 (java) S 17889 17891 15509 0 -1 4202560 583 0 0 0 75 7 0 0 20 0 18 0 345942828 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716513864744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17891/tid=17898] ppid=17889 vsize=2699928 CPUtime=0.91 cores=1,3,5,7
/proc/17891/task/17898/stat : 17898 (java) S 17889 17891 15509 0 -1 4202560 659 0 0 0 83 8 0 0 20 0 18 0 345942828 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716512811176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17899] ppid=17889 vsize=2699928 CPUtime=0.85 cores=1,3,5,7
/proc/17891/task/17899/stat : 17899 (java) S 17889 17891 15509 0 -1 4202560 681 0 0 0 78 7 0 0 20 0 18 0 345942828 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716511758632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17891/tid=17900] ppid=17889 vsize=2699928 CPUtime=0.82 cores=1,3,5,7
/proc/17891/task/17900/stat : 17900 (java) S 17889 17891 15509 0 -1 4202560 1121 0 0 0 75 7 0 0 20 0 18 0 345942828 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716510706088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17901] ppid=17889 vsize=2699928 CPUtime=0.7 cores=1,3,5,7
/proc/17891/task/17901/stat : 17901 (java) S 17889 17891 15509 0 -1 4202560 656 0 0 0 65 5 0 0 20 0 18 0 345942828 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716509653544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17902] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17902/stat : 17902 (java) S 17889 17891 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716497242728 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17903] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17903/stat : 17903 (java) S 17889 17891 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716496189048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17904] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17904/stat : 17904 (java) S 17889 17891 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716376651400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17905] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17905/stat : 17905 (java) S 17889 17891 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716375600144 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17906] ppid=17889 vsize=2699928 CPUtime=0.77 cores=1,3,5,7
/proc/17891/task/17906/stat : 17906 (java) S 17889 17891 15509 0 -1 4202560 10166 0 0 0 75 2 0 0 20 0 18 0 345942831 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716374546488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17907] ppid=17889 vsize=2699928 CPUtime=0.7 cores=1,3,5,7
/proc/17891/task/17907/stat : 17907 (java) S 17889 17891 15509 0 -1 4202560 10865 0 0 0 68 2 0 0 20 0 18 0 345942831 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716373493944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17908] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17908/stat : 17908 (java) S 17889 17891 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716372441592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17909] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17909/stat : 17909 (java) S 17889 17891 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 282908 33554432000 1073741824 1073778376 140734305362704 139716371389256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 2.72 2.80 2.93 3/211 17910
/proc/meminfo: memFree=22212060/32873648 swapFree=6852/6852
[pid=17891] ppid=17889 vsize=2699928 CPUtime=23.41 cores=1,3,5,7
/proc/17891/stat : 17891 (java) S 17889 17891 15509 0 -1 4202496 34445 0 1 0 2252 89 0 0 20 0 18 0 345942825 2764726272 365260 33554432000 1073741824 1073778376 140734305362704 140734305353840 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17891/statm: 674982 365260 2264 9 0 665676 0
[pid=17891/tid=17893] ppid=17889 vsize=2699928 CPUtime=7.06 cores=1,3,5,7

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

[pid=17891/tid=17902] ppid=17889 vsize=2699928 CPUtime=1768.15 cores=1,3,5,7
/proc/17891/task/17902/stat : 17902 (java) R 17889 17891 15509 0 -1 4202560 140 0 0 0 176787 28 0 0 20 0 18 0 345942829 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716497242888 139716538866800 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17903] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17903/stat : 17903 (java) S 17889 17891 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716496189048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17904] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17904/stat : 17904 (java) S 17889 17891 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716376651400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17905] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17905/stat : 17905 (java) S 17889 17891 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716375600144 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17906] ppid=17889 vsize=2699928 CPUtime=0.77 cores=1,3,5,7
/proc/17891/task/17906/stat : 17906 (java) S 17889 17891 15509 0 -1 4202560 10166 0 0 0 75 2 0 0 20 0 18 0 345942831 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716374546488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17907] ppid=17889 vsize=2699928 CPUtime=0.72 cores=1,3,5,7
/proc/17891/task/17907/stat : 17907 (java) S 17889 17891 15509 0 -1 4202560 10866 0 0 0 70 2 0 0 20 0 18 0 345942831 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716373493944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17908] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17908/stat : 17908 (java) S 17889 17891 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716372441592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17909] ppid=17889 vsize=2699928 CPUtime=0.92 cores=1,3,5,7
/proc/17891/task/17909/stat : 17909 (java) S 17889 17891 15509 0 -1 4202560 103 0 0 0 43 49 0 0 20 0 18 0 345942831 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716371389256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2699928

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17891

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

[startup+1790.2 s]
/proc/loadavg: 2.78 2.83 2.71 4/216 18131
/proc/meminfo: memFree=23117496/32873648 swapFree=6852/6852
[pid=17891] ppid=17889 vsize=2699928 CPUtime=1801.21 cores=1,3,5,7
/proc/17891/stat : 17891 (java) S 17889 17891 15509 0 -1 4202496 35036 0 1 0 179993 128 0 0 20 0 18 0 345942825 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 140734305353840 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17891/statm: 674982 365896 2264 9 0 665676 0
[pid=17891/tid=17893] ppid=17889 vsize=2699928 CPUtime=12.86 cores=1,3,5,7
/proc/17891/task/17893/stat : 17893 (java) S 17889 17891 15509 0 -1 4202560 3365 0 1 0 1276 10 0 0 20 0 18 0 345942826 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716532739608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17891/tid=17894] ppid=17889 vsize=2699928 CPUtime=1.59 cores=1,3,5,7
/proc/17891/task/17894/stat : 17894 (java) S 17889 17891 15509 0 -1 4202560 1194 0 0 0 150 9 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716517022376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17895] ppid=17889 vsize=2699928 CPUtime=1.65 cores=1,3,5,7
/proc/17891/task/17895/stat : 17895 (java) S 17889 17891 15509 0 -1 4202560 711 0 0 0 154 11 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716515969832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17896] ppid=17889 vsize=2699928 CPUtime=1.71 cores=1,3,5,7
/proc/17891/task/17896/stat : 17896 (java) S 17889 17891 15509 0 -1 4202560 1690 0 0 0 161 10 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716514917288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17897] ppid=17889 vsize=2699928 CPUtime=1.57 cores=1,3,5,7
/proc/17891/task/17897/stat : 17897 (java) S 17889 17891 15509 0 -1 4202560 1168 0 0 0 147 10 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716513864744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17898] ppid=17889 vsize=2699928 CPUtime=1.52 cores=1,3,5,7
/proc/17891/task/17898/stat : 17898 (java) S 17889 17891 15509 0 -1 4202560 1008 0 0 0 142 10 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716512811176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17899] ppid=17889 vsize=2699928 CPUtime=1.66 cores=1,3,5,7
/proc/17891/task/17899/stat : 17899 (java) S 17889 17891 15509 0 -1 4202560 1209 0 0 0 156 10 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716511758632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17900] ppid=17889 vsize=2699928 CPUtime=1.31 cores=1,3,5,7
/proc/17891/task/17900/stat : 17900 (java) S 17889 17891 15509 0 -1 4202560 1520 0 0 0 122 9 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716510706088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17901] ppid=17889 vsize=2699928 CPUtime=1.25 cores=1,3,5,7
/proc/17891/task/17901/stat : 17901 (java) S 17889 17891 15509 0 -1 4202560 720 0 0 0 117 8 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716509653544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17902] ppid=17889 vsize=2699928 CPUtime=1769.34 cores=1,3,5,7
/proc/17891/task/17902/stat : 17902 (java) R 17889 17891 15509 0 -1 4202560 140 0 0 0 176906 28 0 0 20 0 18 0 345942829 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716497242888 139716539248712 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17903] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17903/stat : 17903 (java) S 17889 17891 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716496189048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17904] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17904/stat : 17904 (java) S 17889 17891 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716376651400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17905] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17905/stat : 17905 (java) S 17889 17891 15509 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716375599688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17906] ppid=17889 vsize=2699928 CPUtime=0.77 cores=1,3,5,7
/proc/17891/task/17906/stat : 17906 (java) S 17889 17891 15509 0 -1 4202560 10166 0 0 0 75 2 0 0 20 0 18 0 345942831 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716374546488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17907] ppid=17889 vsize=2699928 CPUtime=0.72 cores=1,3,5,7
/proc/17891/task/17907/stat : 17907 (java) S 17889 17891 15509 0 -1 4202560 10866 0 0 0 70 2 0 0 20 0 18 0 345942831 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716373493944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17908] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17908/stat : 17908 (java) S 17889 17891 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716372441592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17909] ppid=17889 vsize=2699928 CPUtime=0.92 cores=1,3,5,7
/proc/17891/task/17909/stat : 17909 (java) S 17889 17891 15509 0 -1 4202560 103 0 0 0 43 49 0 0 20 0 18 0 345942831 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716371389256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1801.21
Current children cumulated vsize (KiB) 2699928

[startup+1790.6 s]
/proc/loadavg: 2.78 2.83 2.71 4/216 18131
/proc/meminfo: memFree=23117496/32873648 swapFree=6852/6852
[pid=17891] ppid=17889 vsize=2699928 CPUtime=1801.61 cores=1,3,5,7
/proc/17891/stat : 17891 (java) S 17889 17891 15509 0 -1 4202496 35036 0 1 0 180033 128 0 0 20 0 18 0 345942825 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 140734305353840 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17891/statm: 674982 365896 2264 9 0 665676 0
[pid=17891/tid=17893] ppid=17889 vsize=2699928 CPUtime=12.86 cores=1,3,5,7
/proc/17891/task/17893/stat : 17893 (java) S 17889 17891 15509 0 -1 4202560 3365 0 1 0 1276 10 0 0 20 0 18 0 345942826 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716532739608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17891/tid=17894] ppid=17889 vsize=2699928 CPUtime=1.59 cores=1,3,5,7
/proc/17891/task/17894/stat : 17894 (java) S 17889 17891 15509 0 -1 4202560 1194 0 0 0 150 9 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716517022376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17895] ppid=17889 vsize=2699928 CPUtime=1.65 cores=1,3,5,7
/proc/17891/task/17895/stat : 17895 (java) S 17889 17891 15509 0 -1 4202560 711 0 0 0 154 11 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716515969832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17896] ppid=17889 vsize=2699928 CPUtime=1.71 cores=1,3,5,7
/proc/17891/task/17896/stat : 17896 (java) S 17889 17891 15509 0 -1 4202560 1690 0 0 0 161 10 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716514917288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17897] ppid=17889 vsize=2699928 CPUtime=1.57 cores=1,3,5,7
/proc/17891/task/17897/stat : 17897 (java) S 17889 17891 15509 0 -1 4202560 1168 0 0 0 147 10 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716513864744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17898] ppid=17889 vsize=2699928 CPUtime=1.52 cores=1,3,5,7
/proc/17891/task/17898/stat : 17898 (java) S 17889 17891 15509 0 -1 4202560 1008 0 0 0 142 10 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716512811176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17899] ppid=17889 vsize=2699928 CPUtime=1.66 cores=1,3,5,7
/proc/17891/task/17899/stat : 17899 (java) S 17889 17891 15509 0 -1 4202560 1209 0 0 0 156 10 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716511758632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17900] ppid=17889 vsize=2699928 CPUtime=1.31 cores=1,3,5,7
/proc/17891/task/17900/stat : 17900 (java) S 17889 17891 15509 0 -1 4202560 1520 0 0 0 122 9 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716510706088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17901] ppid=17889 vsize=2699928 CPUtime=1.25 cores=1,3,5,7
/proc/17891/task/17901/stat : 17901 (java) S 17889 17891 15509 0 -1 4202560 720 0 0 0 117 8 0 0 20 0 18 0 345942828 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716509653544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17902] ppid=17889 vsize=2699928 CPUtime=1769.74 cores=1,3,5,7
/proc/17891/task/17902/stat : 17902 (java) R 17889 17891 15509 0 -1 4202560 140 0 0 0 176946 28 0 0 20 0 18 0 345942829 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716497242888 139716539596052 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17903] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17903/stat : 17903 (java) S 17889 17891 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716496189048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17904] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17904/stat : 17904 (java) S 17889 17891 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716376651400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17905] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17905/stat : 17905 (java) S 17889 17891 15509 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716375599688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17906] ppid=17889 vsize=2699928 CPUtime=0.77 cores=1,3,5,7
/proc/17891/task/17906/stat : 17906 (java) S 17889 17891 15509 0 -1 4202560 10166 0 0 0 75 2 0 0 20 0 18 0 345942831 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716374546488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17907] ppid=17889 vsize=2699928 CPUtime=0.72 cores=1,3,5,7
/proc/17891/task/17907/stat : 17907 (java) S 17889 17891 15509 0 -1 4202560 10866 0 0 0 70 2 0 0 20 0 18 0 345942831 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716373493944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17908] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17908/stat : 17908 (java) S 17889 17891 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716372441592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17909] ppid=17889 vsize=2699928 CPUtime=0.92 cores=1,3,5,7
/proc/17891/task/17909/stat : 17909 (java) S 17889 17891 15509 0 -1 4202560 103 0 0 0 43 49 0 0 20 0 18 0 345942831 2764726272 365896 33554432000 1073741824 1073778376 140734305362704 139716371389256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1801.61
Current children cumulated vsize (KiB) 2699928

[startup+1791 s]
/proc/loadavg: 2.78 2.83 2.71 4/216 18131
/proc/meminfo: memFree=23117496/32873648 swapFree=6852/6852
[pid=17891] ppid=17889 vsize=2699928 CPUtime=1802.01 cores=1,3,5,7
/proc/17891/stat : 17891 (java) S 17889 17891 15509 0 -1 4202496 35043 0 1 0 180073 128 0 0 20 0 18 0 345942825 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 140734305353840 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17891/statm: 674982 365902 2264 9 0 665676 0
[pid=17891/tid=17893] ppid=17889 vsize=2699928 CPUtime=12.86 cores=1,3,5,7
/proc/17891/task/17893/stat : 17893 (java) S 17889 17891 15509 0 -1 4202560 3365 0 1 0 1276 10 0 0 20 0 18 0 345942826 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716532739544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17891/tid=17894] ppid=17889 vsize=2699928 CPUtime=1.59 cores=1,3,5,7
/proc/17891/task/17894/stat : 17894 (java) S 17889 17891 15509 0 -1 4202560 1194 0 0 0 150 9 0 0 20 0 18 0 345942828 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716517022376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17895] ppid=17889 vsize=2699928 CPUtime=1.65 cores=1,3,5,7
/proc/17891/task/17895/stat : 17895 (java) S 17889 17891 15509 0 -1 4202560 711 0 0 0 154 11 0 0 20 0 18 0 345942828 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716515969832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17896] ppid=17889 vsize=2699928 CPUtime=1.71 cores=1,3,5,7
/proc/17891/task/17896/stat : 17896 (java) S 17889 17891 15509 0 -1 4202560 1690 0 0 0 161 10 0 0 20 0 18 0 345942828 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716514917288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17897] ppid=17889 vsize=2699928 CPUtime=1.57 cores=1,3,5,7
/proc/17891/task/17897/stat : 17897 (java) S 17889 17891 15509 0 -1 4202560 1168 0 0 0 147 10 0 0 20 0 18 0 345942828 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716513864744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17898] ppid=17889 vsize=2699928 CPUtime=1.52 cores=1,3,5,7
/proc/17891/task/17898/stat : 17898 (java) S 17889 17891 15509 0 -1 4202560 1008 0 0 0 142 10 0 0 20 0 18 0 345942828 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716512811176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17899] ppid=17889 vsize=2699928 CPUtime=1.66 cores=1,3,5,7
/proc/17891/task/17899/stat : 17899 (java) S 17889 17891 15509 0 -1 4202560 1209 0 0 0 156 10 0 0 20 0 18 0 345942828 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716511758632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17900] ppid=17889 vsize=2699928 CPUtime=1.31 cores=1,3,5,7
/proc/17891/task/17900/stat : 17900 (java) S 17889 17891 15509 0 -1 4202560 1520 0 0 0 122 9 0 0 20 0 18 0 345942828 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716510706088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17901] ppid=17889 vsize=2699928 CPUtime=1.25 cores=1,3,5,7
/proc/17891/task/17901/stat : 17901 (java) S 17889 17891 15509 0 -1 4202560 720 0 0 0 117 8 0 0 20 0 18 0 345942828 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716509653544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17902] ppid=17889 vsize=2699928 CPUtime=1770.14 cores=1,3,5,7
/proc/17891/task/17902/stat : 17902 (java) R 17889 17891 15509 0 -1 4202560 140 0 0 0 176986 28 0 0 20 0 18 0 345942829 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716497242672 139716536877414 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17903] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17903/stat : 17903 (java) S 17889 17891 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716496189048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17904] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17904/stat : 17904 (java) S 17889 17891 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345942829 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716376651400 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17905] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17905/stat : 17905 (java) S 17889 17891 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716375595704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17906] ppid=17889 vsize=2699928 CPUtime=0.77 cores=1,3,5,7
/proc/17891/task/17906/stat : 17906 (java) S 17889 17891 15509 0 -1 4202560 10166 0 0 0 75 2 0 0 20 0 18 0 345942831 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716374546488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17891/tid=17907] ppid=17889 vsize=2699928 CPUtime=0.72 cores=1,3,5,7
/proc/17891/task/17907/stat : 17907 (java) S 17889 17891 15509 0 -1 4202560 10866 0 0 0 70 2 0 0 20 0 18 0 345942831 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716373493944 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17891/tid=17908] ppid=17889 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/17891/task/17908/stat : 17908 (java) S 17889 17891 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345942831 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716372441592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17891/tid=17909] ppid=17889 vsize=2699928 CPUtime=0.92 cores=1,3,5,7
/proc/17891/task/17909/stat : 17909 (java) S 17889 17891 15509 0 -1 4202560 103 0 0 0 43 49 0 0 20 0 18 0 345942831 2764726272 365902 33554432000 1073741824 1073778376 140734305362704 139716371389256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 2699928

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17891 and gives
#  childrusage.ru_utime.tv_sec=1796
#  childrusage.ru_utime.tv_usec=127947
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=814724
# CPU time returned by wait4() is 1797.94
# while last known CPU time is 1802.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1791.02
CPU time (s): 1802.01
CPU user time (s): 1800.73
CPU system time (s): 1.28
CPU usage (%): 100.613
Max. virtual memory (cumulated for all children) (KiB): 2701288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.13
system time used= 1.81472
maximum resident set size= 1463608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35043
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38094
involuntary context switches= 7726

runsolver used 6.95894 second user time and 19.3901 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-04 10:22:36
IDJOB=3743914
IDBENCH=92647
IDSOLVER=2324
FILE ID=node112/3743914-1338798150
RUNJOBID= node112-1338783624-15526
PBS_JOBID= 14636841
Free space on /tmp= 70916 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_9_mh.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743914-1338798150/watcher-3743914-1338798150 -o /tmp/evaluation-result-3743914-1338798150/solver-3743914-1338798150 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743914-1338798150.opb

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

MD5SUM BENCH= ab50ad160b8df343de4157f6d66d8abc
RANDOM SEED=31602815

node112.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.763
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.763
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.763
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.763
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.763
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.92
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.763
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		: 2666.763
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:        23636068 kB
Buffers:          559532 kB
Cached:          6338976 kB
SwapCached:            0 kB
Active:          3584748 kB
Inactive:        4770816 kB
Active(anon):    1446284 kB
Inactive(anon):    10920 kB
Active(file):    2138464 kB
Inactive(file):  4759896 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            222416 kB
Writeback:             0 kB
AnonPages:       1463616 kB
Mapped:            22520 kB
Shmem:               200 kB
Slab:             742272 kB
SReclaimable:     181972 kB
SUnreclaim:       560300 kB
KernelStack:        1584 kB
PageTables:         7012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1568656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1390592 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= 71012 MiB
End job on node112 at 2012-06-04 10:52:27