Trace number 331813

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, and are wall clock time (not CPU 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 JVM PARAM CHANGED SAT 2007UNSAT 20.2059 20.0271

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc973.cnf
MD5SUM8fc64af5d325c9057239ebdeb302bd0e
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.57461
Satisfiable
(Un)Satisfiability was proved
Number of variables274379
Number of clauses908191
Sum of the clauses size2423004
Maximum clause length3
Minimum clause length1
Number of clauses of size 15285
Number of clauses of size 2290999
Number of clauses of size 3611907
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.12/0.45	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.12/0.45	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.12/0.45	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.47	c version SAT COMPETITION 2007
0.12/0.47	c sun.arch.data.model	32
0.12/0.47	c java.version	1.6.0
0.12/0.47	c os.name	Linux
0.12/0.47	c os.version	2.6.9-22.EL.rootsmp
0.12/0.47	c os.arch	i386
0.12/0.47	c Free memory 1651659224
0.12/0.47	c Max memory 1654456320
0.12/0.47	c Total memory 1654456320
0.12/0.47	c Number of processors 2
0.21/0.52	c --- Begin Solver configuration ---
0.21/0.52	c Stops conflict analysis at the first Unique Implication Point
0.21/0.52	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.21/0.52	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.21/0.52	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.52	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.52	c Expensive reason simplification
0.21/0.52	c --- End Solver configuration ---
0.21/0.52	c timeout: 2147483s
0.21/0.52	c solving /tmp/evaluation/331813-1176318184/instance-331813-1176318184.cnf
0.21/0.52	c reading problem ... 
2.90/3.13	c ... done. Wall clock time 2.601s.
2.90/3.13	c CPU time (experimental) 2.72s.
2.90/3.13	c #vars     274451
2.90/3.13	c #constraints  902703
20.08/19.99	c starts		: 8
20.08/19.99	c conflicts		: 4528
20.08/19.99	c decisions		: 35549
20.08/19.99	c propagations		: 14232874
20.08/19.99	c inspects		: 39602711
20.08/19.99	c learnt literals	: 68
20.08/19.99	c learnt binary clauses	: 325
20.08/19.99	c learnt ternary clauses	: 760
20.08/19.99	c learnt clauses	: 4459
20.08/19.99	c root simplifications	: 0
20.08/19.99	c removed literals (reason simplification)	: 35185
20.08/19.99	c reason swapping (by a shorter reason)	: 0
20.08/19.99	c Calls to reduceDB	: 0
20.08/19.99	c speed (decisions/second)	: 2116.5158371040725
20.08/19.99	c non guided choices	4846
20.08/19.99	s UNSATISFIABLE
20.08/19.99	c Total wall clock time (in seconds) : 19.462
20.08/19.99	c Total CPU time (experimental, in seconds) : 19.39

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node65/watcher-331813-1176318184 -o ROOT/results/node65/solver-331813-1176318184 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331813-1176318184/sat4j-sat2007.jar /tmp/evaluation/331813-1176318184/instance-331813-1176318184.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 668
/proc/meminfo: memFree=1033648/2055920 swapFree=4191892/4192956
[pid=668] ppid=666 vsize=18568 CPUtime=0
/proc/668/stat : 668 (runsolver) D 666 668 363 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 107808180 19013632 293 18446744073709551615 4194304 4294612 548682068800 18446744073709551615 257203694887 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/668/statm: 4642 293 258 24 0 2626 0

[startup+0.021742 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 668
/proc/meminfo: memFree=1033648/2055920 swapFree=4191892/4192956
[pid=668] ppid=666 vsize=11868 CPUtime=0
/proc/668/stat : 668 (java) D 666 668 363 0 -1 0 346 0 0 0 0 0 0 0 18 0 1 0 107808180 12152832 155 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 5690375 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/668/statm: 2967 155 118 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11868

[startup+0.104712 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 668
/proc/meminfo: memFree=1033648/2055920 swapFree=4191892/4192956
[pid=668] ppid=666 vsize=12620 CPUtime=0.02
/proc/668/stat : 668 (java) S 666 668 363 0 -1 0 821 0 25 0 0 2 0 0 18 0 2 0 107808180 12922880 603 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/668/statm: 3155 603 286 9 0 1243 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12620

[startup+0.301732 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 668
/proc/meminfo: memFree=1033648/2055920 swapFree=4191892/4192956
[pid=668] ppid=666 vsize=1776088 CPUtime=0.05
/proc/668/stat : 668 (java) S 666 668 363 0 -1 0 3177 0 33 0 1 4 0 0 18 0 4 0 107808180 1818714112 2957 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/668/statm: 444022 2957 885 9 0 441658 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1776088

[startup+0.701763 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 668
/proc/meminfo: memFree=1033648/2055920 swapFree=4191892/4192956
[pid=668] ppid=666 vsize=1782752 CPUtime=0.48
/proc/668/stat : 668 (java) S 666 668 363 0 -1 0 8754 0 33 0 39 9 0 0 18 0 12 0 107808180 1825538048 8459 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/668/statm: 445688 8459 1290 9 0 443300 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1782752

[startup+1.50282 s]
/proc/loadavg: 0.91 0.97 0.99 2/76 680
/proc/meminfo: memFree=984912/2055920 swapFree=4191892/4192956
[pid=668] ppid=666 vsize=1782752 CPUtime=1.29
/proc/668/stat : 668 (java) S 666 668 363 0 -1 0 16648 0 33 0 116 13 0 0 18 0 12 0 107808180 1825538048 16352 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/668/statm: 445688 16352 1293 9 0 443300 0
[pid=668/tid=670] ppid=666 vsize=1782752 CPUtime=1.09
/proc/668/task/670/stat : 670 (java) R 666 668 363 0 -1 64 15383 0 8 0 99 10 0 0 18 0 12 0 107808187 1825538048 16352 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109499174 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=671] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/671/stat : 671 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 107808207 1825538048 16353 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=672] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/672/stat : 672 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 107808207 1825538048 16353 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=673] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/673/stat : 673 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 107808211 1825538048 16353 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=674] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/674/stat : 674 (java) S 666 668 363 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 107808212 1825538048 16354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=675] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/675/stat : 675 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 107808212 1825538048 16354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=676] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/676/stat : 676 (java) S 666 668 363 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 107808219 1825538048 16354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=677] ppid=666 vsize=1782752 CPUtime=0.07
/proc/668/task/677/stat : 677 (java) S 666 668 363 0 -1 64 327 0 0 0 7 0 0 0 16 0 12 0 107808219 1825538048 16355 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=678] ppid=666 vsize=1782752 CPUtime=0.09
/proc/668/task/678/stat : 678 (java) S 666 668 363 0 -1 64 243 0 0 0 9 0 0 0 16 0 12 0 107808219 1825538048 16355 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=679] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/679/stat : 679 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 107808219 1825538048 16355 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=680] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/680/stat : 680 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 107808219 1825538048 16356 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 1782752

