Trace number 331633

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 287.643 287.097

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-13-u.cnf
MD5SUM127968d7d14f3ab7655995f561e62ed8
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark63.9453
Satisfiable
(Un)Satisfiability was proved
Number of variables178708
Number of clauses806681
Sum of the clauses size1842626
Maximum clause length10
Minimum clause length1
Number of clauses of size 115072
Number of clauses of size 2648853
Number of clauses of size 3108896
Number of clauses of size 43760
Number of clauses of size 515040
Number of clauses of size over 515060

Solver Data (download as text)

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c version SAT COMPETITION 2007
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.19/0.20	c --- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.19/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c Expensive reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c timeout: 2147483s
0.19/0.20	c solving /tmp/evaluation/331633-1176858257/instance-331633-1176858257.cnf
0.19/0.20	c reading problem ... 
2.39/2.31	c ... done. Wall clock time 2.109s.
2.39/2.31	c CPU time (experimental) 2.19s.
2.39/2.31	c #vars     178708
2.39/2.31	c #constraints  791609
287.58/287.03	c starts		: 13
287.58/287.03	c conflicts		: 32152
287.58/287.03	c decisions		: 48145
287.58/287.03	c propagations		: 146622169
287.58/287.03	c inspects		: 692856695
287.58/287.03	c learnt literals	: 144
287.58/287.03	c learnt binary clauses	: 196
287.58/287.03	c learnt ternary clauses	: 262
287.58/287.03	c learnt clauses	: 32007
287.58/287.03	c root simplifications	: 0
287.58/287.03	c removed literals (reason simplification)	: 508700
287.58/287.03	c reason swapping (by a shorter reason)	: 0
287.58/287.03	c Calls to reduceDB	: 0
287.58/287.03	c speed (decisions/second)	: 169.13397223315158
287.58/287.03	c non guided choices	1191
287.58/287.03	s UNSATISFIABLE
287.58/287.03	c Total wall clock time (in seconds) : 286.826
287.58/287.03	c Total CPU time (experimental, in seconds) : 286.68

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node60/watcher-331633-1176858257 -o ROOT/results/node60/solver-331633-1176858257 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331633-1176858257/sat4j-sat2007.jar /tmp/evaluation/331633-1176858257/instance-331633-1176858257.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.95 0.96 2/64 30742
/proc/meminfo: memFree=1766408/2055920 swapFree=4179544/4192956
[pid=30742] ppid=30740 vsize=152 CPUtime=0
/proc/30742/stat : 30742 (java6) D 30740 30742 29589 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 133735706 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 5534500 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30742/statm: 38 26 19 9 0 4 0

[startup+0.083169 s]
/proc/loadavg: 0.91 0.95 0.96 2/64 30742
/proc/meminfo: memFree=1766408/2055920 swapFree=4179544/4192956
[pid=30742] ppid=30740 vsize=1777844 CPUtime=0.06
/proc/30742/stat : 30742 (java) S 30740 30742 29589 0 -1 0 3794 0 1 0 5 1 0 0 18 0 7 0 133735706 1820512256 3537 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/30742/statm: 444461 3537 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.101172 s]
/proc/loadavg: 0.91 0.95 0.96 2/64 30742
/proc/meminfo: memFree=1766408/2055920 swapFree=4179544/4192956
[pid=30742] ppid=30740 vsize=1780108 CPUtime=0.09
/proc/30742/stat : 30742 (java) S 30740 30742 29589 0 -1 0 3969 0 1 0 7 2 0 0 18 0 12 0 133735706 1822830592 3711 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30742/statm: 445027 3711 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301192 s]
/proc/loadavg: 0.91 0.95 0.96 2/64 30742
/proc/meminfo: memFree=1766408/2055920 swapFree=4179544/4192956
[pid=30742] ppid=30740 vsize=1782212 CPUtime=0.33
/proc/30742/stat : 30742 (java) S 30740 30742 29589 0 -1 0 7771 0 1 0 29 4 0 0 18 0 12 0 133735706 1824985088 7510 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30742/statm: 445553 7511 1282 9 0 443165 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782212

