Trace number 3190400

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 core 2.3.0 SNAPSHOT 2011-02-06UNSAT 4.71628 3.80099

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v50-c1065-S433637520-048.UNKNOWN.cnf
MD5SUM63c27e328029fd4b3a3f3ab8a494055c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.147976
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses1065
Sum of the clauses size5325
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51065
Number of clauses of size over 50

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c no version file found!!!
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.18-164.el5
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		6997539544
0.05/0.07	c Max memory 		7034241024
0.05/0.07	c Total memory 		7034241024
0.05/0.07	c Number of processors 	8
0.05/0.09	c --- Begin Solver configuration ---
0.05/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.05/0.09	c Learn all clauses as in MiniSAT
0.05/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.05/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.05/0.09	c Expensive reason simplification
0.05/0.09	c Armin Biere (Picosat) restarts strategy
0.05/0.09	c Glucose learned constraints deletion strategy
0.05/0.09	c timeout=2147483647s
0.05/0.09	c DB Simplification allowed=true
0.05/0.09	c --- End Solver configuration ---
0.05/0.09	c solving HOME/instance-3190400-1307633286.cnf
0.05/0.09	c reading problem ... 
0.10/0.11	c ... done. Wall clock time 0.018s.
0.10/0.11	c #vars     50
0.10/0.11	c #constraints  1065
0.10/0.11	c constraints type 
0.10/0.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
0.77/0.56	c cleaning 2500 clauses out of 5001 with flag 5001/5001
1.39/0.95	c cleaning 4251 clauses out of 8501 with flag 11001/11001
1.89/1.44	c cleaning 5623 clauses out of 11250 with flag 18001/18001
2.61/2.11	c cleaning 6806 clauses out of 13626 with flag 26000/26000
3.52/2.97	c cleaning 7910 clauses out of 15820 with flag 35000/35000
4.40/3.59	c cleaning 2034 clauses out of 4070 with flag 45000/45000
4.60/3.79	c starts		: 230
4.60/3.79	c conflicts		: 50309
4.60/3.79	c decisions		: 56351
4.60/3.79	c propagations		: 530339
4.60/3.79	c inspects		: 52864660
4.60/3.79	c shortcuts		: 0
4.60/3.79	c learnt literals	: 13
4.60/3.79	c learnt binary clauses	: 90
4.60/3.79	c learnt ternary clauses	: 357
4.60/3.79	c learnt constraints	: 50295
4.60/3.79	c ignored constraints	: 0
4.60/3.79	c root simplifications	: 242
4.60/3.79	c removed literals (reason simplification)	: 181506
4.60/3.79	c reason swapping (by a shorter reason)	: 0
4.60/3.79	c Calls to reduceDB	: 6
4.60/3.79	c speed (assignments/second)	: 143918.3175033921
4.60/3.79	c non guided choices	20
4.60/3.79	c learnt constraints type 
4.60/3.79	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
4.60/3.79	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 628
4.60/3.79	c constraints type 
4.60/3.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
4.60/3.79	s UNSATISFIABLE
4.60/3.79	c Total wall clock time (in seconds) : 3.703

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3190400-1307633286/watcher-3190400-1307633286 -o /tmp/evaluation-result-3190400-1307633286/solver-3190400-1307633286 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190400-1307633286.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 5326
/proc/meminfo: memFree=32591080/32951124 swapFree=67062492/67111528
[pid=5326] ppid=5324 vsize=30528 CPUtime=0 cores=5,7
/proc/5326/stat : 5326 (java) S 5324 5326 5237 0 -1 4202496 1248 0 0 0 0 0 0 0 21 0 2 0 855744558 31260672 966 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828039141 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/5326/statm: 7632 966 739 9 0 383 0
[pid=5326/tid=5327] ppid=5324 vsize=30540 CPUtime=0 cores=5,7
/proc/5326/task/5327/stat : 5327 (java) R 5324 5326 5237 0 -1 4202560 134 0 0 0 0 0 0 0 22 0 2 0 855744558 31272960 968 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220816236347 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0624751 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 5326
/proc/meminfo: memFree=32591080/32951124 swapFree=67062492/67111528
[pid=5326] ppid=5324 vsize=7569940 CPUtime=0.05 cores=5,7
/proc/5326/stat : 5326 (java) S 5324 5326 5237 0 -1 4202496 9314 0 1 0 5 0 0 0 21 0 18 0 855744558 7751618560 9009 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5326/statm: 1892485 9009 1740 9 0 1883223 0
[pid=5326/tid=5327] ppid=5324 vsize=7569940 CPUtime=0.04 cores=5,7
/proc/5326/task/5327/stat : 5327 (java) R 5324 5326 5237 0 -1 4202560 8139 0 1 0 4 0 0 0 25 0 18 0 855744558 7751618560 9009 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 47814923563528 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569940

