Trace number 2659377

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 Resolution 2.2.0 2010-05-26UNSAT 38.9231 37.3988

General information on the benchmark

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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.21	c Pseudo Boolean Optimization
0.21/0.21	c --- Begin Solver configuration ---
0.21/0.21	c Stops conflict analysis at the first Unique Implication Point
0.21/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.21/0.21	c Learn all clauses as in MiniSAT
0.21/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.21	c Expensive reason simplification
0.21/0.21	c Armin Biere (Picosat) restarts strategy
0.21/0.21	c Glucose learned constraints deletion strategy
0.21/0.21	c timeout=2147483s
0.21/0.21	c DB Simplification allowed=false
0.21/0.21	c --- End Solver configuration ---
0.21/0.21	c solving HOME/instance-2659377-1276277769.opb
0.21/0.21	c reading problem ... 
0.34/0.33	c ... done. Wall clock time 0.116s.
0.34/0.33	c #vars     169
0.34/0.33	c #constraints  101
0.34/0.33	c constraints type 
0.34/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.34/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.34/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.34/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.28/1.45	c cleaning 2498 clauses out of 5001 with flag 5001/5001
2.93/2.07	c cleaning 4248 clauses out of 8503 with flag 11001/11001
3.63/2.75	c cleaning 5624 clauses out of 11255 with flag 18001/18001
4.44/3.52	c cleaning 6810 clauses out of 13630 with flag 26000/26000
5.39/4.45	c cleaning 7905 clauses out of 15820 with flag 35000/35000
6.29/5.34	c cleaning 8954 clauses out of 17915 with flag 45000/45000
7.29/6.31	c cleaning 9476 clauses out of 18961 with flag 55000/55000
8.09/7.19	c cleaning 9737 clauses out of 19487 with flag 65002/65002
9.11/8.18	c cleaning 9869 clauses out of 19750 with flag 75002/75002
10.22/9.27	c cleaning 9935 clauses out of 19880 with flag 85001/85001
11.22/10.22	c cleaning 9971 clauses out of 19947 with flag 95003/95003
12.13/11.14	c cleaning 9982 clauses out of 19973 with flag 105000/105000
12.93/11.99	c cleaning 9993 clauses out of 19991 with flag 115000/115000
14.03/13.01	c cleaning 9993 clauses out of 19999 with flag 125001/125001
14.93/13.93	c cleaning 9997 clauses out of 20006 with flag 135001/135001
15.83/14.88	c cleaning 10001 clauses out of 20009 with flag 145001/145001
16.74/15.74	c cleaning 9998 clauses out of 20008 with flag 155001/155001
17.54/16.54	c cleaning 9997 clauses out of 20010 with flag 165001/165001
18.43/17.41	c cleaning 10000 clauses out of 20012 with flag 175000/175000
19.44/18.49	c cleaning 10004 clauses out of 20013 with flag 185001/185001
20.34/19.36	c cleaning 10002 clauses out of 20009 with flag 195001/195001
21.24/20.23	c cleaning 9999 clauses out of 20007 with flag 205001/205001
22.15/21.14	c cleaning 9998 clauses out of 20010 with flag 215003/215003
23.06/22.02	c cleaning 10001 clauses out of 20009 with flag 225000/225000
23.85/22.88	c cleaning 10003 clauses out of 20009 with flag 235001/235001
24.65/23.67	c cleaning 9997 clauses out of 20006 with flag 245001/245001
25.45/24.46	c cleaning 10000 clauses out of 20008 with flag 255000/255000
26.36/25.34	c cleaning 10000 clauses out of 20008 with flag 265000/265000
27.26/26.23	c cleaning 10000 clauses out of 20009 with flag 275001/275001
28.05/27.02	c cleaning 10003 clauses out of 20010 with flag 285002/285002
28.86/27.87	c cleaning 9998 clauses out of 20006 with flag 295001/295001
29.67/28.62	c cleaning 10000 clauses out of 20008 with flag 305001/305001
30.46/29.40	c cleaning 9999 clauses out of 20007 with flag 315000/315000
31.17/30.16	c cleaning 10000 clauses out of 20008 with flag 325000/325000
31.97/30.91	c cleaning 9999 clauses out of 20008 with flag 335000/335000
32.77/31.70	c cleaning 10002 clauses out of 20012 with flag 345003/345003
33.57/32.53	c cleaning 10001 clauses out of 20008 with flag 355001/355001
34.38/33.32	c cleaning 9998 clauses out of 20006 with flag 365000/365000
35.19/34.13	c cleaning 10000 clauses out of 20008 with flag 375000/375000
36.08/35.01	c cleaning 9998 clauses out of 20009 with flag 385001/385001
36.98/35.94	c cleaning 10002 clauses out of 20012 with flag 395002/395002
38.14/36.95	c cleaning 10001 clauses out of 20008 with flag 405001/405001
38.82/37.34	c starts		: 148
38.82/37.34	c conflicts		: 410384
38.82/37.34	c decisions		: 580086
38.82/37.34	c propagations		: 8889348
38.82/37.34	c inspects		: 122757083
38.82/37.34	c learnt literals	: 6
38.82/37.34	c learnt binary clauses	: 20
38.82/37.34	c learnt ternary clauses	: 82
38.82/37.34	c learnt clauses	: 410377
38.82/37.34	c ignored clauses	: 0
38.82/37.34	c root simplifications	: 0
38.82/37.34	c removed literals (reason simplification)	: 4318913
38.82/37.34	c reason swapping (by a shorter reason)	: 0
38.82/37.34	c Calls to reduceDB	: 42
38.82/37.34	c number of reductions to clauses (during analyze)	: 0
38.82/37.34	c number of learned constraints concerned by reduction	: 0
38.82/37.34	c number of learning phase by resolution	: 0
38.82/37.34	c number of learning phase by cutting planes	: 0
38.82/37.34	c speed (assignments/second)	: 240194.2230268313
38.82/37.34	c non guided choices	44
38.82/37.37	c learnt constraints type 
38.82/37.37	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15364
38.82/37.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 20
38.82/37.37	c constraints type 
38.82/37.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
38.82/37.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
38.82/37.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
38.82/37.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
38.82/37.37	s UNSATISFIABLE
38.82/37.37	c Total wall clock time (in seconds): 37.155

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-2659377-1276277769/watcher-2659377-1276277769 -o /tmp/evaluation-result-2659377-1276277769/solver-2659377-1276277769 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659377-1276277769.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.94 1.01 1.00 3/106 5278
/proc/meminfo: memFree=1571776/2059040 swapFree=4192956/4192956
[pid=5278] ppid=5276 vsize=248 CPUtime=0
/proc/5278/stat : 5278 (java6) R 5276 5278 5182 0 -1 4194304 108 0 0 0 0 0 0 0 19 0 1 0 3380535 253952 28 1992294400 134512640 134550932 4291709280 18446744073709551615 2679262 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5278/statm: 62 28 21 10 0 23 0