[startup+0.701224 s]
/proc/loadavg: 0.91 0.95 0.96 2/64 30742
/proc/meminfo: memFree=1766408/2055920 swapFree=4179544/4192956
[pid=30742] ppid=30740 vsize=1782212 CPUtime=0.79
/proc/30742/stat : 30742 (java) S 30740 30742 29589 0 -1 0 13560 0 1 0 72 7 0 0 18 0 12 0 133735706 1824985088 13296 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30742/statm: 445553 13296 1290 9 0 443165 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1782212

[startup+1.5023 s]
/proc/loadavg: 0.91 0.95 0.96 2/76 30754
/proc/meminfo: memFree=1703144/2055920 swapFree=4179544/4192956
[pid=30742] ppid=30740 vsize=1782212 CPUtime=1.59
/proc/30742/stat : 30742 (java) S 30740 30742 29589 0 -1 0 20225 0 1 0 149 10 0 0 18 0 12 0 133735706 1824985088 19960 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30742/statm: 445553 19960 1290 9 0 443165 0
[pid=30742/tid=30744] ppid=30740 vsize=1782212 CPUtime=1.38
/proc/30742/task/30744/stat : 30744 (java) R 30740 30742 29589 0 -1 64 18917 0 1 0 129 9 0 0 20 0 12 0 133735708 1824985088 19960 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30745] ppid=30740 vsize=1782212 CPUtime=0
/proc/30742/task/30745/stat : 30745 (java) S 30740 30742 29589 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 133735709 1824985088 19960 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30746] ppid=30740 vsize=1782212 CPUtime=0
/proc/30742/task/30746/stat : 30746 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 133735709 1824985088 19960 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30747] ppid=30740 vsize=1782212 CPUtime=0
/proc/30742/task/30747/stat : 30747 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 133735711 1824985088 19961 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30748] ppid=30740 vsize=1782212 CPUtime=0
/proc/30742/task/30748/stat : 30748 (java) S 30740 30742 29589 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 133735712 1824985088 19961 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30749] ppid=30740 vsize=1782212 CPUtime=0
/proc/30742/task/30749/stat : 30749 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 133735712 1824985088 19961 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30750] ppid=30740 vsize=1782212 CPUtime=0
/proc/30742/task/30750/stat : 30750 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 133735716 1824985088 19961 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=1782212 CPUtime=0.09
/proc/30742/task/30751/stat : 30751 (java) S 30740 30742 29589 0 -1 64 345 0 0 0 9 0 0 0 16 0 12 0 133735716 1824985088 19962 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30752] ppid=30740 vsize=1782212 CPUtime=0.1
/proc/30742/task/30752/stat : 30752 (java) S 30740 30742 29589 0 -1 64 241 0 0 0 10 0 0 0 16 0 12 0 133735716 1824985088 19962 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=1782212 CPUtime=0
/proc/30742/task/30753/stat : 30753 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 133735716 1824985088 19962 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=1782212 CPUtime=0
/proc/30742/task/30754/stat : 30754 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 133735716 1824985088 19962 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1782212

[startup+3.10248 s]
/proc/loadavg: 0.91 0.95 0.96 2/76 30754
/proc/meminfo: memFree=1670952/2055920 swapFree=4179544/4192956
[pid=30742] ppid=30740 vsize=1785716 CPUtime=3.47
/proc/30742/stat : 30742 (java) S 30740 30742 29589 0 -1 0 30092 0 1 0 331 16 0 0 18 0 13 0 133735706 1828573184 28747 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30742/statm: 446429 28747 1310 9 0 444041 0
[pid=30742/tid=30744] ppid=30740 vsize=1785716 CPUtime=2.83
/proc/30742/task/30744/stat : 30744 (java) R 30740 30742 29589 0 -1 64 26961 0 1 0 269 14 0 0 25 0 13 0 133735708 1828573184 28747 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109553032 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30745] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30745/stat : 30745 (java) S 30740 30742 29589 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 133735709 1828573184 28747 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30746] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30746/stat : 30746 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 133735709 1828573184 28747 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30747] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30747/stat : 30747 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 133735711 1828573184 28747 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30748] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30748/stat : 30748 (java) S 30740 30742 29589 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133735712 1828573184 28747 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30749] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30749/stat : 30749 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 133735712 1828573184 28747 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30750] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30750/stat : 30750 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133735716 1828573184 28747 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=1785716 CPUtime=0.29
/proc/30742/task/30751/stat : 30751 (java) S 30740 30742 29589 0 -1 64 1072 0 0 0 29 0 0 0 16 0 13 0 133735716 1828573184 28747 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30752] ppid=30740 vsize=1785716 CPUtime=0.32
/proc/30742/task/30752/stat : 30752 (java) S 30740 30742 29589 0 -1 64 1333 0 0 0 32 0 0 0 16 0 13 0 133735716 1828573184 28747 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30753/stat : 30753 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133735716 1828573184 28747 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30754/stat : 30754 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133735716 1828573184 28747 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 1785716