[startup+0.100502 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 5326
/proc/meminfo: memFree=32591080/32951124 swapFree=67062492/67111528
[pid=5326] ppid=5324 vsize=7636804 CPUtime=0.1 cores=5,7
/proc/5326/stat : 5326 (java) S 5324 5326 5237 0 -1 4202496 10524 0 1 0 9 1 0 0 21 0 18 0 855744558 7820087296 10219 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5326/statm: 1909201 10220 2094 9 0 1899939 0
[pid=5326/tid=5327] ppid=5324 vsize=7636804 CPUtime=0.08 cores=5,7
/proc/5326/task/5327/stat : 5327 (java) R 5324 5326 5237 0 -1 4202560 8613 0 1 0 8 0 0 0 25 0 18 0 855744558 7820087296 10220 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 47814924675923 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636804

[startup+0.300432 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 5326
/proc/meminfo: memFree=32591080/32951124 swapFree=67062492/67111528
[pid=5326] ppid=5324 vsize=7645404 CPUtime=0.49 cores=5,7
/proc/5326/stat : 5326 (java) S 5324 5326 5237 0 -1 4202496 13346 0 1 0 48 1 0 0 21 0 19 0 855744558 7828893696 12316 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5326/statm: 1911351 12317 2196 9 0 1902089 0
[pid=5326/tid=5327] ppid=5324 vsize=7645404 CPUtime=0.28 cores=5,7
/proc/5326/task/5327/stat : 5327 (java) R 5324 5326 5237 0 -1 4202560 8737 0 1 0 28 0 0 0 25 0 19 0 855744558 7828893696 12317 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 47814924675923 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 7645404

[startup+0.700363 s]
/proc/loadavg: 0.08 0.02 0.01 1/171 5326
/proc/meminfo: memFree=32591080/32951124 swapFree=67062492/67111528
[pid=5326] ppid=5324 vsize=7662544 CPUtime=1.15 cores=5,7
/proc/5326/stat : 5326 (java) S 5324 5326 5237 0 -1 4202496 20273 0 1 0 113 2 0 0 21 0 19 0 855744558 7846445056 17056 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5326/statm: 1915636 17056 2233 9 0 1906374 0
[pid=5326/tid=5327] ppid=5324 vsize=7662544 CPUtime=0.66 cores=5,7
/proc/5326/task/5327/stat : 5327 (java) R 5324 5326 5237 0 -1 4202560 8933 0 1 0 66 0 0 0 25 0 19 0 855744558 7846445056 17056 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 46912505531264 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 7662544

[startup+1.50121 s]
/proc/loadavg: 0.08 0.02 0.01 2/190 5347
/proc/meminfo: memFree=32533480/32951124 swapFree=67062492/67111528
[pid=5326] ppid=5324 vsize=7662544 CPUtime=2 cores=5,7
/proc/5326/stat : 5326 (java) S 5324 5326 5237 0 -1 4202496 20763 0 1 0 198 2 0 0 21 0 19 0 855744558 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5326/statm: 1915636 17544 2238 9 0 1906374 0
[pid=5326/tid=5327] ppid=5324 vsize=7662544 CPUtime=1.44 cores=5,7
/proc/5326/task/5327/stat : 5327 (java) R 5324 5326 5237 0 -1 4202560 8935 0 1 0 144 0 0 0 25 0 19 0 855744558 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 46912505531546 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5326/tid=5329] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5329/stat : 5329 (java) S 5324 5326 5237 0 -1 4202560 399 0 0 0 0 0 0 0 15 0 19 0 855744559 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5330] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5330/stat : 5330 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744559 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5331] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5331/stat : 5331 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744559 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5332] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5332/stat : 5332 (java) S 5324 5326 5237 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 855744559 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5333] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5333/stat : 5333 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744559 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5334] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5334/stat : 5334 (java) S 5324 5326 5237 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 19 0 855744559 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5335] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5335/stat : 5335 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744559 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5336] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5336/stat : 5336 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744559 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5337] ppid=5324 vsize=7662544 CPUtime=0.02 cores=5,7
/proc/5326/task/5337/stat : 5337 (java) S 5324 5326 5237 0 -1 4202560 471 0 0 0 2 0 0 0 16 0 19 0 855744560 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052992 0 0 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5338] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5338/stat : 5338 (java) S 5324 5326 5237 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 855744561 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5339] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5339/stat : 5339 (java) S 5324 5326 5237 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 855744561 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5340] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5340/stat : 5340 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744563 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828060081 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5341] ppid=5324 vsize=7662544 CPUtime=0.31 cores=5,7
/proc/5326/task/5341/stat : 5341 (java) S 5324 5326 5237 0 -1 4202560 6473 0 0 0 30 1 0 0 18 0 19 0 855744563 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5342] ppid=5324 vsize=7662544 CPUtime=0.19 cores=5,7
/proc/5326/task/5342/stat : 5342 (java) S 5324 5326 5237 0 -1 4202560 3309 0 0 0 19 0 0 0 16 0 19 0 855744563 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5343] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5343/stat : 5343 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744563 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5344] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5344/stat : 5344 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744563 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052992 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5345] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5345/stat : 5345 (java) S 5324 5326 5237 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855744569 7846445056 17544 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052992 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 7662544