[startup+0.0353789 s]
/proc/loadavg: 0.94 1.01 1.00 3/106 5278
/proc/meminfo: memFree=1571776/2059040 swapFree=4192956/4192956
[pid=5278] ppid=5276 vsize=1518368 CPUtime=0.01
/proc/5278/stat : 5278 (java) S 5276 5278 5182 0 -1 4202496 2793 0 1 0 0 1 0 0 15 0 4 0 3380535 1554808832 2237 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/5278/statm: 380044 2617 849 10 0 377354 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.103803 s]
/proc/loadavg: 0.94 1.01 1.00 3/106 5278
/proc/meminfo: memFree=1571776/2059040 swapFree=4192956/4192956
[pid=5278] ppid=5276 vsize=1524184 CPUtime=0.08
/proc/5278/stat : 5278 (java) S 5276 5278 5182 0 -1 4202496 3962 0 1 0 6 2 0 0 15 0 12 0 3380535 1560764416 3402 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5278/statm: 381046 3402 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300804 s]
/proc/loadavg: 0.94 1.01 1.00 3/106 5278
/proc/meminfo: memFree=1571776/2059040 swapFree=4192956/4192956
[pid=5278] ppid=5276 vsize=1526240 CPUtime=0.34
/proc/5278/stat : 5278 (java) S 5276 5278 5182 0 -1 4202496 5285 0 1 0 31 3 0 0 15 0 12 0 3380535 1562869760 4723 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5278/statm: 381560 4723 1358 10 0 378862 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526240

[startup+0.700804 s]
/proc/loadavg: 0.94 1.01 1.00 3/106 5278
/proc/meminfo: memFree=1571776/2059040 swapFree=4192956/4192956
[pid=5278] ppid=5276 vsize=1532076 CPUtime=1.11
/proc/5278/stat : 5278 (java) S 5276 5278 5182 0 -1 4202496 7231 0 1 0 107 4 0 0 15 0 13 0 3380535 1568845824 6282 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5278/statm: 383019 6282 1411 10 0 380321 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1532076

