Trace number 2701847

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
SAT4J PB CuttingPlanes 2.2.0 2010-05-26Wrong UNSAT 25.1962 9.61282

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph12_wcsp.wbo
MD5SUMbaac82f1e5c2363a05a67929a02d4991
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark60112
Best CPU time to get the best result obtained on this benchmark1800.31
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9502
Total number of constraints1168253
Number of soft constraints1168001
Number of constraints which are clauses1168001
Number of constraints which are cardinality constraints (but not clauses)252
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 939023
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 296009396
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100526
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1b16e52
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2701847-1278541982.wbo
0.11/0.10	c reading problem ... 
23.56/8.76	c ... done. Wall clock time 8.66s.
23.56/8.76	c #vars     1177503
23.56/8.76	c #constraints  395642
23.56/8.76	c constraints type 
23.56/8.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 252
23.56/8.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 386816
23.56/8.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
25.06/9.58	c starts		: 0
25.06/9.58	c conflicts		: 0
25.06/9.58	c decisions		: 0
25.06/9.58	c propagations		: 399
25.06/9.58	c inspects		: 22
25.06/9.58	c learnt literals	: 0
25.06/9.58	c learnt binary clauses	: 0
25.06/9.58	c learnt ternary clauses	: 0
25.06/9.58	c learnt clauses	: 0
25.06/9.58	c ignored clauses	: 0
25.06/9.58	c root simplifications	: 0
25.06/9.58	c removed literals (reason simplification)	: 0
25.06/9.58	c reason swapping (by a shorter reason)	: 0
25.06/9.58	c Calls to reduceDB	: 0
25.06/9.58	c number of reductions to clauses (during analyze)	: 0
25.06/9.58	c number of learned constraints concerned by reduction	: 0
25.06/9.58	c number of learning phase by resolution	: 0
25.06/9.58	c number of learning phase by cutting planes	: 0
25.06/9.58	c speed (assignments/second)	: 487.1794871794872
25.06/9.58	c non guided choices	0
25.06/9.58	c learnt constraints type 
25.06/9.58	c constraints type 
25.06/9.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 252
25.06/9.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 386816
25.06/9.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
25.06/9.58	s UNSATISFIABLE
25.06/9.58	c Total wall clock time (in seconds): 9.483

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2701847-1278541982/watcher-2701847-1278541982 -o /tmp/evaluation-result-2701847-1278541982/solver-2701847-1278541982 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2701847-1278541982.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 20302
/proc/meminfo: memFree=29739616/32951124 swapFree=67111528/67111528
[pid=20302] ppid=20300 vsize=1832 CPUtime=0
/proc/20302/stat : 20302 (java) R 20300 20302 19224 0 -1 4194304 388 0 0 0 0 0 0 0 23 0 1 0 22412218 1875968 118 4089446400 134512640 134550932 4286876608 18446744073709551615 6440444 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/20302/statm: 458 128 92 10 0 63 0

