Trace number 2662682

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 RES // CP 2.2.0 2010-05-31UNSAT 27.6968 15.387

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111225605.opb
MD5SUM6f1cbef2f78310d9a2a135b1ea66aaec
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.167973
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 1240
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100531
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.25/0.22	c Pseudo Boolean Optimization
0.25/0.22	c ManyCore solver with 2 solvers running in parallel
0.25/0.22	c --- Begin Solver configuration ---
0.25/0.22	c Stops conflict analysis at the first Unique Implication Point
0.25/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.22	c Learn all clauses as in MiniSAT
0.25/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.22	c Expensive reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.22	c --- Begin Solver configuration ---
0.25/0.22	c Stops conflict analysis at the first Unique Implication Point
0.25/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.22	c Learn all clauses as in MiniSAT
0.25/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.22	c No reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	
0.25/0.22	c solving HOME/instance-2662682-1276272664.opb
0.25/0.22	c reading problem ... 
0.36/0.33	c ... done. Wall clock time 0.124s.
0.36/0.33	c #vars     169
0.36/0.33	c #constraints  101
0.36/0.33	c constraints type 
0.36/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.36/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.36/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.36/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.36/0.33	c constraints type 
0.36/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.36/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.36/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.36/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
7.29/3.82	c cleaning 2498 clauses out of 5000 with flag 5000/5000
8.64/4.53	c cleaning 4247 clauses out of 8503 with flag 11001/11001
9.99/5.23	c cleaning 5625 clauses out of 11255 with flag 18000/18000
11.53/6.01	c cleaning 6813 clauses out of 13631 with flag 26001/26001
13.06/6.82	c cleaning 7906 clauses out of 15818 with flag 35001/35001
14.82/7.78	c cleaning 8952 clauses out of 17911 with flag 45000/45000
16.95/8.84	c cleaning 9475 clauses out of 18959 with flag 55000/55000
18.67/9.80	c cleaning 9737 clauses out of 19484 with flag 65000/65000
20.40/10.66	c cleaning 9867 clauses out of 19747 with flag 75000/75000
22.33/11.64	c cleaning 9933 clauses out of 19882 with flag 85002/85002
24.06/12.50	c cleaning 9969 clauses out of 19948 with flag 95001/95001
25.79/13.40	c cleaning 9986 clauses out of 19979 with flag 105001/105001
26.92/14.04	c And the winner is Resolution
27.63/15.32	c starts		: 91
27.63/15.32	c conflicts		: 112105
27.63/15.32	c decisions		: 169256
27.63/15.32	c propagations		: 2426466
27.63/15.32	c inspects		: 32911811
27.63/15.32	c learnt literals	: 5
27.63/15.32	c learnt binary clauses	: 17
27.63/15.32	c learnt ternary clauses	: 132
27.63/15.32	c learnt clauses	: 112099
27.63/15.32	c ignored clauses	: 0
27.63/15.32	c root simplifications	: 0
27.63/15.32	c removed literals (reason simplification)	: 993467
27.63/15.32	c reason swapping (by a shorter reason)	: 0
27.63/15.32	c Calls to reduceDB	: 12
27.63/15.32	c number of reductions to clauses (during analyze)	: 0
27.63/15.32	c number of learned constraints concerned by reduction	: 0
27.63/15.32	c number of learning phase by resolution	: 0
27.63/15.32	c number of learning phase by cutting planes	: 0
27.63/15.32	c speed (assignments/second)	: 161872.3148765844
27.63/15.32	c non guided choices	45
27.63/15.35	c learnt constraints type 
27.63/15.35	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17074
27.63/15.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
27.63/15.35	c constraints type 
27.63/15.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
27.63/15.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
27.63/15.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
27.63/15.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
27.63/15.35	c constraints type 
27.63/15.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
27.63/15.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
27.63/15.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
27.63/15.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
27.63/15.35	s UNSATISFIABLE
27.63/15.35	c Total wall clock time (in seconds): 15.144

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-2662682-1276272664/watcher-2662682-1276272664 -o /tmp/evaluation-result-2662682-1276272664/solver-2662682-1276272664 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662682-1276272664.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.93 0.98 0.92 3/106 4576
/proc/meminfo: memFree=1573616/2059040 swapFree=4192956/4192956
[pid=4576] ppid=4574 vsize=444 CPUtime=0
/proc/4576/stat : 4576 (java) R 4574 4576 3356 0 -1 4194304 305 0 0 0 0 0 0 0 21 0 1 0 2868067 454656 51 1992294400 134512640 134550932 4294566656 18446744073709551615 2323028 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4576/statm: 437 55 42 10 0 29 0

