Trace number 2699622

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 Resolution 2.2.0 2010-05-26UNSAT 106.242 104.363

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/academics/
normalized-langford-3-11_wcsp.wbo
MD5SUM69dbc7406636817ba2a44752a9d60525
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark63.9493
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1089
Total number of constraints40843
Number of soft constraints40810
Number of constraints which are clauses40810
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint33
Top cost 1
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 40810
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 34
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.06	c version 2.2.0.v20100526
0.00/0.06	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.06	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.06	c java.vm.version	11.2-b01
0.00/0.06	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.06	c sun.arch.data.model	32
0.00/0.06	c java.version		1.6.0_12
0.00/0.06	c os.name		Linux
0.00/0.06	c os.version		2.6.18-164.el5
0.00/0.06	c os.arch		i386
0.00/0.06	c Free memory 		1393557488
0.00/0.06	c Max memory 		1395916800
0.00/0.06	c Total memory 		1395916800
0.00/0.06	c Number of processors 	8
0.06/0.09	c Pseudo Boolean Optimization
0.06/0.09	c --- Begin Solver configuration ---
0.06/0.09	c Stops conflict analysis at the first Unique Implication Point
0.06/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.06/0.09	c Learn all clauses as in MiniSAT
0.06/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.09	c Expensive reason simplification
0.06/0.09	c Armin Biere (Picosat) restarts strategy
0.06/0.09	c Glucose learned constraints deletion strategy
0.06/0.09	c timeout=2147483s
0.06/0.09	c DB Simplification allowed=false
0.06/0.09	c --- End Solver configuration ---
0.06/0.09	c solving HOME/instance-2699622-1278533798.wbo
0.06/0.09	c reading problem ... 
2.96/2.01	c ... done. Wall clock time 1.918s.
2.96/2.01	c #vars     41899
2.96/2.01	c #constraints  81686
2.96/2.01	c constraints type 
2.96/2.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33
2.96/2.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 40843
4.35/2.76	c cleaning 2485 clauses out of 4998 with flag 5000/5000
5.02/3.33	c cleaning 4235 clauses out of 8512 with flag 11000/11000
5.83/4.17	c cleaning 5617 clauses out of 11274 with flag 18000/18000
7.64/5.93	c cleaning 6793 clauses out of 13648 with flag 26000/26000
11.08/9.39	c cleaning 7889 clauses out of 15841 with flag 35000/35000
17.19/15.43	c cleaning 8955 clauses out of 17945 with flag 45000/45000
24.60/22.89	c cleaning 9986 clauses out of 19988 with flag 56001/56001
34.01/32.28	c cleaning 10993 clauses out of 22003 with flag 68002/68002
44.42/42.68	c cleaning 12000 clauses out of 24010 with flag 81003/81003
56.53/54.70	c cleaning 13001 clauses out of 26008 with flag 95001/95001
70.64/68.82	c cleaning 13995 clauses out of 28007 with flag 110002/110002
84.75/82.97	c cleaning 15003 clauses out of 30009 with flag 126000/126000
101.56/99.72	c cleaning 16003 clauses out of 32006 with flag 143000/143000
106.17/104.31	c starts		: 103
106.17/104.31	c conflicts		: 149032
106.17/104.31	c decisions		: 285826
106.17/104.31	c propagations		: 26804918
106.17/104.31	c inspects		: 1008451501
106.17/104.31	c learnt literals	: 46
106.17/104.31	c learnt binary clauses	: 330
106.17/104.31	c learnt ternary clauses	: 420
106.17/104.31	c learnt clauses	: 148985
106.17/104.31	c ignored clauses	: 0
106.17/104.31	c root simplifications	: 0
106.17/104.31	c removed literals (reason simplification)	: 2963740
106.17/104.31	c reason swapping (by a shorter reason)	: 0
106.17/104.31	c Calls to reduceDB	: 13
106.17/104.31	c number of reductions to clauses (during analyze)	: 0
106.17/104.31	c number of learned constraints concerned by reduction	: 0
106.17/104.31	c number of learning phase by resolution	: 0
106.17/104.31	c number of learning phase by cutting planes	: 0
106.17/104.31	c speed (assignments/second)	: 262025.2201878806
106.17/104.31	c non guided choices	2716
106.17/104.32	c learnt constraints type 
106.17/104.32	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 21700
106.17/104.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 330
106.17/104.32	c constraints type 
106.17/104.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 33
106.17/104.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 40843
106.17/104.32	s UNSATISFIABLE
106.17/104.32	c Total wall clock time (in seconds): 104.228

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-2699622-1278533798/watcher-2699622-1278533798 -o /tmp/evaluation-result-2699622-1278533798/solver-2699622-1278533798 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2699622-1278533798.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: 0.38 0.08 0.02 2/201 18721
/proc/meminfo: memFree=28959480/32951124 swapFree=67111528/67111528
[pid=18721] ppid=18719 vsize=13644 CPUtime=0
/proc/18721/stat : 18721 (java) S 18719 18721 18570 0 -1 4202496 1156 0 0 0 0 0 0 0 22 0 2 0 21592574 13971456 612 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/18721/statm: 3412 614 291 10 0 1207 0
[pid=18721/tid=18722] ppid=18719 vsize=13736 CPUtime=0
/proc/18721/task/18722/stat : 18722 (java) R 18719 18721 18570 0 -1 4202560 128 0 0 0 0 0 0 0 18 0 2 0 21592574 14065664 623 4089446400 134512640 134550932 4287944912 18446744073709551615 9807859 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.070591 s]
/proc/loadavg: 0.38 0.08 0.02 2/201 18721
/proc/meminfo: memFree=28959480/32951124 swapFree=67111528/67111528
[pid=18721] ppid=18719 vsize=1528848 CPUtime=0.06
/proc/18721/stat : 18721 (java) S 18719 18721 18570 0 -1 4202496 4641 0 1 0 5 1 0 0 22 0 18 0 21592574 1565540352 4079 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18721/statm: 382212 4079 1323 10 0 379514 0
[pid=18721/tid=18722] ppid=18719 vsize=1528848 CPUtime=0.05
/proc/18721/task/18722/stat : 18722 (java) R 18719 18721 18570 0 -1 4202560 3252 0 1 0 5 0 0 0 20 0 18 0 21592574 1565540352 4079 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1528848

