Trace number 2685387

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 23.6064 12.5637

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j605_1-unsat.opb
MD5SUM42cd00962bc65fa4ff073d4ddf5f250d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark2.82357
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9272
Total number of constraints29174
Number of constraints which are clauses28874
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints300
Minimum length of a constraint1
Maximum length of a constraint35
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 231
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.19	c See www.sat4j.org for details.
0.03/0.19	c version 2.2.0.v20100531
0.03/0.19	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.19	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.19	c java.vm.version	11.2-b01
0.03/0.19	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.19	c sun.arch.data.model	32
0.03/0.19	c java.version		1.6.0_12
0.03/0.19	c os.name		Linux
0.03/0.19	c os.version		2.6.18-164.el5
0.03/0.19	c os.arch		i386
0.03/0.19	c Free memory 		1393557488
0.03/0.19	c Max memory 		1395916800
0.03/0.19	c Total memory 		1395916800
0.03/0.19	c Number of processors 	2
0.13/0.26	c Pseudo Boolean Optimization
0.13/0.26	c ManyCore solver with 2 solvers running in parallel
0.13/0.26	c --- Begin Solver configuration ---
0.13/0.26	c Stops conflict analysis at the first Unique Implication Point
0.13/0.26	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.13/0.26	c Learn all clauses as in MiniSAT
0.13/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.26	c Expensive reason simplification
0.13/0.26	c Armin Biere (Picosat) restarts strategy
0.13/0.26	c Glucose learned constraints deletion strategy
0.13/0.26	c timeout=2147483s
0.13/0.26	c DB Simplification allowed=false
0.13/0.26	c --- End Solver configuration ---
0.13/0.26	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.26	c --- Begin Solver configuration ---
0.13/0.26	c Stops conflict analysis at the first Unique Implication Point
0.13/0.26	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.13/0.26	c Learn all clauses as in MiniSAT
0.13/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.26	c No reason simplification
0.13/0.26	c Armin Biere (Picosat) restarts strategy
0.13/0.26	c Glucose learned constraints deletion strategy
0.13/0.26	c timeout=2147483s
0.13/0.26	c DB Simplification allowed=false
0.13/0.26	c --- End Solver configuration ---
0.13/0.26	
0.13/0.26	c solving HOME/instance-2685387-1278440667.opb
0.13/0.26	c reading problem ... 
4.20/2.31	c ... done. Wall clock time 2.046s.
4.20/2.31	c #vars     9272
4.20/2.31	c #constraints  25911
4.20/2.31	c constraints type 
4.20/2.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3371
4.20/2.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20945
4.20/2.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 300
4.20/2.31	c constraints type 
4.20/2.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20945
4.20/2.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3371
4.20/2.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 300
16.67/8.66	c cleaning 2495 clauses out of 4998 with flag 5000/5000
23.33/12.10	c And the winner is Resolution
23.56/12.50	c starts		: 33
23.56/12.50	c conflicts		: 10248
23.56/12.50	c decisions		: 13755
23.56/12.50	c propagations		: 5041485
23.56/12.50	c inspects		: 15906932
23.56/12.50	c learnt literals	: 14
23.56/12.50	c learnt binary clauses	: 69
23.56/12.50	c learnt ternary clauses	: 161
23.56/12.50	c learnt clauses	: 10233
23.56/12.50	c ignored clauses	: 0
23.56/12.50	c root simplifications	: 0
23.56/12.50	c removed literals (reason simplification)	: 162114
23.56/12.50	c reason swapping (by a shorter reason)	: 0
23.56/12.50	c Calls to reduceDB	: 1
23.56/12.50	c number of reductions to clauses (during analyze)	: 0
23.56/12.50	c number of learned constraints concerned by reduction	: 0
23.56/12.50	c number of learning phase by resolution	: 0
23.56/12.50	c number of learning phase by cutting planes	: 0
23.56/12.50	c speed (assignments/second)	: 494845.406360424
23.56/12.50	c non guided choices	14
23.56/12.51	c learnt constraints type 
23.56/12.51	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 7669
23.56/12.51	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 69
23.56/12.51	c constraints type 
23.56/12.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3371
23.56/12.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 20945
23.56/12.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 300
23.56/12.51	c constraints type 
23.56/12.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20945
23.56/12.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3371
23.56/12.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 300
23.56/12.51	s UNSATISFIABLE
23.56/12.51	c Total wall clock time (in seconds): 12.247

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-2685387-1278440667/watcher-2685387-1278440667 -o /tmp/evaluation-result-2685387-1278440667/solver-2685387-1278440667 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2685387-1278440667.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: 1.00 1.01 1.00 3/106 20498
/proc/meminfo: memFree=1844860/2059040 swapFree=4192956/4192956
[pid=20498] ppid=20496 vsize=1832 CPUtime=0
/proc/20498/stat : 20498 (java6) S 20496 20498 19897 0 -1 4194304 241 0 0 0 0 0 0 0 20 0 1 0 12273184 1875968 143 1992294400 134512640 134550932 4286722864 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/20498/statm: 458 143 107 10 0 63 0