[startup+0.0339229 s]
/proc/loadavg: 0.93 0.98 0.92 3/106 4576
/proc/meminfo: memFree=1573616/2059040 swapFree=4192956/4192956
[pid=4576] ppid=4574 vsize=1520328 CPUtime=0.02
/proc/4576/stat : 4576 (java) S 4574 4576 3356 0 -1 4202496 3308 0 1 0 1 1 0 0 21 0 4 0 2868067 1556815872 2751 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/4576/statm: 380082 2751 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.100933 s]
/proc/loadavg: 0.93 0.98 0.92 3/106 4576
/proc/meminfo: memFree=1573616/2059040 swapFree=4192956/4192956
[pid=4576] ppid=4574 vsize=1524180 CPUtime=0.09
/proc/4576/stat : 4576 (java) S 4574 4576 3356 0 -1 4202496 3993 0 1 0 7 2 0 0 21 0 12 0 2868067 1560760320 3432 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4576/statm: 381045 3432 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.300923 s]
/proc/loadavg: 0.93 0.98 0.92 3/106 4576
/proc/meminfo: memFree=1573616/2059040 swapFree=4192956/4192956
[pid=4576] ppid=4574 vsize=1526228 CPUtime=0.36
/proc/4576/stat : 4576 (java) S 4574 4576 3356 0 -1 4202496 5415 0 1 0 33 3 0 0 21 0 12 0 2868067 1562857472 4852 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4576/statm: 381557 4853 1361 10 0 378860 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526228

[startup+0.700934 s]
/proc/loadavg: 0.93 0.98 0.92 3/106 4576
/proc/meminfo: memFree=1573616/2059040 swapFree=4192956/4192956
[pid=4576] ppid=4574 vsize=1529636 CPUtime=1.15
/proc/4576/stat : 4576 (java) S 4574 4576 3356 0 -1 4202496 7894 0 1 0 111 4 0 0 21 0 16 0 2868067 1566347264 7293 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4576/statm: 382409 7293 1401 10 0 379712 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1529636

[startup+1.50196 s]
/proc/loadavg: 0.93 0.98 0.92 4/122 4592
/proc/meminfo: memFree=1535172/2059040 swapFree=4192956/4192956
[pid=4576] ppid=4574 vsize=1541112 CPUtime=2.74
/proc/4576/stat : 4576 (java) S 4574 4576 3356 0 -1 4202496 22367 0 1 0 263 11 0 0 21 0 16 0 2868067 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4576/statm: 385278 20909 1422 10 0 382581 0
[pid=4576/tid=4578] ppid=4574 vsize=1541112 CPUtime=0.31
/proc/4576/task/4578/stat : 4578 (java) R 4574 4576 3356 0 -1 4202560 3942 0 1 0 29 2 0 0 18 0 16 0 2868069 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4576/tid=4579] ppid=4574 vsize=1541112 CPUtime=0
/proc/4576/task/4579/stat : 4579 (java) S 4574 4576 3356 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 16 0 2868070 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4580] ppid=4574 vsize=1541112 CPUtime=0
/proc/4576/task/4580/stat : 4580 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 16 0 2868070 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4581] ppid=4574 vsize=1541112 CPUtime=0
/proc/4576/task/4581/stat : 4581 (java) S 4574 4576 3356 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 2868072 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4582] ppid=4574 vsize=1541112 CPUtime=0
/proc/4576/task/4582/stat : 4582 (java) S 4574 4576 3356 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 16 0 2868072 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4583] ppid=4574 vsize=1541112 CPUtime=0
/proc/4576/task/4583/stat : 4583 (java) S 4574 4576 3356 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 2868072 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4584] ppid=4574 vsize=1541112 CPUtime=0
/proc/4576/task/4584/stat : 4584 (java) S 4574 4576 3356 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 2868076 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4585] ppid=4574 vsize=1541112 CPUtime=0.3
/proc/4576/task/4585/stat : 4585 (java) R 4574 4576 3356 0 -1 4202560 1496 0 0 0 30 0 0 0 25 0 16 0 2868076 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 105873548 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4576/tid=4586] ppid=4574 vsize=1541112 CPUtime=0.93
/proc/4576/task/4586/stat : 4586 (java) R 4574 4576 3356 0 -1 4202560 3244 0 0 0 92 1 0 0 16 0 16 0 2868076 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 103371438 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4576/tid=4587] ppid=4574 vsize=1541112 CPUtime=0
/proc/4576/task/4587/stat : 4587 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 2868076 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4588] ppid=4574 vsize=1541112 CPUtime=0
/proc/4576/task/4588/stat : 4588 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 2868076 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4589] ppid=4574 vsize=1541112 CPUtime=0.27
/proc/4576/task/4589/stat : 4589 (java) R 4574 4576 3356 0 -1 4202560 67 0 0 0 27 0 0 0 21 0 16 0 2868101 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 4108520289 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4576/tid=4590] ppid=4574 vsize=1541112 CPUtime=0.87
/proc/4576/task/4590/stat : 4590 (java) R 4574 4576 3356 0 -1 4202560 12548 0 0 0 82 5 0 0 18 0 16 0 2868101 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 4108492964 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4576/tid=4591] ppid=4574 vsize=1541112 CPUtime=0
/proc/4576/task/4591/stat : 4591 (java) S 4574 4576 3356 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 2868102 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4592] ppid=4574 vsize=1541112 CPUtime=0
/proc/4576/task/4592/stat : 4592 (java) S 4574 4576 3356 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2868102 1578098688 20909 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1541112