[startup+0.100805 s]
/proc/loadavg: 0.38 0.08 0.02 2/201 18721
/proc/meminfo: memFree=28959480/32951124 swapFree=67111528/67111528
[pid=18721] ppid=18719 vsize=1529904 CPUtime=0.12
/proc/18721/stat : 18721 (java) S 18719 18721 18570 0 -1 4202496 5263 0 1 0 11 1 0 0 22 0 18 0 21592574 1566621696 4701 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18721/statm: 382476 4701 1348 10 0 379778 0
[pid=18721/tid=18722] ppid=18719 vsize=1529904 CPUtime=0.08
/proc/18721/task/18722/stat : 18722 (java) R 18719 18721 18570 0 -1 4202560 3561 0 1 0 8 0 0 0 20 0 18 0 21592574 1566621696 4701 4089446400 134512640 134550932 4287944912 18446744073709551615 4108974287 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529904

[startup+0.300743 s]
/proc/loadavg: 0.38 0.08 0.02 2/201 18721
/proc/meminfo: memFree=28959480/32951124 swapFree=67111528/67111528
[pid=18721] ppid=18719 vsize=1532192 CPUtime=0.51
/proc/18721/stat : 18721 (java) S 18719 18721 18570 0 -1 4202496 17184 0 1 0 48 3 0 0 22 0 18 0 21592574 1568964608 16524 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18721/statm: 383048 16530 1403 10 0 380350 0
[pid=18721/tid=18722] ppid=18719 vsize=1532192 CPUtime=0.28
/proc/18721/task/18722/stat : 18722 (java) R 18719 18721 18570 0 -1 4202560 14662 0 1 0 26 2 0 0 18 0 18 0 21592574 1568964608 16531 4089446400 134512640 134550932 4287944912 18446744073709551615 4109347056 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 1532192

