Trace number 2663352

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.36 1361.35

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__256.opb
MD5SUM67e5d33b6c1c80f60eda5657eafffc90
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables1280998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint256
Maximum length of a constraint10497
Number of terms in the objective function 1280000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 43962832128
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 43962832128
Number of bits of the biggest sum of numbers36
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.21	c version 2.2.0.v20100531
0.08/0.21	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.21	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.21	c java.vm.version	11.2-b01
0.08/0.21	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.21	c sun.arch.data.model	32
0.08/0.21	c java.version		1.6.0_12
0.08/0.21	c os.name		Linux
0.08/0.21	c os.version		2.6.18-164.el5
0.08/0.21	c os.arch		i386
0.08/0.21	c Free memory 		1393557488
0.08/0.21	c Max memory 		1395916800
0.08/0.21	c Total memory 		1395916800
0.08/0.21	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2663352-1276692365.opb
0.25/0.21	c reading problem ... 
108.98/87.99	c ... done. Wall clock time 87.779s.
108.98/87.99	c #vars     1280998
108.98/87.99	c #constraints  7000
108.98/87.99	c constraints type 
108.98/87.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
108.98/87.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
108.98/87.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
108.98/87.99	c constraints type 
108.98/87.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
108.98/87.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
108.98/87.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1996
599.28/352.26	c cleaning 2556 clauses out of 5114 with flag 5114/5114

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-2663352-1276692365/watcher-2663352-1276692365 -o /tmp/evaluation-result-2663352-1276692365/solver-2663352-1276692365 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663352-1276692365.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.92 1.10 1.23 3/106 10597
/proc/meminfo: memFree=1777440/2059040 swapFree=4134608/4192956
[pid=10597] ppid=10595 vsize=1832 CPUtime=0
/proc/10597/stat : 10597 (java6) S 10595 10597 10300 0 -1 4194304 245 0 0 0 0 0 0 0 23 0 1 0 44823166 1875968 148 1992294400 134512640 134550932 4288975328 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/10597/statm: 458 148 111 10 0 63 0

[startup+0.0210431 s]
/proc/loadavg: 0.92 1.10 1.23 3/106 10597
/proc/meminfo: memFree=1777440/2059040 swapFree=4134608/4192956
[pid=10597] ppid=10595 vsize=13764 CPUtime=0
/proc/10597/stat : 10597 (java) S 10595 10597 10300 0 -1 4202496 1225 0 1 0 0 0 0 0 18 0 2 0 44823166 14094336 672 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10597/statm: 3441 672 339 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13764

[startup+0.102038 s]
/proc/loadavg: 0.92 1.10 1.23 3/106 10597
/proc/meminfo: memFree=1777440/2059040 swapFree=4134608/4192956
[pid=10597] ppid=10595 vsize=1524180 CPUtime=0.08
/proc/10597/stat : 10597 (java) S 10595 10597 10300 0 -1 4202496 3962 0 1 0 6 2 0 0 18 0 12 0 44823166 1560760320 3401 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10597/statm: 381045 3401 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300065 s]
/proc/loadavg: 0.92 1.10 1.23 3/106 10597
/proc/meminfo: memFree=1777440/2059040 swapFree=4134608/4192956
[pid=10597] ppid=10595 vsize=1526236 CPUtime=0.35
/proc/10597/stat : 10597 (java) S 10595 10597 10300 0 -1 4202496 19565 0 1 0 27 8 0 0 18 0 12 0 44823166 1562865664 19002 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10597/statm: 381559 19002 1350 10 0 378862 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526236

[startup+0.700058 s]
/proc/loadavg: 0.92 1.10 1.23 3/106 10597
/proc/meminfo: memFree=1777440/2059040 swapFree=4134608/4192956
[pid=10597] ppid=10595 vsize=1527764 CPUtime=1.06
/proc/10597/stat : 10597 (java) S 10595 10597 10300 0 -1 4202496 22777 0 1 0 96 10 0 0 18 0 12 0 44823166 1564430336 22214 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10597/statm: 381941 22216 1396 10 0 379244 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1527764