[startup+3.10296 s]
/proc/loadavg: 0.91 0.97 0.99 3/76 680
/proc/meminfo: memFree=943888/2055920 swapFree=4191892/4192956
[pid=668] ppid=666 vsize=1782752 CPUtime=2.9
/proc/668/stat : 668 (java) S 666 668 363 0 -1 0 30858 0 33 0 269 21 0 0 18 0 12 0 107808180 1825538048 30562 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/668/statm: 445688 30562 1293 9 0 443300 0
[pid=668/tid=670] ppid=666 vsize=1782752 CPUtime=2.69
/proc/668/task/670/stat : 670 (java) R 666 668 363 0 -1 64 29594 0 8 0 251 18 0 0 25 0 12 0 107808187 1825538048 30563 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109503426 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=671] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/671/stat : 671 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 107808207 1825538048 30563 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=672] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/672/stat : 672 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 107808207 1825538048 30563 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=673] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/673/stat : 673 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 107808211 1825538048 30564 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=674] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/674/stat : 674 (java) S 666 668 363 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 107808212 1825538048 30564 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=675] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/675/stat : 675 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 107808212 1825538048 30564 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=676] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/676/stat : 676 (java) S 666 668 363 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 107808219 1825538048 30565 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=677] ppid=666 vsize=1782752 CPUtime=0.07
/proc/668/task/677/stat : 677 (java) S 666 668 363 0 -1 64 327 0 0 0 7 0 0 0 16 0 12 0 107808219 1825538048 30565 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=678] ppid=666 vsize=1782752 CPUtime=0.09
/proc/668/task/678/stat : 678 (java) S 666 668 363 0 -1 64 243 0 0 0 9 0 0 0 16 0 12 0 107808219 1825538048 30565 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=679] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/679/stat : 679 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 107808219 1825538048 30566 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=680] ppid=666 vsize=1782752 CPUtime=0
/proc/668/task/680/stat : 680 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 107808219 1825538048 30566 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 1782752