[startup+0.70067 s]
/proc/loadavg: 0.38 0.08 0.02 2/201 18721
/proc/meminfo: memFree=28959480/32951124 swapFree=67111528/67111528
[pid=18721] ppid=18719 vsize=1532180 CPUtime=1.29
/proc/18721/stat : 18721 (java) S 18719 18721 18570 0 -1 4202496 45150 0 1 0 121 8 0 0 22 0 18 0 21592574 1568952320 44145 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18721/statm: 383045 44145 1425 10 0 380347 0
[pid=18721/tid=18722] ppid=18719 vsize=1532180 CPUtime=0.64
/proc/18721/task/18722/stat : 18722 (java) R 18719 18721 18570 0 -1 4202560 37383 0 1 0 60 4 0 0 18 0 18 0 21592574 1568952320 44145 4089446400 134512640 134550932 4287944912 18446744073709551615 4109263242 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 1532180

[startup+1.50152 s]
/proc/loadavg: 0.38 0.08 0.02 2/195 18757
/proc/meminfo: memFree=28919232/32951124 swapFree=67111528/67111528
[pid=18721] ppid=18719 vsize=1532180 CPUtime=2.37
/proc/18721/stat : 18721 (java) S 18719 18721 18570 0 -1 4202496 47626 0 1 0 227 10 0 0 22 0 18 0 21592574 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18721/statm: 383045 46558 1425 10 0 380347 0
[pid=18721/tid=18722] ppid=18719 vsize=1532180 CPUtime=1.38
/proc/18721/task/18722/stat : 18722 (java) R 18719 18721 18570 0 -1 4202560 37775 0 1 0 133 5 0 0 18 0 18 0 21592574 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 106834536 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18721/tid=18724] ppid=18719 vsize=1532180 CPUtime=0.05
/proc/18721/task/18724/stat : 18724 (java) S 18719 18721 18570 0 -1 4202560 782 0 0 0 5 0 0 0 15 0 18 0 21592575 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 7 0 0 0
[pid=18721/tid=18725] ppid=18719 vsize=1532180 CPUtime=0.05
/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18570 0 -1 4202560 826 0 0 0 5 0 0 0 15 0 18 0 21592575 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1532180 CPUtime=0.06
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18570 0 -1 4202560 920 0 0 0 6 0 0 0 15 0 18 0 21592575 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1532180 CPUtime=0.05
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18570 0 -1 4202560 776 0 0 0 5 0 0 0 15 0 18 0 21592575 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 0 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1532180 CPUtime=0.05
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18570 0 -1 4202560 948 0 0 0 5 0 0 0 15 0 18 0 21592575 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 6 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1532180 CPUtime=0.05
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18570 0 -1 4202560 1022 0 0 0 5 0 0 0 15 0 18 0 21592575 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 2 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1532180 CPUtime=0.05
/proc/18721/task/18730/stat : 18730 (java) S 18719 18721 18570 0 -1 4202560 887 0 0 0 5 0 0 0 15 0 18 0 21592575 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1532180 CPUtime=0.05
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18570 0 -1 4202560 761 0 0 0 5 0 0 0 15 0 18 0 21592575 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 3 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1532180 CPUtime=0
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18570 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 18 0 21592575 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1532180 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18570 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 18 0 21592576 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1532180 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18570 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 21592576 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18735] ppid=18719 vsize=1532180 CPUtime=0
/proc/18721/task/18735/stat : 18735 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 21592578 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18736] ppid=18719 vsize=1532180 CPUtime=0.2
/proc/18721/task/18736/stat : 18736 (java) S 18719 18721 18570 0 -1 4202560 739 0 0 0 20 0 0 0 15 0 18 0 21592578 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 0 0 0 0
[pid=18721/tid=18737] ppid=18719 vsize=1532180 CPUtime=0.26
/proc/18721/task/18737/stat : 18737 (java) S 18719 18721 18570 0 -1 4202560 1111 0 0 0 26 0 0 0 16 0 18 0 21592578 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18738] ppid=18719 vsize=1532180 CPUtime=0
/proc/18721/task/18738/stat : 18738 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 21592578 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 6 0 0 0
[pid=18721/tid=18739] ppid=18719 vsize=1532180 CPUtime=0
/proc/18721/task/18739/stat : 18739 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 21592578 1568952320 46558 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 1532180

