Trace number 2662117

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1802.17 1017.95

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos9.opb
MD5SUM9b565ffd2f62b11d1859d685ea38235b
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables874498
Total number of constraints110909
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints110822
Minimum length of a constraint11
Maximum length of a constraint14080
Number of terms in the objective function 198658
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 38727219
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 30720
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 38727219
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662117-1276345521.opb
0.24/0.22	c reading problem ... 
50.23/36.35	c ... done. Wall clock time 36.137s.
50.23/36.35	c #vars     874498
50.23/36.35	c #constraints  118637
50.23/36.35	c constraints type 
50.23/36.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
50.23/36.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 118550
50.23/36.35	c constraints type 
50.23/36.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87
50.23/36.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 118550
310.54/168.78	c cleaning 0 clauses out of 5000 with flag 0/5000
540.41/288.69	c cleaning 2461 clauses out of 5000 with flag 5000/5000
645.51/343.62	c cleaning 0 clauses out of 11000 with flag 0/11000
1241.33/687.12	c cleaning 4254 clauses out of 8539 with flag 11000/11000
1252.98/694.92	c cleaning 0 clauses out of 18000 with flag 0/18000

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 11158
/proc/meminfo: memFree=1793132/2059040 swapFree=4136460/4192956
[pid=11158] ppid=11156 vsize=1832 CPUtime=0
/proc/11158/stat : 11158 (java6) S 11156 11158 10754 0 -1 4194304 250 0 0 0 0 0 0 0 19 0 1 0 10156397 1875968 153 1992294400 134512640 134550932 4287339680 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/11158/statm: 458 153 116 10 0 63 0

