Trace number 3743848

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.05 1791.12

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_3_mh.opb
MD5SUM5db3e12693d0fde048524c9639b75499
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark649774124
Best CPU time to get the best result obtained on this benchmark1802.01
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 137388096
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 308760127022
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 137388096
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 308760127022
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-3743848-1338797680.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-3743848-1338797680/watcher-3743848-1338797680 -o /tmp/evaluation-result-3743848-1338797680/solver-3743848-1338797680 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743848-1338797680.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.84 3.88 3.81 4/197 26542
/proc/meminfo: memFree=26545156/32873648 swapFree=6864/6864
[pid=26542] ppid=26540 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26542/stat : 26542 (java6) D 26540 26542 24165 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 345895374 9515008 185 33554432000 1073741824 1073778376 140737479704928 140737479696152 213192961463 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/26542/statm: 2323 185 142 9 0 71 0

[startup+0.042003 s]
/proc/loadavg: 3.84 3.88 3.81 4/197 26542
/proc/meminfo: memFree=26545156/32873648 swapFree=6864/6864
[pid=26542] ppid=26540 vsize=2367080 CPUtime=0.02 cores=0,2,4,6
/proc/26542/stat : 26542 (java) S 26540 26542 24165 0 -1 4202496 3700 0 1 0 1 1 0 0 20 0 13 0 345895374 2423889920 4908 33554432000 1073741824 1073778376 140736169702672 140736169693808 213196505149 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26542/statm: 591770 4908 1683 9 0 582471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100314 s]
/proc/loadavg: 3.84 3.88 3.81 4/197 26542
/proc/meminfo: memFree=26545156/32873648 swapFree=6864/6864
[pid=26542] ppid=26540 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/26542/stat : 26542 (java) S 26540 26542 24165 0 -1 4202496 4700 0 1 0 8 1 0 0 20 0 18 0 345895374 2764726272 6411 33554432000 1073741824 1073778376 140736169702672 140736169693808 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26542/statm: 674982 6413 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300274 s]
/proc/loadavg: 3.84 3.88 3.81 4/197 26542
/proc/meminfo: memFree=26545156/32873648 swapFree=6864/6864
[pid=26542] ppid=26540 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/26542/stat : 26542 (java) S 26540 26542 24165 0 -1 4202496 5762 0 1 0 42 3 0 0 20 0 18 0 345895374 2764726272 34585 33554432000 1073741824 1073778376 140736169702672 140736169693808 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26542/statm: 674982 34585 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700285 s]
/proc/loadavg: 3.84 3.88 3.81 4/197 26542
/proc/meminfo: memFree=26545156/32873648 swapFree=6864/6864
[pid=26542] ppid=26540 vsize=2699928 CPUtime=0.85 cores=0,2,4,6
/proc/26542/stat : 26542 (java) S 26540 26542 24165 0 -1 4202496 5826 0 1 0 79 6 0 0 20 0 18 0 345895374 2764726272 67353 33554432000 1073741824 1073778376 140736169702672 140736169693808 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26542/statm: 674982 67353 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 2699928