[startup+3.101 s]
/proc/loadavg: 0.93 0.98 0.92 8/122 4592
/proc/meminfo: memFree=1443784/2059040 swapFree=4192956/4192956
[pid=4576] ppid=4574 vsize=1547520 CPUtime=5.91
/proc/4576/stat : 4576 (java) S 4574 4576 3356 0 -1 4202496 43617 0 1 0 571 20 0 0 21 0 16 0 2868067 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4576/statm: 386880 38964 1433 10 0 384183 0
[pid=4576/tid=4578] ppid=4574 vsize=1547520 CPUtime=0.31
/proc/4576/task/4578/stat : 4578 (java) S 4574 4576 3356 0 -1 4202560 3942 0 1 0 29 2 0 0 17 0 16 0 2868069 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4579] ppid=4574 vsize=1547520 CPUtime=0.01
/proc/4576/task/4579/stat : 4579 (java) S 4574 4576 3356 0 -1 4202560 498 0 0 0 1 0 0 0 18 0 16 0 2868070 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4580] ppid=4574 vsize=1547520 CPUtime=0
/proc/4576/task/4580/stat : 4580 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 16 0 2868070 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4581] ppid=4574 vsize=1547520 CPUtime=0
/proc/4576/task/4581/stat : 4581 (java) S 4574 4576 3356 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 2868072 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4582] ppid=4574 vsize=1547520 CPUtime=0
/proc/4576/task/4582/stat : 4582 (java) S 4574 4576 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 2868072 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4583] ppid=4574 vsize=1547520 CPUtime=0
/proc/4576/task/4583/stat : 4583 (java) S 4574 4576 3356 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 2868072 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4584] ppid=4574 vsize=1547520 CPUtime=0
/proc/4576/task/4584/stat : 4584 (java) S 4574 4576 3356 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 2868076 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4585] ppid=4574 vsize=1547520 CPUtime=0.71
/proc/4576/task/4585/stat : 4585 (java) R 4574 4576 3356 0 -1 4202560 3759 0 0 0 69 2 0 0 25 0 16 0 2868076 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 105580745 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4576/tid=4586] ppid=4574 vsize=1547520 CPUtime=2.53
/proc/4576/task/4586/stat : 4586 (java) R 4574 4576 3356 0 -1 4202560 6196 0 0 0 251 2 0 0 18 0 16 0 2868076 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 106106327 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4576/tid=4587] ppid=4574 vsize=1547520 CPUtime=0
/proc/4576/task/4587/stat : 4587 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 2868076 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4588] ppid=4574 vsize=1547520 CPUtime=0
/proc/4576/task/4588/stat : 4588 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 2868076 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4589] ppid=4574 vsize=1547520 CPUtime=0.27
/proc/4576/task/4589/stat : 4589 (java) R 4574 4576 3356 0 -1 4202560 67 0 0 0 27 0 0 0 21 0 16 0 2868101 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4576/tid=4590] ppid=4574 vsize=1547520 CPUtime=2.03
/proc/4576/task/4590/stat : 4590 (java) R 4574 4576 3356 0 -1 4202560 28079 0 0 0 192 11 0 0 19 0 16 0 2868101 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 4108871817 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4576/tid=4591] ppid=4574 vsize=1547520 CPUtime=0
/proc/4576/task/4591/stat : 4591 (java) S 4574 4576 3356 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 2868102 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4592] ppid=4574 vsize=1547520 CPUtime=0
/proc/4576/task/4592/stat : 4592 (java) S 4574 4576 3356 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2868102 1584660480 38964 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 1547520