[startup+0.0779239 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 20302
/proc/meminfo: memFree=29739616/32951124 swapFree=67111528/67111528
[pid=20302] ppid=20300 vsize=1529020 CPUtime=0.06
/proc/20302/stat : 20302 (java) S 20300 20302 19224 0 -1 4202496 4679 0 1 0 6 0 0 0 23 0 18 0 22412218 1565716480 4116 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20302/statm: 382255 4125 1314 10 0 379557 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1529020

[startup+0.100961 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 20302
/proc/meminfo: memFree=29739616/32951124 swapFree=67111528/67111528
[pid=20302] ppid=20300 vsize=1529328 CPUtime=0.11
/proc/20302/stat : 20302 (java) S 20300 20302 19224 0 -1 4202496 5217 0 1 0 10 1 0 0 23 0 18 0 22412218 1566031872 4654 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20302/statm: 382332 4654 1347 10 0 379634 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529328

[startup+0.300882 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 20302
/proc/meminfo: memFree=29739616/32951124 swapFree=67111528/67111528
[pid=20302] ppid=20300 vsize=1534876 CPUtime=0.59
/proc/20302/stat : 20302 (java) S 20300 20302 19224 0 -1 4202496 9396 0 1 0 57 2 0 0 23 0 18 0 22412218 1571713024 8211 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20302/statm: 383719 8212 1407 10 0 381021 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1534876

[startup+0.700813 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 20302
/proc/meminfo: memFree=29739616/32951124 swapFree=67111528/67111528
[pid=20302] ppid=20300 vsize=1534876 CPUtime=1.27
/proc/20302/stat : 20302 (java) S 20300 20302 19224 0 -1 4202496 40408 0 1 0 121 6 0 0 23 0 18 0 22412218 1571713024 39185 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20302/statm: 383719 39185 1420 10 0 381021 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 1534876

[startup+1.50161 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 20320
/proc/meminfo: memFree=29556224/32951124 swapFree=67111528/67111528
[pid=20302] ppid=20300 vsize=1534876 CPUtime=2.58
/proc/20302/stat : 20302 (java) S 20300 20302 19224 0 -1 4202496 54598 0 1 0 249 9 0 0 23 0 18 0 22412218 1571713024 52869 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20302/statm: 383719 52874 1420 10 0 381021 0
[pid=20302/tid=20304] ppid=20300 vsize=1534876 CPUtime=1.36
/proc/20302/task/20304/stat : 20304 (java) S 20300 20302 19224 0 -1 4202560 32021 0 1 0 132 4 0 0 18 0 18 0 22412219 1571713024 52876 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20305] ppid=20300 vsize=1534876 CPUtime=0.09
/proc/20302/task/20305/stat : 20305 (java) R 20300 20302 19224 0 -1 4202560 2540 0 0 0 9 0 0 0 15 0 18 0 22412220 1571713024 52878 4089446400 134512640 134550932 4286876608 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20302/tid=20306] ppid=20300 vsize=1534876 CPUtime=0.06
/proc/20302/task/20306/stat : 20306 (java) R 20300 20302 19224 0 -1 4202560 1489 0 0 0 6 0 0 0 15 0 18 0 22412220 1571713024 52882 4089446400 134512640 134550932 4286876608 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20302/tid=20307] ppid=20300 vsize=1534876 CPUtime=0.02
/proc/20302/task/20307/stat : 20307 (java) R 20300 20302 19224 0 -1 4202560 568 0 0 0 2 0 0 0 15 0 18 0 22412220 1571713024 52885 4089446400 134512640 134550932 4286876608 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20302/tid=20308] ppid=20300 vsize=1534876 CPUtime=0.08
/proc/20302/task/20308/stat : 20308 (java) R 20300 20302 19224 0 -1 4202560 2541 0 0 0 8 0 0 0 15 0 18 0 22412220 1571713024 52888 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20302/tid=20309] ppid=20300 vsize=1534876 CPUtime=0.09
/proc/20302/task/20309/stat : 20309 (java) R 20300 20302 19224 0 -1 4202560 3103 0 0 0 9 0 0 0 15 0 18 0 22412220 1571713024 52892 4089446400 134512640 134550932 4286876608 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20302/tid=20310] ppid=20300 vsize=1534876 CPUtime=0.1
/proc/20302/task/20310/stat : 20310 (java) R 20300 20302 19224 0 -1 4202560 3220 0 0 0 10 0 0 0 15 0 18 0 22412220 1571713024 52894 4089446400 134512640 134550932 4286876608 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20302/tid=20311] ppid=20300 vsize=1534876 CPUtime=0.1
/proc/20302/task/20311/stat : 20311 (java) R 20300 20302 19224 0 -1 4202560 3330 0 0 0 10 0 0 0 15 0 18 0 22412220 1571713024 52897 4089446400 134512640 134550932 4286876608 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20302/tid=20312] ppid=20300 vsize=1534876 CPUtime=0.05
/proc/20302/task/20312/stat : 20312 (java) R 20300 20302 19224 0 -1 4202560 2099 0 0 0 5 0 0 0 15 0 18 0 22412220 1571713024 52900 4089446400 134512640 134550932 4286876608 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20302/tid=20313] ppid=20300 vsize=1534876 CPUtime=0
/proc/20302/task/20313/stat : 20313 (java) S 20300 20302 19224 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 18 0 22412221 1571713024 52904 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446604453911413888 0 0 -1 4 0 0 0
[pid=20302/tid=20314] ppid=20300 vsize=1534876 CPUtime=0
/proc/20302/task/20314/stat : 20314 (java) S 20300 20302 19224 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22412221 1571713024 52908 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20315] ppid=20300 vsize=1534876 CPUtime=0
/proc/20302/task/20315/stat : 20315 (java) S 20300 20302 19224 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22412221 1571713024 52910 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20316] ppid=20300 vsize=1534876 CPUtime=0
/proc/20302/task/20316/stat : 20316 (java) S 20300 20302 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22412223 1571713024 52913 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20317] ppid=20300 vsize=1534876 CPUtime=0.26
/proc/20302/task/20317/stat : 20317 (java) S 20300 20302 19224 0 -1 4202560 1044 0 0 0 26 0 0 0 17 0 18 0 22412223 1571713024 52916 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 2 0 0 0
[pid=20302/tid=20318] ppid=20300 vsize=1534876 CPUtime=0.25
/proc/20302/task/20318/stat : 20318 (java) S 20300 20302 19224 0 -1 4202560 1591 0 0 0 25 0 0 0 17 0 18 0 22412223 1571713024 52919 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 1 0 0 0
[pid=20302/tid=20319] ppid=20300 vsize=1534876 CPUtime=0
/proc/20302/task/20319/stat : 20319 (java) S 20300 20302 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22412223 1571713024 52922 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20320] ppid=20300 vsize=1534876 CPUtime=0
/proc/20302/task/20320/stat : 20320 (java) S 20300 20302 19224 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22412223 1571713024 52926 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1534876

