Trace number 1856388

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1UNSAT 27.4698 23.4935

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-momentum2.opb
MD5SUM0d80b4a073c50ac034a87a4950dc06d8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark27.4698
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables25930
Total number of constraints22668
Number of constraints which are clauses10362
Number of constraints which are cardinality constraints (but not clauses)103
Number of constraints which are nor clauses,nor cardinality constraints12203
Minimum length of a constraint1
Maximum length of a constraint913
Number of terms in the objective function 24130
Biggest coefficient in the objective function 655360000
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 3638660312
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 1024000000000000000000000000000
Number of bits of the biggest number in a constraint 100
Biggest sum of numbers in a constraint 3743132712137090008913823010064
Number of bits of the biggest sum of numbers102
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c MiniSAT restarts strategy
0.22/0.21	c Memory based learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-1856388-1244909855.opb
0.22/0.21	c reading problem ... 
26.28/22.88	c ... done. Wall clock time 22.664s.
26.28/22.88	c #vars     25930
26.28/22.88	c #constraints  32650
26.28/22.88	c constraints type 
26.28/22.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1451
26.28/22.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4005
26.28/22.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 101
26.28/22.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12323
27.22/23.39	c starts		: 0
27.22/23.39	c conflicts		: 0
27.22/23.39	c decisions		: 0
27.22/23.39	c propagations		: 15827
27.22/23.39	c inspects		: 30704
27.22/23.39	c learnt literals	: 0
27.22/23.39	c learnt binary clauses	: 0
27.22/23.39	c learnt ternary clauses	: 0
27.22/23.39	c learnt clauses	: 0
27.22/23.39	c ignored clauses	: 0
27.22/23.39	c root simplifications	: 0
27.22/23.39	c removed literals (reason simplification)	: 0
27.22/23.39	c reason swapping (by a shorter reason)	: 0
27.22/23.39	c Calls to reduceDB	: 0
27.22/23.39	c speed (assignments/second)	: 30791.82879377432
27.22/23.39	c non guided choices	0
27.22/23.40	c learnt constraints type 
27.22/23.40	c constraints type 
27.22/23.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1451
27.22/23.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4005
27.22/23.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 101
27.22/23.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12323
27.22/23.40	s UNSATISFIABLE
27.22/23.40	c Total wall clock time (in seconds): 23.181

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-1856388-1244909855/watcher-1856388-1244909855 -o /tmp/evaluation-result-1856388-1244909855/solver-1856388-1244909855 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856388-1244909855.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 1.00 2/64 20551
/proc/meminfo: memFree=1252864/2055920 swapFree=4192956/4192956
[pid=20551] ppid=20549 vsize=1612 CPUtime=0
/proc/20551/stat : 20551 (java6) R 20549 20551 20422 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 43688910 1650688 143 1992294400 134512640 134550932 4294956160 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/20551/statm: 411 148 111 9 0 53 0