[startup+0.0740791 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 20498
/proc/meminfo: memFree=1844860/2059040 swapFree=4192956/4192956
[pid=20498] ppid=20496 vsize=1518228 CPUtime=0.01
/proc/20498/stat : 20498 (java) S 20496 20498 19897 0 -1 4202496 2627 0 1 0 0 1 0 0 18 0 4 0 12273184 1554665472 2070 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/20498/statm: 379592 2075 422 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518228

[startup+0.100078 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 20498
/proc/meminfo: memFree=1844860/2059040 swapFree=4192956/4192956
[pid=20498] ppid=20496 vsize=1521664 CPUtime=0.03
/proc/20498/stat : 20498 (java) S 20496 20498 19897 0 -1 4202496 3561 0 1 0 2 1 0 0 18 0 7 0 12273184 1558183936 3001 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/20498/statm: 380416 3002 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521664

[startup+0.300074 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 20498
/proc/meminfo: memFree=1844860/2059040 swapFree=4192956/4192956
[pid=20498] ppid=20496 vsize=1526384 CPUtime=0.29
/proc/20498/stat : 20498 (java) S 20496 20498 19897 0 -1 4202496 5413 0 2 0 27 2 0 0 18 0 12 0 12273184 1563017216 4850 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20498/statm: 381596 4850 1350 10 0 378899 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1526384

[startup+0.700066 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 20498
/proc/meminfo: memFree=1844860/2059040 swapFree=4192956/4192956
[pid=20498] ppid=20496 vsize=1528572 CPUtime=1.01
/proc/20498/stat : 20498 (java) S 20496 20498 19897 0 -1 4202496 7428 0 2 0 98 3 0 0 18 0 12 0 12273184 1565257728 6795 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20498/statm: 382143 6795 1400 10 0 379446 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1528572

[startup+1.50105 s]
/proc/loadavg: 1.16 1.04 1.01 4/118 20510
/proc/meminfo: memFree=1806900/2059040 swapFree=4192956/4192956
[pid=20498] ppid=20496 vsize=1536404 CPUtime=2.6
/proc/20498/stat : 20498 (java) S 20496 20498 19897 0 -1 4202496 18560 0 2 0 251 9 0 0 18 0 12 0 12273184 1573277696 16354 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20498/statm: 384101 16354 1413 10 0 381404 0
[pid=20498/tid=20500] ppid=20496 vsize=1536404 CPUtime=1.41
/proc/20498/task/20500/stat : 20500 (java) R 20496 20498 19897 0 -1 4202560 12657 0 2 0 135 6 0 0 18 0 12 0 12273185 1573277696 16355 1992294400 134512640 134550932 4292798144 18446744073709551615 4109543146 0 4 0 16800975 0 0 0 -1 0 0 0 4
[pid=20498/tid=20501] ppid=20496 vsize=1536404 CPUtime=0
/proc/20498/task/20501/stat : 20501 (java) S 20496 20498 19897 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 12273191 1573277696 16355 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20502] ppid=20496 vsize=1536404 CPUtime=0
/proc/20498/task/20502/stat : 20502 (java) S 20496 20498 19897 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 12273191 1573277696 16356 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20503] ppid=20496 vsize=1536404 CPUtime=0
/proc/20498/task/20503/stat : 20503 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 12273193 1573277696 16356 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20504] ppid=20496 vsize=1536404 CPUtime=0
/proc/20498/task/20504/stat : 20504 (java) S 20496 20498 19897 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 12273193 1573277696 16357 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20505] ppid=20496 vsize=1536404 CPUtime=0
/proc/20498/task/20505/stat : 20505 (java) S 20496 20498 19897 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 12273193 1573277696 16357 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20506] ppid=20496 vsize=1536404 CPUtime=0
/proc/20498/task/20506/stat : 20506 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 12273198 1573277696 16358 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20507] ppid=20496 vsize=1536404 CPUtime=0.36
/proc/20498/task/20507/stat : 20507 (java) R 20496 20498 19897 0 -1 4202560 963 0 0 0 36 0 0 0 25 0 12 0 12273198 1573277696 16358 1992294400 134512640 134550932 4292798144 18446744073709551615 102192160 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20498/tid=20508] ppid=20496 vsize=1536404 CPUtime=0.8
/proc/20498/task/20508/stat : 20508 (java) R 20496 20498 19897 0 -1 4202560 3875 0 0 0 79 1 0 0 25 0 12 0 12273198 1573277696 16359 1992294400 134512640 134550932 4292798144 18446744073709551615 105872104 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20498/tid=20509] ppid=20496 vsize=1536404 CPUtime=0
/proc/20498/task/20509/stat : 20509 (java) S 20496 20498 19897 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 12273198 1573277696 16359 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20510] ppid=20496 vsize=1536404 CPUtime=0
/proc/20498/task/20510/stat : 20510 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12273198 1573277696 16360 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 1536404