[startup+6.30122 s]
/proc/loadavg: 0.92 0.97 0.99 2/77 681
/proc/meminfo: memFree=896008/2055920 swapFree=4191892/4192956
[pid=668] ppid=666 vsize=1783376 CPUtime=6.43
/proc/668/stat : 668 (java) S 666 668 363 0 -1 0 34219 0 33 0 621 22 0 0 18 0 13 0 107808180 1826177024 33379 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/668/statm: 445844 33379 1313 9 0 443456 0
[pid=668/tid=670] ppid=666 vsize=1783376 CPUtime=5.72
/proc/668/task/670/stat : 670 (java) R 666 668 363 0 -1 64 32226 0 8 0 553 19 0 0 25 0 13 0 107808187 1826177024 33379 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109535464 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=671] ppid=666 vsize=1783376 CPUtime=0
/proc/668/task/671/stat : 671 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107808207 1826177024 33379 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=672] ppid=666 vsize=1783376 CPUtime=0
/proc/668/task/672/stat : 672 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107808207 1826177024 33379 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=673] ppid=666 vsize=1783376 CPUtime=0
/proc/668/task/673/stat : 673 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107808211 1826177024 33379 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=674] ppid=666 vsize=1783376 CPUtime=0
/proc/668/task/674/stat : 674 (java) S 666 668 363 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 107808212 1826177024 33379 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=675] ppid=666 vsize=1783376 CPUtime=0
/proc/668/task/675/stat : 675 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 107808212 1826177024 33379 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=676] ppid=666 vsize=1783376 CPUtime=0
/proc/668/task/676/stat : 676 (java) S 666 668 363 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107808219 1826177024 33379 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=677] ppid=666 vsize=1783376 CPUtime=0.32
/proc/668/task/677/stat : 677 (java) S 666 668 363 0 -1 64 703 0 0 0 32 0 0 0 16 0 13 0 107808219 1826177024 33379 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=678] ppid=666 vsize=1783376 CPUtime=0.35
/proc/668/task/678/stat : 678 (java) S 666 668 363 0 -1 64 591 0 0 0 35 0 0 0 16 0 13 0 107808219 1826177024 33379 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=679] ppid=666 vsize=1783376 CPUtime=0
/proc/668/task/679/stat : 679 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107808219 1826177024 33379 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=680] ppid=666 vsize=1783376 CPUtime=0
/proc/668/task/680/stat : 680 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107808219 1826177024 33379 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=681] ppid=666 vsize=1783376 CPUtime=0
/proc/668/task/681/stat : 681 (java) S 666 668 363 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107808502 1826177024 33379 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 1783376

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.99 2/77 681
/proc/meminfo: memFree=893000/2055920 swapFree=4191892/4192956
[pid=668] ppid=666 vsize=1784240 CPUtime=12.89
/proc/668/stat : 668 (java) S 666 668 363 0 -1 0 35419 0 33 0 1266 23 0 0 18 0 13 0 107808180 1827061760 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/668/statm: 446060 34310 1316 9 0 443672 0
[pid=668/tid=670] ppid=666 vsize=1784240 CPUtime=12.12
/proc/668/task/670/stat : 670 (java) R 666 668 363 0 -1 64 32908 0 8 0 1192 20 0 0 25 0 13 0 107808187 1827061760 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109556450 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=671] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/671/stat : 671 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107808207 1827061760 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=672] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/672/stat : 672 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107808207 1827061760 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=673] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/673/stat : 673 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107808211 1827061760 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=674] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/674/stat : 674 (java) S 666 668 363 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 107808212 1827061760 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=675] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/675/stat : 675 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 107808212 1827061760 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=676] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/676/stat : 676 (java) S 666 668 363 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107808219 1827061760 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=677] ppid=666 vsize=1784240 CPUtime=0.36
/proc/668/task/677/stat : 677 (java) S 666 668 363 0 -1 64 1213 0 0 0 36 0 0 0 16 0 13 0 107808219 1827061760 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=678] ppid=666 vsize=1784240 CPUtime=0.36
/proc/668/task/678/stat : 678 (java) S 666 668 363 0 -1 64 599 0 0 0 36 0 0 0 16 0 13 0 107808219 1827061760 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=679] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/679/stat : 679 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107808219 1827061760 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=680] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/680/stat : 680 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107808219 1827061760 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=681] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/681/stat : 681 (java) S 666 668 363 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107808502 1827061760 34310 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 1784240

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