[startup+1.50005 s]
/proc/loadavg: 0.93 1.10 1.23 2/118 10609
/proc/meminfo: memFree=1670024/2059040 swapFree=4134608/4192956
[pid=10597] ppid=10595 vsize=1527764 CPUtime=1.98
/proc/10597/stat : 10597 (java) S 10595 10597 10300 0 -1 4202496 50795 0 1 0 176 22 0 0 18 0 12 0 44823166 1564430336 50231 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10597/statm: 381941 50231 1407 10 0 379244 0
[pid=10597/tid=10599] ppid=10595 vsize=1527764 CPUtime=1.34
/proc/10597/task/10599/stat : 10599 (java) R 10595 10597 10300 0 -1 4202560 31997 0 1 0 121 13 0 0 18 0 12 0 44823168 1564430336 50231 1992294400 134512640 134550932 4287815792 18446744073709551615 4109512074 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10597/tid=10600] ppid=10595 vsize=1527764 CPUtime=0.12
/proc/10597/task/10600/stat : 10600 (java) S 10595 10597 10300 0 -1 4202560 12538 0 0 0 8 4 0 0 18 0 12 0 44823169 1564430336 50231 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10601] ppid=10595 vsize=1527764 CPUtime=0.12
/proc/10597/task/10601/stat : 10601 (java) S 10595 10597 10300 0 -1 4202560 4212 0 0 0 10 2 0 0 18 0 12 0 44823169 1564430336 50231 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10602] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10602/stat : 10602 (java) S 10595 10597 10300 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 44823171 1564430336 50231 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10603] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10603/stat : 10603 (java) S 10595 10597 10300 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 44823171 1564430336 50231 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10604] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10604/stat : 10604 (java) S 10595 10597 10300 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44823172 1564430336 50231 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10605] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10605/stat : 10605 (java) S 10595 10597 10300 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44823176 1564430336 50231 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10606] ppid=10595 vsize=1527764 CPUtime=0.15
/proc/10597/task/10606/stat : 10606 (java) S 10595 10597 10300 0 -1 4202560 342 0 0 0 15 0 0 0 24 0 12 0 44823176 1564430336 50231 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10607] ppid=10595 vsize=1527764 CPUtime=0.21
/proc/10597/task/10607/stat : 10607 (java) S 10595 10597 10300 0 -1 4202560 635 0 0 0 21 0 0 0 24 0 12 0 44823176 1564430336 50231 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10608] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10608/stat : 10608 (java) S 10595 10597 10300 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44823176 1564430336 50231 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10609] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10609/stat : 10609 (java) S 10595 10597 10300 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44823176 1564430336 50231 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1527764

[startup+3.10002 s]
/proc/loadavg: 0.93 1.10 1.23 2/118 10609
/proc/meminfo: memFree=1581240/2059040 swapFree=4134608/4192956
[pid=10597] ppid=10595 vsize=1527764 CPUtime=3.73
/proc/10597/stat : 10597 (java) S 10595 10597 10300 0 -1 4202496 62912 0 1 0 346 27 0 0 18 0 12 0 44823166 1564430336 60130 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10597/statm: 381941 60130 1407 10 0 379244 0
[pid=10597/tid=10599] ppid=10595 vsize=1527764 CPUtime=2.78
/proc/10597/task/10599/stat : 10599 (java) R 10595 10597 10300 0 -1 4202560 31998 0 1 0 264 14 0 0 19 0 12 0 44823168 1564430336 60130 1992294400 134512640 134550932 4287815792 18446744073709551615 4109541450 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10597/tid=10600] ppid=10595 vsize=1527764 CPUtime=0.28
/proc/10597/task/10600/stat : 10600 (java) S 10595 10597 10300 0 -1 4202560 18934 0 0 0 20 8 0 0 18 0 12 0 44823169 1564430336 60130 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10601] ppid=10595 vsize=1527764 CPUtime=0.27
/proc/10597/task/10601/stat : 10601 (java) S 10595 10597 10300 0 -1 4202560 9932 0 0 0 23 4 0 0 18 0 12 0 44823169 1564430336 60130 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10602] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10602/stat : 10602 (java) S 10595 10597 10300 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 44823171 1564430336 60130 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10603] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10603/stat : 10603 (java) S 10595 10597 10300 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 44823171 1564430336 60130 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10604] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10604/stat : 10604 (java) S 10595 10597 10300 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44823172 1564430336 60130 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10605] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10605/stat : 10605 (java) S 10595 10597 10300 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44823176 1564430336 60130 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10606] ppid=10595 vsize=1527764 CPUtime=0.15
/proc/10597/task/10606/stat : 10606 (java) S 10595 10597 10300 0 -1 4202560 342 0 0 0 15 0 0 0 24 0 12 0 44823176 1564430336 60130 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10607] ppid=10595 vsize=1527764 CPUtime=0.21
/proc/10597/task/10607/stat : 10607 (java) S 10595 10597 10300 0 -1 4202560 635 0 0 0 21 0 0 0 24 0 12 0 44823176 1564430336 60130 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10608] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10608/stat : 10608 (java) S 10595 10597 10300 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44823176 1564430336 60130 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10609] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10609/stat : 10609 (java) S 10595 10597 10300 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44823176 1564430336 60130 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 1527764