[startup+1.5018 s]
/proc/loadavg: 0.94 1.01 1.00 4/119 5291
/proc/meminfo: memFree=1551212/2059040 swapFree=4192956/4192956
[pid=5278] ppid=5276 vsize=1532076 CPUtime=2.4
/proc/5278/stat : 5278 (java) S 5276 5278 5182 0 -1 4202496 8305 0 1 0 236 4 0 0 15 0 13 0 3380535 1568845824 7354 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5278/statm: 383019 7354 1440 10 0 380321 0
[pid=5278/tid=5280] ppid=5276 vsize=1532076 CPUtime=1.4
/proc/5278/task/5280/stat : 5280 (java) R 5276 5278 5182 0 -1 4202560 4515 0 1 0 137 3 0 0 25 0 13 0 3380537 1568845824 7354 1992294400 134512640 134550932 4287036224 18446744073709551615 4109160245 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5278/tid=5281] ppid=5276 vsize=1532076 CPUtime=0
/proc/5278/task/5281/stat : 5281 (java) S 5276 5278 5182 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 13 0 3380538 1568845824 7354 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5282] ppid=5276 vsize=1532076 CPUtime=0
/proc/5278/task/5282/stat : 5282 (java) S 5276 5278 5182 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 13 0 3380538 1568845824 7354 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5283] ppid=5276 vsize=1532076 CPUtime=0.01
/proc/5278/task/5283/stat : 5283 (java) S 5276 5278 5182 0 -1 4202560 192 0 0 0 1 0 0 0 16 0 13 0 3380540 1568845824 7354 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5284] ppid=5276 vsize=1532076 CPUtime=0
/proc/5278/task/5284/stat : 5284 (java) S 5276 5278 5182 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3380541 1568845824 7354 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5285] ppid=5276 vsize=1532076 CPUtime=0
/proc/5278/task/5285/stat : 5285 (java) S 5276 5278 5182 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3380541 1568845824 7354 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5286] ppid=5276 vsize=1532076 CPUtime=0
/proc/5278/task/5286/stat : 5286 (java) S 5276 5278 5182 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 3380545 1568845824 7354 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5287] ppid=5276 vsize=1532076 CPUtime=0.51
/proc/5278/task/5287/stat : 5287 (java) S 5276 5278 5182 0 -1 4202560 1005 0 0 0 51 0 0 0 15 0 13 0 3380545 1568845824 7354 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5288] ppid=5276 vsize=1532076 CPUtime=0.45
/proc/5278/task/5288/stat : 5288 (java) S 5276 5278 5182 0 -1 4202560 1335 0 0 0 45 0 0 0 15 0 13 0 3380545 1568845824 7354 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5289] ppid=5276 vsize=1532076 CPUtime=0
/proc/5278/task/5289/stat : 5289 (java) S 5276 5278 5182 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3380545 1568845824 7354 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5290] ppid=5276 vsize=1532076 CPUtime=0
/proc/5278/task/5290/stat : 5290 (java) S 5276 5278 5182 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3380545 1568845824 7354 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5291] ppid=5276 vsize=1532076 CPUtime=0
/proc/5278/task/5291/stat : 5291 (java) S 5276 5278 5182 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3380569 1568845824 7354 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1532076

[startup+3.1018 s]
/proc/loadavg: 0.94 1.01 1.00 2/119 5291
/proc/meminfo: memFree=1545880/2059040 swapFree=4192956/4192956
[pid=5278] ppid=5276 vsize=1532076 CPUtime=4.04
/proc/5278/stat : 5278 (java) S 5276 5278 5182 0 -1 4202496 8833 0 1 0 399 5 0 0 15 0 13 0 3380535 1568845824 7880 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5278/statm: 383019 7880 1440 10 0 380321 0
[pid=5278/tid=5280] ppid=5276 vsize=1532076 CPUtime=2.92
/proc/5278/task/5280/stat : 5280 (java) R 5276 5278 5182 0 -1 4202560 4517 0 1 0 289 3 0 0 19 0 13 0 3380537 1568845824 7880 1992294400 134512640 134550932 4287036224 18446744073709551615 4109170147 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5278/tid=5281] ppid=5276 vsize=1532076 CPUtime=0.01
/proc/5278/task/5281/stat : 5281 (java) S 5276 5278 5182 0 -1 4202560 304 0 0 0 1 0 0 0 15 0 13 0 3380538 1568845824 7880 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5282] ppid=5276 vsize=1532076 CPUtime=0
/proc/5278/task/5282/stat : 5282 (java) S 5276 5278 5182 0 -1 4202560 204 0 0 0 0 0 0 0 16 0 13 0 3380538 1568845824 7880 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5283] ppid=5276 vsize=1532076 CPUtime=0.05
/proc/5278/task/5283/stat : 5283 (java) S 5276 5278 5182 0 -1 4202560 396 0 0 0 5 0 0 0 15 0 13 0 3380540 1568845824 7880 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5284] ppid=5276 vsize=1532076 CPUtime=0
/proc/5278/task/5284/stat : 5284 (java) S 5276 5278 5182 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3380541 1568845824 7880 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5285] ppid=5276 vsize=1532076 CPUtime=0
/proc/5278/task/5285/stat : 5285 (java) S 5276 5278 5182 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3380541 1568845824 7880 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5286] ppid=5276 vsize=1532076 CPUtime=0
/proc/5278/task/5286/stat : 5286 (java) S 5276 5278 5182 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 3380545 1568845824 7880 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5287] ppid=5276 vsize=1532076 CPUtime=0.54
/proc/5278/task/5287/stat : 5287 (java) S 5276 5278 5182 0 -1 4202560 1010 0 0 0 54 0 0 0 15 0 13 0 3380545 1568845824 7880 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5288] ppid=5276 vsize=1532076 CPUtime=0.48
/proc/5278/task/5288/stat : 5288 (java) S 5276 5278 5182 0 -1 4202560 1336 0 0 0 48 0 0 0 15 0 13 0 3380545 1568845824 7880 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5289] ppid=5276 vsize=1532076 CPUtime=0
/proc/5278/task/5289/stat : 5289 (java) S 5276 5278 5182 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3380545 1568845824 7880 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5290] ppid=5276 vsize=1532076 CPUtime=0
/proc/5278/task/5290/stat : 5290 (java) S 5276 5278 5182 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3380545 1568845824 7880 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5291] ppid=5276 vsize=1532076 CPUtime=0
/proc/5278/task/5291/stat : 5291 (java) S 5276 5278 5182 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3380569 1568845824 7880 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 1532076