[startup+1.50078 s]
/proc/loadavg: 3.84 3.88 3.81 4/215 26560
/proc/meminfo: memFree=26182620/32873648 swapFree=6864/6864
[pid=26542] ppid=26540 vsize=2699928 CPUtime=1.88 cores=0,2,4,6
/proc/26542/stat : 26542 (java) S 26540 26542 24165 0 -1 4202496 6047 0 1 0 174 14 0 0 20 0 18 0 345895374 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140736169693808 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26542/statm: 674982 125267 2232 9 0 665676 0
[pid=26542/tid=26544] ppid=26540 vsize=2699928 CPUtime=1.38 cores=0,2,4,6
/proc/26542/task/26544/stat : 26544 (java) R 26540 26542 24165 0 -1 4202560 2961 0 1 0 131 7 0 0 20 0 18 0 345895375 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005644320120 213196530957 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26542/tid=26545] ppid=26540 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/26542/task/26545/stat : 26545 (java) S 26540 26542 24165 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 345895376 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005628602664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26546] ppid=26540 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/26542/task/26546/stat : 26546 (java) S 26540 26542 24165 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 345895376 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005627549864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26547] ppid=26540 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/26542/task/26547/stat : 26547 (java) S 26540 26542 24165 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 18 0 345895376 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005626497576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26548] ppid=26540 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/26542/task/26548/stat : 26548 (java) S 26540 26542 24165 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 18 0 345895376 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005625444776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26549] ppid=26540 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/26542/task/26549/stat : 26549 (java) S 26540 26542 24165 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 345895376 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005624392488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26550] ppid=26540 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/26542/task/26550/stat : 26550 (java) S 26540 26542 24165 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 345895376 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005623339688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26551] ppid=26540 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/26542/task/26551/stat : 26551 (java) S 26540 26542 24165 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 345895376 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005622287400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26552] ppid=26540 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/26542/task/26552/stat : 26552 (java) S 26540 26542 24165 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 345895376 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005621234600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26553] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26553/stat : 26553 (java) S 26540 26542 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345895377 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005608823016 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26554] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26554/stat : 26554 (java) S 26540 26542 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345895378 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005607769080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26555] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26555/stat : 26555 (java) S 26540 26542 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345895378 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005606716680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26556] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26556/stat : 26556 (java) S 26540 26542 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005605665168 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26557] ppid=26540 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/26542/task/26557/stat : 26557 (java) S 26540 26542 24165 0 -1 4202560 814 0 0 0 8 0 0 0 20 0 18 0 345895380 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005604612792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26558] ppid=26540 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/26542/task/26558/stat : 26558 (java) S 26540 26542 24165 0 -1 4202560 920 0 0 0 7 0 0 0 20 0 18 0 345895380 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005603559992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26559] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26559/stat : 26559 (java) S 26540 26542 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005602507896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26560] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26560/stat : 26560 (java) S 26540 26542 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 125267 33554432000 1073741824 1073778376 140736169702672 140005601455304 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 2699928