[startup+6.30177 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 30755
/proc/meminfo: memFree=1655584/2055920 swapFree=4179544/4192956
[pid=30742] ppid=30740 vsize=1785716 CPUtime=6.8
/proc/30742/stat : 30742 (java) S 30740 30742 29589 0 -1 0 30798 0 1 0 662 18 0 0 18 0 13 0 133735706 1828573184 28769 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30742/statm: 446429 28769 1313 9 0 444041 0
[pid=30742/tid=30744] ppid=30740 vsize=1785716 CPUtime=6.02
/proc/30742/task/30744/stat : 30744 (java) R 30740 30742 29589 0 -1 64 27036 0 1 0 587 15 0 0 25 0 13 0 133735708 1828573184 28769 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109553279 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30745] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30745/stat : 30745 (java) S 30740 30742 29589 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 133735709 1828573184 28769 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30746] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30746/stat : 30746 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 133735709 1828573184 28769 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30747] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30747/stat : 30747 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 133735711 1828573184 28769 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30748] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30748/stat : 30748 (java) S 30740 30742 29589 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133735712 1828573184 28769 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30749] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30749/stat : 30749 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 133735712 1828573184 28769 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30750] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30750/stat : 30750 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133735716 1828573184 28769 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=1785716 CPUtime=0.36
/proc/30742/task/30751/stat : 30751 (java) S 30740 30742 29589 0 -1 64 1697 0 0 0 36 0 0 0 16 0 13 0 133735716 1828573184 28769 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=1785716 CPUtime=0.38
/proc/30742/task/30752/stat : 30752 (java) S 30740 30742 29589 0 -1 64 1339 0 0 0 38 0 0 0 15 0 13 0 133735716 1828573184 28769 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30753/stat : 30753 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133735716 1828573184 28769 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30754/stat : 30754 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133735716 1828573184 28769 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30755] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30755/stat : 30755 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 133735957 1828573184 28769 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 1785716

[startup+12.7014 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 30755
/proc/meminfo: memFree=1655528/2055920 swapFree=4179544/4192956
[pid=30742] ppid=30740 vsize=1785716 CPUtime=13.2
/proc/30742/stat : 30742 (java) S 30740 30742 29589 0 -1 0 30862 0 1 0 1302 18 0 0 18 0 13 0 133735706 1828573184 28833 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30742/statm: 446429 28833 1313 9 0 444041 0
[pid=30742/tid=30744] ppid=30740 vsize=1785716 CPUtime=12.41
/proc/30742/task/30744/stat : 30744 (java) R 30740 30742 29589 0 -1 64 27100 0 1 0 1226 15 0 0 25 0 13 0 133735708 1828573184 28833 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109632399 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30745] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30745/stat : 30745 (java) S 30740 30742 29589 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 133735709 1828573184 28833 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30746] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30746/stat : 30746 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 133735709 1828573184 28833 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30747] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30747/stat : 30747 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 133735711 1828573184 28833 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30748] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30748/stat : 30748 (java) S 30740 30742 29589 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133735712 1828573184 28833 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30749] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30749/stat : 30749 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 133735712 1828573184 28833 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30750] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30750/stat : 30750 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133735716 1828573184 28833 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=1785716 CPUtime=0.36
/proc/30742/task/30751/stat : 30751 (java) S 30740 30742 29589 0 -1 64 1697 0 0 0 36 0 0 0 16 0 13 0 133735716 1828573184 28833 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=1785716 CPUtime=0.38
/proc/30742/task/30752/stat : 30752 (java) S 30740 30742 29589 0 -1 64 1339 0 0 0 38 0 0 0 15 0 13 0 133735716 1828573184 28833 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30753/stat : 30753 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133735716 1828573184 28833 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30754/stat : 30754 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133735716 1828573184 28833 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30755] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30755/stat : 30755 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 133735957 1828573184 28833 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.2
Current children cumulated vsize (KiB) 1785716