[startup+6.30197 s]
/proc/loadavg: 0.93 1.10 1.23 2/118 10609
/proc/meminfo: memFree=1525688/2059040 swapFree=4134608/4192956
[pid=10597] ppid=10595 vsize=1527764 CPUtime=7.22
/proc/10597/stat : 10597 (java) S 10595 10597 10300 0 -1 4202496 75071 0 1 0 688 34 0 0 18 0 12 0 44823166 1564430336 69386 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10597/statm: 381941 69386 1407 10 0 379244 0
[pid=10597/tid=10599] ppid=10595 vsize=1527764 CPUtime=5.69
/proc/10597/task/10599/stat : 10599 (java) R 10595 10597 10300 0 -1 4202560 32002 0 1 0 554 15 0 0 23 0 12 0 44823168 1564430336 69386 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10597/tid=10600] ppid=10595 vsize=1527764 CPUtime=0.57
/proc/10597/task/10600/stat : 10600 (java) S 10595 10597 10300 0 -1 4202560 26931 0 0 0 46 11 0 0 18 0 12 0 44823169 1564430336 69386 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10601] ppid=10595 vsize=1527764 CPUtime=0.54
/proc/10597/task/10601/stat : 10601 (java) S 10595 10597 10300 0 -1 4202560 14090 0 0 0 49 5 0 0 18 0 12 0 44823169 1564430336 69386 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10602] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10602/stat : 10602 (java) S 10595 10597 10300 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 44823171 1564430336 69386 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10603] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10603/stat : 10603 (java) S 10595 10597 10300 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 44823171 1564430336 69386 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10604] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10604/stat : 10604 (java) S 10595 10597 10300 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44823172 1564430336 69386 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10605] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10605/stat : 10605 (java) S 10595 10597 10300 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44823176 1564430336 69386 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10606] ppid=10595 vsize=1527764 CPUtime=0.15
/proc/10597/task/10606/stat : 10606 (java) S 10595 10597 10300 0 -1 4202560 342 0 0 0 15 0 0 0 24 0 12 0 44823176 1564430336 69386 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10607] ppid=10595 vsize=1527764 CPUtime=0.21
/proc/10597/task/10607/stat : 10607 (java) S 10595 10597 10300 0 -1 4202560 635 0 0 0 21 0 0 0 18 0 12 0 44823176 1564430336 69386 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10608] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10608/stat : 10608 (java) S 10595 10597 10300 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44823176 1564430336 69386 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10609] ppid=10595 vsize=1527764 CPUtime=0
/proc/10597/task/10609/stat : 10609 (java) S 10595 10597 10300 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44823176 1564430336 69386 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 1527764