[startup+6.30108 s]
/proc/loadavg: 1.01 1.00 0.92 4/122 4592
/proc/meminfo: memFree=1411172/2059040 swapFree=4192956/4192956
[pid=4576] ppid=4574 vsize=1546648 CPUtime=12.07
/proc/4576/stat : 4576 (java) S 4574 4576 3356 0 -1 4202496 46476 0 1 0 1186 21 0 0 21 0 16 0 2868067 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4576/statm: 386662 41402 1448 10 0 383965 0
[pid=4576/tid=4578] ppid=4574 vsize=1546648 CPUtime=0.31
/proc/4576/task/4578/stat : 4578 (java) S 4574 4576 3356 0 -1 4202560 3942 0 1 0 29 2 0 0 15 0 16 0 2868069 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4579] ppid=4574 vsize=1546648 CPUtime=0.05
/proc/4576/task/4579/stat : 4579 (java) S 4574 4576 3356 0 -1 4202560 1111 0 0 0 5 0 0 0 16 0 16 0 2868070 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4580] ppid=4574 vsize=1546648 CPUtime=0.03
/proc/4576/task/4580/stat : 4580 (java) S 4574 4576 3356 0 -1 4202560 580 0 0 0 3 0 0 0 15 0 16 0 2868070 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4581] ppid=4574 vsize=1546648 CPUtime=0.16
/proc/4576/task/4581/stat : 4581 (java) S 4574 4576 3356 0 -1 4202560 1610 0 0 0 16 0 0 0 16 0 16 0 2868072 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4582] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4582/stat : 4582 (java) S 4574 4576 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 2868072 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4583] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4583/stat : 4583 (java) S 4574 4576 3356 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 2868072 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4584] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4584/stat : 4584 (java) S 4574 4576 3356 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 2868076 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4585] ppid=4574 vsize=1546648 CPUtime=0.9
/proc/4576/task/4585/stat : 4585 (java) S 4574 4576 3356 0 -1 4202560 3789 0 0 0 88 2 0 0 16 0 16 0 2868076 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4586] ppid=4574 vsize=1546648 CPUtime=2.88
/proc/4576/task/4586/stat : 4586 (java) S 4574 4576 3356 0 -1 4202560 6222 0 0 0 286 2 0 0 15 0 16 0 2868076 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4587] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4587/stat : 4587 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 2868076 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4588] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4588/stat : 4588 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 2868076 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4589] ppid=4574 vsize=1546648 CPUtime=2.77
/proc/4576/task/4589/stat : 4589 (java) R 4574 4576 3356 0 -1 4202560 70 0 0 0 277 0 0 0 25 0 16 0 2868101 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4108915785 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4576/tid=4590] ppid=4574 vsize=1546648 CPUtime=4.9
/proc/4576/task/4590/stat : 4590 (java) R 4574 4576 3356 0 -1 4202560 28083 0 0 0 479 11 0 0 18 0 16 0 2868101 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4109235549 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4576/tid=4591] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4591/stat : 4591 (java) S 4574 4576 3356 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 2868102 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4592] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4592/stat : 4592 (java) S 4574 4576 3356 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2868102 1583767552 41402 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 1546648