[startup+0.0959511 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 20551
/proc/meminfo: memFree=1252864/2055920 swapFree=4192956/4192956
[pid=20551] ppid=20549 vsize=1472584 CPUtime=0.08
/proc/20551/stat : 20551 (java) S 20549 20551 20422 0 -1 0 3592 0 1 0 6 2 0 0 18 0 12 0 43688910 1507926016 3335 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20551/statm: 368146 3336 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.101951 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 20551
/proc/meminfo: memFree=1252864/2055920 swapFree=4192956/4192956
[pid=20551] ppid=20549 vsize=1472584 CPUtime=0.08
/proc/20551/stat : 20551 (java) S 20549 20551 20422 0 -1 0 3622 0 1 0 6 2 0 0 18 0 12 0 43688910 1507926016 3365 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20551/statm: 368146 3366 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301978 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 20551
/proc/meminfo: memFree=1252864/2055920 swapFree=4192956/4192956
[pid=20551] ppid=20549 vsize=1474644 CPUtime=0.36
/proc/20551/stat : 20551 (java) S 20549 20551 20422 0 -1 0 5167 0 1 0 33 3 0 0 18 0 12 0 43688910 1510035456 4905 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20551/statm: 368661 4905 1359 9 0 366004 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1474644

[startup+0.701028 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 20551
/proc/meminfo: memFree=1252864/2055920 swapFree=4192956/4192956
[pid=20551] ppid=20549 vsize=1475372 CPUtime=0.98
/proc/20551/stat : 20551 (java) S 20549 20551 20422 0 -1 0 8404 0 1 0 93 5 0 0 18 0 12 0 43688910 1510780928 7942 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20551/statm: 368843 7942 1392 9 0 366186 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1475372

[startup+1.50212 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20563
/proc/meminfo: memFree=1211680/2055920 swapFree=4192956/4192956
[pid=20551] ppid=20549 vsize=1488232 CPUtime=2.34
/proc/20551/stat : 20551 (java) S 20549 20551 20422 0 -1 0 24272 0 1 0 223 11 0 0 18 0 12 0 43688910 1523949568 21424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20551/statm: 372058 21424 1402 9 0 369401 0
[pid=20551/tid=20553] ppid=20549 vsize=1488232 CPUtime=1.22
/proc/20551/task/20553/stat : 20553 (java) R 20549 20551 20422 0 -1 64 17263 0 1 0 115 7 0 0 19 0 12 0 43688912 1523949568 21424 1992294400 134512640 134550932 4294956000 18446744073709551615 4109292592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20554] ppid=20549 vsize=1488232 CPUtime=0
/proc/20551/task/20554/stat : 20554 (java) S 20549 20551 20422 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 43688913 1523949568 21424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20555] ppid=20549 vsize=1488232 CPUtime=0
/proc/20551/task/20555/stat : 20555 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 43688913 1523949568 21424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20556] ppid=20549 vsize=1488232 CPUtime=0
/proc/20551/task/20556/stat : 20556 (java) S 20549 20551 20422 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 43688915 1523949568 21424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20557] ppid=20549 vsize=1488232 CPUtime=0
/proc/20551/task/20557/stat : 20557 (java) S 20549 20551 20422 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 43688915 1523949568 21424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20558] ppid=20549 vsize=1488232 CPUtime=0
/proc/20551/task/20558/stat : 20558 (java) S 20549 20551 20422 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 43688915 1523949568 21424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20559] ppid=20549 vsize=1488232 CPUtime=0
/proc/20551/task/20559/stat : 20559 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1523949568 21424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=1488232 CPUtime=0.72
/proc/20551/task/20560/stat : 20560 (java) R 20549 20551 20422 0 -1 64 4443 0 0 0 70 2 0 0 18 0 12 0 43688920 1523949568 21424 1992294400 134512640 134550932 4294956000 18446744073709551615 105499024 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20561] ppid=20549 vsize=1488232 CPUtime=0.37
/proc/20551/task/20561/stat : 20561 (java) S 20549 20551 20422 0 -1 64 1821 0 0 0 37 0 0 0 16 0 12 0 43688920 1523949568 21424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20562] ppid=20549 vsize=1488232 CPUtime=0
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1523949568 21424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=1488232 CPUtime=0
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 43688920 1523949568 21424 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 1488232