[startup+6.30181 s]
/proc/loadavg: 0.94 1.01 1.00 2/119 5291
/proc/meminfo: memFree=1544268/2059040 swapFree=4192956/4192956
[pid=5278] ppid=5276 vsize=1531624 CPUtime=7.29
/proc/5278/stat : 5278 (java) S 5276 5278 5182 0 -1 4202496 9080 0 1 0 724 5 0 0 15 0 13 0 3380535 1568382976 8086 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5278/statm: 382906 8086 1440 10 0 380208 0
[pid=5278/tid=5280] ppid=5276 vsize=1531624 CPUtime=6
/proc/5278/task/5280/stat : 5280 (java) R 5276 5278 5182 0 -1 4202560 4521 0 1 0 597 3 0 0 25 0 13 0 3380537 1568382976 8086 1992294400 134512640 134550932 4287036224 18446744073709551615 4109328718 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5278/tid=5281] ppid=5276 vsize=1531624 CPUtime=0.02
/proc/5278/task/5281/stat : 5281 (java) S 5276 5278 5182 0 -1 4202560 345 0 0 0 2 0 0 0 16 0 13 0 3380538 1568382976 8086 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5282] ppid=5276 vsize=1531624 CPUtime=0.01
/proc/5278/task/5282/stat : 5282 (java) S 5276 5278 5182 0 -1 4202560 229 0 0 0 1 0 0 0 15 0 13 0 3380538 1568382976 8086 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5283] ppid=5276 vsize=1531624 CPUtime=0.12
/proc/5278/task/5283/stat : 5283 (java) S 5276 5278 5182 0 -1 4202560 565 0 0 0 12 0 0 0 15 0 13 0 3380540 1568382976 8086 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5284] ppid=5276 vsize=1531624 CPUtime=0
/proc/5278/task/5284/stat : 5284 (java) S 5276 5278 5182 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3380541 1568382976 8086 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5285] ppid=5276 vsize=1531624 CPUtime=0
/proc/5278/task/5285/stat : 5285 (java) S 5276 5278 5182 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3380541 1568382976 8086 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5286] ppid=5276 vsize=1531624 CPUtime=0
/proc/5278/task/5286/stat : 5286 (java) S 5276 5278 5182 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 3380545 1568382976 8086 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5287] ppid=5276 vsize=1531624 CPUtime=0.59
/proc/5278/task/5287/stat : 5287 (java) S 5276 5278 5182 0 -1 4202560 1018 0 0 0 59 0 0 0 15 0 13 0 3380545 1568382976 8086 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5288] ppid=5276 vsize=1531624 CPUtime=0.49
/proc/5278/task/5288/stat : 5288 (java) S 5276 5278 5182 0 -1 4202560 1336 0 0 0 49 0 0 0 16 0 13 0 3380545 1568382976 8086 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5289] ppid=5276 vsize=1531624 CPUtime=0
/proc/5278/task/5289/stat : 5289 (java) S 5276 5278 5182 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3380545 1568382976 8086 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5290] ppid=5276 vsize=1531624 CPUtime=0
/proc/5278/task/5290/stat : 5290 (java) S 5276 5278 5182 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3380545 1568382976 8086 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5291] ppid=5276 vsize=1531624 CPUtime=0
/proc/5278/task/5291/stat : 5291 (java) S 5276 5278 5182 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3380569 1568382976 8086 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 1531624

