Trace number 3286821

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-06? (TO) 1301.71 1300.06

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
MD5SUMa78f49949ed32c6f8eea9d5e428c909d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.02439
Satisfiable
(Un)Satisfiability was proved
Number of variables350506
Number of clauses878969
Sum of the clauses size2050925
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2585978
Number of clauses of size 3292989
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.04/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.12	c See www.sat4j.org for details.
0.04/0.13	c no version file found!!!
0.04/0.13	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.13	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.13	c java.vm.version	19.1-b02
0.04/0.13	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.13	c sun.arch.data.model	64
0.04/0.13	c java.version		1.6.0_24
0.04/0.13	c os.name		Linux
0.04/0.13	c os.version		2.6.18-164.el5
0.04/0.13	c os.arch		amd64
0.04/0.13	c Free memory 		6997539544
0.04/0.13	c Max memory 		7034241024
0.04/0.13	c Total memory 		7034241024
0.04/0.13	c Number of processors 	8
0.04/0.14	c --- Begin Solver configuration ---
0.04/0.14	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.04/0.14	c Learn all clauses as in MiniSAT
0.04/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.14	c Expensive reason simplification
0.04/0.14	c Armin Biere (Picosat) restarts strategy
0.04/0.14	c Glucose learned constraints deletion strategy
0.04/0.14	c timeout=2147483647s
0.04/0.14	c DB Simplification allowed=true
0.04/0.14	c --- End Solver configuration ---
0.04/0.14	c solving HOME/instance-3286821-1303775664.cnf
0.04/0.14	c reading problem ... 
0.86/0.86	c ... done. Wall clock time 0.713s.
0.86/0.86	c #vars     350506
0.86/0.86	c #constraints  878969
0.86/0.86	c constraints type 
0.86/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 292989
0.86/0.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 585978
186.59/185.96	c cleaning 2442 clauses out of 4909 with flag 5000/5000
283.09/281.71	c cleaning 4195 clauses out of 8409 with flag 11000/11000
458.94/457.59	c cleaning 5486 clauses out of 11176 with flag 18001/18001
839.38/837.92	c cleaning 6739 clauses out of 13598 with flag 26002/26002
979.85/978.33	c cleaning 7743 clauses out of 15677 with flag 35000/35000
1230.39/1228.84	c cleaning 8756 clauses out of 17741 with flag 45000/45000
1301.64/1300.01	c starts		: 209
1301.64/1300.01	c conflicts		: 48540
1301.64/1300.01	c decisions		: 5745971
1301.64/1300.01	c propagations		: 497447081
1301.64/1300.01	c inspects		: 1089142502
1301.64/1300.01	c shortcuts		: 0
1301.64/1300.01	c learnt literals	: 580
1301.64/1300.01	c learnt binary clauses	: 3588
1301.64/1300.01	c learnt ternary clauses	: 724
1301.64/1300.01	c learnt constraints	: 47959
1301.64/1300.01	c ignored constraints	: 0
1301.64/1300.01	c root simplifications	: 789
1301.64/1300.01	c removed literals (reason simplification)	: 2072437
1301.64/1300.01	c reason swapping (by a shorter reason)	: 0
1301.64/1300.01	c Calls to reduceDB	: 6
1301.64/1300.01	c speed (assignments/second)	: 382901.9597429088
1301.64/1300.01	c non guided choices	6761
1301.64/1300.02	c learnt constraints type 
1301.64/1300.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3556
1301.64/1300.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8736
1301.64/1300.02	c constraints type 
1301.64/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 292989
1301.64/1300.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 585978
1301.64/1300.02	s UNKNOWN
1301.64/1300.02	c Total wall clock time (in seconds) : 1299.866

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3286821-1303775664/watcher-3286821-1303775664 -o /tmp/evaluation-result-3286821-1303775664/solver-3286821-1303775664 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3286821-1303775664.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: 0.78 1.36 2.43 2/176 18768
/proc/meminfo: memFree=13925184/32951124 swapFree=67111528/67111528
[pid=18768] ppid=18766 vsize=9100 CPUtime=0 cores=1,3
/proc/18768/stat : 18768 (java) S 18766 18768 17543 0 -1 4202496 236 0 0 0 0 0 0 0 21 0 1 0 469982070 9318400 170 33554432000 1073741824 1073778376 140737148333840 18446744073709551615 270338379621 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/18768/statm: 2275 170 130 9 0 67 0