[startup+3.1023 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20563
/proc/meminfo: memFree=1133536/2055920 swapFree=4192956/4192956
[pid=20551] ppid=20549 vsize=1487216 CPUtime=4.42
/proc/20551/stat : 20551 (java) S 20549 20551 20422 0 -1 0 43713 0 1 0 421 21 0 0 18 0 12 0 43688910 1522909184 38956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20551/statm: 371804 38956 1412 9 0 369147 0
[pid=20551/tid=20553] ppid=20549 vsize=1487216 CPUtime=2.67
/proc/20551/task/20553/stat : 20553 (java) R 20549 20551 20422 0 -1 64 30942 0 1 0 252 15 0 0 24 0 12 0 43688912 1522909184 38956 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20554] ppid=20549 vsize=1487216 CPUtime=0.06
/proc/20551/task/20554/stat : 20554 (java) S 20549 20551 20422 0 -1 64 1829 0 0 0 6 0 0 0 16 0 12 0 43688913 1522909184 38956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20555] ppid=20549 vsize=1487216 CPUtime=0.06
/proc/20551/task/20555/stat : 20555 (java) S 20549 20551 20422 0 -1 64 1932 0 0 0 5 1 0 0 16 0 12 0 43688913 1522909184 38956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20556] ppid=20549 vsize=1487216 CPUtime=0
/proc/20551/task/20556/stat : 20556 (java) S 20549 20551 20422 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 43688915 1522909184 38956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20557] ppid=20549 vsize=1487216 CPUtime=0
/proc/20551/task/20557/stat : 20557 (java) S 20549 20551 20422 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 43688915 1522909184 38956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20558] ppid=20549 vsize=1487216 CPUtime=0
/proc/20551/task/20558/stat : 20558 (java) S 20549 20551 20422 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 43688915 1522909184 38956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20559] ppid=20549 vsize=1487216 CPUtime=0
/proc/20551/task/20559/stat : 20559 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1522909184 38956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=1487216 CPUtime=1.14
/proc/20551/task/20560/stat : 20560 (java) S 20549 20551 20422 0 -1 64 6422 0 0 0 111 3 0 0 15 0 12 0 43688920 1522909184 38956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20561] ppid=20549 vsize=1487216 CPUtime=0.43
/proc/20551/task/20561/stat : 20561 (java) S 20549 20551 20422 0 -1 64 1835 0 0 0 43 0 0 0 16 0 12 0 43688920 1522909184 38956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20562] ppid=20549 vsize=1487216 CPUtime=0
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1522909184 38956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=1487216 CPUtime=0
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 43688920 1522909184 38956 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 1487216