[startup+12.7019 s]
/proc/loadavg: 1.10 1.13 1.24 4/118 10609
/proc/meminfo: memFree=1363000/2059040 swapFree=4134608/4192956
[pid=10597] ppid=10595 vsize=1530332 CPUtime=16.85
/proc/10597/stat : 10597 (java) S 10595 10597 10300 0 -1 4202496 118989 0 1 0 1627 58 0 0 18 0 12 0 44823166 1567059968 109022 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10597/statm: 382583 109022 1423 10 0 379886 0
[pid=10597/tid=10599] ppid=10595 vsize=1530332 CPUtime=9.13
/proc/10597/task/10599/stat : 10599 (java) R 10595 10597 10300 0 -1 4202560 32035 0 1 0 897 16 0 0 16 0 12 0 44823168 1567059968 109022 1992294400 134512640 134550932 4287815792 18446744073709551615 4109662934 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10597/tid=10600] ppid=10595 vsize=1530332 CPUtime=3.49
/proc/10597/task/10600/stat : 10600 (java) S 10595 10597 10300 0 -1 4202560 50176 0 0 0 325 24 0 0 16 0 12 0 44823169 1567059968 109022 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10601] ppid=10595 vsize=1530332 CPUtime=3.46
/proc/10597/task/10601/stat : 10601 (java) S 10595 10597 10300 0 -1 4202560 34696 0 0 0 331 15 0 0 16 0 12 0 44823169 1567059968 109022 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10602] ppid=10595 vsize=1530332 CPUtime=0
/proc/10597/task/10602/stat : 10602 (java) S 10595 10597 10300 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 44823171 1567059968 109022 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10603] ppid=10595 vsize=1530332 CPUtime=0
/proc/10597/task/10603/stat : 10603 (java) S 10595 10597 10300 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 44823171 1567059968 109022 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10604] ppid=10595 vsize=1530332 CPUtime=0
/proc/10597/task/10604/stat : 10604 (java) S 10595 10597 10300 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44823172 1567059968 109022 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10605] ppid=10595 vsize=1530332 CPUtime=0
/proc/10597/task/10605/stat : 10605 (java) S 10595 10597 10300 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44823176 1567059968 109022 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10606] ppid=10595 vsize=1530332 CPUtime=0.23
/proc/10597/task/10606/stat : 10606 (java) S 10595 10597 10300 0 -1 4202560 347 0 0 0 23 0 0 0 17 0 12 0 44823176 1567059968 109022 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10607] ppid=10595 vsize=1530332 CPUtime=0.5
/proc/10597/task/10607/stat : 10607 (java) S 10595 10597 10300 0 -1 4202560 664 0 0 0 50 0 0 0 16 0 12 0 44823176 1567059968 109022 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10608] ppid=10595 vsize=1530332 CPUtime=0
/proc/10597/task/10608/stat : 10608 (java) S 10595 10597 10300 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44823176 1567059968 109022 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10609] ppid=10595 vsize=1530332 CPUtime=0
/proc/10597/task/10609/stat : 10609 (java) S 10595 10597 10300 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44823176 1567059968 109022 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.85
Current children cumulated vsize (KiB) 1530332

[startup+25.5017 s]
/proc/loadavg: 1.39 1.19 1.26 2/118 10609
/proc/meminfo: memFree=986536/2059040 swapFree=4134608/4192956
[pid=10597] ppid=10595 vsize=1530332 CPUtime=34.81
/proc/10597/stat : 10597 (java) S 10595 10597 10300 0 -1 4202496 218618 0 1 0 3377 104 0 0 18 0 12 0 44823166 1567059968 198785 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10597/statm: 382583 198785 1423 10 0 379886 0
[pid=10597/tid=10599] ppid=10595 vsize=1530332 CPUtime=16.29
/proc/10597/task/10599/stat : 10599 (java) R 10595 10597 10300 0 -1 4202560 32058 0 1 0 1611 18 0 0 16 0 12 0 44823168 1567059968 198785 1992294400 134512640 134550932 4287815792 18446744073709551615 4109653866 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10597/tid=10600] ppid=10595 vsize=1530332 CPUtime=8.85
/proc/10597/task/10600/stat : 10600 (java) S 10595 10597 10300 0 -1 4202560 95250 0 0 0 842 43 0 0 16 0 12 0 44823169 1567059968 198785 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10601] ppid=10595 vsize=1530332 CPUtime=8.89
/proc/10597/task/10601/stat : 10601 (java) S 10595 10597 10300 0 -1 4202560 89228 0 0 0 848 41 0 0 16 0 12 0 44823169 1567059968 198785 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10602] ppid=10595 vsize=1530332 CPUtime=0
/proc/10597/task/10602/stat : 10602 (java) S 10595 10597 10300 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 44823171 1567059968 198785 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10603] ppid=10595 vsize=1530332 CPUtime=0
/proc/10597/task/10603/stat : 10603 (java) S 10595 10597 10300 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 44823171 1567059968 198785 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10604] ppid=10595 vsize=1530332 CPUtime=0
/proc/10597/task/10604/stat : 10604 (java) S 10595 10597 10300 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44823172 1567059968 198785 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10605] ppid=10595 vsize=1530332 CPUtime=0
/proc/10597/task/10605/stat : 10605 (java) S 10595 10597 10300 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44823176 1567059968 198785 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10606] ppid=10595 vsize=1530332 CPUtime=0.23

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