[startup+0.0777639 s]
/proc/loadavg: 0.78 1.36 2.43 2/176 18768
/proc/meminfo: memFree=13925184/32951124 swapFree=67111528/67111528
[pid=18768] ppid=18766 vsize=7562296 CPUtime=0.02 cores=1,3
/proc/18768/stat : 18768 (java) S 18766 18768 17543 0 -1 4202496 8404 0 1 0 1 1 0 0 21 0 11 0 469982070 7743791104 8101 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/18768/statm: 1890574 8101 1566 9 0 1881322 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7562296

[startup+0.10039 s]
/proc/loadavg: 0.78 1.36 2.43 2/176 18768
/proc/meminfo: memFree=13925184/32951124 swapFree=67111528/67111528
[pid=18768] ppid=18766 vsize=7564488 CPUtime=0.04 cores=1,3
/proc/18768/stat : 18768 (java) S 18766 18768 17543 0 -1 4202496 8930 0 1 0 3 1 0 0 21 0 13 0 469982070 7746035712 8625 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350186469 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/18768/statm: 1891122 8625 1686 9 0 1881870 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+0.300406 s]
/proc/loadavg: 0.78 1.36 2.43 2/176 18768
/proc/meminfo: memFree=13925184/32951124 swapFree=67111528/67111528
[pid=18768] ppid=18766 vsize=7572664 CPUtime=0.35 cores=1,3
/proc/18768/stat : 18768 (java) S 18766 18768 17543 0 -1 4202496 16591 0 1 0 33 2 0 0 21 0 18 0 469982070 7754407936 16191 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18768/statm: 1893166 16194 2198 9 0 1883904 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 7572664

[startup+0.700305 s]
/proc/loadavg: 0.78 1.36 2.43 2/176 18768
/proc/meminfo: memFree=13925184/32951124 swapFree=67111528/67111528
[pid=18768] ppid=18766 vsize=7572664 CPUtime=0.75 cores=1,3
/proc/18768/stat : 18768 (java) S 18766 18768 17543 0 -1 4202496 33908 0 1 0 71 4 0 0 21 0 18 0 469982070 7754407936 33508 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18768/statm: 1893166 33510 2198 9 0 1883904 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 7572664