[startup+6.30168 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20563
/proc/meminfo: memFree=1060960/2055920 swapFree=4192956/4192956
[pid=20551] ppid=20549 vsize=1486644 CPUtime=7.87
/proc/20551/stat : 20551 (java) S 20549 20551 20422 0 -1 0 54759 0 1 0 760 27 0 0 18 0 12 0 43688910 1522323456 49221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20551/statm: 371661 49221 1412 9 0 369004 0
[pid=20551/tid=20553] ppid=20549 vsize=1486644 CPUtime=5.6
/proc/20551/task/20553/stat : 20553 (java) S 20549 20551 20422 0 -1 64 30946 0 1 0 544 16 0 0 25 0 12 0 43688912 1522323456 49221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20554] ppid=20549 vsize=1486644 CPUtime=0.32
/proc/20551/task/20554/stat : 20554 (java) R 20549 20551 20422 0 -1 64 6758 0 0 0 30 2 0 0 16 0 12 0 43688913 1522323456 49221 1992294400 134512640 134550932 4294956000 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20555] ppid=20549 vsize=1486644 CPUtime=0.32
/proc/20551/task/20555/stat : 20555 (java) R 20549 20551 20422 0 -1 64 8040 0 0 0 29 3 0 0 16 0 12 0 43688913 1522323456 49221 1992294400 134512640 134550932 4294956000 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20556] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20556/stat : 20556 (java) S 20549 20551 20422 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 43688915 1522323456 49221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20557] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20557/stat : 20557 (java) S 20549 20551 20422 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 43688915 1522323456 49221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20558] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20558/stat : 20558 (java) S 20549 20551 20422 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 43688915 1522323456 49221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20559] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20559/stat : 20559 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1522323456 49221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=1486644 CPUtime=1.14
/proc/20551/task/20560/stat : 20560 (java) S 20549 20551 20422 0 -1 64 6422 0 0 0 111 3 0 0 17 0 12 0 43688920 1522323456 49221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20561] ppid=20549 vsize=1486644 CPUtime=0.43
/proc/20551/task/20561/stat : 20561 (java) S 20549 20551 20422 0 -1 64 1835 0 0 0 43 0 0 0 16 0 12 0 43688920 1522323456 49221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20562] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1522323456 49221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 43688920 1522323456 49221 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 1486644

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20563
/proc/meminfo: memFree=985760/2055920 swapFree=4192956/4192956
[pid=20551] ppid=20549 vsize=1486644 CPUtime=15.18
/proc/20551/stat : 20551 (java) S 20549 20551 20422 0 -1 0 81042 0 1 0 1477 41 0 0 18 0 12 0 43688910 1522323456 71380 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20551/statm: 371661 71380 1412 9 0 369004 0
[pid=20551/tid=20553] ppid=20549 vsize=1486644 CPUtime=11.06
/proc/20551/task/20553/stat : 20553 (java) R 20549 20551 20422 0 -1 64 30954 0 1 0 1089 17 0 0 18 0 12 0 43688912 1522323456 71380 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436618 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20554] ppid=20549 vsize=1486644 CPUtime=1.25
/proc/20551/task/20554/stat : 20554 (java) S 20549 20551 20422 0 -1 64 20639 0 0 0 116 9 0 0 16 0 12 0 43688913 1522323456 71380 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20555] ppid=20549 vsize=1486644 CPUtime=1.24
/proc/20551/task/20555/stat : 20555 (java) S 20549 20551 20422 0 -1 64 20434 0 0 0 115 9 0 0 16 0 12 0 43688913 1522323456 71380 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20556] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20556/stat : 20556 (java) S 20549 20551 20422 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 43688915 1522323456 71380 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20557] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20557/stat : 20557 (java) S 20549 20551 20422 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 43688915 1522323456 71380 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20558] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20558/stat : 20558 (java) S 20549 20551 20422 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 43688915 1522323456 71380 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20559] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20559/stat : 20559 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1522323456 71380 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=1486644 CPUtime=1.14
/proc/20551/task/20560/stat : 20560 (java) S 20549 20551 20422 0 -1 64 6422 0 0 0 111 3 0 0 16 0 12 0 43688920 1522323456 71380 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20561] ppid=20549 vsize=1486644 CPUtime=0.43
/proc/20551/task/20561/stat : 20561 (java) S 20549 20551 20422 0 -1 64 1835 0 0 0 43 0 0 0 16 0 12 0 43688920 1522323456 71380 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20562] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1522323456 71380 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 43688920 1522323456 71380 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.18
Current children cumulated vsize (KiB) 1486644

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

[startup+19.1021 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20563
/proc/meminfo: memFree=908448/2055920 swapFree=4192956/4192956
[pid=20551] ppid=20549 vsize=1486644 CPUtime=22.22
/proc/20551/stat : 20551 (java) S 20549 20551 20422 0 -1 0 101604 0 1 0 2168 54 0 0 18 0 12 0 43688910 1522323456 89165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20551/statm: 371661 89165 1412 9 0 369004 0
[pid=20551/tid=20553] ppid=20549 vsize=1486644 CPUtime=16.79
/proc/20551/task/20553/stat : 20553 (java) R 20549 20551 20422 0 -1 64 30964 0 1 0 1660 19 0 0 21 0 12 0 43688912 1522323456 89165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20554] ppid=20549 vsize=1486644 CPUtime=1.89
/proc/20551/task/20554/stat : 20554 (java) S 20549 20551 20422 0 -1 64 30582 0 0 0 174 15 0 0 16 0 12 0 43688913 1522323456 89165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20555] ppid=20549 vsize=1486644 CPUtime=1.88
/proc/20551/task/20555/stat : 20555 (java) S 20549 20551 20422 0 -1 64 31041 0 0 0 174 14 0 0 16 0 12 0 43688913 1522323456 89165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20556] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20556/stat : 20556 (java) S 20549 20551 20422 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 43688915 1522323456 89165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20557] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20557/stat : 20557 (java) S 20549 20551 20422 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 43688915 1522323456 89165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20558] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20558/stat : 20558 (java) S 20549 20551 20422 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 43688915 1522323456 89165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20559] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20559/stat : 20559 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1522323456 89165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=1486644 CPUtime=1.17
/proc/20551/task/20560/stat : 20560 (java) S 20549 20551 20422 0 -1 64 6424 0 0 0 114 3 0 0 17 0 12 0 43688920 1522323456 89165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20561] ppid=20549 vsize=1486644 CPUtime=0.43
/proc/20551/task/20561/stat : 20561 (java) S 20549 20551 20422 0 -1 64 1835 0 0 0 43 0 0 0 16 0 12 0 43688920 1522323456 89165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20562] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1522323456 89165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 43688920 1522323456 89165 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.22
Current children cumulated vsize (KiB) 1486644

