Trace number 1884596

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 Pseudo Resolution 2.1.1SAT 30.6503 28.9416

General information on the benchmark

Name/PURE-SAT/SAT09/
CRAFTED/ramseycube/Q3inK12.opb
MD5SUM64587bfbc48cbcce142a79f8769141db
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark15.3687
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables66
Total number of constraints831600
Number of constraints which are clauses831600
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint12
Maximum length of a constraint12
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 23
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.26	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.10/0.26	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.26	c See www.sat4j.org for details.
0.10/0.27	c version 2.1.1.v20090612
0.10/0.27	c sun.arch.data.model	32
0.10/0.27	c java.version	1.6.0_12
0.10/0.27	c os.name	Linux
0.10/0.27	c os.version	2.6.9-22.EL.rootsmp
0.10/0.27	c os.arch	i386
0.10/0.27	c Free memory 1342000320
0.10/0.27	c Max memory 1344274432
0.10/0.27	c Total memory 1344274432
0.10/0.27	c Number of processors 2
0.20/0.34	c Pseudo Boolean Optimization
0.20/0.34	c --- Begin Solver configuration ---
0.20/0.34	c Stops conflict analysis at the first Unique Implication Point
0.20/0.34	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@64dc11
0.20/0.34	c Learn all clauses as in MiniSAT
0.20/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.20/0.34	c Expensive reason simplification
0.20/0.34	c MiniSAT restarts strategy
0.20/0.34	c Memory based learned constraints deletion strategy
0.20/0.34	c timeout=2147483s
0.20/0.34	c DB Simplification allowed=false
0.20/0.34	c --- End Solver configuration ---
0.20/0.34	c solving HOME/instance-1884596-1245259604.opb
0.20/0.34	c reading problem ... 
28.33/26.88	c ... done. Wall clock time 26.539s.
28.33/26.88	c #vars     66
28.33/26.88	c #constraints  831600
28.33/26.88	c constraints type 
28.33/26.88	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 831600
30.54/28.85	c starts		: 2
30.54/28.85	c conflicts		: 124
30.54/28.85	c decisions		: 218
30.54/28.85	c propagations		: 871
30.54/28.85	c inspects		: 7524103
30.54/28.85	c learnt literals	: 0
30.54/28.85	c learnt binary clauses	: 0
30.54/28.85	c learnt ternary clauses	: 0
30.54/28.85	c learnt clauses	: 124
30.54/28.85	c ignored clauses	: 0
30.54/28.85	c root simplifications	: 0
30.54/28.85	c removed literals (reason simplification)	: 140
30.54/28.85	c reason swapping (by a shorter reason)	: 0
30.54/28.85	c Calls to reduceDB	: 0
30.54/28.85	c speed (assignments/second)	: 442.8063040162684
30.54/28.85	c non guided choices	35
30.54/28.85	c learnt constraints type 
30.54/28.85	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 124
30.54/28.85	c constraints type 
30.54/28.85	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 831600
30.54/28.85	s SATISFIABLE
30.54/28.85	v x1 -x2 x3 -x4 -x5 x6 -x7 -x8 x9 -x10 -x11 -x12 x13 -x14 -x15 x16 -x17 -x18 x19 -x20 -x21 x22 x23 x24 -x25 -x26 -x27 -x28 x29 x30 x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 x39 -x40 -x41 -x42 -x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 -x54 x55 x56 -x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 
30.54/28.85	c Total wall clock time (in seconds): 28.51

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1884596-1245259604/watcher-1884596-1245259604 -o /tmp/evaluation-result-1884596-1245259604/solver-1884596-1245259604 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884596-1245259604.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.00 0.94 2/64 4088
/proc/meminfo: memFree=1704628/2055920 swapFree=4181368/4192956
[pid=4088] ppid=4086 vsize=152 CPUtime=0
/proc/4088/stat : 4088 (java6) D 4086 4088 3768 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 193558166 155648 26 1992294400 134512640 134550932 4294956176 18446744073709551615 1979172 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/4088/statm: 38 26 19 9 0 4 0