[startup+1.50116 s]
/proc/loadavg: 1.12 1.42 2.44 7/217 18814
/proc/meminfo: memFree=13654420/32951124 swapFree=67111528/67111528
[pid=18768] ppid=18766 vsize=7578668 CPUtime=1.9 cores=1,3
/proc/18768/stat : 18768 (java) S 18766 18768 17543 0 -1 4202496 47610 0 1 0 184 6 0 0 21 0 19 0 469982070 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18768/statm: 1894667 46431 2220 9 0 1885405 0
[pid=18768/tid=18770] ppid=18766 vsize=7578668 CPUtime=1.43 cores=1,3
/proc/18768/task/18770/stat : 18770 (java) R 18766 18768 17543 0 -1 4202560 43129 0 1 0 138 5 0 0 25 0 19 0 469982071 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 46912505677991 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18768/tid=18771] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18771/stat : 18771 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 469982077 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18772] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18772/stat : 18772 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18773] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18773/stat : 18773 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18774] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18774/stat : 18774 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18775] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18775/stat : 18775 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18776] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18776/stat : 18776 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18777] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18777/stat : 18777 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18778] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18778/stat : 18778 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18779] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18779/stat : 18779 (java) S 18766 18768 17543 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 469982078 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 0 0 16800975 18446604471134476352 0 0 -1 1 0 0 0
[pid=18768/tid=18780] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18780/stat : 18780 (java) S 18766 18768 17543 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 469982078 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18781] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18781/stat : 18781 (java) S 18766 18768 17543 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 469982078 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18782] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18782/stat : 18782 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 469982081 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350207409 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18783] ppid=18766 vsize=7578668 CPUtime=0.32 cores=1,3
/proc/18768/task/18783/stat : 18783 (java) S 18766 18768 17543 0 -1 4202560 2293 0 0 0 32 0 0 0 15 0 19 0 469982081 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18784] ppid=18766 vsize=7578668 CPUtime=0.13 cores=1,3
/proc/18768/task/18784/stat : 18784 (java) S 18766 18768 17543 0 -1 4202560 1026 0 0 0 13 0 0 0 17 0 19 0 469982081 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18785] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18785/stat : 18785 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469982081 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18786] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18786/stat : 18786 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469982081 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18814] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18814/stat : 18814 (java) S 18766 18768 17543 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 469982164 7760556032 46431 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 7578668

[startup+3.10083 s]
/proc/loadavg: 1.12 1.42 2.44 6/240 18842
/proc/meminfo: memFree=13347172/32951124 swapFree=67111528/67111528
[pid=18768] ppid=18766 vsize=7578668 CPUtime=3.67 cores=1,3
/proc/18768/stat : 18768 (java) S 18766 18768 17543 0 -1 4202496 47665 0 1 0 361 6 0 0 21 0 19 0 469982070 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18768/statm: 1894667 46484 2222 9 0 1885405 0
[pid=18768/tid=18770] ppid=18766 vsize=7578668 CPUtime=3.03 cores=1,3
/proc/18768/task/18770/stat : 18770 (java) R 18766 18768 17543 0 -1 4202560 43141 0 1 0 298 5 0 0 25 0 19 0 469982071 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 46912505735313 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18768/tid=18771] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18771/stat : 18771 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 469982077 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18772] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18772/stat : 18772 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18773] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18773/stat : 18773 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18774] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18774/stat : 18774 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18775] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18775/stat : 18775 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18776] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18776/stat : 18776 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18777] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18777/stat : 18777 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18778] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18778/stat : 18778 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18779] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18779/stat : 18779 (java) S 18766 18768 17543 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 469982078 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 0 0 16800975 18446604471134476352 0 0 -1 1 0 0 0
[pid=18768/tid=18780] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18780/stat : 18780 (java) S 18766 18768 17543 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 469982078 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18781] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18781/stat : 18781 (java) S 18766 18768 17543 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 469982078 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18782] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18782/stat : 18782 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 469982081 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350207409 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18783] ppid=18766 vsize=7578668 CPUtime=0.47 cores=1,3
/proc/18768/task/18783/stat : 18783 (java) S 18766 18768 17543 0 -1 4202560 2333 0 0 0 47 0 0 0 15 0 19 0 469982081 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18784] ppid=18766 vsize=7578668 CPUtime=0.15 cores=1,3
/proc/18768/task/18784/stat : 18784 (java) S 18766 18768 17543 0 -1 4202560 1029 0 0 0 15 0 0 0 15 0 19 0 469982081 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18785] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18785/stat : 18785 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469982081 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18786] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18786/stat : 18786 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469982081 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18814] ppid=18766 vsize=7578668 CPUtime=0 cores=1,3
/proc/18768/task/18814/stat : 18814 (java) S 18766 18768 17543 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 469982164 7760556032 46484 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 7578668