[startup+20.7023 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20563
/proc/meminfo: memFree=893920/2055920 swapFree=4192956/4192956
[pid=20551] ppid=20549 vsize=1486644 CPUtime=23.97
/proc/20551/stat : 20551 (java) S 20549 20551 20422 0 -1 0 105915 0 1 0 2340 57 0 0 18 0 12 0 43688910 1522323456 92920 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20551/statm: 371661 92920 1413 9 0 369004 0
[pid=20551/tid=20553] ppid=20549 vsize=1486644 CPUtime=18.24
/proc/20551/task/20553/stat : 20553 (java) R 20549 20551 20422 0 -1 64 30966 0 1 0 1804 20 0 0 19 0 12 0 43688912 1522323456 92920 1992294400 134512640 134550932 4294956000 18446744073709551615 4109542477 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20554] ppid=20549 vsize=1486644 CPUtime=2.04
/proc/20551/task/20554/stat : 20554 (java) S 20549 20551 20422 0 -1 64 32744 0 0 0 188 16 0 0 16 0 12 0 43688913 1522323456 92920 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20555] ppid=20549 vsize=1486644 CPUtime=2.03
/proc/20551/task/20555/stat : 20555 (java) S 20549 20551 20422 0 -1 64 33187 0 0 0 187 16 0 0 16 0 12 0 43688913 1522323456 92920 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20556] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20556/stat : 20556 (java) S 20549 20551 20422 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 43688915 1522323456 92920 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20557] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20557/stat : 20557 (java) S 20549 20551 20422 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 43688915 1522323456 92920 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20558] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20558/stat : 20558 (java) S 20549 20551 20422 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 43688915 1522323456 92920 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20559] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20559/stat : 20559 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1522323456 92920 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=1486644 CPUtime=1.17
/proc/20551/task/20560/stat : 20560 (java) S 20549 20551 20422 0 -1 64 6425 0 0 0 114 3 0 0 17 0 12 0 43688920 1522323456 92920 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20561] ppid=20549 vsize=1486644 CPUtime=0.44
/proc/20551/task/20561/stat : 20561 (java) S 20549 20551 20422 0 -1 64 1835 0 0 0 44 0 0 0 17 0 12 0 43688920 1522323456 92920 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20562] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1522323456 92920 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 43688920 1522323456 92920 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.97
Current children cumulated vsize (KiB) 1486644