[startup+3.10133 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 20320
/proc/meminfo: memFree=29481576/32951124 swapFree=67111528/67111528
[pid=20302] ppid=20300 vsize=1537828 CPUtime=6.7
/proc/20302/stat : 20302 (java) S 20300 20302 19224 0 -1 4202496 79739 0 1 0 638 32 0 0 23 0 18 0 22412218 1574735872 76428 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20302/statm: 384457 76430 1420 10 0 381759 0
[pid=20302/tid=20304] ppid=20300 vsize=1537828 CPUtime=2.52
/proc/20302/task/20304/stat : 20304 (java) S 20300 20302 19224 0 -1 4202560 32029 0 1 0 247 5 0 0 16 0 18 0 22412219 1574735872 76430 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20305] ppid=20300 vsize=1537828 CPUtime=0.51
/proc/20302/task/20305/stat : 20305 (java) R 20300 20302 19224 0 -1 4202560 5354 0 0 0 47 4 0 0 16 0 18 0 22412220 1574735872 76431 4089446400 134512640 134550932 4286876608 18446744073709551615 106207386 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20302/tid=20306] ppid=20300 vsize=1537828 CPUtime=0.45
/proc/20302/task/20306/stat : 20306 (java) R 20300 20302 19224 0 -1 4202560 4525 0 0 0 42 3 0 0 15 0 18 0 22412220 1574735872 76431 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20302/tid=20307] ppid=20300 vsize=1537828 CPUtime=0.33
/proc/20302/task/20307/stat : 20307 (java) R 20300 20302 19224 0 -1 4202560 4381 0 0 0 31 2 0 0 15 0 18 0 22412220 1574735872 76433 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20302/tid=20308] ppid=20300 vsize=1537828 CPUtime=0.33
/proc/20302/task/20308/stat : 20308 (java) R 20300 20302 19224 0 -1 4202560 4535 0 0 0 31 2 0 0 15 0 18 0 22412220 1574735872 76433 4089446400 134512640 134550932 4286876608 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20302/tid=20309] ppid=20300 vsize=1537828 CPUtime=0.52
/proc/20302/task/20309/stat : 20309 (java) R 20300 20302 19224 0 -1 4202560 5557 0 0 0 48 4 0 0 15 0 18 0 22412220 1574735872 76434 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20302/tid=20310] ppid=20300 vsize=1537828 CPUtime=0.51
/proc/20302/task/20310/stat : 20310 (java) R 20300 20302 19224 0 -1 4202560 7491 0 0 0 51 0 0 0 15 0 18 0 22412220 1574735872 76434 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20302/tid=20311] ppid=20300 vsize=1537828 CPUtime=0.53
/proc/20302/task/20311/stat : 20311 (java) R 20300 20302 19224 0 -1 4202560 7179 0 0 0 49 4 0 0 16 0 18 0 22412220 1574735872 76435 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20302/tid=20312] ppid=20300 vsize=1537828 CPUtime=0.36
/proc/20302/task/20312/stat : 20312 (java) R 20300 20302 19224 0 -1 4202560 4983 0 0 0 34 2 0 0 15 0 18 0 22412220 1574735872 76435 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20302/tid=20313] ppid=20300 vsize=1537828 CPUtime=0
/proc/20302/task/20313/stat : 20313 (java) S 20300 20302 19224 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 18 0 22412221 1574735872 76435 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446604453911413888 0 0 -1 4 0 0 0
[pid=20302/tid=20314] ppid=20300 vsize=1537828 CPUtime=0
/proc/20302/task/20314/stat : 20314 (java) S 20300 20302 19224 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22412221 1574735872 76437 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20315] ppid=20300 vsize=1537828 CPUtime=0
/proc/20302/task/20315/stat : 20315 (java) S 20300 20302 19224 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22412221 1574735872 76439 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20316] ppid=20300 vsize=1537828 CPUtime=0
/proc/20302/task/20316/stat : 20316 (java) S 20300 20302 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22412223 1574735872 76439 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20317] ppid=20300 vsize=1537828 CPUtime=0.26
/proc/20302/task/20317/stat : 20317 (java) S 20300 20302 19224 0 -1 4202560 1044 0 0 0 26 0 0 0 17 0 18 0 22412223 1574735872 76439 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 2 0 0 0
[pid=20302/tid=20318] ppid=20300 vsize=1537828 CPUtime=0.25
/proc/20302/task/20318/stat : 20318 (java) S 20300 20302 19224 0 -1 4202560 1591 0 0 0 25 0 0 0 15 0 18 0 22412223 1574735872 76440 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 1 0 0 0
[pid=20302/tid=20319] ppid=20300 vsize=1537828 CPUtime=0
/proc/20302/task/20319/stat : 20319 (java) S 20300 20302 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22412223 1574735872 76442 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20320] ppid=20300 vsize=1537828 CPUtime=0
/proc/20302/task/20320/stat : 20320 (java) S 20300 20302 19224 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22412223 1574735872 76442 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 1537828