[startup+3.10092 s]
/proc/loadavg: 0.15 0.03 0.01 4/213 5379
/proc/meminfo: memFree=32492116/32951124 swapFree=67062492/67111528
[pid=5326] ppid=5324 vsize=7662544 CPUtime=3.9 cores=5,7
/proc/5326/stat : 5326 (java) S 5324 5326 5237 0 -1 4202496 21156 0 1 0 388 2 0 0 21 0 19 0 855744558 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5326/statm: 1915636 17935 2242 9 0 1906374 0
[pid=5326/tid=5327] ppid=5324 vsize=7662544 CPUtime=2.95 cores=5,7
/proc/5326/task/5327/stat : 5327 (java) R 5324 5326 5237 0 -1 4202560 8944 0 1 0 295 0 0 0 18 0 19 0 855744558 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828062389 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5326/tid=5329] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5329/stat : 5329 (java) S 5324 5326 5237 0 -1 4202560 399 0 0 0 0 0 0 0 15 0 19 0 855744559 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5330] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5330/stat : 5330 (java) S 5324 5326 5237 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 855744559 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5331] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5331/stat : 5331 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744559 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5332] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5332/stat : 5332 (java) S 5324 5326 5237 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 855744559 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5333] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5333/stat : 5333 (java) S 5324 5326 5237 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 855744559 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5334] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5334/stat : 5334 (java) S 5324 5326 5237 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 855744559 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5335] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5335/stat : 5335 (java) S 5324 5326 5237 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 855744559 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5336] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5336/stat : 5336 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744559 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5337] ppid=5324 vsize=7662544 CPUtime=0.05 cores=5,7
/proc/5326/task/5337/stat : 5337 (java) S 5324 5326 5237 0 -1 4202560 526 0 0 0 5 0 0 0 16 0 19 0 855744560 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052992 0 0 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5338] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5338/stat : 5338 (java) S 5324 5326 5237 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 855744561 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5339] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5339/stat : 5339 (java) S 5324 5326 5237 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 855744561 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5340] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5340/stat : 5340 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744563 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828060081 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5341] ppid=5324 vsize=7662544 CPUtime=0.39 cores=5,7
/proc/5326/task/5341/stat : 5341 (java) R 5324 5326 5237 0 -1 4202560 6485 0 0 0 38 1 0 0 15 0 19 0 855744563 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 47814919633978 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5326/tid=5342] ppid=5324 vsize=7662544 CPUtime=0.47 cores=5,7
/proc/5326/task/5342/stat : 5342 (java) R 5324 5326 5237 0 -1 4202560 3578 0 0 0 47 0 0 0 16 0 19 0 855744563 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 47814922754912 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5326/tid=5343] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5343/stat : 5343 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744563 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5344] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5344/stat : 5344 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744563 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052992 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5345] ppid=5324 vsize=7662544 CPUtime=0 cores=5,7
/proc/5326/task/5345/stat : 5345 (java) S 5324 5326 5237 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855744569 7846445056 17935 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052992 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 7662544

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