[startup+3.10122 s]
/proc/loadavg: 0.38 0.08 0.02 4/195 18757
/proc/meminfo: memFree=28908816/32951124 swapFree=67111528/67111528
[pid=18721] ppid=18719 vsize=1535560 CPUtime=4.79
/proc/18721/stat : 18721 (java) S 18719 18721 18570 0 -1 4202496 51666 0 1 0 467 12 0 0 22 0 19 0 21592574 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18721/statm: 383890 49238 1447 10 0 381192 0
[pid=18721/tid=18722] ppid=18719 vsize=1535560 CPUtime=2.91
/proc/18721/task/18722/stat : 18722 (java) R 18719 18721 18570 0 -1 4202560 37832 0 1 0 286 5 0 0 18 0 19 0 21592574 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4109737872 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18721/tid=18724] ppid=18719 vsize=1535560 CPUtime=0.07
/proc/18721/task/18724/stat : 18724 (java) S 18719 18721 18570 0 -1 4202560 1040 0 0 0 7 0 0 0 15 0 19 0 21592575 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 7 0 0 0
[pid=18721/tid=18725] ppid=18719 vsize=1535560 CPUtime=0.06
/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18570 0 -1 4202560 1048 0 0 0 6 0 0 0 15 0 19 0 21592575 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1535560 CPUtime=0.08
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18570 0 -1 4202560 1163 0 0 0 8 0 0 0 15 0 19 0 21592575 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1535560 CPUtime=0.06
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18570 0 -1 4202560 1076 0 0 0 6 0 0 0 15 0 19 0 21592575 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 0 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1535560 CPUtime=0.06
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18570 0 -1 4202560 1180 0 0 0 6 0 0 0 15 0 19 0 21592575 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 6 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1535560 CPUtime=0.07
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18570 0 -1 4202560 1184 0 0 0 7 0 0 0 15 0 19 0 21592575 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 2 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1535560 CPUtime=0.07
/proc/18721/task/18730/stat : 18730 (java) S 18719 18721 18570 0 -1 4202560 1181 0 0 0 7 0 0 0 15 0 19 0 21592575 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1535560 CPUtime=0.07
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18570 0 -1 4202560 1063 0 0 0 7 0 0 0 15 0 19 0 21592575 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 3 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1535560 CPUtime=0.05
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18570 0 -1 4202560 158 0 0 0 4 1 0 0 15 0 19 0 21592575 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1535560 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18570 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 21592576 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1535560 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18570 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21592576 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18735] ppid=18719 vsize=1535560 CPUtime=0
/proc/18721/task/18735/stat : 18735 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 21592578 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18736] ppid=18719 vsize=1535560 CPUtime=0.56
/proc/18721/task/18736/stat : 18736 (java) S 18719 18721 18570 0 -1 4202560 1614 0 0 0 56 0 0 0 15 0 19 0 21592578 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 0 0 0 0
[pid=18721/tid=18737] ppid=18719 vsize=1535560 CPUtime=0.61
/proc/18721/task/18737/stat : 18737 (java) S 18719 18721 18570 0 -1 4202560 2061 0 0 0 61 0 0 0 15 0 19 0 21592578 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18738] ppid=18719 vsize=1535560 CPUtime=0
/proc/18721/task/18738/stat : 18738 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 21592578 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 6 0 0 0
[pid=18721/tid=18739] ppid=18719 vsize=1535560 CPUtime=0
/proc/18721/task/18739/stat : 18739 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 21592578 1572413440 49238 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 1535560