[startup+12.7018 s]
/proc/loadavg: 0.95 1.01 1.00 2/119 5291
/proc/meminfo: memFree=1544268/2059040 swapFree=4192956/4192956
[pid=5278] ppid=5276 vsize=1530256 CPUtime=13.73
/proc/5278/stat : 5278 (java) S 5276 5278 5182 0 -1 4202496 9255 0 1 0 1368 5 0 0 15 0 13 0 3380535 1566982144 7912 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5278/statm: 382564 7912 1440 10 0 379866 0
[pid=5278/tid=5280] ppid=5276 vsize=1530256 CPUtime=12.19
/proc/5278/task/5280/stat : 5280 (java) R 5276 5278 5182 0 -1 4202560 4528 0 1 0 1216 3 0 0 25 0 13 0 3380537 1566982144 7912 1992294400 134512640 134550932 4287036224 18446744073709551615 4109194450 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5278/tid=5281] ppid=5276 vsize=1530256 CPUtime=0.04
/proc/5278/task/5281/stat : 5281 (java) S 5276 5278 5182 0 -1 4202560 352 0 0 0 4 0 0 0 16 0 13 0 3380538 1566982144 7912 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5282] ppid=5276 vsize=1530256 CPUtime=0.04
/proc/5278/task/5282/stat : 5282 (java) S 5276 5278 5182 0 -1 4202560 239 0 0 0 4 0 0 0 16 0 13 0 3380538 1566982144 7912 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5283] ppid=5276 vsize=1530256 CPUtime=0.29
/proc/5278/task/5283/stat : 5283 (java) S 5276 5278 5182 0 -1 4202560 712 0 0 0 29 0 0 0 16 0 13 0 3380540 1566982144 7912 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5284] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5284/stat : 5284 (java) S 5276 5278 5182 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3380541 1566982144 7912 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5285] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5285/stat : 5285 (java) S 5276 5278 5182 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3380541 1566982144 7912 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5286] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5286/stat : 5286 (java) S 5276 5278 5182 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 3380545 1566982144 7912 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5287] ppid=5276 vsize=1530256 CPUtime=0.63
/proc/5278/task/5287/stat : 5287 (java) S 5276 5278 5182 0 -1 4202560 1022 0 0 0 63 0 0 0 15 0 13 0 3380545 1566982144 7912 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5288] ppid=5276 vsize=1530256 CPUtime=0.49
/proc/5278/task/5288/stat : 5288 (java) S 5276 5278 5182 0 -1 4202560 1336 0 0 0 49 0 0 0 16 0 13 0 3380545 1566982144 7912 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5289] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5289/stat : 5289 (java) S 5276 5278 5182 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3380545 1566982144 7912 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5290] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5290/stat : 5290 (java) S 5276 5278 5182 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3380545 1566982144 7912 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5291] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5291/stat : 5291 (java) S 5276 5278 5182 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3380569 1566982144 7912 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.73
Current children cumulated vsize (KiB) 1530256

[startup+25.5018 s]
/proc/loadavg: 1.12 1.05 1.01 2/119 5293
/proc/meminfo: memFree=1544144/2059040 swapFree=4192956/4192956
[pid=5278] ppid=5276 vsize=1530256 CPUtime=26.56
/proc/5278/stat : 5278 (java) S 5276 5278 5182 0 -1 4202496 9357 0 1 0 2650 6 0 0 15 0 13 0 3380535 1566982144 7999 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5278/statm: 382564 7999 1440 10 0 379866 0
[pid=5278/tid=5280] ppid=5276 vsize=1530256 CPUtime=24.56
/proc/5278/task/5280/stat : 5280 (java) R 5276 5278 5182 0 -1 4202560 4543 0 1 0 2453 3 0 0 25 0 13 0 3380537 1566982144 7999 1992294400 134512640 134550932 4287036224 18446744073709551615 4109231774 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5278/tid=5281] ppid=5276 vsize=1530256 CPUtime=0.07
/proc/5278/task/5281/stat : 5281 (java) S 5276 5278 5182 0 -1 4202560 355 0 0 0 7 0 0 0 15 0 13 0 3380538 1566982144 7999 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5282] ppid=5276 vsize=1530256 CPUtime=0.08
/proc/5278/task/5282/stat : 5282 (java) S 5276 5278 5182 0 -1 4202560 240 0 0 0 8 0 0 0 16 0 13 0 3380538 1566982144 7999 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5283] ppid=5276 vsize=1530256 CPUtime=0.64

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

/proc/5278/task/5291/stat : 5291 (java) S 5276 5278 5182 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3380569 1566982144 7999 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 26.56
Current children cumulated vsize (KiB) 1530256

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

[startup+31.9098 s]
/proc/loadavg: 1.11 1.04 1.01 2/119 5293
/proc/meminfo: memFree=1544020/2059040 swapFree=4192956/4192956
[pid=5278] ppid=5276 vsize=1530256 CPUtime=32.98
/proc/5278/stat : 5278 (java) S 5276 5278 5182 0 -1 4202496 9396 0 1 0 3291 7 0 0 15 0 13 0 3380535 1566982144 8030 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5278/statm: 382564 8030 1440 10 0 379866 0
[pid=5278/tid=5280] ppid=5276 vsize=1530256 CPUtime=30.75
/proc/5278/task/5280/stat : 5280 (java) R 5276 5278 5182 0 -1 4202560 4551 0 1 0 3071 4 0 0 25 0 13 0 3380537 1566982144 8030 1992294400 134512640 134550932 4287036224 18446744073709551615 4109122543 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5278/tid=5281] ppid=5276 vsize=1530256 CPUtime=0.09
/proc/5278/task/5281/stat : 5281 (java) S 5276 5278 5182 0 -1 4202560 356 0 0 0 9 0 0 0 15 0 13 0 3380538 1566982144 8030 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5282] ppid=5276 vsize=1530256 CPUtime=0.11
/proc/5278/task/5282/stat : 5282 (java) S 5276 5278 5182 0 -1 4202560 244 0 0 0 11 0 0 0 15 0 13 0 3380538 1566982144 8030 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5283] ppid=5276 vsize=1530256 CPUtime=0.83
/proc/5278/task/5283/stat : 5283 (java) S 5276 5278 5182 0 -1 4202560 821 0 0 0 83 0 0 0 16 0 13 0 3380540 1566982144 8030 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5284] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5284/stat : 5284 (java) S 5276 5278 5182 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3380541 1566982144 8030 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5285] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5285/stat : 5285 (java) S 5276 5278 5182 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3380541 1566982144 8030 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5286] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5286/stat : 5286 (java) S 5276 5278 5182 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 3380545 1566982144 8030 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5287] ppid=5276 vsize=1530256 CPUtime=0.65
/proc/5278/task/5287/stat : 5287 (java) S 5276 5278 5182 0 -1 4202560 1022 0 0 0 65 0 0 0 15 0 13 0 3380545 1566982144 8030 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5288] ppid=5276 vsize=1530256 CPUtime=0.49
/proc/5278/task/5288/stat : 5288 (java) S 5276 5278 5182 0 -1 4202560 1336 0 0 0 49 0 0 0 16 0 13 0 3380545 1566982144 8030 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5289] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5289/stat : 5289 (java) S 5276 5278 5182 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3380545 1566982144 8030 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5290] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5290/stat : 5290 (java) S 5276 5278 5182 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3380545 1566982144 8030 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5291] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5291/stat : 5291 (java) S 5276 5278 5182 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3380569 1566982144 8030 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 32.98
Current children cumulated vsize (KiB) 1530256

