Trace number 2701253

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26Wrong UNSAT 9.70352 5.53588

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/celar/
normalized-celar7-sub4_wcsp.wbo
MD5SUMd0b0b5ffd622ea62c2efad9dcf2f5ece
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark503448
Best CPU time to get the best result obtained on this benchmark1800.23
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables928
Total number of constraints357050
Number of soft constraints357028
Number of constraints which are clauses357028
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 55058437
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 28629521944
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100526
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.07	c java.vm.version	11.2-b01
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	32
0.01/0.07	c java.version		1.6.0_12
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.18-164.el5
0.01/0.07	c os.arch		i386
0.01/0.07	c Free memory 		1393557488
0.01/0.07	c Max memory 		1395916800
0.01/0.07	c Total memory 		1395916800
0.01/0.07	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization
0.12/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c Stops conflict analysis at the first Unique Implication Point
0.12/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c1ea29
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Armin Biere (Picosat) restarts strategy
0.12/0.10	c Glucose learned constraints deletion strategy
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-2701253-1278538324.wbo
0.12/0.10	c reading problem ... 
4.54/2.50	c ... done. Wall clock time 2.403s.
4.54/2.50	c #vars     357956
4.54/2.50	c #constraints  357073
4.54/2.50	c constraints type 
4.54/2.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
4.54/2.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 357050
4.54/2.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
9.62/5.46	c starts		: 3
9.62/5.46	c conflicts		: 588
9.62/5.46	c decisions		: 931107
9.62/5.47	c propagations		: 1031323
9.62/5.47	c inspects		: 1849167
9.62/5.47	c learnt literals	: 0
9.62/5.47	c learnt binary clauses	: 0
9.62/5.47	c learnt ternary clauses	: 0
9.62/5.47	c learnt clauses	: 587
9.62/5.47	c ignored clauses	: 0
9.62/5.47	c root simplifications	: 0
9.62/5.47	c removed literals (reason simplification)	: 0
9.62/5.47	c reason swapping (by a shorter reason)	: 0
9.62/5.47	c Calls to reduceDB	: 0
9.62/5.47	c number of reductions to clauses (during analyze)	: 0
9.62/5.47	c number of learned constraints concerned by reduction	: 0
9.62/5.47	c number of learning phase by resolution	: 0
9.62/5.47	c number of learning phase by cutting planes	: 0
9.62/5.47	c speed (assignments/second)	: 348184.6725185685
9.62/5.47	c non guided choices	860
9.62/5.47	c learnt constraints type 
9.62/5.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 587
9.62/5.47	c constraints type 
9.62/5.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 22
9.62/5.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 357050
9.62/5.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
9.62/5.47	s UNSATISFIABLE
9.62/5.47	c Total wall clock time (in seconds): 5.368

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-2701253-1278538324/watcher-2701253-1278538324 -o /tmp/evaluation-result-2701253-1278538324/solver-2701253-1278538324 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2701253-1278538324.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.33 2.19 2.04 3/196 22328
/proc/meminfo: memFree=29207972/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=13604 CPUtime=0
/proc/22328/stat : 22328 (java) S 22326 22328 20232 0 -1 4202496 1141 0 0 0 0 0 0 0 20 0 2 0 22046514 13930496 604 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/22328/statm: 3401 606 285 10 0 1207 0
[pid=22328/tid=22329] ppid=22326 vsize=13696 CPUtime=0
/proc/22328/task/22329/stat : 22329 (java) R 22326 22328 20232 0 -1 4202560 112 0 0 0 0 0 0 0 22 0 2 0 22046514 14024704 616 4089446400 134512640 134550932 4287840928 18446744073709551615 11318564 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0233439 s]
/proc/loadavg: 2.33 2.19 2.04 3/196 22328
/proc/meminfo: memFree=29207972/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=1526332 CPUtime=0.01
/proc/22328/stat : 22328 (java) S 22326 22328 20232 0 -1 4202496 3582 0 1 0 1 0 0 0 20 0 13 0 22046514 1562963968 3023 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/22328/statm: 381583 3024 1011 10 0 378893 0
[pid=22328/tid=22329] ppid=22326 vsize=1526332 CPUtime=0.01
/proc/22328/task/22329/stat : 22329 (java) R 22326 22328 20232 0 -1 4202560 2517 0 1 0 1 0 0 0 21 0 13 0 22046514 1562963968 3025 4089446400 134512640 134550932 4287840928 18446744073709551615 104106409 0 4 0 16784584 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1526332