[startup+12.7017 s]
/proc/loadavg: 1.17 1.03 0.94 3/122 4592
/proc/meminfo: memFree=1403360/2059040 swapFree=4192956/4192956
[pid=4576] ppid=4574 vsize=1546648 CPUtime=24.41
/proc/4576/stat : 4576 (java) S 4574 4576 3356 0 -1 4202496 48942 0 1 0 2418 23 0 0 21 0 16 0 2868067 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4576/statm: 386662 43858 1448 10 0 383965 0
[pid=4576/tid=4578] ppid=4574 vsize=1546648 CPUtime=0.31
/proc/4576/task/4578/stat : 4578 (java) S 4574 4576 3356 0 -1 4202560 3942 0 1 0 29 2 0 0 15 0 16 0 2868069 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4579] ppid=4574 vsize=1546648 CPUtime=0.09
/proc/4576/task/4579/stat : 4579 (java) S 4574 4576 3356 0 -1 4202560 1528 0 0 0 9 0 0 0 15 0 16 0 2868070 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4580] ppid=4574 vsize=1546648 CPUtime=0.08
/proc/4576/task/4580/stat : 4580 (java) S 4574 4576 3356 0 -1 4202560 971 0 0 0 8 0 0 0 15 0 16 0 2868070 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4581] ppid=4574 vsize=1546648 CPUtime=0.51
/proc/4576/task/4581/stat : 4581 (java) S 4574 4576 3356 0 -1 4202560 3254 0 0 0 50 1 0 0 15 0 16 0 2868072 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4582] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4582/stat : 4582 (java) S 4574 4576 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 2868072 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4583] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4583/stat : 4583 (java) S 4574 4576 3356 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 2868072 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4584] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4584/stat : 4584 (java) S 4574 4576 3356 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 2868076 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4585] ppid=4574 vsize=1546648 CPUtime=0.97
/proc/4576/task/4585/stat : 4585 (java) S 4574 4576 3356 0 -1 4202560 3794 0 0 0 95 2 0 0 15 0 16 0 2868076 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4586] ppid=4574 vsize=1546648 CPUtime=2.88
/proc/4576/task/4586/stat : 4586 (java) S 4574 4576 3356 0 -1 4202560 6222 0 0 0 286 2 0 0 15 0 16 0 2868076 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4587] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4587/stat : 4587 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 2868076 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4588] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4588/stat : 4588 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 2868076 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4589] ppid=4574 vsize=1546648 CPUtime=8.65
/proc/4576/task/4589/stat : 4589 (java) R 4574 4576 3356 0 -1 4202560 78 0 0 0 865 0 0 0 20 0 16 0 2868101 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4109010133 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4576/tid=4590] ppid=4574 vsize=1546648 CPUtime=10.83
/proc/4576/task/4590/stat : 4590 (java) R 4574 4576 3356 0 -1 4202560 28084 0 0 0 1072 11 0 0 25 0 16 0 2868101 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4108888078 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4576/tid=4591] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4591/stat : 4591 (java) S 4574 4576 3356 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 2868102 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4592] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4592/stat : 4592 (java) S 4574 4576 3356 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 2868102 1583767552 43858 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.41
Current children cumulated vsize (KiB) 1546648

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