[startup+22.3025 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20563
/proc/meminfo: memFree=878368/2055920 swapFree=4192956/4192956
[pid=20551] ppid=20549 vsize=1486644 CPUtime=25.74
/proc/20551/stat : 20551 (java) S 20549 20551 20422 0 -1 0 110896 0 1 0 2514 60 0 0 18 0 12 0 43688910 1522323456 96963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20551/statm: 371661 96963 1413 9 0 369004 0
[pid=20551/tid=20553] ppid=20549 vsize=1486644 CPUtime=19.66
/proc/20551/task/20553/stat : 20553 (java) R 20549 20551 20422 0 -1 64 30968 0 1 0 1946 20 0 0 18 0 12 0 43688912 1522323456 96963 1992294400 134512640 134550932 4294956000 18446744073709551615 4109436396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20554] ppid=20549 vsize=1486644 CPUtime=2.21
/proc/20551/task/20554/stat : 20554 (java) S 20549 20551 20422 0 -1 64 35160 0 0 0 204 17 0 0 16 0 12 0 43688913 1522323456 96963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20555] ppid=20549 vsize=1486644 CPUtime=2.2
/proc/20551/task/20555/stat : 20555 (java) S 20549 20551 20422 0 -1 64 35750 0 0 0 204 16 0 0 16 0 12 0 43688913 1522323456 96963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20556] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20556/stat : 20556 (java) S 20549 20551 20422 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 43688915 1522323456 96963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20557] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20557/stat : 20557 (java) S 20549 20551 20422 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 43688915 1522323456 96963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20558] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20558/stat : 20558 (java) S 20549 20551 20422 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 43688915 1522323456 96963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20559] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20559/stat : 20559 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1522323456 96963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=1486644 CPUtime=1.17
/proc/20551/task/20560/stat : 20560 (java) S 20549 20551 20422 0 -1 64 6425 0 0 0 114 3 0 0 17 0 12 0 43688920 1522323456 96963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20561] ppid=20549 vsize=1486644 CPUtime=0.44
/proc/20551/task/20561/stat : 20561 (java) S 20549 20551 20422 0 -1 64 1835 0 0 0 44 0 0 0 17 0 12 0 43688920 1522323456 96963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20562] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1522323456 96963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 43688920 1522323456 96963 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.74
Current children cumulated vsize (KiB) 1486644

[startup+23.1066 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 20563
/proc/meminfo: memFree=859104/2055920 swapFree=4192956/4192956
[pid=20551] ppid=20549 vsize=1486644 CPUtime=26.83
/proc/20551/stat : 20551 (java) S 20549 20551 20422 0 -1 0 114280 0 1 0 2621 62 0 0 18 0 12 0 43688910 1522323456 99754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20551/statm: 371661 99754 1432 9 0 369004 0
[pid=20551/tid=20553] ppid=20549 vsize=1486644 CPUtime=20.3
/proc/20551/task/20553/stat : 20553 (java) R 20549 20551 20422 0 -1 64 31000 0 1 0 2010 20 0 0 17 0 12 0 43688912 1522323456 99754 1992294400 134512640 134550932 4294956000 18446744073709551615 4109269731 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20554] ppid=20549 vsize=1486644 CPUtime=2.32
/proc/20551/task/20554/stat : 20554 (java) S 20549 20551 20422 0 -1 64 36558 0 0 0 214 18 0 0 16 0 12 0 43688913 1522323456 99754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20555] ppid=20549 vsize=1486644 CPUtime=2.3
/proc/20551/task/20555/stat : 20555 (java) S 20549 20551 20422 0 -1 64 37554 0 0 0 213 17 0 0 16 0 12 0 43688913 1522323456 99754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20556] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20556/stat : 20556 (java) S 20549 20551 20422 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 43688915 1522323456 99754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20557] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20557/stat : 20557 (java) S 20549 20551 20422 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 43688915 1522323456 99754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20558] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20558/stat : 20558 (java) S 20549 20551 20422 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 43688915 1522323456 99754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20559] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20559/stat : 20559 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1522323456 99754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=1486644 CPUtime=1.28
/proc/20551/task/20560/stat : 20560 (java) R 20549 20551 20422 0 -1 64 6435 0 0 0 125 3 0 0 17 0 12 0 43688920 1522323456 99754 1992294400 134512640 134550932 4294956000 18446744073709551615 105711417 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20561] ppid=20549 vsize=1486644 CPUtime=0.58
/proc/20551/task/20561/stat : 20561 (java) R 20549 20551 20422 0 -1 64 1975 0 0 0 57 1 0 0 17 0 12 0 43688920 1522323456 99754 1992294400 134512640 134550932 4294956000 18446744073709551615 106259638 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20562] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1522323456 99754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=1486644 CPUtime=0
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 43688920 1522323456 99754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.83
Current children cumulated vsize (KiB) 1486644