[startup+0.066347 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 4088
/proc/meminfo: memFree=1704628/2055920 swapFree=4181368/4192956
[pid=4088] ppid=4086 vsize=12928 CPUtime=0.01
/proc/4088/stat : 4088 (java) R 4086 4088 3768 0 -1 0 518 0 35 0 0 1 0 0 18 0 1 0 193558166 13238272 360 1992294400 134512640 134550932 4294956016 18446744073709551615 1950506 0 0 4096 0 0 0 0 17 1 0 0
/proc/4088/statm: 3232 367 139 9 0 1104 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12928

[startup+0.10245 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 4088
/proc/meminfo: memFree=1704628/2055920 swapFree=4181368/4192956
[pid=4088] ppid=4086 vsize=1468600 CPUtime=0.03
/proc/4088/stat : 4088 (java) S 4086 4088 3768 0 -1 0 2674 0 43 0 1 2 0 0 18 0 4 0 193558166 1503846400 2463 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/4088/statm: 367150 2463 757 9 0 364501 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1468600

[startup+0.301319 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 4088
/proc/meminfo: memFree=1704628/2055920 swapFree=4181368/4192956
[pid=4088] ppid=4086 vsize=1475044 CPUtime=0.2
/proc/4088/stat : 4088 (java) S 4086 4088 3768 0 -1 0 4587 0 45 0 16 4 0 0 18 0 12 0 193558166 1510445056 4369 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4088/statm: 368761 4369 1330 9 0 366104 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1475044

[startup+0.701386 s]
/proc/loadavg: 1.00 1.00 0.94 2/64 4088
/proc/meminfo: memFree=1704628/2055920 swapFree=4181368/4192956
[pid=4088] ppid=4086 vsize=1477404 CPUtime=0.84
/proc/4088/stat : 4088 (java) S 4086 4088 3768 0 -1 0 6776 0 45 0 78 6 0 0 18 0 12 0 193558166 1512861696 6083 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4088/statm: 369351 6083 1387 9 0 366694 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 1477404

[startup+1.50252 s]
/proc/loadavg: 1.08 1.02 0.94 2/76 4100
/proc/meminfo: memFree=1660692/2055920 swapFree=4181368/4192956
[pid=4088] ppid=4086 vsize=1478240 CPUtime=1.85
/proc/4088/stat : 4088 (java) S 4086 4088 3768 0 -1 0 20411 0 45 0 172 13 0 0 18 0 12 0 193558166 1513717760 19321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4088/statm: 369560 19321 1403 9 0 366903 0
[pid=4088/tid=4090] ppid=4086 vsize=1478240 CPUtime=1.17
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3768 0 -1 64 17281 0 8 0 107 10 0 0 22 0 12 0 193558173 1513717760 19321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1478240 CPUtime=0
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3768 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 193558174 1513717760 19321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1478240 CPUtime=0
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 193558174 1513717760 19321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1478240 CPUtime=0
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3768 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 193558178 1513717760 19321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1478240 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3768 0 -1 64 10 0 0 0 0 0 0 0 19 0 12 0 193558178 1513717760 19321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1478240 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3768 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 193558178 1513717760 19322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1478240 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3768 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 193558185 1513717760 19322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1478240 CPUtime=0.32
/proc/4088/task/4097/stat : 4097 (java) R 4086 4088 3768 0 -1 64 751 0 0 0 32 0 0 0 16 0 12 0 193558185 1513717760 19322 1992294400 134512640 134550932 4294956016 18446744073709551615 104145147 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1478240 CPUtime=0.32
/proc/4088/task/4098/stat : 4098 (java) R 4086 4088 3768 0 -1 64 1676 0 0 0 32 0 0 0 16 0 12 0 193558185 1513717760 19322 1992294400 134512640 134550932 4294956016 18446744073709551615 2413579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1478240 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 193558185 1513717760 19322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1478240 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 193558185 1513717760 19322 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 1478240

[startup+3.10279 s]
/proc/loadavg: 1.08 1.02 0.94 2/76 4100
/proc/meminfo: memFree=1565908/2055920 swapFree=4181368/4192956
[pid=4088] ppid=4086 vsize=1478088 CPUtime=3.57
/proc/4088/stat : 4088 (java) S 4086 4088 3768 0 -1 0 35852 0 45 0 337 20 0 0 18 0 12 0 193558166 1513562112 34679 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4088/statm: 369522 34679 1413 9 0 366865 0
[pid=4088/tid=4090] ppid=4086 vsize=1478088 CPUtime=2.64
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3768 0 -1 64 30928 0 8 0 247 17 0 0 18 0 12 0 193558173 1513562112 34679 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1478088 CPUtime=0.02
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3768 0 -1 64 950 0 0 0 2 0 0 0 16 0 12 0 193558174 1513562112 34679 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1478088 CPUtime=0.02
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3768 0 -1 64 718 0 0 0 2 0 0 0 17 0 12 0 193558174 1513562112 34679 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1478088 CPUtime=0
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3768 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 193558178 1513562112 34679 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1478088 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3768 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 193558178 1513562112 34679 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1478088 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3768 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 193558178 1513562112 34679 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1478088 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3768 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 193558185 1513562112 34679 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1478088 CPUtime=0.42
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3768 0 -1 64 854 0 0 0 42 0 0 0 15 0 12 0 193558185 1513562112 34679 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1478088 CPUtime=0.41
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3768 0 -1 64 1690 0 0 0 41 0 0 0 17 0 12 0 193558185 1513562112 34679 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1478088 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 193558185 1513562112 34679 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1478088 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 193558185 1513562112 34679 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 1478088

[startup+6.30233 s]
/proc/loadavg: 1.08 1.02 0.94 2/76 4100
/proc/meminfo: memFree=1549908/2055920 swapFree=4181368/4192956
[pid=4088] ppid=4086 vsize=1477272 CPUtime=6.91
/proc/4088/stat : 4088 (java) S 4086 4088 3768 0 -1 0 41531 0 45 0 668 23 0 0 18 0 12 0 193558166 1512726528 40061 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4088/statm: 369318 40061 1413 9 0 366661 0
[pid=4088/tid=4090] ppid=4086 vsize=1477272 CPUtime=5.7
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3768 0 -1 64 30933 0 8 0 552 18 0 0 24 0 12 0 193558173 1512726528 40061 1992294400 134512640 134550932 4294956016 18446744073709551615 4109466834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1477272 CPUtime=0.16
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3768 0 -1 64 4058 0 0 0 15 1 0 0 16 0 12 0 193558174 1512726528 40061 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1477272 CPUtime=0.16
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3768 0 -1 64 3276 0 0 0 15 1 0 0 16 0 12 0 193558174 1512726528 40061 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3768 0 -1 64 18 0 0 0 0 0 0 0 17 0 12 0 193558178 1512726528 40061 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3768 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 193558178 1512726528 40061 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3768 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 193558178 1512726528 40061 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3768 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 193558185 1512726528 40061 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1477272 CPUtime=0.42
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3768 0 -1 64 854 0 0 0 42 0 0 0 16 0 12 0 193558185 1512726528 40061 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1477272 CPUtime=0.41
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3768 0 -1 64 1690 0 0 0 41 0 0 0 17 0 12 0 193558185 1512726528 40061 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 193558185 1512726528 40061 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 193558185 1512726528 40061 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 1477272

[startup+12.7024 s]
/proc/loadavg: 1.14 1.03 0.95 2/76 4100
/proc/meminfo: memFree=1501012/2055920 swapFree=4181368/4192956
[pid=4088] ppid=4086 vsize=1477272 CPUtime=13.62
/proc/4088/stat : 4088 (java) S 4086 4088 3768 0 -1 0 52691 0 45 0 1332 30 0 0 18 0 12 0 193558166 1512726528 50364 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4088/statm: 369318 50364 1414 9 0 366661 0
[pid=4088/tid=4090] ppid=4086 vsize=1477272 CPUtime=11.77
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3768 0 -1 64 30945 0 8 0 1158 19 0 0 25 0 12 0 193558173 1512726528 50364 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1477272 CPUtime=0.47
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3768 0 -1 64 10114 0 0 0 44 3 0 0 16 0 12 0 193558174 1512726528 50364 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1477272 CPUtime=0.47
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3768 0 -1 64 8367 0 0 0 43 4 0 0 16 0 12 0 193558174 1512726528 50364 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3768 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 193558178 1512726528 50364 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3768 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 193558178 1512726528 50364 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3768 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 193558178 1512726528 50364 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3768 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 193558185 1512726528 50364 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1477272 CPUtime=0.42
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3768 0 -1 64 855 0 0 0 42 0 0 0 16 0 12 0 193558185 1512726528 50364 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1477272 CPUtime=0.41
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3768 0 -1 64 1690 0 0 0 41 0 0 0 17 0 12 0 193558185 1512726528 50364 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 193558185 1512726528 50364 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 193558185 1512726528 50364 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.62
Current children cumulated vsize (KiB) 1477272

[startup+25.5016 s]
/proc/loadavg: 1.27 1.06 0.96 2/76 4100
/proc/meminfo: memFree=1447636/2055920 swapFree=4181368/4192956
[pid=4088] ppid=4086 vsize=1477272 CPUtime=26.95
/proc/4088/stat : 4088 (java) S 4086 4088 3768 0 -1 0 66615 0 45 0 2657 38 0 0 18 0 12 0 193558166 1512726528 63216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4088/statm: 369318 63216 1414 9 0 366661 0
[pid=4088/tid=4090] ppid=4086 vsize=1477272 CPUtime=24.03
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3768 0 -1 64 30964 0 8 0 2381 22 0 0 25 0 12 0 193558173 1512726528 63216 1992294400 134512640 134550932 4294956016 18446744073709551615 4109481354 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1477272 CPUtime=1
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3768 0 -1 64 17834 0 0 0 94 6 0 0 16 0 12 0 193558174 1512726528 63216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1477272 CPUtime=0.98
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3768 0 -1 64 14548 0 0 0 92 6 0 0 16 0 12 0 193558174 1512726528 63216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3768 0 -1 64 18 0 0 0 0 0 0 0 15 0 12 0 193558178 1512726528 63216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3768 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 193558178 1512726528 63216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3768 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 193558178 1512726528 63216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3768 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 193558185 1512726528 63216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1477272 CPUtime=0.42
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3768 0 -1 64 855 0 0 0 42 0 0 0 16 0 12 0 193558185 1512726528 63216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1477272 CPUtime=0.44
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3768 0 -1 64 1694 0 0 0 44 0 0 0 16 0 12 0 193558185 1512726528 63216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 193558185 1512726528 63216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1477272 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 193558185 1512726528 63216 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.95
Current children cumulated vsize (KiB) 1477272

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

[startup+27.1029 s]
/proc/loadavg: 1.41 1.09 0.97 2/76 4100
/proc/meminfo: memFree=1439188/2055920 swapFree=4181368/4192956
[pid=4088] ppid=4086 vsize=1477596 CPUtime=28.67
/proc/4088/stat : 4088 (java) S 4086 4088 3768 0 -1 0 69520 0 45 0 2827 40 0 0 18 0 13 0 193558166 1513058304 66052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4088/statm: 369399 66052 1421 9 0 366742 0
[pid=4088/tid=4090] ppid=4086 vsize=1477596 CPUtime=25.52
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3768 0 -1 64 30993 0 8 0 2530 22 0 0 18 0 13 0 193558173 1513058304 66052 1992294400 134512640 134550932 4294956016 18446744073709551615 4109572791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1477596 CPUtime=1.09
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3768 0 -1 64 20134 0 0 0 102 7 0 0 16 0 13 0 193558174 1513058304 66052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1477596 CPUtime=1.07
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3768 0 -1 64 15043 0 0 0 100 7 0 0 16 0 13 0 193558174 1513058304 66052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1477596 CPUtime=0
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3768 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 193558178 1513058304 66052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1477596 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3768 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193558178 1513058304 66052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1477596 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3768 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193558178 1513058304 66052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1477596 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3768 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193558185 1513058304 66052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1477596 CPUtime=0.46
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3768 0 -1 64 930 0 0 0 46 0 0 0 17 0 13 0 193558185 1513058304 66052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1477596 CPUtime=0.46
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3768 0 -1 64 1696 0 0 0 46 0 0 0 17 0 13 0 193558185 1513058304 66052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1477596 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 193558185 1513058304 66052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1477596 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193558185 1513058304 66052 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.67
Current children cumulated vsize (KiB) 1477596

[startup+27.903 s]
/proc/loadavg: 1.41 1.09 0.97 2/77 4101
/proc/meminfo: memFree=1436236/2055920 swapFree=4181368/4192956
[pid=4088] ppid=4086 vsize=1478620 CPUtime=29.61
/proc/4088/stat : 4088 (java) S 4086 4088 3768 0 -1 0 69732 0 45 0 2921 40 0 0 18 0 13 0 193558166 1514106880 66217 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4088/statm: 369655 66217 1427 9 0 366998 0
[pid=4088/tid=4090] ppid=4086 vsize=1478620 CPUtime=26.29
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3768 0 -1 64 30996 0 8 0 2607 22 0 0 25 0 13 0 193558173 1514106880 66217 1992294400 134512640 134550932 4294956016 18446744073709551615 4109741855 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1478620 CPUtime=1.09
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3768 0 -1 64 20134 0 0 0 102 7 0 0 16 0 13 0 193558174 1514106880 66217 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1478620 CPUtime=1.07
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3768 0 -1 64 15043 0 0 0 100 7 0 0 16 0 13 0 193558174 1514106880 66217 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1478620 CPUtime=0
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3768 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 193558178 1514106880 66217 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1478620 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3768 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193558178 1514106880 66217 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1478620 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3768 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193558178 1514106880 66217 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1478620 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3768 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193558185 1514106880 66217 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1478620 CPUtime=0.52
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3768 0 -1 64 1116 0 0 0 52 0 0 0 16 0 13 0 193558185 1514106880 66217 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1478620 CPUtime=0.57
/proc/4088/task/4098/stat : 4098 (java) R 4086 4088 3768 0 -1 64 1719 0 0 0 57 0 0 0 17 0 13 0 193558185 1514106880 66217 1992294400 134512640 134550932 4294956016 18446744073709551615 104161435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1478620 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 193558185 1514106880 66217 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1478620 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193558185 1514106880 66217 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1478620 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3768 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 193560855 1514106880 66217 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.61
Current children cumulated vsize (KiB) 1478620

[startup+28.7021 s]
/proc/loadavg: 1.41 1.09 0.97 2/77 4101
/proc/meminfo: memFree=1435404/2055920 swapFree=4181368/4192956
[pid=4088] ppid=4086 vsize=1478620 CPUtime=30.43
/proc/4088/stat : 4088 (java) S 4086 4088 3768 0 -1 0 69742 0 45 0 3003 40 0 0 18 0 13 0 193558166 1514106880 66226 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4088/statm: 369655 66226 1427 9 0 366998 0
[pid=4088/tid=4090] ppid=4086 vsize=1478620 CPUtime=27.07
/proc/4088/task/4090/stat : 4090 (java) R 4086 4088 3768 0 -1 64 30997 0 8 0 2685 22 0 0 25 0 13 0 193558173 1514106880 66226 1992294400 134512640 134550932 4294956016 18446744073709551615 4109741855 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4091] ppid=4086 vsize=1478620 CPUtime=1.09
/proc/4088/task/4091/stat : 4091 (java) S 4086 4088 3768 0 -1 64 20134 0 0 0 102 7 0 0 16 0 13 0 193558174 1514106880 66226 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4092] ppid=4086 vsize=1478620 CPUtime=1.07
/proc/4088/task/4092/stat : 4092 (java) S 4086 4088 3768 0 -1 64 15043 0 0 0 100 7 0 0 16 0 13 0 193558174 1514106880 66226 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4093] ppid=4086 vsize=1478620 CPUtime=0
/proc/4088/task/4093/stat : 4093 (java) S 4086 4088 3768 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 193558178 1514106880 66226 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4094] ppid=4086 vsize=1478620 CPUtime=0
/proc/4088/task/4094/stat : 4094 (java) S 4086 4088 3768 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 193558178 1514106880 66226 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4095] ppid=4086 vsize=1478620 CPUtime=0
/proc/4088/task/4095/stat : 4095 (java) S 4086 4088 3768 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 193558178 1514106880 66226 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4096] ppid=4086 vsize=1478620 CPUtime=0
/proc/4088/task/4096/stat : 4096 (java) S 4086 4088 3768 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 193558185 1514106880 66226 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4097] ppid=4086 vsize=1478620 CPUtime=0.54
/proc/4088/task/4097/stat : 4097 (java) S 4086 4088 3768 0 -1 64 1116 0 0 0 54 0 0 0 17 0 13 0 193558185 1514106880 66226 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4098] ppid=4086 vsize=1478620 CPUtime=0.6
/proc/4088/task/4098/stat : 4098 (java) S 4086 4088 3768 0 -1 64 1728 0 0 0 60 0 0 0 17 0 13 0 193558185 1514106880 66226 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4099] ppid=4086 vsize=1478620 CPUtime=0
/proc/4088/task/4099/stat : 4099 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 193558185 1514106880 66226 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4088/tid=4100] ppid=4086 vsize=1478620 CPUtime=0
/proc/4088/task/4100/stat : 4100 (java) S 4086 4088 3768 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193558185 1514106880 66226 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4088/tid=4101] ppid=4086 vsize=1478620 CPUtime=0
/proc/4088/task/4101/stat : 4101 (java) S 4086 4088 3768 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 193560855 1514106880 66226 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.43
Current children cumulated vsize (KiB) 1478620