[startup+6.30116 s]
/proc/loadavg: 1.12 1.42 2.44 4/239 18883
/proc/meminfo: memFree=13266968/32951124 swapFree=67111528/67111528
[pid=18768] ppid=18766 vsize=7577132 CPUtime=6.92 cores=1,3
/proc/18768/stat : 18768 (java) S 18766 18768 17543 0 -1 4202496 47687 0 1 0 686 6 0 0 21 0 19 0 469982070 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18768/statm: 1894283 46124 2223 9 0 1885021 0
[pid=18768/tid=18770] ppid=18766 vsize=7577132 CPUtime=6.23 cores=1,3
/proc/18768/task/18770/stat : 18770 (java) R 18766 18768 17543 0 -1 4202560 43156 0 1 0 618 5 0 0 25 0 19 0 469982071 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 46912505611474 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18768/tid=18771] ppid=18766 vsize=7577132 CPUtime=0 cores=1,3
/proc/18768/task/18771/stat : 18771 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 469982077 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18772] ppid=18766 vsize=7577132 CPUtime=0 cores=1,3
/proc/18768/task/18772/stat : 18772 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18773] ppid=18766 vsize=7577132 CPUtime=0 cores=1,3
/proc/18768/task/18773/stat : 18773 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18774] ppid=18766 vsize=7577132 CPUtime=0 cores=1,3
/proc/18768/task/18774/stat : 18774 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18775] ppid=18766 vsize=7577132 CPUtime=0 cores=1,3
/proc/18768/task/18775/stat : 18775 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18776] ppid=18766 vsize=7577132 CPUtime=0 cores=1,3
/proc/18768/task/18776/stat : 18776 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18777] ppid=18766 vsize=7577132 CPUtime=0 cores=1,3
/proc/18768/task/18777/stat : 18777 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18778] ppid=18766 vsize=7577132 CPUtime=0 cores=1,3
/proc/18768/task/18778/stat : 18778 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 469982077 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18779] ppid=18766 vsize=7577132 CPUtime=0 cores=1,3
/proc/18768/task/18779/stat : 18779 (java) S 18766 18768 17543 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 469982078 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 0 0 16800975 18446604471134476352 0 0 -1 1 0 0 0
[pid=18768/tid=18780] ppid=18766 vsize=7577132 CPUtime=0 cores=1,3
/proc/18768/task/18780/stat : 18780 (java) S 18766 18768 17543 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 469982078 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18781] ppid=18766 vsize=7577132 CPUtime=0 cores=1,3
/proc/18768/task/18781/stat : 18781 (java) S 18766 18768 17543 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 469982078 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18782] ppid=18766 vsize=7577132 CPUtime=0 cores=1,3
/proc/18768/task/18782/stat : 18782 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 469982081 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350207409 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18783] ppid=18766 vsize=7577132 CPUtime=0.48 cores=1,3
/proc/18768/task/18783/stat : 18783 (java) S 18766 18768 17543 0 -1 4202560 2334 0 0 0 48 0 0 0 15 0 19 0 469982081 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18784] ppid=18766 vsize=7577132 CPUtime=0.19 cores=1,3
/proc/18768/task/18784/stat : 18784 (java) S 18766 18768 17543 0 -1 4202560 1035 0 0 0 19 0 0 0 15 0 19 0 469982081 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18785] ppid=18766 vsize=7577132 CPUtime=0 cores=1,3
/proc/18768/task/18785/stat : 18785 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469982081 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18786] ppid=18766 vsize=7577132 CPUtime=0 cores=1,3
/proc/18768/task/18786/stat : 18786 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469982081 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18814] ppid=18766 vsize=7577132 CPUtime=0 cores=1,3
/proc/18768/task/18814/stat : 18814 (java) S 18766 18768 17543 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 469982164 7758983168 46124 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 7577132

[startup+12.7009 s]

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