[startup+3.10073 s]
/proc/loadavg: 3.84 3.88 3.81 4/215 26560
/proc/meminfo: memFree=25939096/32873648 swapFree=6864/6864
[pid=26542] ppid=26540 vsize=2699928 CPUtime=4.87 cores=0,2,4,6
/proc/26542/stat : 26542 (java) S 26540 26542 24165 0 -1 4202496 8328 0 1 0 449 38 0 0 20 0 18 0 345895374 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140736169693808 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26542/statm: 674982 190935 2237 9 0 665676 0
[pid=26542/tid=26544] ppid=26540 vsize=2699928 CPUtime=2.55 cores=0,2,4,6
/proc/26542/task/26544/stat : 26544 (java) S 26540 26542 24165 0 -1 4202560 2963 0 1 0 247 8 0 0 20 0 18 0 345895375 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005644319112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26542/tid=26545] ppid=26540 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/26542/task/26545/stat : 26545 (java) S 26540 26542 24165 0 -1 4202560 100 0 0 0 23 5 0 0 20 0 18 0 345895376 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005628602664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26546] ppid=26540 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/26542/task/26546/stat : 26546 (java) S 26540 26542 24165 0 -1 4202560 347 0 0 0 23 3 0 0 20 0 18 0 345895376 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005627549864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26547] ppid=26540 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/26542/task/26547/stat : 26547 (java) S 26540 26542 24165 0 -1 4202560 355 0 0 0 18 3 0 0 20 0 18 0 345895376 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005626497576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26548] ppid=26540 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/26542/task/26548/stat : 26548 (java) S 26540 26542 24165 0 -1 4202560 90 0 0 0 18 3 0 0 20 0 18 0 345895376 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005625444776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26542/tid=26549] ppid=26540 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/26542/task/26549/stat : 26549 (java) S 26540 26542 24165 0 -1 4202560 91 0 0 0 20 5 0 0 20 0 18 0 345895376 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005624392488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26542/tid=26550] ppid=26540 vsize=2699928 CPUtime=0.24 cores=0,2,4,6
/proc/26542/task/26550/stat : 26550 (java) S 26540 26542 24165 0 -1 4202560 446 0 0 0 21 3 0 0 20 0 18 0 345895376 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005623339656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26551] ppid=26540 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/26542/task/26551/stat : 26551 (java) S 26540 26542 24165 0 -1 4202560 556 0 0 0 21 4 0 0 20 0 18 0 345895376 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005622287400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26552] ppid=26540 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/26542/task/26552/stat : 26552 (java) S 26540 26542 24165 0 -1 4202560 75 0 0 0 19 3 0 0 20 0 18 0 345895376 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005621234600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26542/tid=26553] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26553/stat : 26553 (java) S 26540 26542 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345895377 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005608821896 213196518460 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26554] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26554/stat : 26554 (java) S 26540 26542 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345895378 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005607769080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26555] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26555/stat : 26555 (java) S 26540 26542 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345895378 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005606716680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26556] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26556/stat : 26556 (java) S 26540 26542 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005605665168 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26557] ppid=26540 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/26542/task/26557/stat : 26557 (java) S 26540 26542 24165 0 -1 4202560 974 0 0 0 13 0 0 0 20 0 18 0 345895380 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005604612792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26558] ppid=26540 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/26542/task/26558/stat : 26558 (java) S 26540 26542 24165 0 -1 4202560 1149 0 0 0 13 0 0 0 20 0 18 0 345895380 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005603559992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26559] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26559/stat : 26559 (java) S 26540 26542 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005602507896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26560] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26560/stat : 26560 (java) S 26540 26542 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 190935 33554432000 1073741824 1073778376 140736169702672 140005601455304 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 2699928