Sending SIGKILL to -10597

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

[startup+1359.8 s]
/proc/loadavg: 1.22 1.18 1.29 2/123 10659
/proc/meminfo: memFree=359056/2059040 swapFree=4134608/4192956
[pid=10597] ppid=10595 vsize=1545224 CPUtime=1800.8
/proc/10597/stat : 10597 (java) S 10595 10597 10300 0 -1 4202496 2201011 0 1 0 178999 1081 0 0 18 0 16 0 44823166 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10597/statm: 386306 354636 1445 10 0 383609 0
[pid=10597/tid=10599] ppid=10595 vsize=1545224 CPUtime=59.32
/proc/10597/task/10599/stat : 10599 (java) S 10595 10597 10300 0 -1 4202560 32685 0 1 0 5907 25 0 0 15 0 16 0 44823168 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10600] ppid=10595 vsize=1545224 CPUtime=58.66
/proc/10597/task/10600/stat : 10600 (java) S 10595 10597 10300 0 -1 4202560 168932 0 0 0 5699 167 0 0 16 0 16 0 44823169 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10601] ppid=10595 vsize=1545224 CPUtime=58.75
/proc/10597/task/10601/stat : 10601 (java) S 10595 10597 10300 0 -1 4202560 177095 0 0 0 5698 177 0 0 16 0 16 0 44823169 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10602] ppid=10595 vsize=1545224 CPUtime=841.14
/proc/10597/task/10602/stat : 10602 (java) R 10595 10597 10300 0 -1 4202560 1815887 0 0 0 83425 689 0 0 18 0 16 0 44823171 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 103585199 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=10597/tid=10603] ppid=10595 vsize=1545224 CPUtime=0
/proc/10597/task/10603/stat : 10603 (java) S 10595 10597 10300 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 44823171 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10604] ppid=10595 vsize=1545224 CPUtime=0
/proc/10597/task/10604/stat : 10604 (java) S 10595 10597 10300 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 44823172 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10605] ppid=10595 vsize=1545224 CPUtime=0
/proc/10597/task/10605/stat : 10605 (java) S 10595 10597 10300 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 44823176 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10606] ppid=10595 vsize=1545224 CPUtime=1.87
/proc/10597/task/10606/stat : 10606 (java) S 10595 10597 10300 0 -1 4202560 1728 0 0 0 187 0 0 0 15 0 16 0 44823176 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10607] ppid=10595 vsize=1545224 CPUtime=1.71
/proc/10597/task/10607/stat : 10607 (java) S 10595 10597 10300 0 -1 4202560 2936 0 0 0 170 1 0 0 15 0 16 0 44823176 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10608] ppid=10595 vsize=1545224 CPUtime=0
/proc/10597/task/10608/stat : 10608 (java) S 10595 10597 10300 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44823176 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10609] ppid=10595 vsize=1545224 CPUtime=0
/proc/10597/task/10609/stat : 10609 (java) S 10595 10597 10300 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 16 0 44823176 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10612] ppid=10595 vsize=1545224 CPUtime=390.06
/proc/10597/task/10612/stat : 10612 (java) S 10595 10597 10300 0 -1 4202560 202 0 0 0 38995 11 0 0 18 0 16 0 44831966 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10613] ppid=10595 vsize=1545224 CPUtime=389.2
/proc/10597/task/10613/stat : 10613 (java) S 10595 10597 10300 0 -1 4202560 395 0 0 0 38915 5 0 0 18 0 16 0 44831966 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10614] ppid=10595 vsize=1545224 CPUtime=0
/proc/10597/task/10614/stat : 10614 (java) S 10595 10597 10300 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 44832286 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10615] ppid=10595 vsize=1545224 CPUtime=0
/proc/10597/task/10615/stat : 10615 (java) S 10595 10597 10300 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 44832330 1582309376 354636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (KiB) 1545224