[startup+15.903 s]
/proc/loadavg: 0.93 0.97 0.99 2/77 681
/proc/meminfo: memFree=892744/2055920 swapFree=4191892/4192956
[pid=668] ppid=666 vsize=1784240 CPUtime=16.09
/proc/668/stat : 668 (java) S 666 668 363 0 -1 0 35456 0 33 0 1586 23 0 0 18 0 13 0 107808180 1827061760 34347 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/668/statm: 446060 34347 1316 9 0 443672 0
[pid=668/tid=670] ppid=666 vsize=1784240 CPUtime=15.31
/proc/668/task/670/stat : 670 (java) R 666 668 363 0 -1 64 32945 0 8 0 1511 20 0 0 25 0 13 0 107808187 1827061760 34347 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109538083 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=671] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/671/stat : 671 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107808207 1827061760 34347 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=672] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/672/stat : 672 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107808207 1827061760 34347 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=673] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/673/stat : 673 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107808211 1827061760 34347 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

/proc/668/task/679/stat : 679 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107808219 1827061760 34347 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=680] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/680/stat : 680 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107808219 1827061760 34347 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=681] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/681/stat : 681 (java) S 666 668 363 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107808502 1827061760 34347 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.09
Current children cumulated vsize (KiB) 1784240

[startup+17.5021 s]
/proc/loadavg: 0.94 0.97 0.99 2/77 681
/proc/meminfo: memFree=892744/2055920 swapFree=4191892/4192956
[pid=668] ppid=666 vsize=1784240 CPUtime=17.69
/proc/668/stat : 668 (java) S 666 668 363 0 -1 0 35463 0 33 0 1746 23 0 0 18 0 13 0 107808180 1827061760 34354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/668/statm: 446060 34354 1316 9 0 443672 0
[pid=668/tid=670] ppid=666 vsize=1784240 CPUtime=16.92
/proc/668/task/670/stat : 670 (java) R 666 668 363 0 -1 64 32952 0 8 0 1672 20 0 0 25 0 13 0 107808187 1827061760 34354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109610377 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=671] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/671/stat : 671 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107808207 1827061760 34354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=672] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/672/stat : 672 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107808207 1827061760 34354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=673] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/673/stat : 673 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107808211 1827061760 34354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=674] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/674/stat : 674 (java) S 666 668 363 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 107808212 1827061760 34354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=675] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/675/stat : 675 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 107808212 1827061760 34354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=676] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/676/stat : 676 (java) S 666 668 363 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107808219 1827061760 34354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=677] ppid=666 vsize=1784240 CPUtime=0.36
/proc/668/task/677/stat : 677 (java) S 666 668 363 0 -1 64 1213 0 0 0 36 0 0 0 16 0 13 0 107808219 1827061760 34354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=678] ppid=666 vsize=1784240 CPUtime=0.36
/proc/668/task/678/stat : 678 (java) S 666 668 363 0 -1 64 599 0 0 0 36 0 0 0 16 0 13 0 107808219 1827061760 34354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=679] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/679/stat : 679 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107808219 1827061760 34354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=680] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/680/stat : 680 (java) R 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107808219 1827061760 34354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=681] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/681/stat : 681 (java) S 666 668 363 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107808502 1827061760 34354 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.69
Current children cumulated vsize (KiB) 1784240