[startup+3.10102 s]
/proc/loadavg: 1.16 1.04 1.01 5/118 20510
/proc/meminfo: memFree=1763748/2059040 swapFree=4192956/4192956
[pid=20498] ppid=20496 vsize=1547032 CPUtime=5.79
/proc/20498/stat : 20498 (java) S 20496 20498 19897 0 -1 4202496 28687 0 2 0 566 13 0 0 18 0 16 0 12273184 1584160768 25105 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20498/statm: 386758 25105 1424 10 0 384061 0
[pid=20498/tid=20500] ppid=20496 vsize=1547032 CPUtime=2.18
/proc/20498/task/20500/stat : 20500 (java) S 20496 20498 19897 0 -1 4202560 18434 0 2 0 209 9 0 0 20 0 16 0 12273185 1584160768 25105 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 4
[pid=20498/tid=20501] ppid=20496 vsize=1547032 CPUtime=0
/proc/20498/task/20501/stat : 20501 (java) S 20496 20498 19897 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 12273191 1584160768 25105 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20502] ppid=20496 vsize=1547032 CPUtime=0
/proc/20498/task/20502/stat : 20502 (java) S 20496 20498 19897 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 12273191 1584160768 25105 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20503] ppid=20496 vsize=1547032 CPUtime=0
/proc/20498/task/20503/stat : 20503 (java) S 20496 20498 19897 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 16 0 12273193 1584160768 25105 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20504] ppid=20496 vsize=1547032 CPUtime=0
/proc/20498/task/20504/stat : 20504 (java) S 20496 20498 19897 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 12273193 1584160768 25106 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20505] ppid=20496 vsize=1547032 CPUtime=0
/proc/20498/task/20505/stat : 20505 (java) S 20496 20498 19897 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 12273193 1584160768 25106 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20506] ppid=20496 vsize=1547032 CPUtime=0
/proc/20498/task/20506/stat : 20506 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 12273198 1584160768 25106 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20507] ppid=20496 vsize=1547032 CPUtime=1.08
/proc/20498/task/20507/stat : 20507 (java) R 20496 20498 19897 0 -1 4202560 2782 0 0 0 107 1 0 0 18 0 16 0 12273198 1584160768 25106 1992294400 134512640 134550932 4292798144 18446744073709551615 4399879 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20498/tid=20508] ppid=20496 vsize=1547032 CPUtime=1.89
/proc/20498/task/20508/stat : 20508 (java) R 20496 20498 19897 0 -1 4202560 5456 0 0 0 187 2 0 0 25 0 16 0 12273198 1584160768 25106 1992294400 134512640 134550932 4292798144 18446744073709551615 102290129 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20498/tid=20509] ppid=20496 vsize=1547032 CPUtime=0
/proc/20498/task/20509/stat : 20509 (java) S 20496 20498 19897 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 12273198 1584160768 25106 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20510] ppid=20496 vsize=1547032 CPUtime=0
/proc/20498/task/20510/stat : 20510 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 12273198 1584160768 25106 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 1547032

