Trace number 3190511

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 6.92795 5.72227

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S984689729-080.UNKNOWN.cnf
MD5SUM2738286f471006cf4ff1a420917473bb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.253961
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1065
Sum of the clauses size3195
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31065
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.05/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.06	c See www.sat4j.org for details.
0.05/0.08	c no version file found!!!
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		6997539544
0.05/0.08	c Max memory 		7034241024
0.05/0.08	c Total memory 		7034241024
0.05/0.08	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-3190511-1302600814.cnf
0.05/0.09	c reading problem ... 
0.10/0.10	c ... done. Wall clock time 0.017s.
0.10/0.10	c #vars     250
0.10/0.10	c #constraints  1065
0.10/0.10	c constraints type 
0.10/0.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
0.75/0.53	c cleaning 2499 clauses out of 5001 with flag 5001/5001
1.32/0.90	c cleaning 4250 clauses out of 8501 with flag 11000/11000
1.84/1.43	c cleaning 5621 clauses out of 11252 with flag 18001/18001
2.64/2.00	c cleaning 4382 clauses out of 8763 with flag 26002/26002
3.83/2.70	c cleaning 6686 clauses out of 13379 with flag 35000/35000
4.70/3.56	c cleaning 8343 clauses out of 16693 with flag 45000/45000
5.50/4.33	c cleaning 6790 clauses out of 13586 with flag 55001/55001
6.30/5.19	c cleaning 8396 clauses out of 16795 with flag 65000/65000
6.90/5.71	c starts		: 296
6.90/5.71	c conflicts		: 71720
6.90/5.71	c decisions		: 85341
6.90/5.71	c propagations		: 3150651
6.90/5.71	c inspects		: 73521034
6.90/5.71	c shortcuts		: 0
6.90/5.71	c learnt literals	: 17
6.90/5.71	c learnt binary clauses	: 97
6.90/5.71	c learnt ternary clauses	: 475
6.90/5.71	c learnt constraints	: 71702
6.90/5.71	c ignored constraints	: 0
6.90/5.71	c root simplifications	: 312
6.90/5.71	c removed literals (reason simplification)	: 372804
6.90/5.71	c reason swapping (by a shorter reason)	: 0
6.90/5.71	c Calls to reduceDB	: 8
6.90/5.71	c speed (assignments/second)	: 561513.2774906434
6.90/5.71	c non guided choices	28
6.90/5.71	c learnt constraints type 
6.90/5.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
6.90/5.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1854
6.90/5.71	c constraints type 
6.90/5.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1065
6.90/5.71	s UNSATISFIABLE
6.90/5.71	c Total wall clock time (in seconds) : 5.628

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3190511-1302600814/watcher-3190511-1302600814 -o /tmp/evaluation-result-3190511-1302600814/solver-3190511-1302600814 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190511-1302600814.cnf 

running on 2 cores: 1,3

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: 4.12 4.06 3.95 8/243 9192
/proc/meminfo: memFree=15250752/32950928 swapFree=67102716/67111528
[pid=9192] ppid=9190 vsize=31604 CPUtime=0 cores=1,3
/proc/9192/stat : 9192 (java) S 9190 9192 8386 0 -1 4202496 1288 0 0 0 0 0 0 0 25 0 2 0 371678427 32362496 1001 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/9192/statm: 7914 1007 777 9 0 386 0
[pid=9192/tid=9193] ppid=9190 vsize=33696 CPUtime=0 cores=1,3
/proc/9192/task/9193/stat : 9193 (java) R 9190 9192 8386 0 -1 4202560 186 0 0 0 0 0 0 0 25 0 2 0 371678427 34504704 1009 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239471771271 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.054918 s]
/proc/loadavg: 4.12 4.06 3.95 8/243 9192
/proc/meminfo: memFree=15250752/32950928 swapFree=67102716/67111528
[pid=9192] ppid=9190 vsize=7569784 CPUtime=0.05 cores=1,3
/proc/9192/stat : 9192 (java) S 9190 9192 8386 0 -1 4202496 9181 0 1 0 4 1 0 0 25 0 18 0 371678427 7751458816 8874 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9192/statm: 1892446 8874 1733 9 0 1883189 0
[pid=9192/tid=9193] ppid=9190 vsize=7569784 CPUtime=0.04 cores=1,3
/proc/9192/task/9193/stat : 9193 (java) R 9190 9192 8386 0 -1 4202560 8003 0 1 0 3 1 0 0 25 0 18 0 371678427 7751458816 8874 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 47911481272339 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569784