[startup+23.3016 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 20563
/proc/meminfo: memFree=859104/2055920 swapFree=4192956/4192956
[pid=20551] ppid=20549 vsize=1487808 CPUtime=27.22
/proc/20551/stat : 20551 (java) S 20549 20551 20422 0 -1 0 114570 0 1 0 2660 62 0 0 18 0 12 0 43688910 1523515392 99903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20551/statm: 371952 99903 1432 9 0 369295 0
[pid=20551/tid=20553] ppid=20549 vsize=1487808 CPUtime=20.49
/proc/20551/task/20553/stat : 20553 (java) R 20549 20551 20422 0 -1 64 31001 0 1 0 2029 20 0 0 18 0 12 0 43688912 1523515392 99903 1992294400 134512640 134550932 4294956000 18446744073709551615 103394416 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20554] ppid=20549 vsize=1487808 CPUtime=2.32
/proc/20551/task/20554/stat : 20554 (java) S 20549 20551 20422 0 -1 64 36558 0 0 0 214 18 0 0 16 0 12 0 43688913 1523515392 99903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20555] ppid=20549 vsize=1487808 CPUtime=2.3
/proc/20551/task/20555/stat : 20555 (java) S 20549 20551 20422 0 -1 64 37554 0 0 0 213 17 0 0 16 0 12 0 43688913 1523515392 99903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20556] ppid=20549 vsize=1487808 CPUtime=0
/proc/20551/task/20556/stat : 20556 (java) S 20549 20551 20422 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 43688915 1523515392 99903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20557] ppid=20549 vsize=1487808 CPUtime=0
/proc/20551/task/20557/stat : 20557 (java) S 20549 20551 20422 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 43688915 1523515392 99903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20558] ppid=20549 vsize=1487808 CPUtime=0
/proc/20551/task/20558/stat : 20558 (java) S 20549 20551 20422 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 43688915 1523515392 99903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20559] ppid=20549 vsize=1487808 CPUtime=0
/proc/20551/task/20559/stat : 20559 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1523515392 99903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=1487808 CPUtime=1.39
/proc/20551/task/20560/stat : 20560 (java) R 20549 20551 20422 0 -1 64 6444 0 0 0 136 3 0 0 17 0 12 0 43688920 1523515392 99903 1992294400 134512640 134550932 4294956000 18446744073709551615 105873475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20561] ppid=20549 vsize=1487808 CPUtime=0.66
/proc/20551/task/20561/stat : 20561 (java) R 20549 20551 20422 0 -1 64 2255 0 0 0 65 1 0 0 17 0 12 0 43688920 1523515392 99903 1992294400 134512640 134550932 4294956000 18446744073709551615 102535117 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20562] ppid=20549 vsize=1487808 CPUtime=0
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 43688920 1523515392 99903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=1487808 CPUtime=0
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 43688920 1523515392 99903 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.22
Current children cumulated vsize (KiB) 1487808