[startup+6.30062 s]
/proc/loadavg: 0.43 0.10 0.03 2/196 18758
/proc/meminfo: memFree=28900352/32951124 swapFree=67111528/67111528
[pid=18721] ppid=18719 vsize=1535076 CPUtime=8.07
/proc/18721/stat : 18721 (java) S 18719 18721 18570 0 -1 4202496 52370 0 1 0 794 13 0 0 22 0 19 0 21592574 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18721/statm: 383769 49810 1447 10 0 381071 0
[pid=18721/tid=18722] ppid=18719 vsize=1535076 CPUtime=5.96
/proc/18721/task/18722/stat : 18722 (java) R 18719 18721 18570 0 -1 4202560 37833 0 1 0 591 5 0 0 21 0 19 0 21592574 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4109725590 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18721/tid=18724] ppid=18719 vsize=1535076 CPUtime=0.07
/proc/18721/task/18724/stat : 18724 (java) S 18719 18721 18570 0 -1 4202560 1080 0 0 0 7 0 0 0 15 0 19 0 21592575 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 7 0 0 0
[pid=18721/tid=18725] ppid=18719 vsize=1535076 CPUtime=0.07
/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18570 0 -1 4202560 1077 0 0 0 7 0 0 0 15 0 19 0 21592575 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 3 0 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18570 0 -1 4202560 1182 0 0 0 8 0 0 0 15 0 19 0 21592575 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 0 0 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1535076 CPUtime=0.07
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18570 0 -1 4202560 1136 0 0 0 7 0 0 0 15 0 19 0 21592575 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1535076 CPUtime=0.07
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18570 0 -1 4202560 1218 0 0 0 7 0 0 0 15 0 19 0 21592575 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 6 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1535076 CPUtime=0.07
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18570 0 -1 4202560 1195 0 0 0 7 0 0 0 16 0 19 0 21592575 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 2 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18730/stat : 18730 (java) S 18719 18721 18570 0 -1 4202560 1235 0 0 0 7 1 0 0 15 0 19 0 21592575 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1535076 CPUtime=0.07
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18570 0 -1 4202560 1107 0 0 0 7 0 0 0 15 0 19 0 21592575 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 3 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1535076 CPUtime=0.19
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18570 0 -1 4202560 553 0 0 0 18 1 0 0 15 0 19 0 21592575 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18570 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 21592576 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18570 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21592576 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18735] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18735/stat : 18735 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 21592578 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18736] ppid=18719 vsize=1535076 CPUtime=0.58
/proc/18721/task/18736/stat : 18736 (java) S 18719 18721 18570 0 -1 4202560 1617 0 0 0 58 0 0 0 15 0 19 0 21592578 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 0 0 0 0
[pid=18721/tid=18737] ppid=18719 vsize=1535076 CPUtime=0.65
/proc/18721/task/18737/stat : 18737 (java) S 18719 18721 18570 0 -1 4202560 2071 0 0 0 65 0 0 0 15 0 19 0 21592578 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18738] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18738/stat : 18738 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 21592578 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 6 0 0 0
[pid=18721/tid=18739] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18739/stat : 18739 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 21592578 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 7 0 0 0
[pid=18721/tid=18758] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18758/stat : 18758 (java) S 18719 18721 18570 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 21592796 1571917824 49810 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 1535076

[startup+12.7014 s]
/proc/loadavg: 0.47 0.11 0.03 2/196 18758
/proc/meminfo: memFree=28900236/32951124 swapFree=67111528/67111528
[pid=18721] ppid=18719 vsize=1535076 CPUtime=14.49

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