[startup+0.100363 s]
/proc/loadavg: 2.33 2.19 2.04 3/196 22328
/proc/meminfo: memFree=29207972/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=1529872 CPUtime=0.12
/proc/22328/stat : 22328 (java) S 22326 22328 20232 0 -1 4202496 5210 0 1 0 11 1 0 0 20 0 18 0 22046514 1566588928 4647 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22328/statm: 382468 4647 1347 10 0 379770 0
[pid=22328/tid=22329] ppid=22326 vsize=1529872 CPUtime=0.08
/proc/22328/task/22329/stat : 22329 (java) R 22326 22328 20232 0 -1 4202560 3513 0 1 0 8 0 0 0 19 0 18 0 22046514 1566588928 4647 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529872

[startup+0.301326 s]
/proc/loadavg: 2.33 2.19 2.04 3/196 22328
/proc/meminfo: memFree=29207972/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=1531788 CPUtime=0.52
/proc/22328/stat : 22328 (java) S 22326 22328 20232 0 -1 4202496 7815 0 1 0 51 1 0 0 20 0 18 0 22046514 1568550912 7121 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22328/statm: 382947 7122 1403 10 0 380249 0
[pid=22328/tid=22329] ppid=22326 vsize=1531788 CPUtime=0.28
/proc/22328/task/22329/stat : 22329 (java) R 22326 22328 20232 0 -1 4202560 5321 0 1 0 28 0 0 0 19 0 18 0 22046514 1568550912 7122 4089446400 134512640 134550932 4287840928 18446744073709551615 4109524760 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 1531788

[startup+0.700257 s]
/proc/loadavg: 2.33 2.19 2.04 3/196 22328
/proc/meminfo: memFree=29207972/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=1532808 CPUtime=1.23
/proc/22328/stat : 22328 (java) S 22326 22328 20232 0 -1 4202496 39751 0 1 0 119 4 0 0 20 0 18 0 22046514 1569595392 38415 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22328/statm: 383202 38415 1420 10 0 380504 0
[pid=22328/tid=22329] ppid=22326 vsize=1532808 CPUtime=0.66
/proc/22328/task/22329/stat : 22329 (java) R 22326 22328 20232 0 -1 4202560 31730 0 1 0 63 3 0 0 19 0 18 0 22046514 1569595392 38415 4089446400 134512640 134550932 4287840928 18446744073709551615 4109454046 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 1532808