[startup+25.5027 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 30755
/proc/meminfo: memFree=1655152/2055920 swapFree=4179544/4192956
[pid=30742] ppid=30740 vsize=1785716 CPUtime=26
/proc/30742/stat : 30742 (java) S 30740 30742 29589 0 -1 0 30963 0 1 0 2582 18 0 0 18 0 13 0 133735706 1828573184 28934 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30742/statm: 446429 28934 1313 9 0 444041 0
[pid=30742/tid=30744] ppid=30740 vsize=1785716 CPUtime=25.22
/proc/30742/task/30744/stat : 30744 (java) R 30740 30742 29589 0 -1 64 27200 0 1 0 2506 16 0 0 25 0 13 0 133735708 1828573184 28934 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109560226 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30745] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30745/stat : 30745 (java) S 30740 30742 29589 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 133735709 1828573184 28934 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30746] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30746/stat : 30746 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 133735709 1828573184 28934 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30747] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30747/stat : 30747 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 133735711 1828573184 28934 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30748] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30748/stat : 30748 (java) S 30740 30742 29589 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133735712 1828573184 28934 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/30742/task/30755/stat : 30755 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 133735957 1828573184 31103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.88
Current children cumulated vsize (KiB) 1785716

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

[startup+284.702 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 30755
/proc/meminfo: memFree=1646320/2055920 swapFree=4179544/4192956
[pid=30742] ppid=30740 vsize=1785716 CPUtime=285.28
/proc/30742/stat : 30742 (java) S 30740 30742 29589 0 -1 0 33144 0 1 0 28507 21 0 0 18 0 13 0 133735706 1828573184 31112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30742/statm: 446429 31112 1317 9 0 444041 0
[pid=30742/tid=30744] ppid=30740 vsize=1785716 CPUtime=284.35
/proc/30742/task/30744/stat : 30744 (java) R 30740 30742 29589 0 -1 64 29364 0 1 0 28416 19 0 0 25 0 13 0 133735708 1828573184 31112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109606625 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30745] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30745/stat : 30745 (java) S 30740 30742 29589 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 133735709 1828573184 31112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30746] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30746/stat : 30746 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 133735709 1828573184 31112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30747] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30747/stat : 30747 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 133735711 1828573184 31112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30748] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30748/stat : 30748 (java) S 30740 30742 29589 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133735712 1828573184 31112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30749] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30749/stat : 30749 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 133735712 1828573184 31112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30750] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30750/stat : 30750 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133735716 1828573184 31112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=1785716 CPUtime=0.42
/proc/30742/task/30751/stat : 30751 (java) S 30740 30742 29589 0 -1 64 1702 0 0 0 42 0 0 0 17 0 13 0 133735716 1828573184 31112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=1785716 CPUtime=0.48
/proc/30742/task/30752/stat : 30752 (java) S 30740 30742 29589 0 -1 64 1352 0 0 0 48 0 0 0 17 0 13 0 133735716 1828573184 31112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30753/stat : 30753 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133735716 1828573184 31112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30754/stat : 30754 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133735716 1828573184 31112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30755] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30755/stat : 30755 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 133735957 1828573184 31112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 285.28
Current children cumulated vsize (KiB) 1785716