[startup+0.100923 s]
/proc/loadavg: 4.12 4.06 3.95 8/243 9192
/proc/meminfo: memFree=15250752/32950928 swapFree=67102716/67111528
[pid=9192] ppid=9190 vsize=7571176 CPUtime=0.1 cores=1,3
/proc/9192/stat : 9192 (java) S 9190 9192 8386 0 -1 4202496 10403 0 1 0 9 1 0 0 25 0 18 0 371678427 7752884224 10096 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9192/statm: 1892794 10096 2093 9 0 1883532 0
[pid=9192/tid=9193] ppid=9190 vsize=7571176 CPUtime=0.08 cores=1,3
/proc/9192/task/9193/stat : 9193 (java) R 9190 9192 8386 0 -1 4202560 8598 0 1 0 7 1 0 0 25 0 18 0 371678427 7752884224 10096 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 47911483370292 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7571176

[startup+0.300818 s]
/proc/loadavg: 4.12 4.06 3.95 8/243 9192
/proc/meminfo: memFree=15250752/32950928 swapFree=67102716/67111528
[pid=9192] ppid=9190 vsize=7577616 CPUtime=0.48 cores=1,3
/proc/9192/stat : 9192 (java) S 9190 9192 8386 0 -1 4202496 12831 0 1 0 47 1 0 0 25 0 19 0 371678427 7759478784 11672 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9192/statm: 1894404 11672 2196 9 0 1885142 0
[pid=9192/tid=9193] ppid=9190 vsize=7577616 CPUtime=0.28 cores=1,3
/proc/9192/task/9193/stat : 9193 (java) R 9190 9192 8386 0 -1 4202560 8719 0 1 0 27 1 0 0 25 0 19 0 371678427 7759478784 11672 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 46912505508072 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 7577616

[startup+0.700808 s]
/proc/loadavg: 4.12 4.06 3.95 8/243 9192
/proc/meminfo: memFree=15250752/32950928 swapFree=67102716/67111528
[pid=9192] ppid=9190 vsize=7587116 CPUtime=1.1 cores=1,3
/proc/9192/stat : 9192 (java) S 9190 9192 8386 0 -1 4202496 17283 0 1 0 108 2 0 0 25 0 19 0 371678427 7769206784 14503 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9192/statm: 1896779 14503 2236 9 0 1887517 0
[pid=9192/tid=9193] ppid=9190 vsize=7587116 CPUtime=0.67 cores=1,3
/proc/9192/task/9193/stat : 9193 (java) R 9190 9192 8386 0 -1 4202560 8888 0 1 0 66 1 0 0 25 0 19 0 371678427 7769206784 14503 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 46912505527629 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 7587116