[startup+6.30077 s]
/proc/loadavg: 2.57 2.12 2.04 3/196 20320
/proc/meminfo: memFree=29306808/32951124 swapFree=67111528/67111528
[pid=20302] ppid=20300 vsize=1541880 CPUtime=17.51
/proc/20302/stat : 20302 (java) S 20300 20302 19224 0 -1 4202496 122043 0 1 0 1683 68 0 0 23 0 18 0 22412218 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20302/statm: 385470 117811 1420 10 0 382772 0
[pid=20302/tid=20304] ppid=20300 vsize=1541880 CPUtime=4.38
/proc/20302/task/20304/stat : 20304 (java) S 20300 20302 19224 0 -1 4202560 32046 0 1 0 433 5 0 0 15 0 18 0 22412219 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20305] ppid=20300 vsize=1541880 CPUtime=1.75
/proc/20302/task/20305/stat : 20305 (java) R 20300 20302 19224 0 -1 4202560 13776 0 0 0 166 9 0 0 15 0 18 0 22412220 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 106195350 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20302/tid=20306] ppid=20300 vsize=1541880 CPUtime=1.69
/proc/20302/task/20306/stat : 20306 (java) R 20300 20302 19224 0 -1 4202560 9964 0 0 0 162 7 0 0 16 0 18 0 22412220 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 106207191 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=20302/tid=20307] ppid=20300 vsize=1541880 CPUtime=1.36
/proc/20302/task/20307/stat : 20307 (java) R 20300 20302 19224 0 -1 4202560 8016 0 0 0 129 7 0 0 16 0 18 0 22412220 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 106207191 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20302/tid=20308] ppid=20300 vsize=1541880 CPUtime=1.48
/proc/20302/task/20308/stat : 20308 (java) R 20300 20302 19224 0 -1 4202560 9704 0 0 0 143 5 0 0 16 0 18 0 22412220 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 106207513 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20302/tid=20309] ppid=20300 vsize=1541880 CPUtime=1.76
/proc/20302/task/20309/stat : 20309 (java) R 20300 20302 19224 0 -1 4202560 11369 0 0 0 166 10 0 0 16 0 18 0 22412220 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=20302/tid=20310] ppid=20300 vsize=1541880 CPUtime=1.79
/proc/20302/task/20310/stat : 20310 (java) R 20300 20302 19224 0 -1 4202560 12006 0 0 0 175 4 0 0 16 0 18 0 22412220 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=20302/tid=20311] ppid=20300 vsize=1541880 CPUtime=1.52
/proc/20302/task/20311/stat : 20311 (java) R 20300 20302 19224 0 -1 4202560 11868 0 0 0 143 9 0 0 16 0 18 0 22412220 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 106195340 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=20302/tid=20312] ppid=20300 vsize=1541880 CPUtime=1.15
/proc/20302/task/20312/stat : 20312 (java) R 20300 20302 19224 0 -1 4202560 9584 0 0 0 110 5 0 0 16 0 18 0 22412220 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20302/tid=20313] ppid=20300 vsize=1541880 CPUtime=0
/proc/20302/task/20313/stat : 20313 (java) S 20300 20302 19224 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 18 0 22412221 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446604453911413888 0 0 -1 4 0 0 0
[pid=20302/tid=20314] ppid=20300 vsize=1541880 CPUtime=0
/proc/20302/task/20314/stat : 20314 (java) S 20300 20302 19224 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22412221 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20315] ppid=20300 vsize=1541880 CPUtime=0
/proc/20302/task/20315/stat : 20315 (java) S 20300 20302 19224 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22412221 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20316] ppid=20300 vsize=1541880 CPUtime=0
/proc/20302/task/20316/stat : 20316 (java) S 20300 20302 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22412223 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20317] ppid=20300 vsize=1541880 CPUtime=0.26
/proc/20302/task/20317/stat : 20317 (java) S 20300 20302 19224 0 -1 4202560 1044 0 0 0 26 0 0 0 17 0 18 0 22412223 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 2 0 0 0
[pid=20302/tid=20318] ppid=20300 vsize=1541880 CPUtime=0.25
/proc/20302/task/20318/stat : 20318 (java) S 20300 20302 19224 0 -1 4202560 1591 0 0 0 25 0 0 0 15 0 18 0 22412223 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 1 0 0 0
[pid=20302/tid=20319] ppid=20300 vsize=1541880 CPUtime=0
/proc/20302/task/20319/stat : 20319 (java) S 20300 20302 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22412223 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20320] ppid=20300 vsize=1541880 CPUtime=0
/proc/20302/task/20320/stat : 20320 (java) S 20300 20302 19224 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22412223 1578885120 117811 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.51
Current children cumulated vsize (KiB) 1541880

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