[startup+286.301 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 30755
/proc/meminfo: memFree=1646192/2055920 swapFree=4179544/4192956
[pid=30742] ppid=30740 vsize=1785716 CPUtime=286.88
/proc/30742/stat : 30742 (java) S 30740 30742 29589 0 -1 0 33175 0 1 0 28667 21 0 0 18 0 13 0 133735706 1828573184 31143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30742/statm: 446429 31143 1317 9 0 444041 0
[pid=30742/tid=30744] ppid=30740 vsize=1785716 CPUtime=285.95
/proc/30742/task/30744/stat : 30744 (java) R 30740 30742 29589 0 -1 64 29395 0 1 0 28576 19 0 0 25 0 13 0 133735708 1828573184 31143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109694522 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30745] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30745/stat : 30745 (java) S 30740 30742 29589 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 133735709 1828573184 31143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30746] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30746/stat : 30746 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 133735709 1828573184 31143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30747] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30747/stat : 30747 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 133735711 1828573184 31143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30748] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30748/stat : 30748 (java) S 30740 30742 29589 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133735712 1828573184 31143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30749] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30749/stat : 30749 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 133735712 1828573184 31143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30750] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30750/stat : 30750 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133735716 1828573184 31143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=1785716 CPUtime=0.42
/proc/30742/task/30751/stat : 30751 (java) S 30740 30742 29589 0 -1 64 1702 0 0 0 42 0 0 0 17 0 13 0 133735716 1828573184 31143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=1785716 CPUtime=0.48
/proc/30742/task/30752/stat : 30752 (java) S 30740 30742 29589 0 -1 64 1352 0 0 0 48 0 0 0 17 0 13 0 133735716 1828573184 31143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30753/stat : 30753 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133735716 1828573184 31143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30754/stat : 30754 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133735716 1828573184 31143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30755] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30755/stat : 30755 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 133735957 1828573184 31143 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 286.88
Current children cumulated vsize (KiB) 1785716

[startup+286.701 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 30755
/proc/meminfo: memFree=1646192/2055920 swapFree=4179544/4192956
[pid=30742] ppid=30740 vsize=1785716 CPUtime=287.28
/proc/30742/stat : 30742 (java) S 30740 30742 29589 0 -1 0 33177 0 1 0 28707 21 0 0 18 0 13 0 133735706 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30742/statm: 446429 31145 1317 9 0 444041 0
[pid=30742/tid=30744] ppid=30740 vsize=1785716 CPUtime=286.35
/proc/30742/task/30744/stat : 30744 (java) R 30740 30742 29589 0 -1 64 29397 0 1 0 28616 19 0 0 25 0 13 0 133735708 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109553288 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30745] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30745/stat : 30745 (java) S 30740 30742 29589 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 133735709 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30746] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30746/stat : 30746 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 133735709 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30747] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30747/stat : 30747 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 133735711 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30748] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30748/stat : 30748 (java) S 30740 30742 29589 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133735712 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30749] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30749/stat : 30749 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 133735712 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30750] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30750/stat : 30750 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133735716 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=1785716 CPUtime=0.42
/proc/30742/task/30751/stat : 30751 (java) S 30740 30742 29589 0 -1 64 1702 0 0 0 42 0 0 0 17 0 13 0 133735716 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=1785716 CPUtime=0.48
/proc/30742/task/30752/stat : 30752 (java) S 30740 30742 29589 0 -1 64 1352 0 0 0 48 0 0 0 17 0 13 0 133735716 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30753/stat : 30753 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133735716 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30754/stat : 30754 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133735716 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30755] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30755/stat : 30755 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 133735957 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 287.28
Current children cumulated vsize (KiB) 1785716

[startup+286.901 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 30755
/proc/meminfo: memFree=1646192/2055920 swapFree=4179544/4192956
[pid=30742] ppid=30740 vsize=1785716 CPUtime=287.48
/proc/30742/stat : 30742 (java) S 30740 30742 29589 0 -1 0 33177 0 1 0 28727 21 0 0 18 0 13 0 133735706 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30742/statm: 446429 31145 1317 9 0 444041 0
[pid=30742/tid=30744] ppid=30740 vsize=1785716 CPUtime=286.55
/proc/30742/task/30744/stat : 30744 (java) R 30740 30742 29589 0 -1 64 29397 0 1 0 28636 19 0 0 25 0 13 0 133735708 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109606625 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30745] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30745/stat : 30745 (java) S 30740 30742 29589 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 133735709 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30746] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30746/stat : 30746 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 133735709 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30747] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30747/stat : 30747 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 133735711 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30748] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30748/stat : 30748 (java) S 30740 30742 29589 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133735712 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30749] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30749/stat : 30749 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 133735712 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30750] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30750/stat : 30750 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133735716 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=1785716 CPUtime=0.42
/proc/30742/task/30751/stat : 30751 (java) S 30740 30742 29589 0 -1 64 1702 0 0 0 42 0 0 0 17 0 13 0 133735716 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=1785716 CPUtime=0.48
/proc/30742/task/30752/stat : 30752 (java) S 30740 30742 29589 0 -1 64 1352 0 0 0 48 0 0 0 17 0 13 0 133735716 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30753/stat : 30753 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133735716 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30754/stat : 30754 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133735716 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30755] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30755/stat : 30755 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 133735957 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 287.48
Current children cumulated vsize (KiB) 1785716