[startup+1.50058 s]
/proc/loadavg: 4.12 4.06 3.95 5/262 9211
/proc/meminfo: memFree=15165308/32950928 swapFree=67102716/67111528
[pid=9192] ppid=9190 vsize=7590640 CPUtime=2.02 cores=1,3
/proc/9192/stat : 9192 (java) S 9190 9192 8386 0 -1 4202496 19400 0 1 0 200 2 0 0 25 0 19 0 371678427 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9192/statm: 1897660 15893 2242 9 0 1888398 0
[pid=9192/tid=9193] ppid=9190 vsize=7590640 CPUtime=1.45 cores=1,3
/proc/9192/task/9193/stat : 9193 (java) R 9190 9192 8386 0 -1 4202560 8897 0 1 0 144 1 0 0 25 0 19 0 371678427 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 46912505527020 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9192/tid=9195] ppid=9190 vsize=7590640 CPUtime=0 cores=1,3
/proc/9192/task/9195/stat : 9195 (java) S 9190 9192 8386 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 371678428 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9196] ppid=9190 vsize=7590640 CPUtime=0 cores=1,3
/proc/9192/task/9196/stat : 9196 (java) S 9190 9192 8386 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 371678428 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9197] ppid=9190 vsize=7590640 CPUtime=0 cores=1,3
/proc/9192/task/9197/stat : 9197 (java) S 9190 9192 8386 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 371678428 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9198] ppid=9190 vsize=7590640 CPUtime=0 cores=1,3
/proc/9192/task/9198/stat : 9198 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678428 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9199] ppid=9190 vsize=7590640 CPUtime=0 cores=1,3
/proc/9192/task/9199/stat : 9199 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678428 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9200] ppid=9190 vsize=7590640 CPUtime=0 cores=1,3
/proc/9192/task/9200/stat : 9200 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678428 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9201] ppid=9190 vsize=7590640 CPUtime=0 cores=1,3
/proc/9192/task/9201/stat : 9201 (java) S 9190 9192 8386 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371678428 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9202] ppid=9190 vsize=7590640 CPUtime=0 cores=1,3
/proc/9192/task/9202/stat : 9202 (java) S 9190 9192 8386 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 371678428 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9203] ppid=9190 vsize=7590640 CPUtime=0.02 cores=1,3
/proc/9192/task/9203/stat : 9203 (java) S 9190 9192 8386 0 -1 4202560 436 0 0 0 2 0 0 0 16 0 19 0 371678429 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488511488 0 0 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9204] ppid=9190 vsize=7590640 CPUtime=0 cores=1,3
/proc/9192/task/9204/stat : 9204 (java) S 9190 9192 8386 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371678430 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9205] ppid=9190 vsize=7590640 CPUtime=0 cores=1,3
/proc/9192/task/9205/stat : 9205 (java) S 9190 9192 8386 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 371678430 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9206] ppid=9190 vsize=7590640 CPUtime=0 cores=1,3
/proc/9192/task/9206/stat : 9206 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371678432 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488518577 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9207] ppid=9190 vsize=7590640 CPUtime=0.32 cores=1,3
/proc/9192/task/9207/stat : 9207 (java) R 9190 9192 8386 0 -1 4202560 6957 0 0 0 31 1 0 0 18 0 19 0 371678432 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 47911481755947 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9192/tid=9208] ppid=9190 vsize=7590640 CPUtime=0.21 cores=1,3
/proc/9192/task/9208/stat : 9208 (java) S 9190 9192 8386 0 -1 4202560 1541 0 0 0 21 0 0 0 16 0 19 0 371678432 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9209] ppid=9190 vsize=7590640 CPUtime=0 cores=1,3
/proc/9192/task/9209/stat : 9209 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371678432 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9210] ppid=9190 vsize=7590640 CPUtime=0 cores=1,3
/proc/9192/task/9210/stat : 9210 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678432 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488511488 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9211] ppid=9190 vsize=7590640 CPUtime=0 cores=1,3
/proc/9192/task/9211/stat : 9211 (java) S 9190 9192 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371678438 7772815360 15893 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488511488 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 7590640