[startup+35.1008 s]
/proc/loadavg: 1.10 1.04 1.01 2/119 5293
/proc/meminfo: memFree=1543896/2059040 swapFree=4192956/4192956
[pid=5278] ppid=5276 vsize=1530256 CPUtime=36.18
/proc/5278/stat : 5278 (java) S 5276 5278 5182 0 -1 4202496 9417 0 1 0 3611 7 0 0 15 0 13 0 3380535 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5278/statm: 382564 8043 1440 10 0 379866 0
[pid=5278/tid=5280] ppid=5276 vsize=1530256 CPUtime=33.85
/proc/5278/task/5280/stat : 5280 (java) R 5276 5278 5182 0 -1 4202560 4555 0 1 0 3381 4 0 0 25 0 13 0 3380537 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4109091613 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5278/tid=5281] ppid=5276 vsize=1530256 CPUtime=0.1
/proc/5278/task/5281/stat : 5281 (java) S 5276 5278 5182 0 -1 4202560 356 0 0 0 10 0 0 0 15 0 13 0 3380538 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5282] ppid=5276 vsize=1530256 CPUtime=0.12
/proc/5278/task/5282/stat : 5282 (java) S 5276 5278 5182 0 -1 4202560 246 0 0 0 12 0 0 0 15 0 13 0 3380538 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5283] ppid=5276 vsize=1530256 CPUtime=0.93
/proc/5278/task/5283/stat : 5283 (java) S 5276 5278 5182 0 -1 4202560 834 0 0 0 93 0 0 0 16 0 13 0 3380540 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5284] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5284/stat : 5284 (java) S 5276 5278 5182 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3380541 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5285] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5285/stat : 5285 (java) S 5276 5278 5182 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3380541 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5286] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5286/stat : 5286 (java) S 5276 5278 5182 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 3380545 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5287] ppid=5276 vsize=1530256 CPUtime=0.65
/proc/5278/task/5287/stat : 5287 (java) S 5276 5278 5182 0 -1 4202560 1022 0 0 0 65 0 0 0 15 0 13 0 3380545 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5288] ppid=5276 vsize=1530256 CPUtime=0.49
/proc/5278/task/5288/stat : 5288 (java) S 5276 5278 5182 0 -1 4202560 1336 0 0 0 49 0 0 0 16 0 13 0 3380545 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5289] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5289/stat : 5289 (java) S 5276 5278 5182 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3380545 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5290] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5290/stat : 5290 (java) S 5276 5278 5182 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 3380545 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5291] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5291/stat : 5291 (java) S 5276 5278 5182 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3380569 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 36.18
Current children cumulated vsize (KiB) 1530256