/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18570 0 -1 4202560 1077 0 0 0 8 0 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 7 0 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18570 0 -1 4202560 1182 0 0 0 9 0 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18570 0 -1 4202560 1145 0 0 0 8 0 0 0 16 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18570 0 -1 4202560 1218 0 0 0 9 0 0 0 16 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 6 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18570 0 -1 4202560 1195 0 0 0 8 0 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 2 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18730/stat : 18730 (java) S 18719 18721 18570 0 -1 4202560 1236 0 0 0 8 1 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 3 0 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18570 0 -1 4202560 1107 0 0 0 9 0 0 0 16 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1535076 CPUtime=0.66
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18570 0 -1 4202560 916 0 0 0 65 1 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18570 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 21592576 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18570 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21592576 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18735] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18735/stat : 18735 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18736] ppid=18719 vsize=1535076 CPUtime=0.58
/proc/18721/task/18736/stat : 18736 (java) S 18719 18721 18570 0 -1 4202560 1617 0 0 0 58 0 0 0 15 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 0 0 0 0
[pid=18721/tid=18737] ppid=18719 vsize=1535076 CPUtime=0.66
/proc/18721/task/18737/stat : 18737 (java) S 18719 18721 18570 0 -1 4202560 2071 0 0 0 66 0 0 0 15 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18738] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18738/stat : 18738 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 6 0 0 0
[pid=18721/tid=18739] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18739/stat : 18739 (java) S 18719 18721 18570 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
[pid=18721/tid=18758] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18758/stat : 18758 (java) S 18719 18721 18570 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 21592796 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 104.18
Current children cumulated vsize (KiB) 1535076

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

[startup+103.101 s]
/proc/loadavg: 1.43 0.49 0.17 3/201 18998
/proc/meminfo: memFree=28813020/32951124 swapFree=67111528/67111528
[pid=18721] ppid=18719 vsize=1535076 CPUtime=104.97
/proc/18721/stat : 18721 (java) S 18719 18721 18570 0 -1 4202496 52758 0 1 0 10483 14 0 0 22 0 19 0 21592574 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18721/statm: 383769 50178 1447 10 0 381071 0
[pid=18721/tid=18722] ppid=18719 vsize=1535076 CPUtime=102.26
/proc/18721/task/18722/stat : 18722 (java) R 18719 18721 18570 0 -1 4202560 37842 0 1 0 10221 5 0 0 24 0 19 0 21592574 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4109768155 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18721/tid=18724] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18724/stat : 18724 (java) S 18719 18721 18570 0 -1 4202560 1080 0 0 0 8 0 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 7 0 0 0
[pid=18721/tid=18725] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18570 0 -1 4202560 1077 0 0 0 8 0 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 7 0 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18570 0 -1 4202560 1182 0 0 0 9 0 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18570 0 -1 4202560 1145 0 0 0 8 0 0 0 16 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18570 0 -1 4202560 1218 0 0 0 9 0 0 0 16 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 6 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18570 0 -1 4202560 1195 0 0 0 8 0 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 2 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18730/stat : 18730 (java) S 18719 18721 18570 0 -1 4202560 1236 0 0 0 8 1 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 3 0 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18570 0 -1 4202560 1107 0 0 0 9 0 0 0 16 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1535076 CPUtime=0.66
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18570 0 -1 4202560 916 0 0 0 65 1 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18570 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 21592576 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18570 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21592576 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18735] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18735/stat : 18735 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18736] ppid=18719 vsize=1535076 CPUtime=0.58
/proc/18721/task/18736/stat : 18736 (java) S 18719 18721 18570 0 -1 4202560 1617 0 0 0 58 0 0 0 15 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 0 0 0 0
[pid=18721/tid=18737] ppid=18719 vsize=1535076 CPUtime=0.66
/proc/18721/task/18737/stat : 18737 (java) S 18719 18721 18570 0 -1 4202560 2071 0 0 0 66 0 0 0 15 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18738] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18738/stat : 18738 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 6 0 0 0
[pid=18721/tid=18739] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18739/stat : 18739 (java) S 18719 18721 18570 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
[pid=18721/tid=18758] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18758/stat : 18758 (java) S 18719 18721 18570 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 21592796 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 104.97
Current children cumulated vsize (KiB) 1535076