[startup+0.045635 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 11158
/proc/meminfo: memFree=1793132/2059040 swapFree=4136460/4192956
[pid=11158] ppid=11156 vsize=1520328 CPUtime=0.02
/proc/11158/stat : 11158 (java) S 11156 11158 10754 0 -1 4202496 3374 0 1 0 1 1 0 0 18 0 4 0 10156397 1556815872 2818 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11158/statm: 380082 2818 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.100641 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 11158
/proc/meminfo: memFree=1793132/2059040 swapFree=4136460/4192956
[pid=11158] ppid=11156 vsize=1524020 CPUtime=0.08
/proc/11158/stat : 11158 (java) S 11156 11158 10754 0 -1 4202496 3930 0 1 0 6 2 0 0 18 0 12 0 10156397 1560596480 3370 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11158/statm: 381005 3370 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.300329 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 11158
/proc/meminfo: memFree=1793132/2059040 swapFree=4136460/4192956
[pid=11158] ppid=11156 vsize=1526224 CPUtime=0.35
/proc/11158/stat : 11158 (java) S 11156 11158 10754 0 -1 4202496 15044 0 1 0 28 7 0 0 18 0 12 0 10156397 1562853376 14482 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11158/statm: 381556 14483 1351 10 0 378859 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526224

[startup+0.700329 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 11158
/proc/meminfo: memFree=1793132/2059040 swapFree=4136460/4192956
[pid=11158] ppid=11156 vsize=1527496 CPUtime=1.1
/proc/11158/stat : 11158 (java) S 11156 11158 10754 0 -1 4202496 17971 0 1 0 102 8 0 0 18 0 12 0 10156397 1564155904 17409 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11158/statm: 381874 17411 1396 10 0 379177 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1527496

[startup+1.50133 s]
/proc/loadavg: 0.91 0.97 0.99 2/118 11170
/proc/meminfo: memFree=1701772/2059040 swapFree=4136460/4192956
[pid=11158] ppid=11156 vsize=1527496 CPUtime=2.02
/proc/11158/stat : 11158 (java) S 11156 11158 10754 0 -1 4202496 46998 0 1 0 181 21 0 0 18 0 12 0 10156397 1564155904 46273 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11158/statm: 381874 46273 1407 10 0 379177 0
[pid=11158/tid=11160] ppid=11156 vsize=1527496 CPUtime=1.36
/proc/11158/task/11160/stat : 11160 (java) R 11156 11158 10754 0 -1 4202560 32009 0 1 0 121 15 0 0 18 0 12 0 10156399 1564155904 46273 1992294400 134512640 134550932 4290144224 18446744073709551615 4109712281 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11158/tid=11161] ppid=11156 vsize=1527496 CPUtime=0.1
/proc/11158/task/11161/stat : 11161 (java) S 11156 11158 10754 0 -1 4202560 10431 0 0 0 7 3 0 0 18 0 12 0 10156400 1564155904 46273 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11162] ppid=11156 vsize=1527496 CPUtime=0.09
/proc/11158/task/11162/stat : 11162 (java) S 11156 11158 10754 0 -1 4202560 2595 0 0 0 9 0 0 0 18 0 12 0 10156400 1564155904 46273 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11163] ppid=11156 vsize=1527496 CPUtime=0
/proc/11158/task/11163/stat : 11163 (java) S 11156 11158 10754 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10156402 1564155904 46273 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11164] ppid=11156 vsize=1527496 CPUtime=0
/proc/11158/task/11164/stat : 11164 (java) S 11156 11158 10754 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10156402 1564155904 46273 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11165] ppid=11156 vsize=1527496 CPUtime=0
/proc/11158/task/11165/stat : 11165 (java) S 11156 11158 10754 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10156402 1564155904 46273 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11166] ppid=11156 vsize=1527496 CPUtime=0
/proc/11158/task/11166/stat : 11166 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10156407 1564155904 46273 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11167] ppid=11156 vsize=1527496 CPUtime=0.22
/proc/11158/task/11167/stat : 11167 (java) S 11156 11158 10754 0 -1 4202560 163 0 0 0 22 0 0 0 25 0 12 0 10156407 1564155904 46273 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11168] ppid=11156 vsize=1527496 CPUtime=0.19
/proc/11158/task/11168/stat : 11168 (java) S 11156 11158 10754 0 -1 4202560 728 0 0 0 19 0 0 0 25 0 12 0 10156407 1564155904 46273 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11169] ppid=11156 vsize=1527496 CPUtime=0
/proc/11158/task/11169/stat : 11169 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10156407 1564155904 46273 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11170] ppid=11156 vsize=1527496 CPUtime=0
/proc/11158/task/11170/stat : 11170 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10156407 1564155904 46273 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1527496