[pid=18768/tid=18776] ppid=18766 vsize=7582436 CPUtime=0.02 cores=1,3
/proc/18768/task/18776/stat : 18776 (java) S 18766 18768 17543 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 19 0 469982077 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18777] ppid=18766 vsize=7582436 CPUtime=0.03 cores=1,3
/proc/18768/task/18777/stat : 18777 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 3 0 0 0 16 0 19 0 469982077 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18778] ppid=18766 vsize=7582436 CPUtime=0.21 cores=1,3
/proc/18768/task/18778/stat : 18778 (java) S 18766 18768 17543 0 -1 4202560 13360 0 0 0 20 1 0 0 15 0 19 0 469982077 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18779] ppid=18766 vsize=7582436 CPUtime=1.8 cores=1,3
/proc/18768/task/18779/stat : 18779 (java) S 18766 18768 17543 0 -1 4202560 42517 0 0 0 176 4 0 0 15 0 19 0 469982078 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 0 0 16800975 18446604471134476352 0 0 -1 1 0 0 0
[pid=18768/tid=18780] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18780/stat : 18780 (java) S 18766 18768 17543 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 469982078 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18781] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18781/stat : 18781 (java) S 18766 18768 17543 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 469982078 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18782] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18782/stat : 18782 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 469982081 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350207409 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18783] ppid=18766 vsize=7582436 CPUtime=0.52 cores=1,3
/proc/18768/task/18783/stat : 18783 (java) S 18766 18768 17543 0 -1 4202560 2341 0 0 0 52 0 0 0 15 0 19 0 469982081 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18784] ppid=18766 vsize=7582436 CPUtime=0.72 cores=1,3
/proc/18768/task/18784/stat : 18784 (java) S 18766 18768 17543 0 -1 4202560 7200 0 0 0 72 0 0 0 15 0 19 0 469982081 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18785] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18785/stat : 18785 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469982081 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18786] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18786/stat : 18786 (java) S 18766 18768 17543 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 469982081 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18814] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18814/stat : 18814 (java) S 18766 18768 17543 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 469982164 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1123.88
Current children cumulated vsize (KiB) 7582436

[startup+1182.3 s]
/proc/loadavg: 3.00 3.05 3.03 4/238 19017
/proc/meminfo: memFree=12029384/32951124 swapFree=67111528/67111528
[pid=18768] ppid=18766 vsize=7582436 CPUtime=1183.89 cores=1,3
/proc/18768/stat : 18768 (java) S 18766 18768 17543 0 -1 4202496 174411 0 1 0 118368 21 0 0 21 0 19 0 469982070 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18768/statm: 1895609 167890 2254 9 0 1886347 0
[pid=18768/tid=18770] ppid=18766 vsize=7582436 CPUtime=1180.13 cores=1,3
/proc/18768/task/18770/stat : 18770 (java) R 18766 18768 17543 0 -1 4202560 64698 0 1 0 118005 8 0 0 25 0 19 0 469982071 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 46912505715932 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18768/tid=18771] ppid=18766 vsize=7582436 CPUtime=0.17 cores=1,3
/proc/18768/task/18771/stat : 18771 (java) S 18766 18768 17543 0 -1 4202560 18236 0 0 0 16 1 0 0 15 0 19 0 469982077 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18772] ppid=18766 vsize=7582436 CPUtime=0.05 cores=1,3
/proc/18768/task/18772/stat : 18772 (java) S 18766 18768 17543 0 -1 4202560 12841 0 0 0 4 1 0 0 16 0 19 0 469982077 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18773] ppid=18766 vsize=7582436 CPUtime=0.07 cores=1,3
/proc/18768/task/18773/stat : 18773 (java) S 18766 18768 17543 0 -1 4202560 11991 0 0 0 6 1 0 0 15 0 19 0 469982077 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18774] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18774/stat : 18774 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469982077 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18775] ppid=18766 vsize=7582436 CPUtime=0.05 cores=1,3
/proc/18768/task/18775/stat : 18775 (java) S 18766 18768 17543 0 -1 4202560 3 0 0 0 5 0 0 0 16 0 19 0 469982077 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18776] ppid=18766 vsize=7582436 CPUtime=0.02 cores=1,3
/proc/18768/task/18776/stat : 18776 (java) S 18766 18768 17543 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 19 0 469982077 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18777] ppid=18766 vsize=7582436 CPUtime=0.03 cores=1,3
/proc/18768/task/18777/stat : 18777 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 3 0 0 0 16 0 19 0 469982077 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18778] ppid=18766 vsize=7582436 CPUtime=0.21 cores=1,3
/proc/18768/task/18778/stat : 18778 (java) S 18766 18768 17543 0 -1 4202560 13360 0 0 0 20 1 0 0 15 0 19 0 469982077 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18779] ppid=18766 vsize=7582436 CPUtime=1.8 cores=1,3
/proc/18768/task/18779/stat : 18779 (java) S 18766 18768 17543 0 -1 4202560 42517 0 0 0 176 4 0 0 15 0 19 0 469982078 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 0 0 16800975 18446604471134476352 0 0 -1 1 0 0 0
[pid=18768/tid=18780] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18780/stat : 18780 (java) S 18766 18768 17543 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 469982078 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18781] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18781/stat : 18781 (java) S 18766 18768 17543 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 469982078 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18782] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18782/stat : 18782 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 469982081 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350207409 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18783] ppid=18766 vsize=7582436 CPUtime=0.52 cores=1,3
/proc/18768/task/18783/stat : 18783 (java) S 18766 18768 17543 0 -1 4202560 2341 0 0 0 52 0 0 0 15 0 19 0 469982081 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18784] ppid=18766 vsize=7582436 CPUtime=0.72 cores=1,3
/proc/18768/task/18784/stat : 18784 (java) S 18766 18768 17543 0 -1 4202560 7200 0 0 0 72 0 0 0 15 0 19 0 469982081 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18785] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18785/stat : 18785 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469982081 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18786] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18786/stat : 18786 (java) S 18766 18768 17543 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 469982081 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18814] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18814/stat : 18814 (java) S 18766 18768 17543 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 469982164 7764414464 167890 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1183.89
Current children cumulated vsize (KiB) 7582436