[startup+3.10133 s]
/proc/loadavg: 4.27 4.09 3.96 7/262 9211
/proc/meminfo: memFree=15153900/32950928 swapFree=67102716/67111528
[pid=9192] ppid=9190 vsize=7598272 CPUtime=4.23 cores=1,3
/proc/9192/stat : 9192 (java) S 9190 9192 8386 0 -1 4202496 22052 0 1 0 420 3 0 0 25 0 19 0 371678427 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9192/statm: 1899568 17662 2242 9 0 1890306 0
[pid=9192/tid=9193] ppid=9190 vsize=7598272 CPUtime=3.01 cores=1,3
/proc/9192/task/9193/stat : 9193 (java) R 9190 9192 8386 0 -1 4202560 8899 0 1 0 300 1 0 0 25 0 19 0 371678427 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 46912505526937 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9192/tid=9195] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9195/stat : 9195 (java) S 9190 9192 8386 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 371678428 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9196] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9196/stat : 9196 (java) S 9190 9192 8386 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 371678428 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9197] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9197/stat : 9197 (java) S 9190 9192 8386 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 371678428 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9198] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9198/stat : 9198 (java) S 9190 9192 8386 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 371678428 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9199] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9199/stat : 9199 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678428 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9200] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9200/stat : 9200 (java) S 9190 9192 8386 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371678428 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9201] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9201/stat : 9201 (java) S 9190 9192 8386 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 371678428 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9202] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9202/stat : 9202 (java) S 9190 9192 8386 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 371678428 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9203] ppid=9190 vsize=7598272 CPUtime=0.05 cores=1,3
/proc/9192/task/9203/stat : 9203 (java) S 9190 9192 8386 0 -1 4202560 436 0 0 0 5 0 0 0 16 0 19 0 371678429 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488511488 0 0 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9204] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9204/stat : 9204 (java) S 9190 9192 8386 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371678430 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9205] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9205/stat : 9205 (java) S 9190 9192 8386 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 371678430 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9206] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9206/stat : 9206 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371678432 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488518577 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9207] ppid=9190 vsize=7598272 CPUtime=0.52 cores=1,3
/proc/9192/task/9207/stat : 9207 (java) S 9190 9192 8386 0 -1 4202560 7108 0 0 0 51 1 0 0 15 0 19 0 371678432 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9208] ppid=9190 vsize=7598272 CPUtime=0.61 cores=1,3
/proc/9192/task/9208/stat : 9208 (java) S 9190 9192 8386 0 -1 4202560 3979 0 0 0 61 0 0 0 16 0 19 0 371678432 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9209] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9209/stat : 9209 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371678432 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9210] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9210/stat : 9210 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678432 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488511488 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9211] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9211/stat : 9211 (java) S 9190 9192 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371678438 7780630528 17662 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488511488 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 7598272

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

[startup+4.70103 s]
/proc/loadavg: 4.27 4.09 3.96 5/262 9212
/proc/meminfo: memFree=15145592/32950928 swapFree=67102716/67111528
[pid=9192] ppid=9190 vsize=7598272 CPUtime=5.9 cores=1,3
/proc/9192/stat : 9192 (java) S 9190 9192 8386 0 -1 4202496 22252 0 1 0 587 3 0 0 25 0 19 0 371678427 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9192/statm: 1899568 17859 2242 9 0 1890306 0
[pid=9192/tid=9193] ppid=9190 vsize=7598272 CPUtime=4.59 cores=1,3
/proc/9192/task/9193/stat : 9193 (java) R 9190 9192 8386 0 -1 4202560 8902 0 1 0 458 1 0 0 25 0 19 0 371678427 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 46912505526970 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9192/tid=9195] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9195/stat : 9195 (java) S 9190 9192 8386 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 371678428 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9196] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9196/stat : 9196 (java) S 9190 9192 8386 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 371678428 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9197] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9197/stat : 9197 (java) S 9190 9192 8386 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 371678428 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9198] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9198/stat : 9198 (java) S 9190 9192 8386 0 -1 4202560 31 0 0 0 0 0 0 0 16 0 19 0 371678428 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9199] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9199/stat : 9199 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 371678428 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9200] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9200/stat : 9200 (java) S 9190 9192 8386 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371678428 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9201] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9201/stat : 9201 (java) S 9190 9192 8386 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 371678428 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9202] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9202/stat : 9202 (java) S 9190 9192 8386 0 -1 4202560 107 0 0 0 0 0 0 0 16 0 19 0 371678428 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9203] ppid=9190 vsize=7598272 CPUtime=0.07 cores=1,3
/proc/9192/task/9203/stat : 9203 (java) S 9190 9192 8386 0 -1 4202560 560 0 0 0 7 0 0 0 16 0 19 0 371678429 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488511488 0 0 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9204] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9204/stat : 9204 (java) S 9190 9192 8386 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371678430 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9205] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9205/stat : 9205 (java) S 9190 9192 8386 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 371678430 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9206] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9206/stat : 9206 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371678432 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488518577 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9207] ppid=9190 vsize=7598272 CPUtime=0.52 cores=1,3
/proc/9192/task/9207/stat : 9207 (java) S 9190 9192 8386 0 -1 4202560 7108 0 0 0 51 1 0 0 15 0 19 0 371678432 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9208] ppid=9190 vsize=7598272 CPUtime=0.68 cores=1,3
/proc/9192/task/9208/stat : 9208 (java) S 9190 9192 8386 0 -1 4202560 3993 0 0 0 68 0 0 0 16 0 19 0 371678432 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9209] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9209/stat : 9209 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371678432 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9210] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9210/stat : 9210 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678432 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488511488 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9211] ppid=9190 vsize=7598272 CPUtime=0 cores=1,3
/proc/9192/task/9211/stat : 9211 (java) S 9190 9192 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371678438 7780630528 17859 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488511488 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 7598272