[startup+3.50084 s]
/proc/loadavg: 0.15 0.03 0.01 3/213 5379
/proc/meminfo: memFree=32460496/32951124 swapFree=67062492/67111528
[pid=5326] ppid=5324 vsize=7666056 CPUtime=4.4 cores=5,7
/proc/5326/stat : 5326 (java) S 5324 5326 5237 0 -1 4202496 23112 0 1 0 438 2 0 0 21 0 19 0 855744558 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5326/statm: 1916514 19072 2242 9 0 1907252 0
[pid=5326/tid=5327] ppid=5324 vsize=7666056 CPUtime=3.29 cores=5,7
/proc/5326/task/5327/stat : 5327 (java) R 5324 5326 5237 0 -1 4202560 8944 0 1 0 329 0 0 0 19 0 19 0 855744558 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 46912505814978 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5326/tid=5329] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5329/stat : 5329 (java) S 5324 5326 5237 0 -1 4202560 399 0 0 0 0 0 0 0 15 0 19 0 855744559 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5330] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5330/stat : 5330 (java) S 5324 5326 5237 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 855744559 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5331] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5331/stat : 5331 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744559 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5332] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5332/stat : 5332 (java) S 5324 5326 5237 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 855744559 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5333] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5333/stat : 5333 (java) S 5324 5326 5237 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 855744559 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5334] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5334/stat : 5334 (java) S 5324 5326 5237 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 855744559 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5335] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5335/stat : 5335 (java) S 5324 5326 5237 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 855744559 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5336] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5336/stat : 5336 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744559 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5337] ppid=5324 vsize=7666056 CPUtime=0.05 cores=5,7
/proc/5326/task/5337/stat : 5337 (java) S 5324 5326 5237 0 -1 4202560 526 0 0 0 5 0 0 0 16 0 19 0 855744560 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052992 0 0 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5338] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5338/stat : 5338 (java) S 5324 5326 5237 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 855744561 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5339] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5339/stat : 5339 (java) S 5324 5326 5237 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 855744561 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5340] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5340/stat : 5340 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744563 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828060081 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5341] ppid=5324 vsize=7666056 CPUtime=0.49 cores=5,7
/proc/5326/task/5341/stat : 5341 (java) S 5324 5326 5237 0 -1 4202560 8061 0 0 0 48 1 0 0 15 0 19 0 855744563 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5342] ppid=5324 vsize=7666056 CPUtime=0.53 cores=5,7
/proc/5326/task/5342/stat : 5342 (java) S 5324 5326 5237 0 -1 4202560 3958 0 0 0 53 0 0 0 16 0 19 0 855744563 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5343] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5343/stat : 5343 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744563 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5344] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5344/stat : 5344 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744563 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052992 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5345] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5345/stat : 5345 (java) S 5324 5326 5237 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855744569 7850041344 19072 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052992 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 7666056