[startup+287.001 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 30755
/proc/meminfo: memFree=1646128/2055920 swapFree=4179544/4192956
[pid=30742] ppid=30740 vsize=1785716 CPUtime=287.58
/proc/30742/stat : 30742 (java) S 30740 30742 29589 0 -1 0 33177 0 1 0 28737 21 0 0 18 0 13 0 133735706 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30742/statm: 446429 31145 1317 9 0 444041 0
[pid=30742/tid=30744] ppid=30740 vsize=1785716 CPUtime=286.65
/proc/30742/task/30744/stat : 30744 (java) R 30740 30742 29589 0 -1 64 29397 0 1 0 28646 19 0 0 25 0 13 0 133735708 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109679526 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30745] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30745/stat : 30745 (java) S 30740 30742 29589 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 133735709 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30746] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30746/stat : 30746 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 133735709 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30747] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30747/stat : 30747 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 133735711 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30748] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30748/stat : 30748 (java) S 30740 30742 29589 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 133735712 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30749] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30749/stat : 30749 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 133735712 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30750] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30750/stat : 30750 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 133735716 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30751] ppid=30740 vsize=1785716 CPUtime=0.42
/proc/30742/task/30751/stat : 30751 (java) S 30740 30742 29589 0 -1 64 1702 0 0 0 42 0 0 0 17 0 13 0 133735716 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30752] ppid=30740 vsize=1785716 CPUtime=0.48
/proc/30742/task/30752/stat : 30752 (java) S 30740 30742 29589 0 -1 64 1352 0 0 0 48 0 0 0 17 0 13 0 133735716 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30753] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30753/stat : 30753 (java) S 30740 30742 29589 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 133735716 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30742/tid=30754] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30754/stat : 30754 (java) S 30740 30742 29589 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 133735716 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30742/tid=30755] ppid=30740 vsize=1785716 CPUtime=0
/proc/30742/task/30755/stat : 30755 (java) S 30740 30742 29589 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 133735957 1828573184 31145 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 287.58
Current children cumulated vsize (KiB) 1785716

Child status: 20
Real time (s): 287.097
CPU time (s): 287.643
CPU user time (s): 287.408
CPU system time (s): 0.234964
CPU usage (%): 100.19
Max. virtual memory (cumulated for all children) (KiB): 1785716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 287.408
system time used= 0.234964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33190
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= 6231
involuntary context switches= 6165

runsolver used 0.316951 second user time and 0.742887 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Wed Apr 18 01:04:17 UTC 2007

IDJOB= 331633
IDBENCH= 20347
IDSOLVER= 141
FILE ID= node60/331633-1176858257

PBS_JOBID= 4590221

Free space on /tmp= 66481 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-unsat/total-5-13-u.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331633-1176858257/sat4j-sat2007.jar /tmp/evaluation/331633-1176858257/instance-331633-1176858257.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-331633-1176858257 -o ROOT/results/node60/solver-331633-1176858257 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331633-1176858257/sat4j-sat2007.jar /tmp/evaluation/331633-1176858257/instance-331633-1176858257.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  127968d7d14f3ab7655995f561e62ed8

RANDOM SEED= 936701664

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.214
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.214
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:       1766816 kB
Buffers:         22836 kB
Cached:         214948 kB
SwapCached:       7764 kB
Active:         154300 kB
Inactive:       103476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766816 kB
SwapTotal:     4192956 kB
SwapFree:      4179544 kB
Dirty:           15340 kB
Writeback:           0 kB
Mapped:          21672 kB
Slab:            17320 kB
Committed_AS:  1508728 kB
PageTables:       1484 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= 66481 MiB

End job on node60 on Wed Apr 18 01:09:05 UTC 2007