[startup+36.7018 s]
/proc/loadavg: 1.10 1.04 1.01 2/119 5293
/proc/meminfo: memFree=1543896/2059040 swapFree=4192956/4192956
[pid=5278] ppid=5276 vsize=1530256 CPUtime=37.84
/proc/5278/stat : 5278 (java) S 5276 5278 5182 0 -1 4202496 9419 0 1 0 3777 7 0 0 15 0 13 0 3380535 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5278/statm: 382564 8043 1440 10 0 379866 0
[pid=5278/tid=5280] ppid=5276 vsize=1530256 CPUtime=35.39
/proc/5278/task/5280/stat : 5280 (java) R 5276 5278 5182 0 -1 4202560 4557 0 1 0 3535 4 0 0 25 0 13 0 3380537 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4109170087 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5278/tid=5281] ppid=5276 vsize=1530256 CPUtime=0.1
/proc/5278/task/5281/stat : 5281 (java) S 5276 5278 5182 0 -1 4202560 356 0 0 0 10 0 0 0 15 0 13 0 3380538 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5282] ppid=5276 vsize=1530256 CPUtime=0.12
/proc/5278/task/5282/stat : 5282 (java) S 5276 5278 5182 0 -1 4202560 246 0 0 0 12 0 0 0 15 0 13 0 3380538 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5283] ppid=5276 vsize=1530256 CPUtime=0.95
/proc/5278/task/5283/stat : 5283 (java) S 5276 5278 5182 0 -1 4202560 834 0 0 0 95 0 0 0 16 0 13 0 3380540 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5284] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5284/stat : 5284 (java) S 5276 5278 5182 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3380541 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5285] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5285/stat : 5285 (java) S 5276 5278 5182 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3380541 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5286] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5286/stat : 5286 (java) S 5276 5278 5182 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 3380545 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5287] ppid=5276 vsize=1530256 CPUtime=0.68
/proc/5278/task/5287/stat : 5287 (java) S 5276 5278 5182 0 -1 4202560 1022 0 0 0 68 0 0 0 15 0 13 0 3380545 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5288] ppid=5276 vsize=1530256 CPUtime=0.54
/proc/5278/task/5288/stat : 5288 (java) S 5276 5278 5182 0 -1 4202560 1336 0 0 0 54 0 0 0 16 0 13 0 3380545 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5289] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5289/stat : 5289 (java) S 5276 5278 5182 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3380545 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5290] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5290/stat : 5290 (java) S 5276 5278 5182 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 3380545 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5291] ppid=5276 vsize=1530256 CPUtime=0
/proc/5278/task/5291/stat : 5291 (java) S 5276 5278 5182 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3380569 1566982144 8043 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37.84
Current children cumulated vsize (KiB) 1530256

[startup+37.1018 s]
/proc/loadavg: 1.10 1.04 1.01 2/119 5293
/proc/meminfo: memFree=1543896/2059040 swapFree=4192956/4192956
[pid=5278] ppid=5276 vsize=1537636 CPUtime=38.54
/proc/5278/stat : 5278 (java) S 5276 5278 5182 0 -1 4202496 11392 0 1 0 3846 8 0 0 15 0 13 0 3380535 1574539264 9582 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5278/statm: 384409 9582 1440 10 0 381711 0
[pid=5278/tid=5280] ppid=5276 vsize=1537636 CPUtime=35.72
/proc/5278/task/5280/stat : 5280 (java) R 5276 5278 5182 0 -1 4202560 4558 0 1 0 3568 4 0 0 17 0 13 0 3380537 1574539264 9582 1992294400 134512640 134550932 4287036224 18446744073709551615 4109170087 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5278/tid=5281] ppid=5276 vsize=1537636 CPUtime=0.1
/proc/5278/task/5281/stat : 5281 (java) S 5276 5278 5182 0 -1 4202560 356 0 0 0 10 0 0 0 15 0 13 0 3380538 1574539264 9582 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5282] ppid=5276 vsize=1537636 CPUtime=0.12
/proc/5278/task/5282/stat : 5282 (java) S 5276 5278 5182 0 -1 4202560 246 0 0 0 12 0 0 0 15 0 13 0 3380538 1574539264 9582 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5283] ppid=5276 vsize=1537636 CPUtime=0.97
/proc/5278/task/5283/stat : 5283 (java) S 5276 5278 5182 0 -1 4202560 845 0 0 0 97 0 0 0 16 0 13 0 3380540 1574539264 9582 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5284] ppid=5276 vsize=1537636 CPUtime=0
/proc/5278/task/5284/stat : 5284 (java) S 5276 5278 5182 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3380541 1574539264 9582 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5285] ppid=5276 vsize=1537636 CPUtime=0
/proc/5278/task/5285/stat : 5285 (java) S 5276 5278 5182 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3380541 1574539264 9582 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5286] ppid=5276 vsize=1537636 CPUtime=0
/proc/5278/task/5286/stat : 5286 (java) S 5276 5278 5182 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 3380545 1574539264 9582 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5287] ppid=5276 vsize=1537636 CPUtime=0.72
/proc/5278/task/5287/stat : 5287 (java) S 5276 5278 5182 0 -1 4202560 1138 0 0 0 72 0 0 0 15 0 13 0 3380545 1574539264 9582 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5288] ppid=5276 vsize=1537636 CPUtime=0.84
/proc/5278/task/5288/stat : 5288 (java) R 5276 5278 5182 0 -1 4202560 3181 0 0 0 84 0 0 0 16 0 13 0 3380545 1574539264 9582 1992294400 134512640 134550932 4287036224 18446744073709551615 106251875 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5278/tid=5289] ppid=5276 vsize=1537636 CPUtime=0
/proc/5278/task/5289/stat : 5289 (java) S 5276 5278 5182 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3380545 1574539264 9582 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5290] ppid=5276 vsize=1537636 CPUtime=0
/proc/5278/task/5290/stat : 5290 (java) S 5276 5278 5182 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 3380545 1574539264 9582 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5291] ppid=5276 vsize=1537636 CPUtime=0
/proc/5278/task/5291/stat : 5291 (java) S 5276 5278 5182 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3380569 1574539264 9582 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.54
Current children cumulated vsize (KiB) 1537636