[startup+3.7008 s]
/proc/loadavg: 0.15 0.03 0.01 3/213 5379
/proc/meminfo: memFree=32460496/32951124 swapFree=67062492/67111528
[pid=5326] ppid=5324 vsize=7666056 CPUtime=4.6 cores=5,7
/proc/5326/stat : 5326 (java) S 5324 5326 5237 0 -1 4202496 23138 0 1 0 458 2 0 0 21 0 19 0 855744558 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5326/statm: 1916514 19097 2242 9 0 1907252 0
[pid=5326/tid=5327] ppid=5324 vsize=7666056 CPUtime=3.48 cores=5,7
/proc/5326/task/5327/stat : 5327 (java) R 5324 5326 5237 0 -1 4202560 8944 0 1 0 348 0 0 0 19 0 19 0 855744558 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 46912505516583 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5326/tid=5329] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5329/stat : 5329 (java) S 5324 5326 5237 0 -1 4202560 399 0 0 0 0 0 0 0 15 0 19 0 855744559 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5330] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5330/stat : 5330 (java) S 5324 5326 5237 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 855744559 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5331] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5331/stat : 5331 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744559 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5332] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5332/stat : 5332 (java) S 5324 5326 5237 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 855744559 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5333] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5333/stat : 5333 (java) S 5324 5326 5237 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 855744559 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5334] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5334/stat : 5334 (java) S 5324 5326 5237 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 855744559 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5335] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5335/stat : 5335 (java) S 5324 5326 5237 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 855744559 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5336] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5336/stat : 5336 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744559 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5337] ppid=5324 vsize=7666056 CPUtime=0.06 cores=5,7
/proc/5326/task/5337/stat : 5337 (java) S 5324 5326 5237 0 -1 4202560 549 0 0 0 6 0 0 0 15 0 19 0 855744560 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052992 0 0 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5338] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5338/stat : 5338 (java) S 5324 5326 5237 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 855744561 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5339] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5339/stat : 5339 (java) S 5324 5326 5237 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 855744561 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5340] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5340/stat : 5340 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744563 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828060081 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5341] ppid=5324 vsize=7666056 CPUtime=0.49 cores=5,7
/proc/5326/task/5341/stat : 5341 (java) S 5324 5326 5237 0 -1 4202560 8062 0 0 0 48 1 0 0 15 0 19 0 855744563 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 5 0 0 0
[pid=5326/tid=5342] ppid=5324 vsize=7666056 CPUtime=0.53 cores=5,7
/proc/5326/task/5342/stat : 5342 (java) S 5324 5326 5237 0 -1 4202560 3958 0 0 0 53 0 0 0 16 0 19 0 855744563 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5343] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5343/stat : 5343 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855744563 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052377 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5344] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5344/stat : 5344 (java) S 5324 5326 5237 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855744563 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052992 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
[pid=5326/tid=5345] ppid=5324 vsize=7666056 CPUtime=0 cores=5,7
/proc/5326/task/5345/stat : 5345 (java) S 5324 5326 5237 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855744569 7850041344 19097 33554432000 1073741824 1073778376 140736140892720 18446744073709551615 220828052992 0 4 0 16800975 18446604471130751040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 7666056

[startup+3.80078 s]
/proc/loadavg: 0.15 0.03 0.01 3/213 5379
/proc/meminfo: memFree=32460496/32951124 swapFree=67062492/67111528
[pid=5326] ppid=5324 vsize=0 CPUtime=4.71 cores=5,7
/proc/5326/stat : 5326 (java) R 5324 5326 5237 0 -1 4203524 23147 0 1 0 468 3 0 0 18 0 1 0 855744558 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5326/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 3.80099
CPU time (s): 4.71628
CPU user time (s): 4.68429
CPU system time (s): 0.031995
CPU usage (%): 124.08
Max. virtual memory (cumulated for all children) (KiB): 7666056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.68429
system time used= 0.031995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23147
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= 490
involuntary context switches= 271

runsolver used 0.006998 second user time and 0.018997 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-09 17:28:07
IDJOB=3190400
IDBENCH=82731
IDSOLVER=1611
FILE ID=node147/3190400-1307633286
RUNJOBID= node147-1307633277-5258
PBS_JOBID= 13549345
Free space on /tmp= 74068 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v50-c1065-S433637520-048.UNKNOWN.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190400-1307633286/watcher-3190400-1307633286 -o /tmp/evaluation-result-3190400-1307633286/solver-3190400-1307633286 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190400-1307633286.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 63c27e328029fd4b3a3f3ab8a494055c
RANDOM SEED=1826081283

node147.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.836
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.836
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.75
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.836
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.82
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.836
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.75
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.836
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.82
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.836
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.76
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.836
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.82
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.836
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:      32591360 kB
Buffers:         37892 kB
Cached:         168792 kB
SwapCached:      10236 kB
Active:          87932 kB
Inactive:       136976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32591360 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:            3536 kB
Writeback:           0 kB
AnonPages:       16552 kB
Mapped:           9656 kB
Slab:            70912 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   158232 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= 74072 MiB
End job on node147 at 2011-06-09 17:28:10