[startup+14.3093 s]
/proc/loadavg: 1.17 1.03 0.94 2/121 4592
/proc/meminfo: memFree=1402128/2059040 swapFree=4192956/4192956
[pid=4576] ppid=4574 vsize=1546648 CPUtime=27.27
/proc/4576/stat : 4576 (java) S 4574 4576 3356 0 -1 4202496 49035 0 1 0 2704 23 0 0 21 0 15 0 2868067 1583767552 43950 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4576/statm: 386662 43950 1449 10 0 383965 0
[pid=4576/tid=4578] ppid=4574 vsize=1546648 CPUtime=0.31
/proc/4576/task/4578/stat : 4578 (java) S 4574 4576 3356 0 -1 4202560 3942 0 1 0 29 2 0 0 15 0 15 0 2868069 1583767552 43950 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4579] ppid=4574 vsize=1546648 CPUtime=0.1
/proc/4576/task/4579/stat : 4579 (java) S 4574 4576 3356 0 -1 4202560 1562 0 0 0 10 0 0 0 15 0 15 0 2868070 1583767552 43950 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4580] ppid=4574 vsize=1546648 CPUtime=0.08
/proc/4576/task/4580/stat : 4580 (java) S 4574 4576 3356 0 -1 4202560 1027 0 0 0 8 0 0 0 15 0 15 0 2868070 1583767552 43950 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4581] ppid=4574 vsize=1546648 CPUtime=0.57
/proc/4576/task/4581/stat : 4581 (java) S 4574 4576 3356 0 -1 4202560 3254 0 0 0 56 1 0 0 16 0 15 0 2868072 1583767552 43950 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4582] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4582/stat : 4582 (java) S 4574 4576 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 2868072 1583767552 43950 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4583] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4583/stat : 4583 (java) S 4574 4576 3356 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 2868072 1583767552 43950 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4584] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4584/stat : 4584 (java) S 4574 4576 3356 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 2868076 1583767552 43950 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4585] ppid=4574 vsize=1546648 CPUtime=1.04
/proc/4576/task/4585/stat : 4585 (java) S 4574 4576 3356 0 -1 4202560 3794 0 0 0 102 2 0 0 15 0 15 0 2868076 1583767552 43950 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4586] ppid=4574 vsize=1546648 CPUtime=2.88
/proc/4576/task/4586/stat : 4586 (java) S 4574 4576 3356 0 -1 4202560 6222 0 0 0 286 2 0 0 15 0 15 0 2868076 1583767552 43950 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4587] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4587/stat : 4587 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 2868076 1583767552 43950 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4588] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4588/stat : 4588 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 15 0 2868076 1583767552 43950 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4590] ppid=4574 vsize=1546648 CPUtime=12.36
/proc/4576/task/4590/stat : 4590 (java) R 4574 4576 3356 0 -1 4202560 28084 0 0 0 1225 11 0 0 25 0 15 0 2868101 1583767552 43950 1992294400 134512640 134550932 4294566656 18446744073709551615 4108844851 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4576/tid=4591] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4591/stat : 4591 (java) S 4574 4576 3356 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 15 0 2868102 1583767552 43950 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4592] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4592/stat : 4592 (java) S 4574 4576 3356 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 2868102 1583767552 43950 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 27.27
Current children cumulated vsize (KiB) 1546648

[startup+15.1013 s]
/proc/loadavg: 1.17 1.03 0.94 2/121 4592
/proc/meminfo: memFree=1402128/2059040 swapFree=4192956/4192956
[pid=4576] ppid=4574 vsize=1546648 CPUtime=27.63
/proc/4576/stat : 4576 (java) S 4574 4576 3356 0 -1 4202496 49037 0 1 0 2740 23 0 0 21 0 14 0 2868067 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4576/statm: 386662 43951 1449 10 0 383965 0
[pid=4576/tid=4578] ppid=4574 vsize=1546648 CPUtime=0.31
/proc/4576/task/4578/stat : 4578 (java) S 4574 4576 3356 0 -1 4202560 3942 0 1 0 29 2 0 0 15 0 14 0 2868069 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4579] ppid=4574 vsize=1546648 CPUtime=0.1
/proc/4576/task/4579/stat : 4579 (java) S 4574 4576 3356 0 -1 4202560 1562 0 0 0 10 0 0 0 15 0 14 0 2868070 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4580] ppid=4574 vsize=1546648 CPUtime=0.08
/proc/4576/task/4580/stat : 4580 (java) S 4574 4576 3356 0 -1 4202560 1027 0 0 0 8 0 0 0 15 0 14 0 2868070 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4581] ppid=4574 vsize=1546648 CPUtime=0.57
/proc/4576/task/4581/stat : 4581 (java) S 4574 4576 3356 0 -1 4202560 3254 0 0 0 56 1 0 0 16 0 14 0 2868072 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4582] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4582/stat : 4582 (java) S 4574 4576 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 2868072 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4583] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4583/stat : 4583 (java) S 4574 4576 3356 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 2868072 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4584] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4584/stat : 4584 (java) S 4574 4576 3356 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 2868076 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4585] ppid=4574 vsize=1546648 CPUtime=1.04
/proc/4576/task/4585/stat : 4585 (java) S 4574 4576 3356 0 -1 4202560 3794 0 0 0 102 2 0 0 15 0 14 0 2868076 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4586] ppid=4574 vsize=1546648 CPUtime=2.88
/proc/4576/task/4586/stat : 4586 (java) S 4574 4576 3356 0 -1 4202560 6222 0 0 0 286 2 0 0 15 0 14 0 2868076 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4587] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4587/stat : 4587 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 2868076 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4588] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4588/stat : 4588 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 2868076 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4591] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4591/stat : 4591 (java) S 4574 4576 3356 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 2868102 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4592] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4592/stat : 4592 (java) S 4574 4576 3356 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 2868102 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 27.63
Current children cumulated vsize (KiB) 1546648