[startup+3.10133 s]
/proc/loadavg: 0.92 0.97 0.99 2/118 11170
/proc/meminfo: memFree=1610012/2059040 swapFree=4136460/4192956
[pid=11158] ppid=11156 vsize=1542788 CPUtime=5.09
/proc/11158/stat : 11158 (java) S 11156 11158 10754 0 -1 4202496 69778 0 1 0 478 31 0 0 18 0 12 0 10156397 1579814912 66004 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11158/statm: 385697 66004 1421 10 0 383000 0
[pid=11158/tid=11160] ppid=11156 vsize=1542788 CPUtime=2.64
/proc/11158/task/11160/stat : 11160 (java) R 11156 11158 10754 0 -1 4202560 32022 0 1 0 249 15 0 0 17 0 12 0 10156399 1579814912 66004 1992294400 134512640 134550932 4290144224 18446744073709551615 4109715068 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11158/tid=11161] ppid=11156 vsize=1542788 CPUtime=0.42
/proc/11158/task/11161/stat : 11161 (java) S 11156 11158 10754 0 -1 4202560 21414 0 0 0 33 9 0 0 18 0 12 0 10156400 1579814912 66004 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11162] ppid=11156 vsize=1542788 CPUtime=0.33
/proc/11158/task/11162/stat : 11162 (java) S 11156 11158 10754 0 -1 4202560 9014 0 0 0 30 3 0 0 18 0 12 0 10156400 1579814912 66004 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11163] ppid=11156 vsize=1542788 CPUtime=0
/proc/11158/task/11163/stat : 11163 (java) S 11156 11158 10754 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10156402 1579814912 66004 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11164] ppid=11156 vsize=1542788 CPUtime=0
/proc/11158/task/11164/stat : 11164 (java) S 11156 11158 10754 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10156402 1579814912 66004 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11165] ppid=11156 vsize=1542788 CPUtime=0
/proc/11158/task/11165/stat : 11165 (java) S 11156 11158 10754 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10156402 1579814912 66004 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11166] ppid=11156 vsize=1542788 CPUtime=0
/proc/11158/task/11166/stat : 11166 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10156407 1579814912 66004 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11167] ppid=11156 vsize=1542788 CPUtime=0.77
/proc/11158/task/11167/stat : 11167 (java) R 11156 11158 10754 0 -1 4202560 4282 0 0 0 75 2 0 0 16 0 12 0 10156407 1579814912 66004 1992294400 134512640 134550932 4290144224 18446744073709551615 104140903 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11158/tid=11168] ppid=11156 vsize=1542788 CPUtime=0.88
/proc/11158/task/11168/stat : 11168 (java) R 11156 11158 10754 0 -1 4202560 1974 0 0 0 88 0 0 0 16 0 12 0 10156407 1579814912 66004 1992294400 134512640 134550932 4290144224 18446744073709551615 104164019 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11158/tid=11169] ppid=11156 vsize=1542788 CPUtime=0
/proc/11158/task/11169/stat : 11169 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10156407 1579814912 66004 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11170] ppid=11156 vsize=1542788 CPUtime=0
/proc/11158/task/11170/stat : 11170 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10156407 1579814912 66004 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 1542788

[startup+6.30033 s]
/proc/loadavg: 0.92 0.97 0.99 2/118 11170
/proc/meminfo: memFree=1446084/2059040 swapFree=4136460/4192956
[pid=11158] ppid=11156 vsize=1542752 CPUtime=10.52
/proc/11158/stat : 11158 (java) S 11156 11158 10754 0 -1 4202496 108591 0 1 0 1001 51 0 0 18 0 12 0 10156397 1579778048 97227 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11158/statm: 385688 97230 1420 10 0 382991 0
[pid=11158/tid=11160] ppid=11156 vsize=1542752 CPUtime=4.01
/proc/11158/task/11160/stat : 11160 (java) S 11156 11158 10754 0 -1 4202560 32025 0 1 0 386 15 0 0 16 0 12 0 10156399 1579778048 97231 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11161] ppid=11156 vsize=1542752 CPUtime=2.06
/proc/11158/task/11161/stat : 11161 (java) R 11156 11158 10754 0 -1 4202560 39027 0 0 0 190 16 0 0 16 0 12 0 10156400 1579778048 97233 1992294400 134512640 134550932 4290144224 18446744073709551615 106207430 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11158/tid=11162] ppid=11156 vsize=1542752 CPUtime=1.88
/proc/11158/task/11162/stat : 11162 (java) R 11156 11158 10754 0 -1 4202560 26659 0 0 0 175 13 0 0 16 0 12 0 10156400 1579778048 97235 1992294400 134512640 134550932 4290144224 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11158/tid=11163] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11163/stat : 11163 (java) S 11156 11158 10754 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10156402 1579778048 97237 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11164] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11164/stat : 11164 (java) S 11156 11158 10754 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10156402 1579778048 97239 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11165] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11165/stat : 11165 (java) S 11156 11158 10754 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10156402 1579778048 97241 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11166] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11166/stat : 11166 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10156407 1579778048 97243 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11167] ppid=11156 vsize=1542752 CPUtime=1.49
/proc/11158/task/11167/stat : 11167 (java) S 11156 11158 10754 0 -1 4202560 7819 0 0 0 146 3 0 0 16 0 12 0 10156407 1579778048 97244 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11168] ppid=11156 vsize=1542752 CPUtime=1.01
/proc/11158/task/11168/stat : 11168 (java) S 11156 11158 10754 0 -1 4202560 1997 0 0 0 101 0 0 0 16 0 12 0 10156407 1579778048 97246 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11169] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11169/stat : 11169 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10156407 1579778048 97248 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11170] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11170/stat : 11170 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10156407 1579778048 97250 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.52
Current children cumulated vsize (KiB) 1542752