[startup+6.30064 s]
/proc/loadavg: 3.77 3.86 3.81 6/215 26560
/proc/meminfo: memFree=25461540/32873648 swapFree=6864/6864
[pid=26542] ppid=26540 vsize=2699928 CPUtime=13.21 cores=0,2,4,6
/proc/26542/stat : 26542 (java) S 26540 26542 24165 0 -1 4202496 29451 0 1 0 1255 66 0 0 20 0 18 0 345895374 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140736169693808 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26542/statm: 674982 280392 2256 9 0 665676 0
[pid=26542/tid=26544] ppid=26540 vsize=2699928 CPUtime=4.35 cores=0,2,4,6
/proc/26542/task/26544/stat : 26544 (java) S 26540 26542 24165 0 -1 4202560 2989 0 1 0 427 8 0 0 20 0 18 0 345895375 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005644320168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26542/tid=26545] ppid=26540 vsize=2699928 CPUtime=1 cores=0,2,4,6
/proc/26542/task/26545/stat : 26545 (java) R 26540 26542 24165 0 -1 4202560 611 0 0 0 91 9 0 0 20 0 18 0 345895376 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005628602792 213193100423 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26542/tid=26546] ppid=26540 vsize=2699928 CPUtime=1.07 cores=0,2,4,6
/proc/26542/task/26546/stat : 26546 (java) R 26540 26542 24165 0 -1 4202560 662 0 0 0 101 6 0 0 20 0 18 0 345895376 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005627549992 213193100423 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26542/tid=26547] ppid=26540 vsize=2699928 CPUtime=0.89 cores=0,2,4,6
/proc/26542/task/26547/stat : 26547 (java) R 26540 26542 24165 0 -1 4202560 829 0 0 0 82 7 0 0 20 0 18 0 345895376 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005626497704 213193100423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26548] ppid=26540 vsize=2699928 CPUtime=0.84 cores=0,2,4,6
/proc/26542/task/26548/stat : 26548 (java) R 26540 26542 24165 0 -1 4202560 906 0 0 0 77 7 0 0 20 0 18 0 345895376 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005625444904 213193100423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26549] ppid=26540 vsize=2699928 CPUtime=1 cores=0,2,4,6
/proc/26542/task/26549/stat : 26549 (java) R 26540 26542 24165 0 -1 4202560 681 0 0 0 92 8 0 0 20 0 18 0 345895376 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005624392664 213193100423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26550] ppid=26540 vsize=2699928 CPUtime=0.79 cores=0,2,4,6
/proc/26542/task/26550/stat : 26550 (java) R 26540 26542 24165 0 -1 4202560 506 0 0 0 74 5 0 0 20 0 18 0 345895376 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005623339816 213193100423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26551] ppid=26540 vsize=2699928 CPUtime=0.93 cores=0,2,4,6
/proc/26542/task/26551/stat : 26551 (java) R 26540 26542 24165 0 -1 4202560 822 0 0 0 86 7 0 0 20 0 18 0 345895376 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005622287528 140005651816695 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26552] ppid=26540 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/26542/task/26552/stat : 26552 (java) R 26540 26542 24165 0 -1 4202560 548 0 0 0 67 6 0 0 20 0 18 0 345895376 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005621234728 140005648078501 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26553] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26553/stat : 26553 (java) S 26540 26542 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345895377 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005608821896 213196518460 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26554] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26554/stat : 26554 (java) S 26540 26542 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345895378 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005607769080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26555] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26555/stat : 26555 (java) S 26540 26542 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345895378 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005606716680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26556] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26556/stat : 26556 (java) S 26540 26542 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005605665168 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26557] ppid=26540 vsize=2699928 CPUtime=0.7 cores=0,2,4,6
/proc/26542/task/26557/stat : 26557 (java) S 26540 26542 24165 0 -1 4202560 8568 0 0 0 70 0 0 0 20 0 18 0 345895380 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005604612792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26558] ppid=26540 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/26542/task/26558/stat : 26558 (java) S 26540 26542 24165 0 -1 4202560 11146 0 0 0 71 2 0 0 20 0 18 0 345895380 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005603559992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26559] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26559/stat : 26559 (java) S 26540 26542 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005602507896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26560] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26560/stat : 26560 (java) S 26540 26542 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 280392 33554432000 1073741824 1073778376 140736169702672 140005601455304 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 13.21
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 3.71 3.85 3.80 4/215 26560
/proc/meminfo: memFree=25055392/32873648 swapFree=6864/6864
[pid=26542] ppid=26540 vsize=2699928 CPUtime=23.51 cores=0,2,4,6
/proc/26542/stat : 26542 (java) S 26540 26542 24165 0 -1 4202496 31592 0 1 0 2261 90 0 0 20 0 18 0 345895374 2764726272 364032 33554432000 1073741824 1073778376 140736169702672 140736169693808 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26542/statm: 674982 364032 2264 9 0 665676 0
[pid=26542/tid=26544] ppid=26540 vsize=2699928 CPUtime=7.09 cores=0,2,4,6

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