[startup+5.50688 s]
/proc/loadavg: 4.27 4.09 3.96 6/262 9212
/proc/meminfo: memFree=15146004/32950928 swapFree=67102716/67111528
[pid=9192] ppid=9190 vsize=7592144 CPUtime=6.7 cores=1,3
/proc/9192/stat : 9192 (java) S 9190 9192 8386 0 -1 4202496 22256 0 1 0 667 3 0 0 25 0 19 0 371678427 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9192/statm: 1898036 16747 2242 9 0 1888774 0
[pid=9192/tid=9193] ppid=9190 vsize=7592144 CPUtime=5.38 cores=1,3
/proc/9192/task/9193/stat : 9193 (java) R 9190 9192 8386 0 -1 4202560 8903 0 1 0 537 1 0 0 25 0 19 0 371678427 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 46912505526816 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9192/tid=9195] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9195/stat : 9195 (java) S 9190 9192 8386 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9196] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9196/stat : 9196 (java) S 9190 9192 8386 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9197] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9197/stat : 9197 (java) S 9190 9192 8386 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9198] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9198/stat : 9198 (java) S 9190 9192 8386 0 -1 4202560 34 0 0 0 0 0 0 0 16 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9199] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9199/stat : 9199 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9200] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9200/stat : 9200 (java) S 9190 9192 8386 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9201] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9201/stat : 9201 (java) S 9190 9192 8386 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9202] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9202/stat : 9202 (java) S 9190 9192 8386 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9203] ppid=9190 vsize=7592144 CPUtime=0.08 cores=1,3
/proc/9192/task/9203/stat : 9203 (java) S 9190 9192 8386 0 -1 4202560 560 0 0 0 8 0 0 0 16 0 19 0 371678429 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488511488 0 0 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9204] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9204/stat : 9204 (java) S 9190 9192 8386 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371678430 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9205] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9205/stat : 9205 (java) S 9190 9192 8386 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 371678430 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9206] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9206/stat : 9206 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371678432 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488518577 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9207] ppid=9190 vsize=7592144 CPUtime=0.52 cores=1,3
/proc/9192/task/9207/stat : 9207 (java) S 9190 9192 8386 0 -1 4202560 7108 0 0 0 51 1 0 0 15 0 19 0 371678432 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9208] ppid=9190 vsize=7592144 CPUtime=0.68 cores=1,3
/proc/9192/task/9208/stat : 9208 (java) S 9190 9192 8386 0 -1 4202560 3993 0 0 0 68 0 0 0 16 0 19 0 371678432 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9209] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9209/stat : 9209 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371678432 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9210] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9210/stat : 9210 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678432 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488511488 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9211] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9211/stat : 9211 (java) S 9190 9192 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371678438 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488511488 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 7592144