[startup+6.30196 s]
/proc/loadavg: 1.16 1.04 1.01 4/122 20514
/proc/meminfo: memFree=1685800/2059040 swapFree=4192956/4192956
[pid=20498] ppid=20496 vsize=1552472 CPUtime=12.13
/proc/20498/stat : 20498 (java) S 20496 20498 19897 0 -1 4202496 51308 0 5 0 1182 31 0 0 18 0 16 0 12273184 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20498/statm: 388118 43642 1441 10 0 385421 0
[pid=20498/tid=20500] ppid=20496 vsize=1552472 CPUtime=2.18
/proc/20498/task/20500/stat : 20500 (java) S 20496 20498 19897 0 -1 4202560 18434 0 2 0 209 9 0 0 15 0 16 0 12273185 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 4
[pid=20498/tid=20501] ppid=20496 vsize=1552472 CPUtime=0.06
/proc/20498/task/20501/stat : 20501 (java) S 20496 20498 19897 0 -1 4202560 2263 0 0 0 6 0 0 0 16 0 16 0 12273191 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20502] ppid=20496 vsize=1552472 CPUtime=0.06
/proc/20498/task/20502/stat : 20502 (java) S 20496 20498 19897 0 -1 4202560 1860 0 0 0 6 0 0 0 18 0 16 0 12273191 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20503] ppid=20496 vsize=1552472 CPUtime=0.13
/proc/20498/task/20503/stat : 20503 (java) S 20496 20498 19897 0 -1 4202560 12 0 0 0 5 8 0 0 15 0 16 0 12273193 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20504] ppid=20496 vsize=1552472 CPUtime=0
/proc/20498/task/20504/stat : 20504 (java) S 20496 20498 19897 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 12273193 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20505] ppid=20496 vsize=1552472 CPUtime=0
/proc/20498/task/20505/stat : 20505 (java) S 20496 20498 19897 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 12273193 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20506] ppid=20496 vsize=1552472 CPUtime=0
/proc/20498/task/20506/stat : 20506 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 12273198 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20507] ppid=20496 vsize=1552472 CPUtime=2.27
/proc/20498/task/20507/stat : 20507 (java) S 20496 20498 19897 0 -1 4202560 5725 0 1 0 225 2 0 0 18 0 16 0 12273198 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20508] ppid=20496 vsize=1552472 CPUtime=3.3
/proc/20498/task/20508/stat : 20508 (java) R 20496 20498 19897 0 -1 4202560 8271 0 2 0 327 3 0 0 15 0 16 0 12273198 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 106127247 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20498/tid=20509] ppid=20496 vsize=1552472 CPUtime=0
/proc/20498/task/20509/stat : 20509 (java) S 20496 20498 19897 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 12273198 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20510] ppid=20496 vsize=1552472 CPUtime=0
/proc/20498/task/20510/stat : 20510 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 12273198 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20511] ppid=20496 vsize=1552472 CPUtime=1.58
/proc/20498/task/20511/stat : 20511 (java) R 20496 20498 19897 0 -1 4202560 1956 0 0 0 157 1 0 0 25 0 16 0 12273415 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 4110639920 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20498/tid=20512] ppid=20496 vsize=1552472 CPUtime=2.46
/proc/20498/task/20512/stat : 20512 (java) R 20496 20498 19897 0 -1 4202560 11714 0 0 0 242 4 0 0 17 0 16 0 12273415 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 4110690181 0 4 0 16800975 0 0 0 -1 0 0 0 20
[pid=20498/tid=20513] ppid=20496 vsize=1552472 CPUtime=0
/proc/20498/task/20513/stat : 20513 (java) S 20496 20498 19897 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 12273434 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20514] ppid=20496 vsize=1552472 CPUtime=0
/proc/20498/task/20514/stat : 20514 (java) S 20496 20498 19897 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 12273449 1589731328 43642 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 1552472

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