[startup+23.4017 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 20563
/proc/meminfo: memFree=859104/2055920 swapFree=4192956/4192956
[pid=20551] ppid=20549 vsize=1487992 CPUtime=27.4
/proc/20551/stat : 20551 (java) S 20549 20551 20422 0 -1 0 114638 0 1 0 2678 62 0 0 18 0 13 0 43688910 1523703808 99948 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20551/statm: 371998 99948 1433 9 0 369341 0
[pid=20551/tid=20553] ppid=20549 vsize=1487992 CPUtime=20.58
/proc/20551/task/20553/stat : 20553 (java) R 20549 20551 20422 0 -1 64 31007 0 1 0 2037 21 0 0 20 0 13 0 43688912 1523703808 99948 1992294400 134512640 134550932 4294956000 18446744073709551615 103605570 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20554] ppid=20549 vsize=1487992 CPUtime=2.32
/proc/20551/task/20554/stat : 20554 (java) S 20549 20551 20422 0 -1 64 36558 0 0 0 214 18 0 0 16 0 13 0 43688913 1523703808 99948 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20555] ppid=20549 vsize=1487992 CPUtime=2.3
/proc/20551/task/20555/stat : 20555 (java) S 20549 20551 20422 0 -1 64 37554 0 0 0 213 17 0 0 16 0 13 0 43688913 1523703808 99948 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20556] ppid=20549 vsize=1487992 CPUtime=0
/proc/20551/task/20556/stat : 20556 (java) S 20549 20551 20422 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 43688915 1523703808 99948 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20557] ppid=20549 vsize=1487992 CPUtime=0
/proc/20551/task/20557/stat : 20557 (java) S 20549 20551 20422 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 43688915 1523703808 99948 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20558] ppid=20549 vsize=1487992 CPUtime=0
/proc/20551/task/20558/stat : 20558 (java) S 20549 20551 20422 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 43688915 1523703808 99948 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20559] ppid=20549 vsize=1487992 CPUtime=0
/proc/20551/task/20559/stat : 20559 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 43688920 1523703808 99948 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20560] ppid=20549 vsize=1487992 CPUtime=1.45
/proc/20551/task/20560/stat : 20560 (java) S 20549 20551 20422 0 -1 64 6451 0 0 0 142 3 0 0 18 0 13 0 43688920 1523703808 99948 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20551/tid=20561] ppid=20549 vsize=1487992 CPUtime=0.7
/proc/20551/task/20561/stat : 20561 (java) S 20549 20551 20422 0 -1 64 2303 0 0 0 69 1 0 0 16 0 13 0 43688920 1523703808 99948 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20562] ppid=20549 vsize=1487992 CPUtime=0
/proc/20551/task/20562/stat : 20562 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 43688920 1523703808 99948 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20551/tid=20563] ppid=20549 vsize=1487992 CPUtime=0
/proc/20551/task/20563/stat : 20563 (java) S 20549 20551 20422 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 43688920 1523703808 99948 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.4
Current children cumulated vsize (KiB) 1487992

Child status: 20
Real time (s): 23.4935
CPU time (s): 27.4698
CPU user time (s): 26.7829
CPU system time (s): 0.686895
CPU usage (%): 116.925
Max. virtual memory (cumulated for all children) (KiB): 1489420

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

runsolver used 0.033994 second user time and 0.082987 second system time

The end

Launcher Data

Begin job on node20 at 2009-06-13 18:17:41
IDJOB=1856388
IDBENCH=2497
IDSOLVER=681
FILE ID=node20/1856388-1244909855
PBS_JOBID= 9354569
Free space on /tmp= 66292 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-momentum2.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856388-1244909855/watcher-1856388-1244909855 -o /tmp/evaluation-result-1856388-1244909855/solver-1856388-1244909855 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1856388-1244909855.opb

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

MD5SUM BENCH= 0d80b4a073c50ac034a87a4950dc06d8
RANDOM SEED=1883487511

node20.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.234
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.234
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:       1253344 kB
Buffers:         72772 kB
Cached:         663396 kB
SwapCached:          0 kB
Active:         146712 kB
Inactive:       602904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1253344 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           65740 kB
Writeback:           0 kB
Mapped:          23232 kB
Slab:            39016 kB
Committed_AS:   104540 kB
PageTables:       1400 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= 66292 MiB
End job on node20 at 2009-06-13 18:18:04