[startup+1360.6 s]
/proc/loadavg: 1.22 1.18 1.29 2/123 10659
/proc/meminfo: memFree=351120/2059040 swapFree=4134608/4192956
[pid=10597] ppid=10595 vsize=1553224 CPUtime=1801.61
/proc/10597/stat : 10597 (java) S 10595 10597 10300 0 -1 4202496 2205012 0 1 0 179079 1082 0 0 18 0 16 0 44823166 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10597/statm: 388306 356636 1445 10 0 385609 0
[pid=10597/tid=10599] ppid=10595 vsize=1553224 CPUtime=59.32
/proc/10597/task/10599/stat : 10599 (java) S 10595 10597 10300 0 -1 4202560 32685 0 1 0 5907 25 0 0 15 0 16 0 44823168 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10600] ppid=10595 vsize=1553224 CPUtime=58.66
/proc/10597/task/10600/stat : 10600 (java) S 10595 10597 10300 0 -1 4202560 168932 0 0 0 5699 167 0 0 16 0 16 0 44823169 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10601] ppid=10595 vsize=1553224 CPUtime=58.75
/proc/10597/task/10601/stat : 10601 (java) S 10595 10597 10300 0 -1 4202560 177095 0 0 0 5698 177 0 0 16 0 16 0 44823169 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10602] ppid=10595 vsize=1553224 CPUtime=841.94
/proc/10597/task/10602/stat : 10602 (java) R 10595 10597 10300 0 -1 4202560 1819888 0 0 0 83504 690 0 0 19 0 16 0 44823171 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=10597/tid=10603] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10603/stat : 10603 (java) S 10595 10597 10300 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 44823171 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10604] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10604/stat : 10604 (java) S 10595 10597 10300 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 44823172 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10605] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10605/stat : 10605 (java) S 10595 10597 10300 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 44823176 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10606] ppid=10595 vsize=1553224 CPUtime=1.87
/proc/10597/task/10606/stat : 10606 (java) S 10595 10597 10300 0 -1 4202560 1728 0 0 0 187 0 0 0 15 0 16 0 44823176 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10607] ppid=10595 vsize=1553224 CPUtime=1.71
/proc/10597/task/10607/stat : 10607 (java) S 10595 10597 10300 0 -1 4202560 2936 0 0 0 170 1 0 0 15 0 16 0 44823176 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10608] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10608/stat : 10608 (java) S 10595 10597 10300 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44823176 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10609] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10609/stat : 10609 (java) S 10595 10597 10300 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 16 0 44823176 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10612] ppid=10595 vsize=1553224 CPUtime=390.06
/proc/10597/task/10612/stat : 10612 (java) S 10595 10597 10300 0 -1 4202560 202 0 0 0 38995 11 0 0 18 0 16 0 44831966 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10613] ppid=10595 vsize=1553224 CPUtime=389.2
/proc/10597/task/10613/stat : 10613 (java) S 10595 10597 10300 0 -1 4202560 395 0 0 0 38915 5 0 0 18 0 16 0 44831966 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10614] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10614/stat : 10614 (java) S 10595 10597 10300 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 44832286 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10615] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10615/stat : 10615 (java) S 10595 10597 10300 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 44832330 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1801.61
Current children cumulated vsize (KiB) 1553224