[startup+7.90153 s]
/proc/loadavg: 2.57 2.12 2.04 3/196 20320
/proc/meminfo: memFree=29190000/32951124 swapFree=67111528/67111528
[pid=20302] ppid=20300 vsize=1541880 CPUtime=21.9
/proc/20302/stat : 20302 (java) S 20300 20302 19224 0 -1 4202496 143609 0 1 0 2107 83 0 0 23 0 18 0 22412218 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20302/statm: 385470 138501 1426 10 0 382772 0
[pid=20302/tid=20304] ppid=20300 vsize=1541880 CPUtime=5.5
/proc/20302/task/20304/stat : 20304 (java) R 20300 20302 19224 0 -1 4202560 32077 0 1 0 545 5 0 0 16 0 18 0 22412219 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4109854077 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20302/tid=20305] ppid=20300 vsize=1541880 CPUtime=2.14
/proc/20302/task/20305/stat : 20305 (java) S 20300 20302 19224 0 -1 4202560 18208 0 0 0 203 11 0 0 16 0 18 0 22412220 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 2 0 0 0
[pid=20302/tid=20306] ppid=20300 vsize=1541880 CPUtime=2.16
/proc/20302/task/20306/stat : 20306 (java) S 20300 20302 19224 0 -1 4202560 12603 0 0 0 207 9 0 0 16 0 18 0 22412220 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 7 0 0 0
[pid=20302/tid=20307] ppid=20300 vsize=1541880 CPUtime=1.81
/proc/20302/task/20307/stat : 20307 (java) S 20300 20302 19224 0 -1 4202560 11198 0 0 0 172 9 0 0 16 0 18 0 22412220 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 1 0 0 0
[pid=20302/tid=20308] ppid=20300 vsize=1541880 CPUtime=1.79
/proc/20302/task/20308/stat : 20308 (java) S 20300 20302 19224 0 -1 4202560 11856 0 0 0 172 7 0 0 16 0 18 0 22412220 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20309] ppid=20300 vsize=1541880 CPUtime=2.1
/proc/20302/task/20309/stat : 20309 (java) S 20300 20302 19224 0 -1 4202560 14361 0 0 0 198 12 0 0 16 0 18 0 22412220 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 5 0 0 0
[pid=20302/tid=20310] ppid=20300 vsize=1541880 CPUtime=2.18
/proc/20302/task/20310/stat : 20310 (java) S 20300 20302 19224 0 -1 4202560 13664 0 0 0 212 6 0 0 16 0 18 0 22412220 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 4 0 0 0
[pid=20302/tid=20311] ppid=20300 vsize=1541880 CPUtime=1.96
/proc/20302/task/20311/stat : 20311 (java) S 20300 20302 19224 0 -1 4202560 13667 0 0 0 184 12 0 0 16 0 18 0 22412220 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20312] ppid=20300 vsize=1541880 CPUtime=1.56
/proc/20302/task/20312/stat : 20312 (java) S 20300 20302 19224 0 -1 4202560 12253 0 0 0 150 6 0 0 16 0 18 0 22412220 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20313] ppid=20300 vsize=1541880 CPUtime=0
/proc/20302/task/20313/stat : 20313 (java) S 20300 20302 19224 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 18 0 22412221 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446604453911413888 0 0 -1 4 0 0 0
[pid=20302/tid=20314] ppid=20300 vsize=1541880 CPUtime=0
/proc/20302/task/20314/stat : 20314 (java) S 20300 20302 19224 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22412221 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20315] ppid=20300 vsize=1541880 CPUtime=0
/proc/20302/task/20315/stat : 20315 (java) S 20300 20302 19224 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22412221 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20316] ppid=20300 vsize=1541880 CPUtime=0
/proc/20302/task/20316/stat : 20316 (java) S 20300 20302 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22412223 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20317] ppid=20300 vsize=1541880 CPUtime=0.26
/proc/20302/task/20317/stat : 20317 (java) S 20300 20302 19224 0 -1 4202560 1044 0 0 0 26 0 0 0 17 0 18 0 22412223 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 2 0 0 0
[pid=20302/tid=20318] ppid=20300 vsize=1541880 CPUtime=0.33
/proc/20302/task/20318/stat : 20318 (java) S 20300 20302 19224 0 -1 4202560 1603 0 0 0 33 0 0 0 15 0 18 0 22412223 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 1 0 0 0
[pid=20302/tid=20319] ppid=20300 vsize=1541880 CPUtime=0
/proc/20302/task/20319/stat : 20319 (java) S 20300 20302 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22412223 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20320] ppid=20300 vsize=1541880 CPUtime=0
/proc/20302/task/20320/stat : 20320 (java) S 20300 20302 19224 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22412223 1578885120 138501 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 21.9
Current children cumulated vsize (KiB) 1541880