[startup+12.7013 s]
/proc/loadavg: 1.09 1.00 1.00 3/118 11170
/proc/meminfo: memFree=1239128/2059040 swapFree=4136460/4192956
[pid=11158] ppid=11156 vsize=1542752 CPUtime=21.03
/proc/11158/stat : 11158 (java) S 11156 11158 10754 0 -1 4202496 166928 0 1 0 2017 86 0 0 18 0 12 0 10156397 1579778048 146294 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11158/statm: 385688 146294 1426 10 0 382991 0
[pid=11158/tid=11160] ppid=11156 vsize=1542752 CPUtime=6.15
/proc/11158/task/11160/stat : 11160 (java) S 11156 11158 10754 0 -1 4202560 32040 0 1 0 598 17 0 0 16 0 12 0 10156399 1579778048 146294 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11161] ppid=11156 vsize=1542752 CPUtime=6.21
/proc/11158/task/11161/stat : 11161 (java) R 11156 11158 10754 0 -1 4202560 66467 0 0 0 590 31 0 0 16 0 12 0 10156400 1579778048 146294 1992294400 134512640 134550932 4290144224 18446744073709551615 106193762 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11158/tid=11162] ppid=11156 vsize=1542752 CPUtime=6.04
/proc/11158/task/11162/stat : 11162 (java) R 11156 11158 10754 0 -1 4202560 57530 0 0 0 573 31 0 0 16 0 12 0 10156400 1579778048 146294 1992294400 134512640 134550932 4290144224 18446744073709551615 106195496 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11158/tid=11163] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11163/stat : 11163 (java) S 11156 11158 10754 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10156402 1579778048 146294 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11164] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11164/stat : 11164 (java) S 11156 11158 10754 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10156402 1579778048 146294 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11165] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11165/stat : 11165 (java) S 11156 11158 10754 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10156402 1579778048 146294 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11166] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11166/stat : 11166 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10156407 1579778048 146294 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11167] ppid=11156 vsize=1542752 CPUtime=1.55
/proc/11158/task/11167/stat : 11167 (java) S 11156 11158 10754 0 -1 4202560 7822 0 0 0 152 3 0 0 15 0 12 0 10156407 1579778048 146294 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11168] ppid=11156 vsize=1542752 CPUtime=1.01
/proc/11158/task/11168/stat : 11168 (java) S 11156 11158 10754 0 -1 4202560 1997 0 0 0 101 0 0 0 15 0 12 0 10156407 1579778048 146294 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11169] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11169/stat : 11169 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10156407 1579778048 146294 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11170] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11170/stat : 11170 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 10156407 1579778048 146294 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.03
Current children cumulated vsize (KiB) 1542752