[startup+1361 s]
/proc/loadavg: 1.22 1.18 1.29 2/123 10659
/proc/meminfo: memFree=351120/2059040 swapFree=4134608/4192956
[pid=10597] ppid=10595 vsize=1553224 CPUtime=1802
/proc/10597/stat : 10597 (java) S 10595 10597 10300 0 -1 4202496 2205012 0 1 0 179118 1082 0 0 18 0 16 0 44823166 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10597/statm: 388306 356636 1445 10 0 385609 0
[pid=10597/tid=10599] ppid=10595 vsize=1553224 CPUtime=59.32
/proc/10597/task/10599/stat : 10599 (java) S 10595 10597 10300 0 -1 4202560 32685 0 1 0 5907 25 0 0 15 0 16 0 44823168 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10600] ppid=10595 vsize=1553224 CPUtime=58.66
/proc/10597/task/10600/stat : 10600 (java) S 10595 10597 10300 0 -1 4202560 168932 0 0 0 5699 167 0 0 16 0 16 0 44823169 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10601] ppid=10595 vsize=1553224 CPUtime=58.75
/proc/10597/task/10601/stat : 10601 (java) S 10595 10597 10300 0 -1 4202560 177095 0 0 0 5698 177 0 0 16 0 16 0 44823169 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10602] ppid=10595 vsize=1553224 CPUtime=842.33
/proc/10597/task/10602/stat : 10602 (java) R 10595 10597 10300 0 -1 4202560 1819888 0 0 0 83543 690 0 0 20 0 16 0 44823171 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 106157998 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=10597/tid=10603] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10603/stat : 10603 (java) S 10595 10597 10300 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 44823171 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10604] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10604/stat : 10604 (java) S 10595 10597 10300 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 44823172 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10605] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10605/stat : 10605 (java) S 10595 10597 10300 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 44823176 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10606] ppid=10595 vsize=1553224 CPUtime=1.87
/proc/10597/task/10606/stat : 10606 (java) S 10595 10597 10300 0 -1 4202560 1728 0 0 0 187 0 0 0 15 0 16 0 44823176 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10607] ppid=10595 vsize=1553224 CPUtime=1.71
/proc/10597/task/10607/stat : 10607 (java) S 10595 10597 10300 0 -1 4202560 2936 0 0 0 170 1 0 0 15 0 16 0 44823176 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10608] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10608/stat : 10608 (java) S 10595 10597 10300 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44823176 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10609] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10609/stat : 10609 (java) S 10595 10597 10300 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 16 0 44823176 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10612] ppid=10595 vsize=1553224 CPUtime=390.06
/proc/10597/task/10612/stat : 10612 (java) S 10595 10597 10300 0 -1 4202560 202 0 0 0 38995 11 0 0 18 0 16 0 44831966 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10613] ppid=10595 vsize=1553224 CPUtime=389.2
/proc/10597/task/10613/stat : 10613 (java) S 10595 10597 10300 0 -1 4202560 395 0 0 0 38915 5 0 0 18 0 16 0 44831966 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10614] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10614/stat : 10614 (java) S 10595 10597 10300 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 44832286 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10615] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10615/stat : 10615 (java) S 10595 10597 10300 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 44832330 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 1553224