[startup+1.50116 s]
/proc/loadavg: 2.33 2.19 2.04 3/214 22346
/proc/meminfo: memFree=29021780/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=1532808 CPUtime=2.74
/proc/22328/stat : 22328 (java) S 22326 22328 20232 0 -1 4202496 59652 0 1 0 266 8 0 0 20 0 18 0 22046514 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22328/statm: 383202 57962 1420 10 0 380504 0
[pid=22328/tid=22329] ppid=22326 vsize=1532808 CPUtime=1.32
/proc/22328/task/22329/stat : 22329 (java) R 22326 22328 20232 0 -1 4202560 32015 0 1 0 129 3 0 0 19 0 18 0 22046514 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4109516756 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22328/tid=22331] ppid=22326 vsize=1532808 CPUtime=0.12
/proc/22328/task/22331/stat : 22331 (java) S 22326 22328 20232 0 -1 4202560 3031 0 0 0 12 0 0 0 16 0 18 0 22046515 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 0 0 0 0
[pid=22328/tid=22332] ppid=22326 vsize=1532808 CPUtime=0.11
/proc/22328/task/22332/stat : 22332 (java) S 22326 22328 20232 0 -1 4202560 2867 0 0 0 11 0 0 0 16 0 18 0 22046515 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 6 0 0 0
[pid=22328/tid=22333] ppid=22326 vsize=1532808 CPUtime=0.07
/proc/22328/task/22333/stat : 22333 (java) S 22326 22328 20232 0 -1 4202560 1557 0 0 0 7 0 0 0 16 0 18 0 22046515 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22334] ppid=22326 vsize=1532808 CPUtime=0.11
/proc/22328/task/22334/stat : 22334 (java) S 22326 22328 20232 0 -1 4202560 2192 0 0 0 11 0 0 0 16 0 18 0 22046515 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 2 0 0 0
[pid=22328/tid=22335] ppid=22326 vsize=1532808 CPUtime=0.09
/proc/22328/task/22335/stat : 22335 (java) S 22326 22328 20232 0 -1 4202560 2586 0 0 0 8 1 0 0 15 0 18 0 22046515 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 5 0 0 0
[pid=22328/tid=22336] ppid=22326 vsize=1532808 CPUtime=0.13
/proc/22328/task/22336/stat : 22336 (java) S 22326 22328 20232 0 -1 4202560 4282 0 0 0 13 0 0 0 16 0 18 0 22046515 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
[pid=22328/tid=22337] ppid=22326 vsize=1532808 CPUtime=0.09
/proc/22328/task/22337/stat : 22337 (java) S 22326 22328 20232 0 -1 4202560 3493 0 0 0 9 0 0 0 16 0 18 0 22046515 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 5 0 0 0
[pid=22328/tid=22338] ppid=22326 vsize=1532808 CPUtime=0.13
/proc/22328/task/22338/stat : 22338 (java) S 22326 22328 20232 0 -1 4202560 4382 0 0 0 13 0 0 0 16 0 18 0 22046515 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 7 0 0 0
[pid=22328/tid=22339] ppid=22326 vsize=1532808 CPUtime=0
/proc/22328/task/22339/stat : 22339 (java) S 22326 22328 20232 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 18 0 22046516 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 0 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22340] ppid=22326 vsize=1532808 CPUtime=0
/proc/22328/task/22340/stat : 22340 (java) S 22326 22328 20232 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 18 0 22046516 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22341] ppid=22326 vsize=1532808 CPUtime=0
/proc/22328/task/22341/stat : 22341 (java) S 22326 22328 20232 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 22046516 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22342] ppid=22326 vsize=1532808 CPUtime=0
/proc/22328/task/22342/stat : 22342 (java) S 22326 22328 20232 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 22046518 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22343] ppid=22326 vsize=1532808 CPUtime=0.24
/proc/22328/task/22343/stat : 22343 (java) S 22326 22328 20232 0 -1 4202560 1254 0 0 0 24 0 0 0 16 0 18 0 22046518 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22344] ppid=22326 vsize=1532808 CPUtime=0.23
/proc/22328/task/22344/stat : 22344 (java) S 22326 22328 20232 0 -1 4202560 914 0 0 0 23 0 0 0 16 0 18 0 22046518 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
[pid=22328/tid=22345] ppid=22326 vsize=1532808 CPUtime=0
/proc/22328/task/22345/stat : 22345 (java) S 22326 22328 20232 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 22046518 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
[pid=22328/tid=22346] ppid=22326 vsize=1532808 CPUtime=0
/proc/22328/task/22346/stat : 22346 (java) S 22326 22328 20232 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22046518 1569595392 57962 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1532808