[startup+5.70083 s]
/proc/loadavg: 4.27 4.09 3.96 6/262 9212
/proc/meminfo: memFree=15146004/32950928 swapFree=67102716/67111528
[pid=9192] ppid=9190 vsize=7592144 CPUtime=6.9 cores=1,3
/proc/9192/stat : 9192 (java) S 9190 9192 8386 0 -1 4202496 22256 0 1 0 687 3 0 0 25 0 19 0 371678427 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9192/statm: 1898036 16747 2242 9 0 1888774 0
[pid=9192/tid=9193] ppid=9190 vsize=7592144 CPUtime=5.57 cores=1,3
/proc/9192/task/9193/stat : 9193 (java) R 9190 9192 8386 0 -1 4202560 8903 0 1 0 556 1 0 0 25 0 19 0 371678427 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 46912505556362 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9192/tid=9195] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9195/stat : 9195 (java) S 9190 9192 8386 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9196] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9196/stat : 9196 (java) S 9190 9192 8386 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9197] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9197/stat : 9197 (java) S 9190 9192 8386 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9198] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9198/stat : 9198 (java) S 9190 9192 8386 0 -1 4202560 34 0 0 0 0 0 0 0 16 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9199] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9199/stat : 9199 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9200] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9200/stat : 9200 (java) S 9190 9192 8386 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9201] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9201/stat : 9201 (java) S 9190 9192 8386 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9202] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9202/stat : 9202 (java) S 9190 9192 8386 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 371678428 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9203] ppid=9190 vsize=7592144 CPUtime=0.08 cores=1,3
/proc/9192/task/9203/stat : 9203 (java) S 9190 9192 8386 0 -1 4202560 560 0 0 0 8 0 0 0 16 0 19 0 371678429 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488511488 0 0 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9204] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9204/stat : 9204 (java) S 9190 9192 8386 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 371678430 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9205] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9205/stat : 9205 (java) S 9190 9192 8386 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 371678430 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9206] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9206/stat : 9206 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371678432 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488518577 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9207] ppid=9190 vsize=7592144 CPUtime=0.52 cores=1,3
/proc/9192/task/9207/stat : 9207 (java) S 9190 9192 8386 0 -1 4202560 7108 0 0 0 51 1 0 0 15 0 19 0 371678432 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9208] ppid=9190 vsize=7592144 CPUtime=0.68 cores=1,3
/proc/9192/task/9208/stat : 9208 (java) S 9190 9192 8386 0 -1 4202560 3993 0 0 0 68 0 0 0 16 0 19 0 371678432 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9209] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9209/stat : 9209 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371678432 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488510873 0 4 0 16800975 18446604466009170944 0 0 -1 1 0 0 0
[pid=9192/tid=9210] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9210/stat : 9210 (java) S 9190 9192 8386 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371678432 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488511488 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
[pid=9192/tid=9211] ppid=9190 vsize=7592144 CPUtime=0 cores=1,3
/proc/9192/task/9211/stat : 9211 (java) S 9190 9192 8386 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371678438 7774355456 16747 33554432000 1073741824 1073778376 140736244021984 18446744073709551615 239488511488 0 4 0 16800975 18446604466009170944 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 7592144

Child status: 20
Real time (s): 5.72227
CPU time (s): 6.92795
CPU user time (s): 6.89195
CPU system time (s): 0.035994
CPU usage (%): 121.07
Max. virtual memory (cumulated for all children) (KiB): 7598272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.89195
system time used= 0.035994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22265
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= 503
involuntary context switches= 245

runsolver used 0.008998 second user time and 0.028995 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-12 11:33:34
IDJOB=3190511
IDBENCH=82842
IDSOLVER=1611
FILE ID=node148/3190511-1302600814
RUNJOBID= node148-1302596906-8406
PBS_JOBID= 12958095
Free space on /tmp= 71076 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S984689729-080.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-3190511-1302600814/watcher-3190511-1302600814 -o /tmp/evaluation-result-3190511-1302600814/solver-3190511-1302600814 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190511-1302600814.cnf

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

MD5SUM BENCH= 2738286f471006cf4ff1a420917473bb
RANDOM SEED=1296166980

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.854
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.75
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15250768 kB
Buffers:        615588 kB
Cached:       16497160 kB
SwapCached:       4908 kB
Active:        8310292 kB
Inactive:      8982960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15250768 kB
SwapTotal:    67111528 kB
SwapFree:     67102716 kB
Dirty:             520 kB
Writeback:           0 kB
AnonPages:      178048 kB
Mapped:          22720 kB
Slab:           341720 kB
PageTables:       5564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 22017000 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= 71076 MiB
End job on node148 at 2011-04-12 11:33:39