[startup+9.50189 s]
/proc/loadavg: 1.39 1.09 1.03 5/122 20514
/proc/meminfo: memFree=1648972/2059040 swapFree=4192956/4192956
[pid=20498] ppid=20496 vsize=1552472 CPUtime=18.37
/proc/20498/stat : 20498 (java) S 20496 20498 19897 0 -1 4202496 59167 0 7 0 1803 34 0 0 18 0 16 0 12273184 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20498/statm: 388118 51252 1450 10 0 385421 0
[pid=20498/tid=20500] ppid=20496 vsize=1552472 CPUtime=2.18
/proc/20498/task/20500/stat : 20500 (java) S 20496 20498 19897 0 -1 4202560 18434 0 2 0 209 9 0 0 15 0 16 0 12273185 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 4
[pid=20498/tid=20501] ppid=20496 vsize=1552472 CPUtime=0.26
/proc/20498/task/20501/stat : 20501 (java) S 20496 20498 19897 0 -1 4202560 5673 0 0 0 24 2 0 0 16 0 16 0 12273191 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20502] ppid=20496 vsize=1552472 CPUtime=0.25
/proc/20498/task/20502/stat : 20502 (java) S 20496 20498 19897 0 -1 4202560 4893 0 0 0 24 1 0 0 15 0 16 0 12273191 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20503] ppid=20496 vsize=1552472 CPUtime=0.21
/proc/20498/task/20503/stat : 20503 (java) S 20496 20498 19897 0 -1 4202560 842 0 2 0 13 8 0 0 15 0 16 0 12273193 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20504] ppid=20496 vsize=1552472 CPUtime=0
/proc/20498/task/20504/stat : 20504 (java) S 20496 20498 19897 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 12273193 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20505] ppid=20496 vsize=1552472 CPUtime=0
/proc/20498/task/20505/stat : 20505 (java) S 20496 20498 19897 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 12273193 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20506] ppid=20496 vsize=1552472 CPUtime=0
/proc/20498/task/20506/stat : 20506 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 12273198 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20507] ppid=20496 vsize=1552472 CPUtime=2.32
/proc/20498/task/20507/stat : 20507 (java) S 20496 20498 19897 0 -1 4202560 5725 0 1 0 230 2 0 0 15 0 16 0 12273198 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20508] ppid=20496 vsize=1552472 CPUtime=3.83
/proc/20498/task/20508/stat : 20508 (java) S 20496 20498 19897 0 -1 4202560 8303 0 2 0 380 3 0 0 15 0 16 0 12273198 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20509] ppid=20496 vsize=1552472 CPUtime=0
/proc/20498/task/20509/stat : 20509 (java) S 20496 20498 19897 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 12273198 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20510] ppid=20496 vsize=1552472 CPUtime=0
/proc/20498/task/20510/stat : 20510 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 12273198 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20511] ppid=20496 vsize=1552472 CPUtime=4.25
/proc/20498/task/20511/stat : 20511 (java) R 20496 20498 19897 0 -1 4202560 2056 0 0 0 424 1 0 0 25 0 16 0 12273415 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4110563448 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20498/tid=20512] ppid=20496 vsize=1552472 CPUtime=4.99
/proc/20498/task/20512/stat : 20512 (java) R 20496 20498 19897 0 -1 4202560 12168 0 0 0 495 4 0 0 18 0 16 0 12273415 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4110572893 0 4 0 16800975 0 0 0 -1 1 0 0 20
[pid=20498/tid=20513] ppid=20496 vsize=1552472 CPUtime=0
/proc/20498/task/20513/stat : 20513 (java) S 20496 20498 19897 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 12273434 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20514] ppid=20496 vsize=1552472 CPUtime=0
/proc/20498/task/20514/stat : 20514 (java) S 20496 20498 19897 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 12273449 1589731328 51252 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.37
Current children cumulated vsize (KiB) 1552472