[startup+19.1023 s]
/proc/loadavg: 0.94 0.97 0.99 2/77 681
/proc/meminfo: memFree=892808/2055920 swapFree=4191892/4192956
[pid=668] ppid=666 vsize=1784240 CPUtime=19.28
/proc/668/stat : 668 (java) S 666 668 363 0 -1 0 35469 0 33 0 1905 23 0 0 18 0 13 0 107808180 1827061760 34360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/668/statm: 446060 34360 1316 9 0 443672 0
[pid=668/tid=670] ppid=666 vsize=1784240 CPUtime=18.51
/proc/668/task/670/stat : 670 (java) R 666 668 363 0 -1 64 32958 0 8 0 1831 20 0 0 25 0 13 0 107808187 1827061760 34360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109535139 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=671] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/671/stat : 671 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107808207 1827061760 34360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=672] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/672/stat : 672 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107808207 1827061760 34360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=673] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/673/stat : 673 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107808211 1827061760 34360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=674] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/674/stat : 674 (java) S 666 668 363 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 107808212 1827061760 34360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=675] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/675/stat : 675 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 107808212 1827061760 34360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=676] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/676/stat : 676 (java) S 666 668 363 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107808219 1827061760 34360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=677] ppid=666 vsize=1784240 CPUtime=0.36
/proc/668/task/677/stat : 677 (java) S 666 668 363 0 -1 64 1213 0 0 0 36 0 0 0 16 0 13 0 107808219 1827061760 34360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=678] ppid=666 vsize=1784240 CPUtime=0.36
/proc/668/task/678/stat : 678 (java) S 666 668 363 0 -1 64 599 0 0 0 36 0 0 0 16 0 13 0 107808219 1827061760 34360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=679] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/679/stat : 679 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107808219 1827061760 34360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=680] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/680/stat : 680 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107808219 1827061760 34360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=681] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/681/stat : 681 (java) S 666 668 363 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107808502 1827061760 34360 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.28
Current children cumulated vsize (KiB) 1784240

[startup+19.5023 s]
/proc/loadavg: 0.94 0.97 0.99 2/77 681
/proc/meminfo: memFree=892808/2055920 swapFree=4191892/4192956
[pid=668] ppid=666 vsize=1784240 CPUtime=19.69
/proc/668/stat : 668 (java) S 666 668 363 0 -1 0 35470 0 33 0 1946 23 0 0 18 0 13 0 107808180 1827061760 34361 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/668/statm: 446060 34361 1316 9 0 443672 0
[pid=668/tid=670] ppid=666 vsize=1784240 CPUtime=18.91
/proc/668/task/670/stat : 670 (java) R 666 668 363 0 -1 64 32959 0 8 0 1871 20 0 0 25 0 13 0 107808187 1827061760 34361 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109617565 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=671] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/671/stat : 671 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107808207 1827061760 34361 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=672] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/672/stat : 672 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107808207 1827061760 34361 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=673] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/673/stat : 673 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107808211 1827061760 34361 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=674] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/674/stat : 674 (java) S 666 668 363 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 107808212 1827061760 34361 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=675] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/675/stat : 675 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 107808212 1827061760 34361 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=676] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/676/stat : 676 (java) S 666 668 363 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107808219 1827061760 34361 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=677] ppid=666 vsize=1784240 CPUtime=0.37
/proc/668/task/677/stat : 677 (java) S 666 668 363 0 -1 64 1213 0 0 0 37 0 0 0 17 0 13 0 107808219 1827061760 34361 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=678] ppid=666 vsize=1784240 CPUtime=0.36
/proc/668/task/678/stat : 678 (java) S 666 668 363 0 -1 64 599 0 0 0 36 0 0 0 16 0 13 0 107808219 1827061760 34361 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=679] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/679/stat : 679 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107808219 1827061760 34361 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=680] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/680/stat : 680 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107808219 1827061760 34361 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=681] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/681/stat : 681 (java) S 666 668 363 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107808502 1827061760 34361 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.69
Current children cumulated vsize (KiB) 1784240

[startup+19.9023 s]
/proc/loadavg: 0.94 0.97 0.99 2/77 681
/proc/meminfo: memFree=892808/2055920 swapFree=4191892/4192956
[pid=668] ppid=666 vsize=1784240 CPUtime=20.08
/proc/668/stat : 668 (java) S 666 668 363 0 -1 0 35474 0 33 0 1985 23 0 0 18 0 13 0 107808180 1827061760 34365 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/668/statm: 446060 34365 1316 9 0 443672 0
[pid=668/tid=670] ppid=666 vsize=1784240 CPUtime=19.31
/proc/668/task/670/stat : 670 (java) R 666 668 363 0 -1 64 32963 0 8 0 1911 20 0 0 25 0 13 0 107808187 1827061760 34365 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4109343427 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=671] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/671/stat : 671 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 107808207 1827061760 34365 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=672] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/672/stat : 672 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 107808207 1827061760 34365 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=673] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/673/stat : 673 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 107808211 1827061760 34365 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=674] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/674/stat : 674 (java) S 666 668 363 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 107808212 1827061760 34365 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=675] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/675/stat : 675 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 107808212 1827061760 34365 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=676] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/676/stat : 676 (java) S 666 668 363 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 107808219 1827061760 34365 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=677] ppid=666 vsize=1784240 CPUtime=0.37
/proc/668/task/677/stat : 677 (java) S 666 668 363 0 -1 64 1213 0 0 0 37 0 0 0 17 0 13 0 107808219 1827061760 34365 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=678] ppid=666 vsize=1784240 CPUtime=0.36
/proc/668/task/678/stat : 678 (java) S 666 668 363 0 -1 64 599 0 0 0 36 0 0 0 16 0 13 0 107808219 1827061760 34365 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=679] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/679/stat : 679 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 107808219 1827061760 34365 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=680] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/680/stat : 680 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 107808219 1827061760 34365 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=681] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/681/stat : 681 (java) S 666 668 363 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 107808502 1827061760 34365 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.08
Current children cumulated vsize (KiB) 1784240