[startup+8.7014 s]
/proc/loadavg: 2.52 2.11 2.04 3/196 20320
/proc/meminfo: memFree=29167928/32951124 swapFree=67111528/67111528
[pid=20302] ppid=20300 vsize=1543160 CPUtime=23.56
/proc/20302/stat : 20302 (java) S 20300 20302 19224 0 -1 4202496 149670 0 1 0 2268 88 0 0 23 0 18 0 22412218 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20302/statm: 385790 144194 1426 10 0 383092 0
[pid=20302/tid=20304] ppid=20300 vsize=1543160 CPUtime=6.13
/proc/20302/task/20304/stat : 20304 (java) R 20300 20302 19224 0 -1 4202560 32078 0 1 0 608 5 0 0 15 0 18 0 22412219 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4109863344 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20302/tid=20305] ppid=20300 vsize=1543160 CPUtime=2.28
/proc/20302/task/20305/stat : 20305 (java) S 20300 20302 19224 0 -1 4202560 18385 0 0 0 216 12 0 0 15 0 18 0 22412220 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 2 0 0 0
[pid=20302/tid=20306] ppid=20300 vsize=1543160 CPUtime=2.29
/proc/20302/task/20306/stat : 20306 (java) S 20300 20302 19224 0 -1 4202560 13017 0 0 0 220 9 0 0 15 0 18 0 22412220 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 7 0 0 0
[pid=20302/tid=20307] ppid=20300 vsize=1543160 CPUtime=1.94
/proc/20302/task/20307/stat : 20307 (java) S 20300 20302 19224 0 -1 4202560 11609 0 0 0 185 9 0 0 15 0 18 0 22412220 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 1 0 0 0
[pid=20302/tid=20308] ppid=20300 vsize=1543160 CPUtime=1.88
/proc/20302/task/20308/stat : 20308 (java) S 20300 20302 19224 0 -1 4202560 11941 0 0 0 181 7 0 0 15 0 18 0 22412220 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20309] ppid=20300 vsize=1543160 CPUtime=2.24
/proc/20302/task/20309/stat : 20309 (java) S 20300 20302 19224 0 -1 4202560 14784 0 0 0 211 13 0 0 15 0 18 0 22412220 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 5 0 0 0
[pid=20302/tid=20310] ppid=20300 vsize=1543160 CPUtime=2.35
/proc/20302/task/20310/stat : 20310 (java) S 20300 20302 19224 0 -1 4202560 17941 0 0 0 228 7 0 0 16 0 18 0 22412220 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 4 0 0 0
[pid=20302/tid=20311] ppid=20300 vsize=1543160 CPUtime=2.1
/proc/20302/task/20311/stat : 20311 (java) S 20300 20302 19224 0 -1 4202560 13869 0 0 0 198 12 0 0 15 0 18 0 22412220 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 4 0 0 0
[pid=20302/tid=20312] ppid=20300 vsize=1543160 CPUtime=1.62
/proc/20302/task/20312/stat : 20312 (java) S 20300 20302 19224 0 -1 4202560 12323 0 0 0 156 6 0 0 15 0 18 0 22412220 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20313] ppid=20300 vsize=1543160 CPUtime=0
/proc/20302/task/20313/stat : 20313 (java) S 20300 20302 19224 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 18 0 22412221 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446604453911413888 0 0 -1 4 0 0 0
[pid=20302/tid=20314] ppid=20300 vsize=1543160 CPUtime=0
/proc/20302/task/20314/stat : 20314 (java) S 20300 20302 19224 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22412221 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20315] ppid=20300 vsize=1543160 CPUtime=0
/proc/20302/task/20315/stat : 20315 (java) S 20300 20302 19224 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22412221 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20316] ppid=20300 vsize=1543160 CPUtime=0
/proc/20302/task/20316/stat : 20316 (java) S 20300 20302 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22412223 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20317] ppid=20300 vsize=1543160 CPUtime=0.27
/proc/20302/task/20317/stat : 20317 (java) S 20300 20302 19224 0 -1 4202560 1045 0 0 0 27 0 0 0 15 0 18 0 22412223 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 2 0 0 0
[pid=20302/tid=20318] ppid=20300 vsize=1543160 CPUtime=0.34
/proc/20302/task/20318/stat : 20318 (java) S 20300 20302 19224 0 -1 4202560 1603 0 0 0 34 0 0 0 15 0 18 0 22412223 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 1 0 0 0
[pid=20302/tid=20319] ppid=20300 vsize=1543160 CPUtime=0
/proc/20302/task/20319/stat : 20319 (java) S 20300 20302 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22412223 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20320] ppid=20300 vsize=1543160 CPUtime=0
/proc/20302/task/20320/stat : 20320 (java) S 20300 20302 19224 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22412223 1580195840 144194 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.56
Current children cumulated vsize (KiB) 1543160