[startup+3.10084 s]
/proc/loadavg: 2.33 2.19 2.04 3/214 22347
/proc/meminfo: memFree=28936344/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=1536268 CPUtime=5.88
/proc/22328/stat : 22328 (java) S 22326 22328 20232 0 -1 4202496 89254 0 1 0 573 15 0 0 20 0 19 0 22046514 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22328/statm: 384067 86141 1439 10 0 381369 0
[pid=22328/tid=22329] ppid=22326 vsize=1536268 CPUtime=2.68
/proc/22328/task/22329/stat : 22329 (java) R 22326 22328 20232 0 -1 4202560 32065 0 1 0 265 3 0 0 20 0 19 0 22046514 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4109186938 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22328/tid=22331] ppid=22326 vsize=1536268 CPUtime=0.3
/proc/22328/task/22331/stat : 22331 (java) S 22326 22328 20232 0 -1 4202560 6668 0 0 0 29 1 0 0 15 0 19 0 22046515 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
[pid=22328/tid=22332] ppid=22326 vsize=1536268 CPUtime=0.3
/proc/22328/task/22332/stat : 22332 (java) S 22326 22328 20232 0 -1 4202560 7134 0 0 0 30 0 0 0 15 0 19 0 22046515 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 6 0 0 0
[pid=22328/tid=22333] ppid=22326 vsize=1536268 CPUtime=0.26
/proc/22328/task/22333/stat : 22333 (java) S 22326 22328 20232 0 -1 4202560 5353 0 0 0 26 0 0 0 16 0 19 0 22046515 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22334] ppid=22326 vsize=1536268 CPUtime=0.27
/proc/22328/task/22334/stat : 22334 (java) S 22326 22328 20232 0 -1 4202560 5509 0 0 0 26 1 0 0 15 0 19 0 22046515 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 0 0 0 0
[pid=22328/tid=22335] ppid=22326 vsize=1536268 CPUtime=0.25
/proc/22328/task/22335/stat : 22335 (java) S 22326 22328 20232 0 -1 4202560 6321 0 0 0 24 1 0 0 15 0 19 0 22046515 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 7 0 0 0
[pid=22328/tid=22336] ppid=22326 vsize=1536268 CPUtime=0.3
/proc/22328/task/22336/stat : 22336 (java) S 22326 22328 20232 0 -1 4202560 8219 0 0 0 29 1 0 0 15 0 19 0 22046515 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 2 0 0 0
[pid=22328/tid=22337] ppid=22326 vsize=1536268 CPUtime=0.18
/proc/22328/task/22337/stat : 22337 (java) S 22326 22328 20232 0 -1 4202560 5424 0 0 0 18 0 0 0 15 0 19 0 22046515 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 5 0 0 0
[pid=22328/tid=22338] ppid=22326 vsize=1536268 CPUtime=0.32
/proc/22328/task/22338/stat : 22338 (java) S 22326 22328 20232 0 -1 4202560 8338 0 0 0 31 1 0 0 15 0 19 0 22046515 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 5 0 0 0
[pid=22328/tid=22339] ppid=22326 vsize=1536268 CPUtime=0
/proc/22328/task/22339/stat : 22339 (java) S 22326 22328 20232 0 -1 4202560 15 0 0 0 0 0 0 0 16 0 19 0 22046516 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 0 0 16800975 18446604471112206336 0 0 -1 7 0 0 0
[pid=22328/tid=22340] ppid=22326 vsize=1536268 CPUtime=0
/proc/22328/task/22340/stat : 22340 (java) S 22326 22328 20232 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 22046516 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22341] ppid=22326 vsize=1536268 CPUtime=0
/proc/22328/task/22341/stat : 22341 (java) S 22326 22328 20232 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 22046516 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22342] ppid=22326 vsize=1536268 CPUtime=0
/proc/22328/task/22342/stat : 22342 (java) S 22326 22328 20232 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 22046518 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22343] ppid=22326 vsize=1536268 CPUtime=0.39
/proc/22328/task/22343/stat : 22343 (java) S 22326 22328 20232 0 -1 4202560 1546 0 0 0 39 0 0 0 15 0 19 0 22046518 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
[pid=22328/tid=22344] ppid=22326 vsize=1536268 CPUtime=0.5
/proc/22328/task/22344/stat : 22344 (java) S 22326 22328 20232 0 -1 4202560 1593 0 0 0 50 0 0 0 15 0 19 0 22046518 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22345] ppid=22326 vsize=1536268 CPUtime=0
/proc/22328/task/22345/stat : 22345 (java) S 22326 22328 20232 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22046518 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
[pid=22328/tid=22346] ppid=22326 vsize=1536268 CPUtime=0
/proc/22328/task/22346/stat : 22346 (java) S 22326 22328 20232 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22046518 1573138432 86141 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 1536268

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