[startup+20.0024 s]
/proc/loadavg: 0.94 0.97 0.99 2/77 681
/proc/meminfo: memFree=892808/2055920 swapFree=4191892/4192956
[pid=668] ppid=666 vsize=1784240 CPUtime=20.17
/proc/668/stat : 668 (java) S 666 668 363 0 -1 0 35483 0 33 0 1994 23 0 0 18 0 12 0 107808180 1827061760 34374 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/668/statm: 446060 34374 1317 9 0 443672 0
[pid=668/tid=670] ppid=666 vsize=1784240 CPUtime=19.39
/proc/668/task/670/stat : 670 (java) S 666 668 363 0 -1 64 32968 0 8 0 1919 20 0 0 24 0 12 0 107808187 1827061760 34374 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=671] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/671/stat : 671 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 107808207 1827061760 34374 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=672] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/672/stat : 672 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 107808207 1827061760 34374 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=673] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/673/stat : 673 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 107808211 1827061760 34374 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=674] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/674/stat : 674 (java) S 666 668 363 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 107808212 1827061760 34374 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=675] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/675/stat : 675 (java) S 666 668 363 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 107808212 1827061760 34374 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=676] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/676/stat : 676 (java) S 666 668 363 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 107808219 1827061760 34374 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=677] ppid=666 vsize=1784240 CPUtime=0.37
/proc/668/task/677/stat : 677 (java) S 666 668 363 0 -1 64 1213 0 0 0 37 0 0 0 17 0 12 0 107808219 1827061760 34374 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=668/tid=678] ppid=666 vsize=1784240 CPUtime=0.36
/proc/668/task/678/stat : 678 (java) S 666 668 363 0 -1 64 599 0 0 0 36 0 0 0 16 0 12 0 107808219 1827061760 34374 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=679] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/679/stat : 679 (java) S 666 668 363 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 107808219 1827061760 34374 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=668/tid=680] ppid=666 vsize=1784240 CPUtime=0
/proc/668/task/680/stat : 680 (java) S 666 668 363 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 107808219 1827061760 34374 18446744073709551615 134512640 134550740 4294956384 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.17
Current children cumulated vsize (KiB) 1784240

Child status: 20
Real time (s): 20.0271
CPU time (s): 20.2059
CPU user time (s): 19.946
CPU system time (s): 0.25996
CPU usage (%): 100.893
Max. virtual memory (cumulated for all children) (KiB): 1784400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.946
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35488
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1178
involuntary context switches= 428

runsolver used 0.018997 second user time and 0.065989 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Wed Apr 11 19:03:06 UTC 2007

IDJOB= 331813
IDBENCH= 20453
IDSOLVER= 141
FILE ID= node65/331813-1176318184

PBS_JOBID= 4516713

Free space on /tmp= 66545 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/dspam/dspam_dump_vc973.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331813-1176318184/sat4j-sat2007.jar /tmp/evaluation/331813-1176318184/instance-331813-1176318184.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-331813-1176318184 -o ROOT/results/node65/solver-331813-1176318184 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331813-1176318184/sat4j-sat2007.jar /tmp/evaluation/331813-1176318184/instance-331813-1176318184.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  8fc64af5d325c9057239ebdeb302bd0e

RANDOM SEED= 810235614

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.245
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.245
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1034184 kB
Buffers:         48628 kB
Cached:         758332 kB
SwapCached:        268 kB
Active:         204564 kB
Inactive:       617144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1034184 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           19924 kB
Writeback:           0 kB
Mapped:          24380 kB
Slab:           186048 kB
Committed_AS:   101504 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66545 MiB

End job on node65 on Wed Apr 11 19:03:26 UTC 2007