[startup+1242.3 s]
/proc/loadavg: 2.89 3.02 3.01 3/214 19037
/proc/meminfo: memFree=12692432/32951124 swapFree=67111528/67111528
[pid=18768] ppid=18766 vsize=7582436 CPUtime=1243.93 cores=1,3
/proc/18768/stat : 18768 (java) S 18766 18768 17543 0 -1 4202496 174597 0 1 0 124372 21 0 0 21 0 19 0 469982070 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18768/statm: 1895609 168071 2254 9 0 1886347 0
[pid=18768/tid=18770] ppid=18766 vsize=7582436 CPUtime=1239.78 cores=1,3
/proc/18768/task/18770/stat : 18770 (java) R 18766 18768 17543 0 -1 4202560 64699 0 1 0 123970 8 0 0 25 0 19 0 469982071 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 46912505699978 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18768/tid=18771] ppid=18766 vsize=7582436 CPUtime=0.17 cores=1,3
/proc/18768/task/18771/stat : 18771 (java) S 18766 18768 17543 0 -1 4202560 18236 0 0 0 16 1 0 0 15 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18772] ppid=18766 vsize=7582436 CPUtime=0.09 cores=1,3
/proc/18768/task/18772/stat : 18772 (java) S 18766 18768 17543 0 -1 4202560 12949 0 0 0 8 1 0 0 16 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18773] ppid=18766 vsize=7582436 CPUtime=0.07 cores=1,3
/proc/18768/task/18773/stat : 18773 (java) S 18766 18768 17543 0 -1 4202560 11991 0 0 0 6 1 0 0 15 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18774] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18774/stat : 18774 (java) S 18766 18768 17543 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18775] ppid=18766 vsize=7582436 CPUtime=0.05 cores=1,3
/proc/18768/task/18775/stat : 18775 (java) S 18766 18768 17543 0 -1 4202560 3 0 0 0 5 0 0 0 15 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18776] ppid=18766 vsize=7582436 CPUtime=0.05 cores=1,3
/proc/18768/task/18776/stat : 18776 (java) S 18766 18768 17543 0 -1 4202560 71 0 0 0 5 0 0 0 16 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18777] ppid=18766 vsize=7582436 CPUtime=0.03 cores=1,3
/proc/18768/task/18777/stat : 18777 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 3 0 0 0 15 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18778] ppid=18766 vsize=7582436 CPUtime=0.21 cores=1,3
/proc/18768/task/18778/stat : 18778 (java) S 18766 18768 17543 0 -1 4202560 13360 0 0 0 20 1 0 0 15 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18779] ppid=18766 vsize=7582436 CPUtime=2.11 cores=1,3
/proc/18768/task/18779/stat : 18779 (java) S 18766 18768 17543 0 -1 4202560 42519 0 0 0 207 4 0 0 15 0 19 0 469982078 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 0 0 16800975 18446604471134476352 0 0 -1 1 0 0 0
[pid=18768/tid=18780] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18780/stat : 18780 (java) S 18766 18768 17543 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 469982078 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18781] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18781/stat : 18781 (java) S 18766 18768 17543 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 469982078 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18782] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18782/stat : 18782 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 469982081 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350207409 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18783] ppid=18766 vsize=7582436 CPUtime=0.52 cores=1,3
/proc/18768/task/18783/stat : 18783 (java) S 18766 18768 17543 0 -1 4202560 2341 0 0 0 52 0 0 0 15 0 19 0 469982081 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18784] ppid=18766 vsize=7582436 CPUtime=0.72 cores=1,3
/proc/18768/task/18784/stat : 18784 (java) S 18766 18768 17543 0 -1 4202560 7200 0 0 0 72 0 0 0 15 0 19 0 469982081 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18785] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18785/stat : 18785 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469982081 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18786] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18786/stat : 18786 (java) S 18766 18768 17543 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 469982081 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18814] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18814/stat : 18814 (java) S 18766 18768 17543 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 469982164 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1243.93
Current children cumulated vsize (KiB) 7582436



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.35 2.84 2.95 3/214 19039
/proc/meminfo: memFree=12690976/32951124 swapFree=67111528/67111528
[pid=18768] ppid=18766 vsize=7582436 CPUtime=1301.64 cores=1,3
/proc/18768/stat : 18768 (java) S 18766 18768 17543 0 -1 4202496 174601 0 1 0 130143 21 0 0 21 0 19 0 469982070 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/18768/statm: 1895609 168071 2254 9 0 1886347 0
[pid=18768/tid=18770] ppid=18766 vsize=7582436 CPUtime=1297.49 cores=1,3
/proc/18768/task/18770/stat : 18770 (java) R 18766 18768 17543 0 -1 4202560 64699 0 1 0 129741 8 0 0 25 0 19 0 469982071 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 46912505715951 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18768/tid=18771] ppid=18766 vsize=7582436 CPUtime=0.17 cores=1,3
/proc/18768/task/18771/stat : 18771 (java) S 18766 18768 17543 0 -1 4202560 18236 0 0 0 16 1 0 0 15 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18772] ppid=18766 vsize=7582436 CPUtime=0.09 cores=1,3
/proc/18768/task/18772/stat : 18772 (java) S 18766 18768 17543 0 -1 4202560 12949 0 0 0 8 1 0 0 16 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18773] ppid=18766 vsize=7582436 CPUtime=0.07 cores=1,3
/proc/18768/task/18773/stat : 18773 (java) S 18766 18768 17543 0 -1 4202560 11991 0 0 0 6 1 0 0 15 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18774] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18774/stat : 18774 (java) S 18766 18768 17543 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18775] ppid=18766 vsize=7582436 CPUtime=0.05 cores=1,3
/proc/18768/task/18775/stat : 18775 (java) S 18766 18768 17543 0 -1 4202560 3 0 0 0 5 0 0 0 15 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18776] ppid=18766 vsize=7582436 CPUtime=0.05 cores=1,3
/proc/18768/task/18776/stat : 18776 (java) S 18766 18768 17543 0 -1 4202560 71 0 0 0 5 0 0 0 16 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18777] ppid=18766 vsize=7582436 CPUtime=0.03 cores=1,3
/proc/18768/task/18777/stat : 18777 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 3 0 0 0 15 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18778] ppid=18766 vsize=7582436 CPUtime=0.21 cores=1,3
/proc/18768/task/18778/stat : 18778 (java) S 18766 18768 17543 0 -1 4202560 13360 0 0 0 20 1 0 0 15 0 19 0 469982077 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18779] ppid=18766 vsize=7582436 CPUtime=2.11 cores=1,3
/proc/18768/task/18779/stat : 18779 (java) S 18766 18768 17543 0 -1 4202560 42519 0 0 0 207 4 0 0 15 0 19 0 469982078 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 0 0 16800975 18446604471134476352 0 0 -1 1 0 0 0
[pid=18768/tid=18780] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18780/stat : 18780 (java) S 18766 18768 17543 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 469982078 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18781] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18781/stat : 18781 (java) S 18766 18768 17543 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 469982078 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18782] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18782/stat : 18782 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 469982081 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350207409 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18783] ppid=18766 vsize=7582436 CPUtime=0.52 cores=1,3
/proc/18768/task/18783/stat : 18783 (java) S 18766 18768 17543 0 -1 4202560 2341 0 0 0 52 0 0 0 15 0 19 0 469982081 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18784] ppid=18766 vsize=7582436 CPUtime=0.72 cores=1,3
/proc/18768/task/18784/stat : 18784 (java) S 18766 18768 17543 0 -1 4202560 7200 0 0 0 72 0 0 0 15 0 19 0 469982081 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18785] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18785/stat : 18785 (java) S 18766 18768 17543 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469982081 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350199705 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
[pid=18768/tid=18786] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18786/stat : 18786 (java) R 18766 18768 17543 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 469982081 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=18768/tid=18814] ppid=18766 vsize=7582436 CPUtime=0 cores=1,3
/proc/18768/task/18814/stat : 18814 (java) S 18766 18768 17543 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 469982164 7764414464 168071 33554432000 1073741824 1073778376 140733778067312 18446744073709551615 270350200320 0 4 0 16800975 18446604471134476352 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1301.64
Current children cumulated vsize (KiB) 7582436

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 1300.06
CPU time (s): 1301.71
CPU user time (s): 1301.47
CPU system time (s): 0.245962
CPU usage (%): 100.127
Max. virtual memory (cumulated for all children) (KiB): 7598312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.47
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174630
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= 26768
involuntary context switches= 3350

runsolver used 2.12268 second user time and 4.99624 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-26 01:54:25
IDJOB=3286821
IDBENCH=82444
IDSOLVER=1611
FILE ID=node143/3286821-1303775664
RUNJOBID= node143-1303775661-18754
PBS_JOBID= 13157161
Free space on /tmp= 72332 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.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-3286821-1303775664/watcher-3286821-1303775664 -o /tmp/evaluation-result-3286821-1303775664/solver-3286821-1303775664 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3286821-1303775664.cnf

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

MD5SUM BENCH= a78f49949ed32c6f8eea9d5e428c909d
RANDOM SEED=361406906

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.74
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13925464 kB
Buffers:       2285252 kB
Cached:       16112600 kB
SwapCached:          0 kB
Active:        6975516 kB
Inactive:     11490168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13925464 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17192 kB
Writeback:           0 kB
AnonPages:       67152 kB
Mapped:          14632 kB
Slab:           495424 kB
PageTables:       5232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188256 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= 72312 MiB
End job on node143 at 2011-04-26 02:16:07