[startup+25.5003 s]
/proc/loadavg: 1.07 1.00 1.00 3/118 11170
/proc/meminfo: memFree=1022624/2059040 swapFree=4136460/4192956
[pid=11158] ppid=11156 vsize=1542752 CPUtime=36.59
/proc/11158/stat : 11158 (java) S 11156 11158 10754 0 -1 4202496 222219 0 1 0 3545 114 0 0 18 0 12 0 10156397 1579778048 195400 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11158/statm: 385688 195400 1426 10 0 382991 0
[pid=11158/tid=11160] ppid=11156 vsize=1542752 CPUtime=16.07
/proc/11158/task/11160/stat : 11160 (java) R 11156 11158 10754 0 -1 4202560 32063 0 1 0 1588 19 0 0 16 0 12 0 10156399 1579778048 195400 1992294400 134512640 134550932 4290144224 18446744073709551615 4109713662 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11158/tid=11161] ppid=11156 vsize=1542752 CPUtime=8.99
/proc/11158/task/11161/stat : 11161 (java) S 11156 11158 10754 0 -1 4202560 90566 0 0 0 856 43 0 0 16 0 12 0 10156400 1579778048 195400 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11162] ppid=11156 vsize=1542752 CPUtime=8.85
/proc/11158/task/11162/stat : 11162 (java) S 11156 11158 10754 0 -1 4202560 88696 0 0 0 839 46 0 0 16 0 12 0 10156400 1579778048 195400 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11163] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11163/stat : 11163 (java) S 11156 11158 10754 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10156402 1579778048 195400 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11164] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11164/stat : 11164 (java) S 11156 11158 10754 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 10156402 1579778048 195400 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11165] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11165/stat : 11165 (java) S 11156 11158 10754 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10156402 1579778048 195400 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11166] ppid=11156 vsize=1542752 CPUtime=0
/proc/11158/task/11166/stat : 11166 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10156407 1579778048 195400 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11167] ppid=11156 vsize=1542752 CPUtime=1.61

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

/proc/11158/statm: 388013 356484 1452 10 0 385316 0
[pid=11158/tid=11160] ppid=11156 vsize=1552052 CPUtime=23.92
/proc/11158/task/11160/stat : 11160 (java) S 11156 11158 10754 0 -1 4202560 32158 0 1 0 2370 22 0 0 15 0 16 0 10156399 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11161] ppid=11156 vsize=1552052 CPUtime=68.47
/proc/11158/task/11161/stat : 11161 (java) S 11156 11158 10754 0 -1 4202560 164424 0 0 0 6681 166 0 0 16 0 16 0 10156400 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11162] ppid=11156 vsize=1552052 CPUtime=68.44
/proc/11158/task/11162/stat : 11162 (java) S 11156 11158 10754 0 -1 4202560 178140 0 0 0 6664 180 0 0 16 0 16 0 10156400 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11163] ppid=11156 vsize=1552052 CPUtime=191.78
/proc/11158/task/11163/stat : 11163 (java) R 11156 11158 10754 0 -1 4202560 344482 0 0 0 19034 144 0 0 25 0 16 0 10156402 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 105696786 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=11158/tid=11164] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11164/stat : 11164 (java) S 11156 11158 10754 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10156402 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11165] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11165/stat : 11165 (java) S 11156 11158 10754 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10156402 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11166] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11166/stat : 11166 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11167] ppid=11156 vsize=1552052 CPUtime=2.52
/proc/11158/task/11167/stat : 11167 (java) S 11156 11158 10754 0 -1 4202560 7865 0 0 0 248 4 0 0 15 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11168] ppid=11156 vsize=1552052 CPUtime=3.4
/proc/11158/task/11168/stat : 11168 (java) S 11156 11158 10754 0 -1 4202560 2136 0 0 0 340 0 0 0 15 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11169] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11169/stat : 11169 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11170] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11170/stat : 11170 (java) S 11156 11158 10754 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11171] ppid=11156 vsize=1552052 CPUtime=720.49
/proc/11158/task/11171/stat : 11171 (java) S 11156 11158 10754 0 -1 4202560 147 0 0 0 72032 17 0 0 16 0 16 0 10160033 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11172] ppid=11156 vsize=1552052 CPUtime=720.9
/proc/11158/task/11172/stat : 11172 (java) S 11156 11158 10754 0 -1 4202560 1425 0 0 0 72081 9 0 0 18 0 16 0 10160033 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11173] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11173/stat : 11173 (java) S 11156 11158 10754 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 10160179 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11174] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11174/stat : 11174 (java) S 11156 11158 10754 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 10160202 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1552052

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11158

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