[pid=26542/tid=26553] ppid=26540 vsize=2699928 CPUtime=1768.07 cores=0,2,4,6
/proc/26542/task/26553/stat : 26553 (java) R 26540 26542 24165 0 -1 4202560 141 0 0 0 176779 28 0 0 20 0 18 0 345895377 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005608823176 140005651175505 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26554] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26554/stat : 26554 (java) S 26540 26542 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345895378 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005607769080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26555] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26555/stat : 26555 (java) S 26540 26542 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345895378 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005606716680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26556] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26556/stat : 26556 (java) S 26540 26542 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005605665168 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26557] ppid=26540 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/26542/task/26557/stat : 26557 (java) S 26540 26542 24165 0 -1 4202560 8570 0 0 0 73 0 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005604612792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26558] ppid=26540 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/26542/task/26558/stat : 26558 (java) S 26540 26542 24165 0 -1 4202560 11146 0 0 0 71 2 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005603559992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26559] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26559/stat : 26559 (java) S 26540 26542 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005602507896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26560] ppid=26540 vsize=2699928 CPUtime=0.82 cores=0,2,4,6
/proc/26542/task/26560/stat : 26560 (java) S 26540 26542 24165 0 -1 4202560 102 0 0 0 44 38 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005601455304 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 9 0 0
Current children cumulated CPU time (s) 1800.04
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 -26542

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

[startup+1790.5 s]
/proc/loadavg: 2.00 2.01 2.28 3/212 26690
/proc/meminfo: memFree=24483496/32873648 swapFree=6864/6864
[pid=26542] ppid=26540 vsize=2699928 CPUtime=1801.44 cores=0,2,4,6
/proc/26542/stat : 26542 (java) S 26540 26542 24165 0 -1 4202496 32236 0 1 0 180029 115 0 0 20 0 18 0 345895374 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140736169693808 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26542/statm: 674982 364376 2264 9 0 665676 0
[pid=26542/tid=26544] ppid=26540 vsize=2699928 CPUtime=13.08 cores=0,2,4,6
/proc/26542/task/26544/stat : 26544 (java) S 26540 26542 24165 0 -1 4202560 3435 0 1 0 1297 11 0 0 20 0 18 0 345895375 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005644319768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26542/tid=26545] ppid=26540 vsize=2699928 CPUtime=1.69 cores=0,2,4,6
/proc/26542/task/26545/stat : 26545 (java) S 26540 26542 24165 0 -1 4202560 908 0 0 0 157 12 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005628602664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26542/tid=26546] ppid=26540 vsize=2699928 CPUtime=1.63 cores=0,2,4,6
/proc/26542/task/26546/stat : 26546 (java) S 26540 26542 24165 0 -1 4202560 904 0 0 0 155 8 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005627549864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26547] ppid=26540 vsize=2699928 CPUtime=1.42 cores=0,2,4,6
/proc/26542/task/26547/stat : 26547 (java) S 26540 26542 24165 0 -1 4202560 1101 0 0 0 133 9 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005626497576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26548] ppid=26540 vsize=2699928 CPUtime=1.78 cores=0,2,4,6
/proc/26542/task/26548/stat : 26548 (java) S 26540 26542 24165 0 -1 4202560 1336 0 0 0 167 11 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005625444776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26549] ppid=26540 vsize=2699928 CPUtime=1.58 cores=0,2,4,6
/proc/26542/task/26549/stat : 26549 (java) S 26540 26542 24165 0 -1 4202560 900 0 0 0 147 11 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005624392488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26550] ppid=26540 vsize=2699928 CPUtime=1.43 cores=0,2,4,6
/proc/26542/task/26550/stat : 26550 (java) S 26540 26542 24165 0 -1 4202560 622 0 0 0 136 7 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005623339688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26551] ppid=26540 vsize=2699928 CPUtime=1.6 cores=0,2,4,6
/proc/26542/task/26551/stat : 26551 (java) S 26540 26542 24165 0 -1 4202560 1042 0 0 0 150 10 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005622287400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26552] ppid=26540 vsize=2699928 CPUtime=1.32 cores=0,2,4,6
/proc/26542/task/26552/stat : 26552 (java) S 26540 26542 24165 0 -1 4202560 854 0 0 0 123 9 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005621234600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26553] ppid=26540 vsize=2699928 CPUtime=1769.46 cores=0,2,4,6
/proc/26542/task/26553/stat : 26553 (java) R 26540 26542 24165 0 -1 4202560 141 0 0 0 176918 28 0 0 20 0 18 0 345895377 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005608823176 140005650447506 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26554] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26554/stat : 26554 (java) S 26540 26542 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345895378 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005607769080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26555] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26555/stat : 26555 (java) S 26540 26542 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345895378 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005606716680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26556] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26556/stat : 26556 (java) S 26540 26542 24165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005605664712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26557] ppid=26540 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/26542/task/26557/stat : 26557 (java) S 26540 26542 24165 0 -1 4202560 8570 0 0 0 73 0 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005604612792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26558] ppid=26540 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/26542/task/26558/stat : 26558 (java) S 26540 26542 24165 0 -1 4202560 11146 0 0 0 71 2 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005603559992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26559] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26559/stat : 26559 (java) S 26540 26542 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005602507896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26560] ppid=26540 vsize=2699928 CPUtime=0.82 cores=0,2,4,6
/proc/26542/task/26560/stat : 26560 (java) S 26540 26542 24165 0 -1 4202560 102 0 0 0 44 38 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005601455304 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 9 0 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 2699928