[startup+11.1019 s]
/proc/loadavg: 1.44 1.11 1.03 3/122 20514
/proc/meminfo: memFree=1642900/2059040 swapFree=4192956/4192956
[pid=20498] ppid=20496 vsize=1550424 CPUtime=21.54
/proc/20498/stat : 20498 (java) S 20496 20498 19897 0 -1 4202496 59366 0 7 0 2120 34 0 0 18 0 16 0 12273184 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20498/statm: 387606 51099 1450 10 0 384909 0
[pid=20498/tid=20500] ppid=20496 vsize=1550424 CPUtime=2.18
/proc/20498/task/20500/stat : 20500 (java) S 20496 20498 19897 0 -1 4202560 18434 0 2 0 209 9 0 0 15 0 16 0 12273185 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 4
[pid=20498/tid=20501] ppid=20496 vsize=1550424 CPUtime=0.28
/proc/20498/task/20501/stat : 20501 (java) S 20496 20498 19897 0 -1 4202560 5762 0 0 0 26 2 0 0 15 0 16 0 12273191 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20502] ppid=20496 vsize=1550424 CPUtime=0.27
/proc/20498/task/20502/stat : 20502 (java) S 20496 20498 19897 0 -1 4202560 5001 0 0 0 26 1 0 0 16 0 16 0 12273191 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20503] ppid=20496 vsize=1550424 CPUtime=0.21
/proc/20498/task/20503/stat : 20503 (java) S 20496 20498 19897 0 -1 4202560 842 0 2 0 13 8 0 0 15 0 16 0 12273193 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20504] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20504/stat : 20504 (java) S 20496 20498 19897 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 12273193 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20505] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20505/stat : 20505 (java) S 20496 20498 19897 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 12273193 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20506] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20506/stat : 20506 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 12273198 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20507] ppid=20496 vsize=1550424 CPUtime=2.32
/proc/20498/task/20507/stat : 20507 (java) S 20496 20498 19897 0 -1 4202560 5725 0 1 0 230 2 0 0 15 0 16 0 12273198 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20508] ppid=20496 vsize=1550424 CPUtime=3.83
/proc/20498/task/20508/stat : 20508 (java) S 20496 20498 19897 0 -1 4202560 8303 0 2 0 380 3 0 0 15 0 16 0 12273198 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20509] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20509/stat : 20509 (java) S 20496 20498 19897 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 12273198 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20510] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20510/stat : 20510 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 12273198 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20511] ppid=20496 vsize=1550424 CPUtime=5.83
/proc/20498/task/20511/stat : 20511 (java) R 20496 20498 19897 0 -1 4202560 2057 0 0 0 582 1 0 0 25 0 16 0 12273415 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4110471834 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20498/tid=20512] ppid=20496 vsize=1550424 CPUtime=6.53
/proc/20498/task/20512/stat : 20512 (java) R 20496 20498 19897 0 -1 4202560 12169 0 0 0 649 4 0 0 20 0 16 0 12273415 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4110662822 0 4 0 16800975 0 0 0 -1 1 0 0 20
[pid=20498/tid=20513] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20513/stat : 20513 (java) S 20496 20498 19897 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 12273434 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20514] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20514/stat : 20514 (java) S 20496 20498 19897 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 12273449 1587634176 51099 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.54
Current children cumulated vsize (KiB) 1550424

[startup+11.9028 s]
/proc/loadavg: 1.44 1.11 1.03 3/122 20514
/proc/meminfo: memFree=1642900/2059040 swapFree=4192956/4192956
[pid=20498] ppid=20496 vsize=1550424 CPUtime=23.13
/proc/20498/stat : 20498 (java) S 20496 20498 19897 0 -1 4202496 59740 0 7 0 2279 34 0 0 18 0 16 0 12273184 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20498/statm: 387606 51434 1450 10 0 384909 0
[pid=20498/tid=20500] ppid=20496 vsize=1550424 CPUtime=2.18
/proc/20498/task/20500/stat : 20500 (java) S 20496 20498 19897 0 -1 4202560 18434 0 2 0 209 9 0 0 15 0 16 0 12273185 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 4
[pid=20498/tid=20501] ppid=20496 vsize=1550424 CPUtime=0.29
/proc/20498/task/20501/stat : 20501 (java) S 20496 20498 19897 0 -1 4202560 5949 0 0 0 27 2 0 0 16 0 16 0 12273191 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20502] ppid=20496 vsize=1550424 CPUtime=0.28
/proc/20498/task/20502/stat : 20502 (java) S 20496 20498 19897 0 -1 4202560 5187 0 0 0 27 1 0 0 15 0 16 0 12273191 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20503] ppid=20496 vsize=1550424 CPUtime=0.21
/proc/20498/task/20503/stat : 20503 (java) S 20496 20498 19897 0 -1 4202560 842 0 2 0 13 8 0 0 15 0 16 0 12273193 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20504] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20504/stat : 20504 (java) S 20496 20498 19897 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 12273193 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20505] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20505/stat : 20505 (java) S 20496 20498 19897 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 12273193 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20506] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20506/stat : 20506 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 12273198 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20507] ppid=20496 vsize=1550424 CPUtime=2.33
/proc/20498/task/20507/stat : 20507 (java) S 20496 20498 19897 0 -1 4202560 5725 0 1 0 231 2 0 0 15 0 16 0 12273198 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20508] ppid=20496 vsize=1550424 CPUtime=3.88
/proc/20498/task/20508/stat : 20508 (java) S 20496 20498 19897 0 -1 4202560 8303 0 2 0 385 3 0 0 15 0 16 0 12273198 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20509] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20509/stat : 20509 (java) S 20496 20498 19897 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 12273198 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20510] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20510/stat : 20510 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 12273198 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20511] ppid=20496 vsize=1550424 CPUtime=6.61
/proc/20498/task/20511/stat : 20511 (java) R 20496 20498 19897 0 -1 4202560 2057 0 0 0 660 1 0 0 25 0 16 0 12273415 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4110545523 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20498/tid=20512] ppid=20496 vsize=1550424 CPUtime=7.26
/proc/20498/task/20512/stat : 20512 (java) R 20496 20498 19897 0 -1 4202560 12170 0 0 0 722 4 0 0 22 0 16 0 12273415 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4110086596 0 4 0 16800975 0 0 0 -1 1 0 0 20
[pid=20498/tid=20513] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20513/stat : 20513 (java) S 20496 20498 19897 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 12273434 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20514] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20514/stat : 20514 (java) S 20496 20498 19897 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 12273449 1587634176 51434 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.13
Current children cumulated vsize (KiB) 1550424