[startup+103.901 s]
/proc/loadavg: 1.43 0.49 0.17 3/201 18998
/proc/meminfo: memFree=28812524/32951124 swapFree=67111528/67111528
[pid=18721] ppid=18719 vsize=1535076 CPUtime=105.77
/proc/18721/stat : 18721 (java) S 18719 18721 18570 0 -1 4202496 52758 0 1 0 10563 14 0 0 22 0 19 0 21592574 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18721/statm: 383769 50178 1447 10 0 381071 0
[pid=18721/tid=18722] ppid=18719 vsize=1535076 CPUtime=103.06
/proc/18721/task/18722/stat : 18722 (java) R 18719 18721 18570 0 -1 4202560 37842 0 1 0 10301 5 0 0 25 0 19 0 21592574 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4109673125 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18721/tid=18724] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18724/stat : 18724 (java) S 18719 18721 18570 0 -1 4202560 1080 0 0 0 8 0 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 7 0 0 0
[pid=18721/tid=18725] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18570 0 -1 4202560 1077 0 0 0 8 0 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 7 0 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18570 0 -1 4202560 1182 0 0 0 9 0 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18570 0 -1 4202560 1145 0 0 0 8 0 0 0 16 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18570 0 -1 4202560 1218 0 0 0 9 0 0 0 16 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 6 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18570 0 -1 4202560 1195 0 0 0 8 0 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 2 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18730/stat : 18730 (java) S 18719 18721 18570 0 -1 4202560 1236 0 0 0 8 1 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 3 0 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18570 0 -1 4202560 1107 0 0 0 9 0 0 0 16 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1535076 CPUtime=0.66
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18570 0 -1 4202560 916 0 0 0 65 1 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18570 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 21592576 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18570 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21592576 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18735] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18735/stat : 18735 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18736] ppid=18719 vsize=1535076 CPUtime=0.58
/proc/18721/task/18736/stat : 18736 (java) S 18719 18721 18570 0 -1 4202560 1617 0 0 0 58 0 0 0 15 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 0 0 0 0
[pid=18721/tid=18737] ppid=18719 vsize=1535076 CPUtime=0.66
/proc/18721/task/18737/stat : 18737 (java) S 18719 18721 18570 0 -1 4202560 2071 0 0 0 66 0 0 0 15 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18738] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18738/stat : 18738 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 6 0 0 0
[pid=18721/tid=18739] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18739/stat : 18739 (java) S 18719 18721 18570 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
[pid=18721/tid=18758] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18758/stat : 18758 (java) S 18719 18721 18570 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 21592796 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 105.77
Current children cumulated vsize (KiB) 1535076