[startup+1016.6 s]
/proc/loadavg: 1.63 1.81 1.58 2/123 11203
/proc/meminfo: memFree=368484/2059040 swapFree=4136460/4192956
[pid=11158] ppid=11156 vsize=1552052 CPUtime=1800.81
/proc/11158/stat : 11158 (java) S 11156 11158 10754 0 -1 4202496 731907 0 1 0 179534 547 0 0 18 0 16 0 10156397 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11158/statm: 388013 356484 1452 10 0 385316 0
[pid=11158/tid=11160] ppid=11156 vsize=1552052 CPUtime=23.92
/proc/11158/task/11160/stat : 11160 (java) S 11156 11158 10754 0 -1 4202560 32158 0 1 0 2370 22 0 0 15 0 16 0 10156399 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11161] ppid=11156 vsize=1552052 CPUtime=68.47
/proc/11158/task/11161/stat : 11161 (java) S 11156 11158 10754 0 -1 4202560 164424 0 0 0 6681 166 0 0 16 0 16 0 10156400 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11162] ppid=11156 vsize=1552052 CPUtime=68.44
/proc/11158/task/11162/stat : 11162 (java) S 11156 11158 10754 0 -1 4202560 178140 0 0 0 6664 180 0 0 16 0 16 0 10156400 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11163] ppid=11156 vsize=1552052 CPUtime=192.57
/proc/11158/task/11163/stat : 11163 (java) R 11156 11158 10754 0 -1 4202560 344482 0 0 0 19113 144 0 0 25 0 16 0 10156402 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 106157847 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=11158/tid=11164] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11164/stat : 11164 (java) S 11156 11158 10754 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10156402 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11165] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11165/stat : 11165 (java) S 11156 11158 10754 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10156402 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11166] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11166/stat : 11166 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11167] ppid=11156 vsize=1552052 CPUtime=2.52
/proc/11158/task/11167/stat : 11167 (java) S 11156 11158 10754 0 -1 4202560 7865 0 0 0 248 4 0 0 15 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11168] ppid=11156 vsize=1552052 CPUtime=3.4
/proc/11158/task/11168/stat : 11168 (java) S 11156 11158 10754 0 -1 4202560 2136 0 0 0 340 0 0 0 15 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11169] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11169/stat : 11169 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11170] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11170/stat : 11170 (java) S 11156 11158 10754 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11171] ppid=11156 vsize=1552052 CPUtime=720.49
/proc/11158/task/11171/stat : 11171 (java) S 11156 11158 10754 0 -1 4202560 147 0 0 0 72032 17 0 0 16 0 16 0 10160033 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11172] ppid=11156 vsize=1552052 CPUtime=720.9
/proc/11158/task/11172/stat : 11172 (java) S 11156 11158 10754 0 -1 4202560 1425 0 0 0 72081 9 0 0 18 0 16 0 10160033 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11173] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11173/stat : 11173 (java) S 11156 11158 10754 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 10160179 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11174] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11174/stat : 11174 (java) S 11156 11158 10754 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 10160202 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (KiB) 1552052