[startup+12.3018 s]
/proc/loadavg: 1.44 1.11 1.03 3/122 20514
/proc/meminfo: memFree=1642156/2059040 swapFree=4192956/4192956
[pid=20498] ppid=20496 vsize=1550424 CPUtime=23.56
/proc/20498/stat : 20498 (java) S 20496 20498 19897 0 -1 4202496 59938 0 8 0 2322 34 0 0 18 0 14 0 12273184 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20498/statm: 387606 51624 1451 10 0 384909 0
[pid=20498/tid=20500] ppid=20496 vsize=1550424 CPUtime=2.18
/proc/20498/task/20500/stat : 20500 (java) S 20496 20498 19897 0 -1 4202560 18434 0 2 0 209 9 0 0 15 0 14 0 12273185 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 4
[pid=20498/tid=20501] ppid=20496 vsize=1550424 CPUtime=0.3
/proc/20498/task/20501/stat : 20501 (java) S 20496 20498 19897 0 -1 4202560 6050 0 0 0 28 2 0 0 15 0 14 0 12273191 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20502] ppid=20496 vsize=1550424 CPUtime=0.29
/proc/20498/task/20502/stat : 20502 (java) S 20496 20498 19897 0 -1 4202560 5283 0 0 0 28 1 0 0 16 0 14 0 12273191 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20503] ppid=20496 vsize=1550424 CPUtime=0.21
/proc/20498/task/20503/stat : 20503 (java) S 20496 20498 19897 0 -1 4202560 842 0 2 0 13 8 0 0 15 0 14 0 12273193 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20504] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20504/stat : 20504 (java) S 20496 20498 19897 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 12273193 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20505] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20505/stat : 20505 (java) S 20496 20498 19897 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 12273193 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20506] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20506/stat : 20506 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 12273198 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20507] ppid=20496 vsize=1550424 CPUtime=2.34
/proc/20498/task/20507/stat : 20507 (java) S 20496 20498 19897 0 -1 4202560 5725 0 1 0 232 2 0 0 15 0 14 0 12273198 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20508] ppid=20496 vsize=1550424 CPUtime=3.88
/proc/20498/task/20508/stat : 20508 (java) S 20496 20498 19897 0 -1 4202560 8303 0 2 0 385 3 0 0 15 0 14 0 12273198 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20509] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20509/stat : 20509 (java) S 20496 20498 19897 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 12273198 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20510] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20510/stat : 20510 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 12273198 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20513] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20513/stat : 20513 (java) S 20496 20498 19897 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 14 0 12273434 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20514] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20514/stat : 20514 (java) S 20496 20498 19897 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 12273449 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.56
Current children cumulated vsize (KiB) 1550424