[startup+104.301 s]
/proc/loadavg: 1.43 0.49 0.17 3/201 18998
/proc/meminfo: memFree=28812524/32951124 swapFree=67111528/67111528
[pid=18721] ppid=18719 vsize=1535076 CPUtime=106.17
/proc/18721/stat : 18721 (java) S 18719 18721 18570 0 -1 4202496 52758 0 1 0 10603 14 0 0 22 0 19 0 21592574 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/18721/statm: 383769 50178 1447 10 0 381071 0
[pid=18721/tid=18722] ppid=18719 vsize=1535076 CPUtime=103.47
/proc/18721/task/18722/stat : 18722 (java) R 18719 18721 18570 0 -1 4202560 37842 0 1 0 10342 5 0 0 25 0 19 0 21592574 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4109767696 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18721/tid=18724] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18724/stat : 18724 (java) S 18719 18721 18570 0 -1 4202560 1080 0 0 0 8 0 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 7 0 0 0
[pid=18721/tid=18725] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18725/stat : 18725 (java) S 18719 18721 18570 0 -1 4202560 1077 0 0 0 8 0 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 7 0 0 0
[pid=18721/tid=18726] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18726/stat : 18726 (java) S 18719 18721 18570 0 -1 4202560 1182 0 0 0 9 0 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18727] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18727/stat : 18727 (java) S 18719 18721 18570 0 -1 4202560 1145 0 0 0 8 0 0 0 16 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18728] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18728/stat : 18728 (java) S 18719 18721 18570 0 -1 4202560 1218 0 0 0 9 0 0 0 16 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 6 0 0 0
[pid=18721/tid=18729] ppid=18719 vsize=1535076 CPUtime=0.08
/proc/18721/task/18729/stat : 18729 (java) S 18719 18721 18570 0 -1 4202560 1195 0 0 0 8 0 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 2 0 0 0
[pid=18721/tid=18730] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18730/stat : 18730 (java) S 18719 18721 18570 0 -1 4202560 1236 0 0 0 8 1 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 3 0 0 0
[pid=18721/tid=18731] ppid=18719 vsize=1535076 CPUtime=0.09
/proc/18721/task/18731/stat : 18731 (java) S 18719 18721 18570 0 -1 4202560 1107 0 0 0 9 0 0 0 16 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
[pid=18721/tid=18732] ppid=18719 vsize=1535076 CPUtime=0.66
/proc/18721/task/18732/stat : 18732 (java) S 18719 18721 18570 0 -1 4202560 916 0 0 0 65 1 0 0 15 0 19 0 21592575 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 0 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18733] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18733/stat : 18733 (java) S 18719 18721 18570 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 19 0 21592576 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18734] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18734/stat : 18734 (java) S 18719 18721 18570 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21592576 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18735] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18735/stat : 18735 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 1 0 0 0
[pid=18721/tid=18736] ppid=18719 vsize=1535076 CPUtime=0.58
/proc/18721/task/18736/stat : 18736 (java) S 18719 18721 18570 0 -1 4202560 1617 0 0 0 58 0 0 0 15 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 0 0 0 0
[pid=18721/tid=18737] ppid=18719 vsize=1535076 CPUtime=0.66
/proc/18721/task/18737/stat : 18737 (java) S 18719 18721 18570 0 -1 4202560 2071 0 0 0 66 0 0 0 15 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 4 0 0 0
[pid=18721/tid=18738] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18738/stat : 18738 (java) S 18719 18721 18570 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 6 0 0 0
[pid=18721/tid=18739] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18739/stat : 18739 (java) S 18719 18721 18570 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 21592578 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
[pid=18721/tid=18758] ppid=18719 vsize=1535076 CPUtime=0
/proc/18721/task/18758/stat : 18758 (java) S 18719 18721 18570 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 21592796 1571917824 50178 4089446400 134512640 134550932 4287944912 18446744073709551615 4294960144 0 4 0 16800975 18446604467321342848 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 106.17
Current children cumulated vsize (KiB) 1535076

Child status: 20
Real time (s): 104.363
CPU time (s): 106.242
CPU user time (s): 106.082
CPU system time (s): 0.159975
CPU usage (%): 101.8
Max. virtual memory (cumulated for all children) (KiB): 1535560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.082
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52769
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= 4197
involuntary context switches= 5854

runsolver used 0.179972 second user time and 0.378942 second system time

The end

Launcher Data

Begin job on node135 at 2010-07-07 22:16:38
IDJOB=2699622
IDBENCH=79360
IDSOLVER=1202
FILE ID=node135/2699622-1278533798
PBS_JOBID= 11239207
Free space on /tmp= 73756 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/academics/normalized-langford-3-11_wcsp.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2699622-1278533798/watcher-2699622-1278533798 -o /tmp/evaluation-result-2699622-1278533798/solver-2699622-1278533798 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2699622-1278533798.wbo

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

MD5SUM BENCH= 69dbc7406636817ba2a44752a9d60525
RANDOM SEED=40583236

node135.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.839
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.67
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.839
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.76
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.839
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	: 7358.10
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.839
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.80
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.839
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.839
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.83
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.839
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.73
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.839
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28960000 kB
Buffers:        120536 kB
Cached:        3531916 kB
SwapCached:          0 kB
Active:        2046176 kB
Inactive:      1801864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28960000 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1844 kB
Writeback:           0 kB
AnonPages:      196316 kB
Mapped:          19932 kB
Slab:            79448 kB
PageTables:       5256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1645392 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73752 MiB
End job on node135 at 2010-07-07 22:18:23