[startup+9.10131 s]
/proc/loadavg: 2.52 2.11 2.04 3/196 20320
/proc/meminfo: memFree=29167928/32951124 swapFree=67111528/67111528
[pid=20302] ppid=20300 vsize=1544444 CPUtime=24.53
/proc/20302/stat : 20302 (java) S 20300 20302 19224 0 -1 4202496 156636 0 1 0 2364 89 0 0 23 0 18 0 22412218 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20302/statm: 386111 151053 1439 10 0 383413 0
[pid=20302/tid=20304] ppid=20300 vsize=1544444 CPUtime=6.45
/proc/20302/task/20304/stat : 20304 (java) R 20300 20302 19224 0 -1 4202560 32090 0 1 0 640 5 0 0 16 0 18 0 22412219 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4109940770 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20302/tid=20305] ppid=20300 vsize=1544444 CPUtime=2.33
/proc/20302/task/20305/stat : 20305 (java) S 20300 20302 19224 0 -1 4202560 19608 0 0 0 221 12 0 0 15 0 18 0 22412220 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20306] ppid=20300 vsize=1544444 CPUtime=2.35
/proc/20302/task/20306/stat : 20306 (java) S 20300 20302 19224 0 -1 4202560 13177 0 0 0 226 9 0 0 16 0 18 0 22412220 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 7 0 0 0
[pid=20302/tid=20307] ppid=20300 vsize=1544444 CPUtime=2
/proc/20302/task/20307/stat : 20307 (java) S 20300 20302 19224 0 -1 4202560 13105 0 0 0 190 10 0 0 15 0 18 0 22412220 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 1 0 0 0
[pid=20302/tid=20308] ppid=20300 vsize=1544444 CPUtime=1.92
/proc/20302/task/20308/stat : 20308 (java) S 20300 20302 19224 0 -1 4202560 12046 0 0 0 185 7 0 0 15 0 18 0 22412220 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20309] ppid=20300 vsize=1544444 CPUtime=2.29
/proc/20302/task/20309/stat : 20309 (java) S 20300 20302 19224 0 -1 4202560 16085 0 0 0 216 13 0 0 15 0 18 0 22412220 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 5 0 0 0
[pid=20302/tid=20310] ppid=20300 vsize=1544444 CPUtime=2.4
/proc/20302/task/20310/stat : 20310 (java) S 20300 20302 19224 0 -1 4202560 17986 0 0 0 233 7 0 0 15 0 18 0 22412220 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 2 0 0 0
[pid=20302/tid=20311] ppid=20300 vsize=1544444 CPUtime=2.13
/proc/20302/task/20311/stat : 20311 (java) S 20300 20302 19224 0 -1 4202560 13924 0 0 0 200 13 0 0 15 0 18 0 22412220 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 4 0 0 0
[pid=20302/tid=20312] ppid=20300 vsize=1544444 CPUtime=1.68
/proc/20302/task/20312/stat : 20312 (java) S 20300 20302 19224 0 -1 4202560 14766 0 0 0 162 6 0 0 15 0 18 0 22412220 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20313] ppid=20300 vsize=1544444 CPUtime=0
/proc/20302/task/20313/stat : 20313 (java) S 20300 20302 19224 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 18 0 22412221 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446604453911413888 0 0 -1 4 0 0 0
[pid=20302/tid=20314] ppid=20300 vsize=1544444 CPUtime=0
/proc/20302/task/20314/stat : 20314 (java) S 20300 20302 19224 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22412221 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20315] ppid=20300 vsize=1544444 CPUtime=0
/proc/20302/task/20315/stat : 20315 (java) S 20300 20302 19224 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22412221 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20316] ppid=20300 vsize=1544444 CPUtime=0
/proc/20302/task/20316/stat : 20316 (java) S 20300 20302 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22412223 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20317] ppid=20300 vsize=1544444 CPUtime=0.41
/proc/20302/task/20317/stat : 20317 (java) S 20300 20302 19224 0 -1 4202560 1153 0 0 0 41 0 0 0 15 0 18 0 22412223 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 2 0 0 0
[pid=20302/tid=20318] ppid=20300 vsize=1544444 CPUtime=0.46
/proc/20302/task/20318/stat : 20318 (java) S 20300 20302 19224 0 -1 4202560 1621 0 0 0 46 0 0 0 15 0 18 0 22412223 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 1 0 0 0
[pid=20302/tid=20319] ppid=20300 vsize=1544444 CPUtime=0
/proc/20302/task/20319/stat : 20319 (java) S 20300 20302 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22412223 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20320] ppid=20300 vsize=1544444 CPUtime=0
/proc/20302/task/20320/stat : 20320 (java) S 20300 20302 19224 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22412223 1581510656 151053 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.53
Current children cumulated vsize (KiB) 1544444