[startup+1361.2 s]
/proc/loadavg: 1.22 1.18 1.29 2/123 10659
/proc/meminfo: memFree=351120/2059040 swapFree=4134608/4192956
[pid=10597] ppid=10595 vsize=1553224 CPUtime=1802.2
/proc/10597/stat : 10597 (java) S 10595 10597 10300 0 -1 4202496 2205012 0 1 0 179138 1082 0 0 18 0 16 0 44823166 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10597/statm: 388306 356636 1445 10 0 385609 0
[pid=10597/tid=10599] ppid=10595 vsize=1553224 CPUtime=59.32
/proc/10597/task/10599/stat : 10599 (java) S 10595 10597 10300 0 -1 4202560 32685 0 1 0 5907 25 0 0 15 0 16 0 44823168 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10600] ppid=10595 vsize=1553224 CPUtime=58.66
/proc/10597/task/10600/stat : 10600 (java) S 10595 10597 10300 0 -1 4202560 168932 0 0 0 5699 167 0 0 16 0 16 0 44823169 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10601] ppid=10595 vsize=1553224 CPUtime=58.75
/proc/10597/task/10601/stat : 10601 (java) S 10595 10597 10300 0 -1 4202560 177095 0 0 0 5698 177 0 0 16 0 16 0 44823169 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10602] ppid=10595 vsize=1553224 CPUtime=842.53
/proc/10597/task/10602/stat : 10602 (java) R 10595 10597 10300 0 -1 4202560 1819888 0 0 0 83563 690 0 0 21 0 16 0 44823171 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=10597/tid=10603] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10603/stat : 10603 (java) S 10595 10597 10300 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 44823171 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10604] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10604/stat : 10604 (java) S 10595 10597 10300 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 44823172 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10605] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10605/stat : 10605 (java) S 10595 10597 10300 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 44823176 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10606] ppid=10595 vsize=1553224 CPUtime=1.87
/proc/10597/task/10606/stat : 10606 (java) S 10595 10597 10300 0 -1 4202560 1728 0 0 0 187 0 0 0 15 0 16 0 44823176 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10607] ppid=10595 vsize=1553224 CPUtime=1.71
/proc/10597/task/10607/stat : 10607 (java) S 10595 10597 10300 0 -1 4202560 2936 0 0 0 170 1 0 0 15 0 16 0 44823176 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10608] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10608/stat : 10608 (java) S 10595 10597 10300 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 44823176 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10609] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10609/stat : 10609 (java) S 10595 10597 10300 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 16 0 44823176 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10612] ppid=10595 vsize=1553224 CPUtime=390.06
/proc/10597/task/10612/stat : 10612 (java) S 10595 10597 10300 0 -1 4202560 202 0 0 0 38995 11 0 0 18 0 16 0 44831966 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 1 0 0 0
[pid=10597/tid=10613] ppid=10595 vsize=1553224 CPUtime=389.2
/proc/10597/task/10613/stat : 10613 (java) S 10595 10597 10300 0 -1 4202560 395 0 0 0 38915 5 0 0 18 0 16 0 44831966 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10614] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10614/stat : 10614 (java) S 10595 10597 10300 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 44832286 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
[pid=10597/tid=10615] ppid=10595 vsize=1553224 CPUtime=0
/proc/10597/task/10615/stat : 10615 (java) S 10595 10597 10300 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 44832330 1590501376 356636 1992294400 134512640 134550932 4287815792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836220288 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1802.2
Current children cumulated vsize (KiB) 1553224

[startup+1361.3 s]
/proc/loadavg: 1.22 1.18 1.29 2/123 10659
/proc/meminfo: memFree=351120/2059040 swapFree=4134608/4192956
[pid=10597] ppid=10595 vsize=0 CPUtime=1802.3
/proc/10597/stat : 10597 (java) Z 10595 10597 10300 0 -1 4203548 2205012 0 1 0 179140 1090 0 0 18 0 2 0 44823166 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/10597/statm: 0 0 0 0 0 0 0
[pid=10597/tid=10602] ppid=10595 vsize=0 CPUtime=842.64
/proc/10597/task/10602/stat : 10602 (java) R 10595 10597 10300 0 -1 4203588 1819888 0 0 0 83566 698 0 0 21 0 2 0 44823171 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1802.3
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1361.35
CPU time (s): 1802.36
CPU user time (s): 1791.41
CPU system time (s): 10.9543
CPU usage (%): 132.395
Max. virtual memory (cumulated for all children) (KiB): 1563472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.41
system time used= 10.9543
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2205012
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= 40953
involuntary context switches= 48635

runsolver used 4.79427 second user time and 10.3154 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-16 14:46:08
IDJOB=2663352
IDBENCH=71892
IDSOLVER=1166
FILE ID=node017/2663352-1276692365
PBS_JOBID= 11172607
Free space on /tmp= 62480 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__256.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663352-1276692365/watcher-2663352-1276692365 -o /tmp/evaluation-result-2663352-1276692365/solver-2663352-1276692365 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663352-1276692365.opb

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

MD5SUM BENCH= 67e5d33b6c1c80f60eda5657eafffc90
RANDOM SEED=1188545720

node017.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.201
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.201
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.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1777464 kB
Buffers:         10056 kB
Cached:         175560 kB
SwapCached:      11648 kB
Active:          93740 kB
Inactive:       106436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1777464 kB
SwapTotal:     4192956 kB
SwapFree:      4134608 kB
Dirty:           61032 kB
Writeback:           0 kB
AnonPages:       13048 kB
Mapped:           9400 kB
Slab:            59156 kB
PageTables:       3960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184296 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= 62480 MiB
End job on node017 at 2010-06-16 15:08:49