[startup+15.3013 s]
/proc/loadavg: 1.16 1.03 0.94 1/120 4592
/proc/meminfo: memFree=1402136/2059040 swapFree=4192956/4192956
[pid=4576] ppid=4574 vsize=1546648 CPUtime=27.63
/proc/4576/stat : 4576 (java) S 4574 4576 3356 0 -1 4202496 49037 0 1 0 2740 23 0 0 21 0 14 0 2868067 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4576/statm: 386662 43951 1449 10 0 383965 0
[pid=4576/tid=4578] ppid=4574 vsize=1546648 CPUtime=0.31
/proc/4576/task/4578/stat : 4578 (java) S 4574 4576 3356 0 -1 4202560 3942 0 1 0 29 2 0 0 15 0 14 0 2868069 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4579] ppid=4574 vsize=1546648 CPUtime=0.1
/proc/4576/task/4579/stat : 4579 (java) S 4574 4576 3356 0 -1 4202560 1562 0 0 0 10 0 0 0 15 0 14 0 2868070 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4580] ppid=4574 vsize=1546648 CPUtime=0.08
/proc/4576/task/4580/stat : 4580 (java) S 4574 4576 3356 0 -1 4202560 1027 0 0 0 8 0 0 0 15 0 14 0 2868070 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4581] ppid=4574 vsize=1546648 CPUtime=0.57
/proc/4576/task/4581/stat : 4581 (java) S 4574 4576 3356 0 -1 4202560 3254 0 0 0 56 1 0 0 16 0 14 0 2868072 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 0 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4582] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4582/stat : 4582 (java) S 4574 4576 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 2868072 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4583] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4583/stat : 4583 (java) S 4574 4576 3356 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 2868072 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
[pid=4576/tid=4584] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4584/stat : 4584 (java) S 4574 4576 3356 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 2868076 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4585] ppid=4574 vsize=1546648 CPUtime=1.04
/proc/4576/task/4585/stat : 4585 (java) S 4574 4576 3356 0 -1 4202560 3794 0 0 0 102 2 0 0 15 0 14 0 2868076 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4586] ppid=4574 vsize=1546648 CPUtime=2.88
/proc/4576/task/4586/stat : 4586 (java) S 4574 4576 3356 0 -1 4202560 6222 0 0 0 286 2 0 0 15 0 14 0 2868076 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4587] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4587/stat : 4587 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 2868076 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4588] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4588/stat : 4588 (java) S 4574 4576 3356 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 2868076 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4591] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4591/stat : 4591 (java) S 4574 4576 3356 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 2868102 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 0 0 0 0
[pid=4576/tid=4592] ppid=4574 vsize=1546648 CPUtime=0
/proc/4576/task/4592/stat : 4592 (java) S 4574 4576 3356 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 2868102 1583767552 43951 1992294400 134512640 134550932 4294566656 18446744073709551615 4294960144 0 4 0 16800975 18446604437829884800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 27.63
Current children cumulated vsize (KiB) 1546648

Child status: 20
Real time (s): 15.387
CPU time (s): 27.6968
CPU user time (s): 27.4438
CPU system time (s): 0.252961
CPU usage (%): 180.002
Max. virtual memory (cumulated for all children) (KiB): 1550208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.4438
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49045
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= 795
involuntary context switches= 1072

runsolver used 0.087986 second user time and 0.164974 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-11 18:11:04
IDJOB=2662682
IDBENCH=1186
IDSOLVER=1166
FILE ID=node010/2662682-1276272664
PBS_JOBID= 11172201
Free space on /tmp= 62500 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111225605.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662682-1276272664/watcher-2662682-1276272664 -o /tmp/evaluation-result-2662682-1276272664/solver-2662682-1276272664 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662682-1276272664.opb

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

MD5SUM BENCH= 6f1cbef2f78310d9a2a135b1ea66aaec
RANDOM SEED=222751107

node010.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.267
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.53
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.267
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1573888 kB
Buffers:         52292 kB
Cached:         306984 kB
SwapCached:          0 kB
Active:         164292 kB
Inactive:       254140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1573888 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             484 kB
Writeback:           0 kB
AnonPages:       59204 kB
Mapped:          15396 kB
Slab:            44820 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181388 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= 62500 MiB
End job on node010 at 2010-06-11 18:11:20