[startup+1017.4 s]
/proc/loadavg: 1.63 1.81 1.58 2/123 11203
/proc/meminfo: memFree=368484/2059040 swapFree=4136460/4192956
[pid=11158] ppid=11156 vsize=1552052 CPUtime=1801.61
/proc/11158/stat : 11158 (java) S 11156 11158 10754 0 -1 4202496 731907 0 1 0 179614 547 0 0 18 0 16 0 10156397 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11158/statm: 388013 356484 1452 10 0 385316 0
[pid=11158/tid=11160] ppid=11156 vsize=1552052 CPUtime=23.92
/proc/11158/task/11160/stat : 11160 (java) S 11156 11158 10754 0 -1 4202560 32158 0 1 0 2370 22 0 0 15 0 16 0 10156399 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11161] ppid=11156 vsize=1552052 CPUtime=68.47
/proc/11158/task/11161/stat : 11161 (java) S 11156 11158 10754 0 -1 4202560 164424 0 0 0 6681 166 0 0 16 0 16 0 10156400 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11162] ppid=11156 vsize=1552052 CPUtime=68.44
/proc/11158/task/11162/stat : 11162 (java) S 11156 11158 10754 0 -1 4202560 178140 0 0 0 6664 180 0 0 16 0 16 0 10156400 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11163] ppid=11156 vsize=1552052 CPUtime=193.37
/proc/11158/task/11163/stat : 11163 (java) R 11156 11158 10754 0 -1 4202560 344482 0 0 0 19193 144 0 0 25 0 16 0 10156402 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=11158/tid=11164] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11164/stat : 11164 (java) S 11156 11158 10754 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10156402 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11165] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11165/stat : 11165 (java) S 11156 11158 10754 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10156402 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11166] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11166/stat : 11166 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11167] ppid=11156 vsize=1552052 CPUtime=2.52
/proc/11158/task/11167/stat : 11167 (java) S 11156 11158 10754 0 -1 4202560 7865 0 0 0 248 4 0 0 15 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11168] ppid=11156 vsize=1552052 CPUtime=3.4
/proc/11158/task/11168/stat : 11168 (java) S 11156 11158 10754 0 -1 4202560 2136 0 0 0 340 0 0 0 15 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11169] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11169/stat : 11169 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11170] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11170/stat : 11170 (java) S 11156 11158 10754 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11171] ppid=11156 vsize=1552052 CPUtime=720.49
/proc/11158/task/11171/stat : 11171 (java) S 11156 11158 10754 0 -1 4202560 147 0 0 0 72032 17 0 0 16 0 16 0 10160033 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11172] ppid=11156 vsize=1552052 CPUtime=720.9
/proc/11158/task/11172/stat : 11172 (java) S 11156 11158 10754 0 -1 4202560 1425 0 0 0 72081 9 0 0 18 0 16 0 10160033 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11173] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11173/stat : 11173 (java) S 11156 11158 10754 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 10160179 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11174] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11174/stat : 11174 (java) S 11156 11158 10754 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 10160202 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.61
Current children cumulated vsize (KiB) 1552052