[startup+1790.9 s]
/proc/loadavg: 2.00 2.01 2.28 3/212 26690
/proc/meminfo: memFree=24483496/32873648 swapFree=6864/6864
[pid=26542] ppid=26540 vsize=2699928 CPUtime=1801.84 cores=0,2,4,6
/proc/26542/stat : 26542 (java) S 26540 26542 24165 0 -1 4202496 32236 0 1 0 180069 115 0 0 20 0 18 0 345895374 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140736169693808 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26542/statm: 674982 364376 2264 9 0 665676 0
[pid=26542/tid=26544] ppid=26540 vsize=2699928 CPUtime=13.08 cores=0,2,4,6
/proc/26542/task/26544/stat : 26544 (java) S 26540 26542 24165 0 -1 4202560 3435 0 1 0 1297 11 0 0 20 0 18 0 345895375 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005644319768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26542/tid=26545] ppid=26540 vsize=2699928 CPUtime=1.69 cores=0,2,4,6
/proc/26542/task/26545/stat : 26545 (java) S 26540 26542 24165 0 -1 4202560 908 0 0 0 157 12 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005628602664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26542/tid=26546] ppid=26540 vsize=2699928 CPUtime=1.63 cores=0,2,4,6
/proc/26542/task/26546/stat : 26546 (java) S 26540 26542 24165 0 -1 4202560 904 0 0 0 155 8 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005627549864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26547] ppid=26540 vsize=2699928 CPUtime=1.42 cores=0,2,4,6
/proc/26542/task/26547/stat : 26547 (java) S 26540 26542 24165 0 -1 4202560 1101 0 0 0 133 9 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005626497576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26548] ppid=26540 vsize=2699928 CPUtime=1.78 cores=0,2,4,6
/proc/26542/task/26548/stat : 26548 (java) S 26540 26542 24165 0 -1 4202560 1336 0 0 0 167 11 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005625444776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26549] ppid=26540 vsize=2699928 CPUtime=1.58 cores=0,2,4,6
/proc/26542/task/26549/stat : 26549 (java) S 26540 26542 24165 0 -1 4202560 900 0 0 0 147 11 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005624392488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26550] ppid=26540 vsize=2699928 CPUtime=1.43 cores=0,2,4,6
/proc/26542/task/26550/stat : 26550 (java) S 26540 26542 24165 0 -1 4202560 622 0 0 0 136 7 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005623339688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26551] ppid=26540 vsize=2699928 CPUtime=1.6 cores=0,2,4,6
/proc/26542/task/26551/stat : 26551 (java) S 26540 26542 24165 0 -1 4202560 1042 0 0 0 150 10 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005622287400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26552] ppid=26540 vsize=2699928 CPUtime=1.32 cores=0,2,4,6
/proc/26542/task/26552/stat : 26552 (java) S 26540 26542 24165 0 -1 4202560 854 0 0 0 123 9 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005621234600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26553] ppid=26540 vsize=2699928 CPUtime=1769.86 cores=0,2,4,6
/proc/26542/task/26553/stat : 26553 (java) R 26540 26542 24165 0 -1 4202560 141 0 0 0 176958 28 0 0 20 0 18 0 345895377 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005608823176 140005650447503 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26554] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26554/stat : 26554 (java) S 26540 26542 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345895378 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005607769080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26555] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26555/stat : 26555 (java) S 26540 26542 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345895378 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005606716680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26556] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26556/stat : 26556 (java) S 26540 26542 24165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005605664712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26557] ppid=26540 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/26542/task/26557/stat : 26557 (java) S 26540 26542 24165 0 -1 4202560 8570 0 0 0 73 0 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005604612792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26558] ppid=26540 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/26542/task/26558/stat : 26558 (java) S 26540 26542 24165 0 -1 4202560 11146 0 0 0 71 2 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005603559992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26559] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26559/stat : 26559 (java) S 26540 26542 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005602507896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26560] ppid=26540 vsize=2699928 CPUtime=0.82 cores=0,2,4,6
/proc/26542/task/26560/stat : 26560 (java) S 26540 26542 24165 0 -1 4202560 102 0 0 0 44 38 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005601455304 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 9 0 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 2699928