[startup+4.70157 s]
/proc/loadavg: 2.33 2.19 2.04 3/215 22348
/proc/meminfo: memFree=28866400/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=1536312 CPUtime=8.33
/proc/22328/stat : 22328 (java) S 22326 22328 20232 0 -1 4202496 90578 0 1 0 814 19 0 0 20 0 19 0 22046514 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22328/statm: 384078 86573 1446 10 0 381380 0
[pid=22328/tid=22329] ppid=22326 vsize=1536312 CPUtime=4.19
/proc/22328/task/22329/stat : 22329 (java) R 22326 22328 20232 0 -1 4202560 32101 0 1 0 416 3 0 0 22 0 19 0 22046514 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4110056491 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22328/tid=22331] ppid=22326 vsize=1536312 CPUtime=0.31
/proc/22328/task/22331/stat : 22331 (java) S 22326 22328 20232 0 -1 4202560 6693 0 0 0 30 1 0 0 15 0 19 0 22046515 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22332] ppid=22326 vsize=1536312 CPUtime=0.33
/proc/22328/task/22332/stat : 22332 (java) S 22326 22328 20232 0 -1 4202560 7168 0 0 0 32 1 0 0 15 0 19 0 22046515 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 6 0 0 0
[pid=22328/tid=22333] ppid=22326 vsize=1536312 CPUtime=0.3
/proc/22328/task/22333/stat : 22333 (java) S 22326 22328 20232 0 -1 4202560 5400 0 0 0 29 1 0 0 15 0 19 0 22046515 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 7 0 0 0
[pid=22328/tid=22334] ppid=22326 vsize=1536312 CPUtime=0.29
/proc/22328/task/22334/stat : 22334 (java) S 22326 22328 20232 0 -1 4202560 5526 0 0 0 28 1 0 0 15 0 19 0 22046515 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 2 0 0 0
[pid=22328/tid=22335] ppid=22326 vsize=1536312 CPUtime=0.28
/proc/22328/task/22335/stat : 22335 (java) S 22326 22328 20232 0 -1 4202560 6374 0 0 0 26 2 0 0 15 0 19 0 22046515 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
[pid=22328/tid=22336] ppid=22326 vsize=1536312 CPUtime=0.33
/proc/22328/task/22336/stat : 22336 (java) S 22326 22328 20232 0 -1 4202560 8279 0 0 0 31 2 0 0 15 0 19 0 22046515 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 0 0 0 0
[pid=22328/tid=22337] ppid=22326 vsize=1536312 CPUtime=0.21
/proc/22328/task/22337/stat : 22337 (java) S 22326 22328 20232 0 -1 4202560 5443 0 0 0 20 1 0 0 15 0 19 0 22046515 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22338] ppid=22326 vsize=1536312 CPUtime=0.35
/proc/22328/task/22338/stat : 22338 (java) S 22326 22328 20232 0 -1 4202560 8384 0 0 0 34 1 0 0 15 0 19 0 22046515 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 5 0 0 0
[pid=22328/tid=22339] ppid=22326 vsize=1536312 CPUtime=0
/proc/22328/task/22339/stat : 22339 (java) S 22326 22328 20232 0 -1 4202560 15 0 0 0 0 0 0 0 16 0 19 0 22046516 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 0 0 16800975 18446604471112206336 0 0 -1 7 0 0 0
[pid=22328/tid=22340] ppid=22326 vsize=1536312 CPUtime=0
/proc/22328/task/22340/stat : 22340 (java) S 22326 22328 20232 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 22046516 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22341] ppid=22326 vsize=1536312 CPUtime=0
/proc/22328/task/22341/stat : 22341 (java) S 22326 22328 20232 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 22046516 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22342] ppid=22326 vsize=1536312 CPUtime=0
/proc/22328/task/22342/stat : 22342 (java) S 22326 22328 20232 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 22046518 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22343] ppid=22326 vsize=1536312 CPUtime=0.69
/proc/22328/task/22343/stat : 22343 (java) S 22326 22328 20232 0 -1 4202560 1826 0 0 0 69 0 0 0 16 0 19 0 22046518 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
[pid=22328/tid=22344] ppid=22326 vsize=1536312 CPUtime=0.92
/proc/22328/task/22344/stat : 22344 (java) S 22326 22328 20232 0 -1 4202560 2300 0 0 0 92 0 0 0 15 0 19 0 22046518 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 0 0 0 0
[pid=22328/tid=22345] ppid=22326 vsize=1536312 CPUtime=0
/proc/22328/task/22345/stat : 22345 (java) S 22326 22328 20232 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22046518 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
[pid=22328/tid=22346] ppid=22326 vsize=1536312 CPUtime=0
/proc/22328/task/22346/stat : 22346 (java) S 22326 22328 20232 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22046518 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 4 0 0 0
[pid=22328/tid=22348] ppid=22326 vsize=1536312 CPUtime=0
/proc/22328/task/22348/stat : 22348 (java) S 22326 22328 20232 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22046821 1573183488 86573 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 1536312