[startup+1017.8 s]
/proc/loadavg: 1.63 1.81 1.58 2/123 11203
/proc/meminfo: memFree=368484/2059040 swapFree=4136460/4192956
[pid=11158] ppid=11156 vsize=1552052 CPUtime=1802
/proc/11158/stat : 11158 (java) S 11156 11158 10754 0 -1 4202496 731907 0 1 0 179653 547 0 0 18 0 16 0 10156397 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11158/statm: 388013 356484 1452 10 0 385316 0
[pid=11158/tid=11160] ppid=11156 vsize=1552052 CPUtime=23.92
/proc/11158/task/11160/stat : 11160 (java) S 11156 11158 10754 0 -1 4202560 32158 0 1 0 2370 22 0 0 15 0 16 0 10156399 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11161] ppid=11156 vsize=1552052 CPUtime=68.47
/proc/11158/task/11161/stat : 11161 (java) S 11156 11158 10754 0 -1 4202560 164424 0 0 0 6681 166 0 0 16 0 16 0 10156400 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11162] ppid=11156 vsize=1552052 CPUtime=68.44
/proc/11158/task/11162/stat : 11162 (java) S 11156 11158 10754 0 -1 4202560 178140 0 0 0 6664 180 0 0 16 0 16 0 10156400 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11163] ppid=11156 vsize=1552052 CPUtime=193.77
/proc/11158/task/11163/stat : 11163 (java) R 11156 11158 10754 0 -1 4202560 344482 0 0 0 19233 144 0 0 25 0 16 0 10156402 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=11158/tid=11164] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11164/stat : 11164 (java) S 11156 11158 10754 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 10156402 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11165] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11165/stat : 11165 (java) S 11156 11158 10754 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 10156402 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11166] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11166/stat : 11166 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11167] ppid=11156 vsize=1552052 CPUtime=2.52
/proc/11158/task/11167/stat : 11167 (java) S 11156 11158 10754 0 -1 4202560 7865 0 0 0 248 4 0 0 15 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11168] ppid=11156 vsize=1552052 CPUtime=3.4
/proc/11158/task/11168/stat : 11168 (java) S 11156 11158 10754 0 -1 4202560 2136 0 0 0 340 0 0 0 15 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11169] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11169/stat : 11169 (java) S 11156 11158 10754 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11170] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11170/stat : 11170 (java) S 11156 11158 10754 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 10156407 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11171] ppid=11156 vsize=1552052 CPUtime=720.49
/proc/11158/task/11171/stat : 11171 (java) S 11156 11158 10754 0 -1 4202560 147 0 0 0 72032 17 0 0 16 0 16 0 10160033 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 0 0 0 0
[pid=11158/tid=11172] ppid=11156 vsize=1552052 CPUtime=720.9
/proc/11158/task/11172/stat : 11172 (java) S 11156 11158 10754 0 -1 4202560 1425 0 0 0 72081 9 0 0 18 0 16 0 10160033 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11173] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11173/stat : 11173 (java) S 11156 11158 10754 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 10160179 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
[pid=11158/tid=11174] ppid=11156 vsize=1552052 CPUtime=0
/proc/11158/task/11174/stat : 11174 (java) S 11156 11158 10754 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 10160202 1589301248 356484 1992294400 134512640 134550932 4290144224 18446744073709551615 4294960144 0 4 0 16800975 18446604437826860352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 1552052

[startup+1017.9 s]
/proc/loadavg: 1.63 1.81 1.58 2/123 11203
/proc/meminfo: memFree=368484/2059040 swapFree=4136460/4192956
[pid=11158] ppid=11156 vsize=0 CPUtime=1802.11
/proc/11158/stat : 11158 (java) Z 11156 11158 10754 0 -1 4203548 731907 0 1 0 179656 555 0 0 18 0 2 0 10156397 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11158/statm: 0 0 0 0 0 0 0
[pid=11158/tid=11163] ppid=11156 vsize=0 CPUtime=193.87
/proc/11158/task/11163/stat : 11163 (java) R 11156 11158 10754 0 -1 4203588 344482 0 0 0 19235 152 0 0 25 0 2 0 10156402 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1017.95
CPU time (s): 1802.17
CPU user time (s): 1796.56
CPU system time (s): 5.61115
CPU usage (%): 177.039
Max. virtual memory (cumulated for all children) (KiB): 1577664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.56
system time used= 5.61115
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 731907
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= 40373
involuntary context switches= 52469

runsolver used 3.84142 second user time and 11.4813 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-12 14:25:24
IDJOB=2662117
IDBENCH=1505
IDSOLVER=1166
FILE ID=node001/2662117-1276345521
PBS_JOBID= 11173188
Free space on /tmp= 62348 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos9.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662117-1276345521/watcher-2662117-1276345521 -o /tmp/evaluation-result-2662117-1276345521/solver-2662117-1276345521 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662117-1276345521.opb

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

MD5SUM BENCH= 9b565ffd2f62b11d1859d685ea38235b
RANDOM SEED=1774827570

node001.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1793528 kB
Buffers:         27532 kB
Cached:         163496 kB
SwapCached:      16736 kB
Active:         153788 kB
Inactive:        56856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1793528 kB
SwapTotal:     4192956 kB
SwapFree:      4136460 kB
Dirty:           44492 kB
Writeback:           0 kB
AnonPages:       10740 kB
Mapped:           9252 kB
Slab:            33024 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182324 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62348 MiB
End job on node001 at 2010-06-12 14:42:22