[startup+12.5008 s]
/proc/loadavg: 1.44 1.11 1.03 3/122 20514
/proc/meminfo: memFree=1642156/2059040 swapFree=4192956/4192956
[pid=20498] ppid=20496 vsize=1550424 CPUtime=23.56
/proc/20498/stat : 20498 (java) S 20496 20498 19897 0 -1 4202496 59938 0 8 0 2322 34 0 0 18 0 14 0 12273184 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/20498/statm: 387606 51624 1451 10 0 384909 0
[pid=20498/tid=20500] ppid=20496 vsize=1550424 CPUtime=2.18
/proc/20498/task/20500/stat : 20500 (java) S 20496 20498 19897 0 -1 4202560 18434 0 2 0 209 9 0 0 15 0 14 0 12273185 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 4
[pid=20498/tid=20501] ppid=20496 vsize=1550424 CPUtime=0.3
/proc/20498/task/20501/stat : 20501 (java) S 20496 20498 19897 0 -1 4202560 6050 0 0 0 28 2 0 0 15 0 14 0 12273191 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20502] ppid=20496 vsize=1550424 CPUtime=0.29
/proc/20498/task/20502/stat : 20502 (java) S 20496 20498 19897 0 -1 4202560 5283 0 0 0 28 1 0 0 16 0 14 0 12273191 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20503] ppid=20496 vsize=1550424 CPUtime=0.21
/proc/20498/task/20503/stat : 20503 (java) S 20496 20498 19897 0 -1 4202560 842 0 2 0 13 8 0 0 15 0 14 0 12273193 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 0 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20504] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20504/stat : 20504 (java) S 20496 20498 19897 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 12273193 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20505] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20505/stat : 20505 (java) S 20496 20498 19897 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 12273193 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20506] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20506/stat : 20506 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 12273198 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20507] ppid=20496 vsize=1550424 CPUtime=2.34
/proc/20498/task/20507/stat : 20507 (java) S 20496 20498 19897 0 -1 4202560 5725 0 1 0 232 2 0 0 15 0 14 0 12273198 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20508] ppid=20496 vsize=1550424 CPUtime=3.88
/proc/20498/task/20508/stat : 20508 (java) S 20496 20498 19897 0 -1 4202560 8303 0 2 0 385 3 0 0 15 0 14 0 12273198 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20509] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20509/stat : 20509 (java) S 20496 20498 19897 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 12273198 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
[pid=20498/tid=20510] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20510/stat : 20510 (java) S 20496 20498 19897 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 12273198 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20513] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20513/stat : 20513 (java) S 20496 20498 19897 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 14 0 12273434 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 1 0 0 0
[pid=20498/tid=20514] ppid=20496 vsize=1550424 CPUtime=0
/proc/20498/task/20514/stat : 20514 (java) S 20496 20498 19897 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 14 0 12273449 1587634176 51624 1992294400 134512640 134550932 4292798144 18446744073709551615 4294960144 0 4 0 16800975 18446604437821171648 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.56
Current children cumulated vsize (KiB) 1550424

Child status: 20
Real time (s): 12.5637
CPU time (s): 23.6064
CPU user time (s): 23.2365
CPU system time (s): 0.369943
CPU usage (%): 187.894
Max. virtual memory (cumulated for all children) (KiB): 1554592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.2365
system time used= 0.369943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59943
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 710
involuntary context switches= 965

runsolver used 0.053991 second user time and 0.145977 second system time

The end

Launcher Data

Begin job on node056 at 2010-07-06 20:24:27
IDJOB=2685387
IDBENCH=75714
IDSOLVER=1166
FILE ID=node056/2685387-1278440667
PBS_JOBID= 11233489
Free space on /tmp= 98464 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j605_1-unsat.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2685387-1278440667/watcher-2685387-1278440667 -o /tmp/evaluation-result-2685387-1278440667/solver-2685387-1278440667 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2685387-1278440667.opb

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

MD5SUM BENCH= 42cd00962bc65fa4ff073d4ddf5f250d
RANDOM SEED=489154172

node056.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.197
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.39
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.197
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.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1845436 kB
Buffers:         17060 kB
Cached:          61756 kB
SwapCached:          0 kB
Active:          47812 kB
Inactive:        91068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1845436 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1136 kB
Writeback:           0 kB
AnonPages:       60060 kB
Mapped:          14380 kB
Slab:            52584 kB
PageTables:       4176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179520 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= 98464 MiB
End job on node056 at 2010-07-06 20:24:40