[startup+5.10148 s]
/proc/loadavg: 2.33 2.19 2.04 3/215 22348
/proc/meminfo: memFree=28866400/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=1542772 CPUtime=8.97
/proc/22328/stat : 22328 (java) S 22326 22328 20232 0 -1 4202496 94184 0 1 0 876 21 0 0 20 0 19 0 22046514 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22328/statm: 385693 88147 1446 10 0 382995 0
[pid=22328/tid=22329] ppid=22326 vsize=1542772 CPUtime=4.58
/proc/22328/task/22329/stat : 22329 (java) R 22326 22328 20232 0 -1 4202560 32105 0 1 0 455 3 0 0 25 0 19 0 22046514 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4110054158 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22328/tid=22331] ppid=22326 vsize=1542772 CPUtime=0.33
/proc/22328/task/22331/stat : 22331 (java) S 22326 22328 20232 0 -1 4202560 6694 0 0 0 31 2 0 0 15 0 19 0 22046515 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22332] ppid=22326 vsize=1542772 CPUtime=0.34
/proc/22328/task/22332/stat : 22332 (java) S 22326 22328 20232 0 -1 4202560 7173 0 0 0 33 1 0 0 15 0 19 0 22046515 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 6 0 0 0
[pid=22328/tid=22333] ppid=22326 vsize=1542772 CPUtime=0.31
/proc/22328/task/22333/stat : 22333 (java) S 22326 22328 20232 0 -1 4202560 5404 0 0 0 30 1 0 0 15 0 19 0 22046515 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 7 0 0 0
[pid=22328/tid=22334] ppid=22326 vsize=1542772 CPUtime=0.3
/proc/22328/task/22334/stat : 22334 (java) S 22326 22328 20232 0 -1 4202560 5534 0 0 0 29 1 0 0 16 0 19 0 22046515 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 2 0 0 0
[pid=22328/tid=22335] ppid=22326 vsize=1542772 CPUtime=0.28
/proc/22328/task/22335/stat : 22335 (java) S 22326 22328 20232 0 -1 4202560 6377 0 0 0 26 2 0 0 15 0 19 0 22046515 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 7 0 0 0
[pid=22328/tid=22336] ppid=22326 vsize=1542772 CPUtime=0.33
/proc/22328/task/22336/stat : 22336 (java) S 22326 22328 20232 0 -1 4202560 8296 0 0 0 31 2 0 0 15 0 19 0 22046515 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 0 0 0 0
[pid=22328/tid=22337] ppid=22326 vsize=1542772 CPUtime=0.21
/proc/22328/task/22337/stat : 22337 (java) S 22326 22328 20232 0 -1 4202560 5452 0 0 0 20 1 0 0 15 0 19 0 22046515 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22338] ppid=22326 vsize=1542772 CPUtime=0.36
/proc/22328/task/22338/stat : 22338 (java) S 22326 22328 20232 0 -1 4202560 8408 0 0 0 34 2 0 0 16 0 19 0 22046515 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 5 0 0 0
[pid=22328/tid=22339] ppid=22326 vsize=1542772 CPUtime=0
/proc/22328/task/22339/stat : 22339 (java) S 22326 22328 20232 0 -1 4202560 15 0 0 0 0 0 0 0 16 0 19 0 22046516 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 0 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22340] ppid=22326 vsize=1542772 CPUtime=0
/proc/22328/task/22340/stat : 22340 (java) S 22326 22328 20232 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 22046516 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22341] ppid=22326 vsize=1542772 CPUtime=0
/proc/22328/task/22341/stat : 22341 (java) S 22326 22328 20232 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 22046516 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22342] ppid=22326 vsize=1542772 CPUtime=0
/proc/22328/task/22342/stat : 22342 (java) S 22326 22328 20232 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 22046518 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22343] ppid=22326 vsize=1542772 CPUtime=0.88
/proc/22328/task/22343/stat : 22343 (java) R 22326 22328 20232 0 -1 4202560 5357 0 0 0 88 0 0 0 16 0 19 0 22046518 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 104143074 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22328/tid=22344] ppid=22326 vsize=1542772 CPUtime=0.93
/proc/22328/task/22344/stat : 22344 (java) S 22326 22328 20232 0 -1 4202560 2300 0 0 0 93 0 0 0 15 0 19 0 22046518 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 0 0 0 0
[pid=22328/tid=22345] ppid=22326 vsize=1542772 CPUtime=0
/proc/22328/task/22345/stat : 22345 (java) S 22326 22328 20232 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22046518 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
[pid=22328/tid=22346] ppid=22326 vsize=1542772 CPUtime=0
/proc/22328/task/22346/stat : 22346 (java) S 22326 22328 20232 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22046518 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 4 0 0 0
[pid=22328/tid=22348] ppid=22326 vsize=1542772 CPUtime=0
/proc/22328/task/22348/stat : 22348 (java) S 22326 22328 20232 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22046821 1579798528 88147 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.97
Current children cumulated vsize (KiB) 1542772