[startup+1791.11 s]
/proc/loadavg: 2.00 2.01 2.28 3/212 26690
/proc/meminfo: memFree=24483364/32873648 swapFree=6864/6864
[pid=26542] ppid=26540 vsize=2699928 CPUtime=1802.05 cores=0,2,4,6
/proc/26542/stat : 26542 (java) S 26540 26542 24165 0 -1 4202496 32236 0 1 0 180090 115 0 0 20 0 18 0 345895374 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140736169693808 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26542/statm: 674982 364376 2264 9 0 665676 0
[pid=26542/tid=26544] ppid=26540 vsize=2699928 CPUtime=13.08 cores=0,2,4,6
/proc/26542/task/26544/stat : 26544 (java) S 26540 26542 24165 0 -1 4202560 3435 0 1 0 1297 11 0 0 20 0 18 0 345895375 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005644319768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26542/tid=26545] ppid=26540 vsize=2699928 CPUtime=1.69 cores=0,2,4,6
/proc/26542/task/26545/stat : 26545 (java) S 26540 26542 24165 0 -1 4202560 908 0 0 0 157 12 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005628602664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26542/tid=26546] ppid=26540 vsize=2699928 CPUtime=1.63 cores=0,2,4,6
/proc/26542/task/26546/stat : 26546 (java) S 26540 26542 24165 0 -1 4202560 904 0 0 0 155 8 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005627549864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26547] ppid=26540 vsize=2699928 CPUtime=1.42 cores=0,2,4,6
/proc/26542/task/26547/stat : 26547 (java) S 26540 26542 24165 0 -1 4202560 1101 0 0 0 133 9 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005626497576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26548] ppid=26540 vsize=2699928 CPUtime=1.78 cores=0,2,4,6
/proc/26542/task/26548/stat : 26548 (java) S 26540 26542 24165 0 -1 4202560 1336 0 0 0 167 11 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005625444776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26549] ppid=26540 vsize=2699928 CPUtime=1.58 cores=0,2,4,6
/proc/26542/task/26549/stat : 26549 (java) S 26540 26542 24165 0 -1 4202560 900 0 0 0 147 11 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005624392488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26550] ppid=26540 vsize=2699928 CPUtime=1.43 cores=0,2,4,6
/proc/26542/task/26550/stat : 26550 (java) S 26540 26542 24165 0 -1 4202560 622 0 0 0 136 7 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005623339688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26551] ppid=26540 vsize=2699928 CPUtime=1.6 cores=0,2,4,6
/proc/26542/task/26551/stat : 26551 (java) S 26540 26542 24165 0 -1 4202560 1042 0 0 0 150 10 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005622287400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26552] ppid=26540 vsize=2699928 CPUtime=1.32 cores=0,2,4,6
/proc/26542/task/26552/stat : 26552 (java) S 26540 26542 24165 0 -1 4202560 854 0 0 0 123 9 0 0 20 0 18 0 345895376 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005621234600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26542/tid=26553] ppid=26540 vsize=2699928 CPUtime=1770.06 cores=0,2,4,6
/proc/26542/task/26553/stat : 26553 (java) R 26540 26542 24165 0 -1 4202560 141 0 0 0 176978 28 0 0 20 0 18 0 345895377 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005608823176 140005650447500 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26554] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26554/stat : 26554 (java) S 26540 26542 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345895378 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005607769080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26555] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26555/stat : 26555 (java) S 26540 26542 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345895378 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005606716680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26556] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26556/stat : 26556 (java) S 26540 26542 24165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005605664712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26557] ppid=26540 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/26542/task/26557/stat : 26557 (java) S 26540 26542 24165 0 -1 4202560 8570 0 0 0 73 0 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005604612792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26542/tid=26558] ppid=26540 vsize=2699928 CPUtime=0.73 cores=0,2,4,6
/proc/26542/task/26558/stat : 26558 (java) S 26540 26542 24165 0 -1 4202560 11146 0 0 0 71 2 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005603559992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26559] ppid=26540 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26542/task/26559/stat : 26559 (java) S 26540 26542 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005602507896 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26542/tid=26560] ppid=26540 vsize=2699928 CPUtime=0.82 cores=0,2,4,6
/proc/26542/task/26560/stat : 26560 (java) S 26540 26542 24165 0 -1 4202560 102 0 0 0 44 38 0 0 20 0 18 0 345895380 2764726272 364376 33554432000 1073741824 1073778376 140736169702672 140005601455304 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 9 0 0
Current children cumulated CPU time (s) 1802.05
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 26542 and gives
#  childrusage.ru_utime.tv_sec=1796
#  childrusage.ru_utime.tv_usec=437899
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=693742
# CPU time returned by wait4() is 1798.13
# while last known CPU time is 1802.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1791.12
CPU time (s): 1802.05
CPU user time (s): 1800.9
CPU system time (s): 1.15
CPU usage (%): 100.61
Max. virtual memory (cumulated for all children) (KiB): 2699928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.44
system time used= 1.69374
maximum resident set size= 1457504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32236
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= 38037
involuntary context switches= 5867