[startup+37.3018 s]
/proc/loadavg: 1.10 1.04 1.01 2/119 5293
/proc/meminfo: memFree=1537696/2059040 swapFree=4192956/4192956
[pid=5278] ppid=5276 vsize=1536388 CPUtime=38.82
/proc/5278/stat : 5278 (java) S 5276 5278 5182 0 -1 4202496 11712 0 1 0 3874 8 0 0 15 0 13 0 3380535 1573261312 9563 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5278/statm: 384097 9563 1440 10 0 381399 0
[pid=5278/tid=5280] ppid=5276 vsize=1536388 CPUtime=35.93
/proc/5278/task/5280/stat : 5280 (java) R 5276 5278 5182 0 -1 4202560 4558 0 1 0 3589 4 0 0 18 0 13 0 3380537 1573261312 9563 1992294400 134512640 134550932 4287036224 18446744073709551615 4109100649 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5278/tid=5281] ppid=5276 vsize=1536388 CPUtime=0.1
/proc/5278/task/5281/stat : 5281 (java) S 5276 5278 5182 0 -1 4202560 356 0 0 0 10 0 0 0 15 0 13 0 3380538 1573261312 9563 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5282] ppid=5276 vsize=1536388 CPUtime=0.12
/proc/5278/task/5282/stat : 5282 (java) S 5276 5278 5182 0 -1 4202560 246 0 0 0 12 0 0 0 15 0 13 0 3380538 1573261312 9563 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5283] ppid=5276 vsize=1536388 CPUtime=0.97
/proc/5278/task/5283/stat : 5283 (java) S 5276 5278 5182 0 -1 4202560 845 0 0 0 97 0 0 0 16 0 13 0 3380540 1573261312 9563 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 0 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5284] ppid=5276 vsize=1536388 CPUtime=0
/proc/5278/task/5284/stat : 5284 (java) S 5276 5278 5182 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3380541 1573261312 9563 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5285] ppid=5276 vsize=1536388 CPUtime=0
/proc/5278/task/5285/stat : 5285 (java) S 5276 5278 5182 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3380541 1573261312 9563 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5286] ppid=5276 vsize=1536388 CPUtime=0
/proc/5278/task/5286/stat : 5286 (java) S 5276 5278 5182 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 3380545 1573261312 9563 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5287] ppid=5276 vsize=1536388 CPUtime=0.72
/proc/5278/task/5287/stat : 5287 (java) S 5276 5278 5182 0 -1 4202560 1138 0 0 0 72 0 0 0 15 0 13 0 3380545 1573261312 9563 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5288] ppid=5276 vsize=1536388 CPUtime=0.91
/proc/5278/task/5288/stat : 5288 (java) S 5276 5278 5182 0 -1 4202560 3501 0 0 0 91 0 0 0 15 0 13 0 3380545 1573261312 9563 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5289] ppid=5276 vsize=1536388 CPUtime=0
/proc/5278/task/5289/stat : 5289 (java) S 5276 5278 5182 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3380545 1573261312 9563 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
[pid=5278/tid=5290] ppid=5276 vsize=1536388 CPUtime=0
/proc/5278/task/5290/stat : 5290 (java) S 5276 5278 5182 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 3380545 1573261312 9563 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 1 0 0 0
[pid=5278/tid=5291] ppid=5276 vsize=1536388 CPUtime=0
/proc/5278/task/5291/stat : 5291 (java) S 5276 5278 5182 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3380569 1573261312 9563 1992294400 134512640 134550932 4287036224 18446744073709551615 4294960144 0 4 0 16800975 18446604437822670784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.82
Current children cumulated vsize (KiB) 1536388

Child status: 20
Real time (s): 37.3988
CPU time (s): 38.9231
CPU user time (s): 38.8291
CPU system time (s): 0.093985
CPU usage (%): 104.076
Max. virtual memory (cumulated for all children) (KiB): 1537636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.8291
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11735
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= 1423
involuntary context switches= 1017

runsolver used 0.082987 second user time and 0.221966 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-11 19:36:09
IDJOB=2659377
IDBENCH=1240
IDSOLVER=1164
FILE ID=node006/2659377-1276277769
PBS_JOBID= 11173093
Free space on /tmp= 62472 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110976730.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659377-1276277769/watcher-2659377-1276277769 -o /tmp/evaluation-result-2659377-1276277769/solver-2659377-1276277769 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659377-1276277769.opb

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

MD5SUM BENCH= 43d4c8496523b3f19caabfccdbd3abfa
RANDOM SEED=1216077272

node006.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.204
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.204
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1572048 kB
Buffers:         53500 kB
Cached:         307324 kB
SwapCached:          0 kB
Active:         167124 kB
Inactive:       253016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1572048 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             264 kB
Writeback:           0 kB
AnonPages:       59196 kB
Mapped:          15432 kB
Slab:            44816 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182012 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62472 MiB
End job on node006 at 2010-06-11 19:36:46