[startup+5.50643 s]
/proc/loadavg: 2.30 2.18 2.04 3/215 22348
/proc/meminfo: memFree=28856728/32951124 swapFree=67111528/67111528
[pid=22328] ppid=22326 vsize=1545076 CPUtime=9.68
/proc/22328/stat : 22328 (java) S 22326 22328 20232 0 -1 4202496 96545 0 1 0 946 22 0 0 20 0 19 0 22046514 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22328/statm: 386269 88822 1447 10 0 383571 0
[pid=22328/tid=22329] ppid=22326 vsize=1545076 CPUtime=4.93
/proc/22328/task/22329/stat : 22329 (java) S 22326 22328 20232 0 -1 4202560 32113 0 1 0 490 3 0 0 25 0 19 0 22046514 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22331] ppid=22326 vsize=1545076 CPUtime=0.33
/proc/22328/task/22331/stat : 22331 (java) S 22326 22328 20232 0 -1 4202560 6715 0 0 0 31 2 0 0 15 0 19 0 22046515 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22332] ppid=22326 vsize=1545076 CPUtime=0.34
/proc/22328/task/22332/stat : 22332 (java) S 22326 22328 20232 0 -1 4202560 7176 0 0 0 33 1 0 0 15 0 19 0 22046515 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 0 0 0 0
[pid=22328/tid=22333] ppid=22326 vsize=1545076 CPUtime=0.31
/proc/22328/task/22333/stat : 22333 (java) S 22326 22328 20232 0 -1 4202560 5411 0 0 0 30 1 0 0 15 0 19 0 22046515 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 7 0 0 0
[pid=22328/tid=22334] ppid=22326 vsize=1545076 CPUtime=0.31
/proc/22328/task/22334/stat : 22334 (java) S 22326 22328 20232 0 -1 4202560 5537 0 0 0 30 1 0 0 15 0 19 0 22046515 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 2 0 0 0
[pid=22328/tid=22335] ppid=22326 vsize=1545076 CPUtime=0.28
/proc/22328/task/22335/stat : 22335 (java) S 22326 22328 20232 0 -1 4202560 6379 0 0 0 26 2 0 0 15 0 19 0 22046515 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
[pid=22328/tid=22336] ppid=22326 vsize=1545076 CPUtime=0.34
/proc/22328/task/22336/stat : 22336 (java) S 22326 22328 20232 0 -1 4202560 8303 0 0 0 32 2 0 0 15 0 19 0 22046515 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 6 0 0 0
[pid=22328/tid=22337] ppid=22326 vsize=1545076 CPUtime=0.21
/proc/22328/task/22337/stat : 22337 (java) S 22326 22328 20232 0 -1 4202560 5460 0 0 0 20 1 0 0 15 0 19 0 22046515 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22338] ppid=22326 vsize=1545076 CPUtime=0.37
/proc/22328/task/22338/stat : 22338 (java) S 22326 22328 20232 0 -1 4202560 8412 0 0 0 35 2 0 0 15 0 19 0 22046515 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 5 0 0 0
[pid=22328/tid=22339] ppid=22326 vsize=1545076 CPUtime=0
/proc/22328/task/22339/stat : 22339 (java) S 22326 22328 20232 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 22046516 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 0 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22340] ppid=22326 vsize=1545076 CPUtime=0
/proc/22328/task/22340/stat : 22340 (java) S 22326 22328 20232 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 22046516 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22341] ppid=22326 vsize=1545076 CPUtime=0
/proc/22328/task/22341/stat : 22341 (java) S 22326 22328 20232 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 22046516 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22342] ppid=22326 vsize=1545076 CPUtime=0
/proc/22328/task/22342/stat : 22342 (java) S 22326 22328 20232 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 22046518 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 1 0 0 0
[pid=22328/tid=22343] ppid=22326 vsize=1545076 CPUtime=1.09
/proc/22328/task/22343/stat : 22343 (java) S 22326 22328 20232 0 -1 4202560 6707 0 0 0 108 1 0 0 16 0 19 0 22046518 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
[pid=22328/tid=22344] ppid=22326 vsize=1545076 CPUtime=1.05
/proc/22328/task/22344/stat : 22344 (java) S 22326 22328 20232 0 -1 4202560 3241 0 0 0 105 0 0 0 16 0 19 0 22046518 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 0 0 0 0
[pid=22328/tid=22345] ppid=22326 vsize=1545076 CPUtime=0
/proc/22328/task/22345/stat : 22345 (java) S 22326 22328 20232 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 22046518 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
[pid=22328/tid=22346] ppid=22326 vsize=1545076 CPUtime=0
/proc/22328/task/22346/stat : 22346 (java) S 22326 22328 20232 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 22046518 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 4 0 0 0
[pid=22328/tid=22348] ppid=22326 vsize=1545076 CPUtime=0
/proc/22328/task/22348/stat : 22348 (java) S 22326 22328 20232 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22046821 1582157824 88822 4089446400 134512640 134550932 4287840928 18446744073709551615 4294960144 0 4 0 16800975 18446604471112206336 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.68
Current children cumulated vsize (KiB) 1545076