runsolver used 6.74297 second user time and 19.802 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-04 10:14:45
IDJOB=3743848
IDBENCH=92636
IDSOLVER=2324
FILE ID=node113/3743848-1338797680
RUNJOBID= node113-1338783018-24181
PBS_JOBID= 14636837
Free space on /tmp= 70732 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_3_mh.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743848-1338797680/watcher-3743848-1338797680 -o /tmp/evaluation-result-3743848-1338797680/solver-3743848-1338797680 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743848-1338797680.opb

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

MD5SUM BENCH= 5db3e12693d0fde048524c9639b75499
RANDOM SEED=1946232268

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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:        26545296 kB
Buffers:          547508 kB
Cached:          3816188 kB
SwapCached:         2028 kB
Active:          3054020 kB
Inactive:        2352244 kB
Active(anon):    1041992 kB
Inactive(anon):     1912 kB
Active(file):    2012028 kB
Inactive(file):  2350332 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:            222336 kB
Writeback:             0 kB
AnonPages:       1063340 kB
Mapped:            19448 kB
Shmem:                 0 kB
Slab:             767700 kB
SReclaimable:     211188 kB
SUnreclaim:       556512 kB
KernelStack:        1600 kB
PageTables:         6148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1575412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1015808 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= 70544 MiB
End job on node113 at 2012-06-04 10:44:37