[startup+28.9025 s]
/proc/loadavg: 1.41 1.09 0.97 2/77 4101
/proc/meminfo: memFree=1435404/2055920 swapFree=4181368/4192956
[pid=4088] ppid=4086 vsize=0 CPUtime=30.6
/proc/4088/stat : 4088 (java) Z 4086 4088 3768 0 -1 1036 69758 0 45 0 3020 40 0 0 16 0 2 0 193558166 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4088/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.6
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 28.9416
CPU time (s): 30.6503
CPU user time (s): 30.2024
CPU system time (s): 0.447931
CPU usage (%): 105.904
Max. virtual memory (cumulated for all children) (KiB): 1478620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.2024
system time used= 0.447931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69758
page faults= 45
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1745
involuntary context switches= 898

runsolver used 0.031995 second user time and 0.084987 second system time

The end

Launcher Data

Begin job on node43 at 2009-06-17 19:26:50
IDJOB=1884596
IDBENCH=71973
IDSOLVER=682
FILE ID=node43/1884596-1245259604
PBS_JOBID= 9372410
Free space on /tmp= 66116 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/CRAFTED/ramseycube/Q3inK12.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1884596-1245259604/watcher-1884596-1245259604 -o /tmp/evaluation-result-1884596-1245259604/solver-1884596-1245259604 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1884596-1245259604.opb

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

MD5SUM BENCH= 64587bfbc48cbcce142a79f8769141db
RANDOM SEED=127040890

node43.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.281
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.281
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1705044 kB
Buffers:         66160 kB
Cached:         221364 kB
SwapCached:       5352 kB
Active:         165352 kB
Inactive:       130056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705044 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:           73964 kB
Writeback:           0 kB
Mapped:          13588 kB
Slab:            41432 kB
Committed_AS:   190764 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66116 MiB
End job on node43 at 2009-06-17 19:27:19