Child status: 20
Real time (s): 5.53588
CPU time (s): 9.70352
CPU user time (s): 9.46656
CPU system time (s): 0.236963
CPU usage (%): 175.284
Max. virtual memory (cumulated for all children) (KiB): 1545296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.46656
system time used= 0.236963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96549
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= 1906
involuntary context switches= 47862

runsolver used 0.012998 second user time and 0.026995 second system time

The end

Launcher Data

Begin job on node109 at 2010-07-07 23:32:05
IDJOB=2701253
IDBENCH=79549
IDSOLVER=1203
FILE ID=node109/2701253-1278538324
PBS_JOBID= 11239260
Free space on /tmp= 73760 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/celar/normalized-celar7-sub4_wcsp.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701253-1278538324/watcher-2701253-1278538324 -o /tmp/evaluation-result-2701253-1278538324/solver-2701253-1278538324 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2701253-1278538324.wbo

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

MD5SUM BENCH= d0b0b5ffd622ea62c2efad9dcf2f5ece
RANDOM SEED=1002119719

node109.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29208500 kB
Buffers:        144716 kB
Cached:        3332164 kB
SwapCached:          0 kB
Active:        2017328 kB
Inactive:      1579052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29208500 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10916 kB
Writeback:           0 kB
AnonPages:      120584 kB
Mapped:          20356 kB
Slab:            81468 kB
PageTables:       4872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1647808 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73760 MiB
End job on node109 at 2010-07-07 23:32:10