[startup+9.50124 s]
/proc/loadavg: 2.52 2.11 2.04 3/196 20320
/proc/meminfo: memFree=29167928/32951124 swapFree=67111528/67111528
[pid=20302] ppid=20300 vsize=1544444 CPUtime=25.06
/proc/20302/stat : 20302 (java) S 20300 20302 19224 0 -1 4202496 167381 0 1 0 2413 93 0 0 23 0 18 0 22412218 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20302/statm: 386111 161791 1439 10 0 383413 0
[pid=20302/tid=20304] ppid=20300 vsize=1544444 CPUtime=6.77
/proc/20302/task/20304/stat : 20304 (java) R 20300 20302 19224 0 -1 4202560 32097 0 1 0 672 5 0 0 15 0 18 0 22412219 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4109870289 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=20302/tid=20305] ppid=20300 vsize=1544444 CPUtime=2.35
/proc/20302/task/20305/stat : 20305 (java) S 20300 20302 19224 0 -1 4202560 20758 0 0 0 223 12 0 0 15 0 18 0 22412220 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20306] ppid=20300 vsize=1544444 CPUtime=2.37
/proc/20302/task/20306/stat : 20306 (java) S 20300 20302 19224 0 -1 4202560 15477 0 0 0 227 10 0 0 15 0 18 0 22412220 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 7 0 0 0
[pid=20302/tid=20307] ppid=20300 vsize=1544444 CPUtime=2.02
/proc/20302/task/20307/stat : 20307 (java) S 20300 20302 19224 0 -1 4202560 14256 0 0 0 192 10 0 0 15 0 18 0 22412220 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 1 0 0 0
[pid=20302/tid=20308] ppid=20300 vsize=1544444 CPUtime=1.96
/proc/20302/task/20308/stat : 20308 (java) S 20300 20302 19224 0 -1 4202560 14345 0 0 0 188 8 0 0 15 0 18 0 22412220 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 2 0 0 0
[pid=20302/tid=20309] ppid=20300 vsize=1544444 CPUtime=2.31
/proc/20302/task/20309/stat : 20309 (java) S 20300 20302 19224 0 -1 4202560 16085 0 0 0 217 14 0 0 15 0 18 0 22412220 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 5 0 0 0
[pid=20302/tid=20310] ppid=20300 vsize=1544444 CPUtime=2.42
/proc/20302/task/20310/stat : 20310 (java) S 20300 20302 19224 0 -1 4202560 21824 0 0 0 234 8 0 0 15 0 18 0 22412220 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 2 0 0 0
[pid=20302/tid=20311] ppid=20300 vsize=1544444 CPUtime=2.16
/proc/20302/task/20311/stat : 20311 (java) S 20300 20302 19224 0 -1 4202560 13924 0 0 0 203 13 0 0 15 0 18 0 22412220 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 4 0 0 0
[pid=20302/tid=20312] ppid=20300 vsize=1544444 CPUtime=1.7
/proc/20302/task/20312/stat : 20312 (java) S 20300 20302 19224 0 -1 4202560 14766 0 0 0 164 6 0 0 15 0 18 0 22412220 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20313] ppid=20300 vsize=1544444 CPUtime=0
/proc/20302/task/20313/stat : 20313 (java) S 20300 20302 19224 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 18 0 22412221 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 0 0 16800975 18446604453911413888 0 0 -1 4 0 0 0
[pid=20302/tid=20314] ppid=20300 vsize=1544444 CPUtime=0
/proc/20302/task/20314/stat : 20314 (java) S 20300 20302 19224 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 18 0 22412221 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20315] ppid=20300 vsize=1544444 CPUtime=0
/proc/20302/task/20315/stat : 20315 (java) S 20300 20302 19224 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 22412221 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 0 0 0 0
[pid=20302/tid=20316] ppid=20300 vsize=1544444 CPUtime=0
/proc/20302/task/20316/stat : 20316 (java) S 20300 20302 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22412223 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20317] ppid=20300 vsize=1544444 CPUtime=0.41
/proc/20302/task/20317/stat : 20317 (java) S 20300 20302 19224 0 -1 4202560 1153 0 0 0 41 0 0 0 15 0 18 0 22412223 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 2 0 0 0
[pid=20302/tid=20318] ppid=20300 vsize=1544444 CPUtime=0.46
/proc/20302/task/20318/stat : 20318 (java) S 20300 20302 19224 0 -1 4202560 1621 0 0 0 46 0 0 0 15 0 18 0 22412223 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 1 0 0 0
[pid=20302/tid=20319] ppid=20300 vsize=1544444 CPUtime=0
/proc/20302/task/20319/stat : 20319 (java) S 20300 20302 19224 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22412223 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 6 0 0 0
[pid=20302/tid=20320] ppid=20300 vsize=1544444 CPUtime=0
/proc/20302/task/20320/stat : 20320 (java) S 20300 20302 19224 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 18 0 22412223 1581510656 161791 4089446400 134512640 134550932 4286876608 18446744073709551615 4294960144 0 4 0 16800975 18446604453911413888 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 1544444

[startup+9.60139 s]
/proc/loadavg: 2.52 2.11 2.04 3/196 20320
/proc/meminfo: memFree=29167928/32951124 swapFree=67111528/67111528
[pid=20302] ppid=20300 vsize=0 CPUtime=25.18
/proc/20302/stat : 20302 (java) R 20300 20302 19224 0 -1 4203524 167400 0 1 0 2423 95 0 0 18 0 1 0 22412218 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20302/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 9.61282
CPU time (s): 25.1962
CPU user time (s): 24.2313
CPU system time (s): 0.964853
CPU usage (%): 262.11
Max. virtual memory (cumulated for all children) (KiB): 1544444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.2313
system time used= 0.964853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167400
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2159
involuntary context switches= 247233

runsolver used 0.018997 second user time and 0.037994 second system time

The end

Launcher Data

Begin job on node119 at 2010-07-08 00:33:02
IDJOB=2701847
IDBENCH=79647
IDSOLVER=1203
FILE ID=node119/2701847-1278541982
PBS_JOBID= 11239239
Free space on /tmp= 73188 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph12_wcsp.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701847-1278541982/watcher-2701847-1278541982 -o /tmp/evaluation-result-2701847-1278541982/solver-2701847-1278541982 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2701847-1278541982.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= baac82f1e5c2363a05a67929a02d4991
RANDOM SEED=832256815

node119.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.868
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.868
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.868
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.868
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.868
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.868
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.868
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.868
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29740020 kB
Buffers:        147172 kB
Cached:        2409820 kB
SwapCached:          0 kB
Active:        1580412 kB
Inactive:      1466340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29740020 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           35736 kB
Writeback:           0 kB
AnonPages:      489692 kB
Mapped:          17432 kB
Slab:            99816 kB
PageTables:       5704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   646920 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73188 MiB
End job on node119 at 2010-07-08 00:33:12