Trace number 313412

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 SAT 2007? (MO) 63.5803 62.0771

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-17-u.cnf
MD5SUMb9de1594525a25a6c43932e2e172e913
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables252004
Number of clauses1178557
Sum of the clauses size2719782
Maximum clause length10
Minimum clause length1
Number of clauses of size 118836
Number of clauses of size 2918677
Number of clauses of size 3194224
Number of clauses of size 45200
Number of clauses of size 520800
Number of clauses of size over 520820

Solver Data (download as text)

0.09/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.36	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.36	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.37	c version SAT COMPETITION 2007
0.09/0.37	c sun.arch.data.model	32
0.09/0.37	c java.version	1.6.0
0.09/0.37	c os.name	Linux
0.09/0.37	c os.version	2.6.9-22.EL.rootsmp
0.09/0.37	c os.arch	i386
0.09/0.37	c Free memory 1703279312
0.09/0.37	c Max memory 1706164224
0.09/0.37	c Total memory 1706164224
0.09/0.37	c Number of processors 2
0.17/0.43	c --- Begin Solver configuration ---
0.17/0.43	c Stops conflict analysis at the first Unique Implication Point
0.17/0.43	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.17/0.43	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.17/0.43	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.43	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.43	c Expensive reason simplification
0.17/0.43	c --- End Solver configuration ---
0.17/0.43	c timeout: 2147483s
0.17/0.43	c solving /tmp/evaluation/313412-1176884770/instance-313412-1176884770.cnf
0.17/0.43	c reading problem ... 
3.37/3.51	c ... done. Wall clock time 3.086s.
3.37/3.52	c CPU time (experimental) 3.16s.
3.37/3.52	c #vars     252004
3.37/3.52	c #constraints  1158473
63.48/62.01	c starts		: 11
63.48/62.02	c conflicts		: 12296
63.48/62.02	c decisions		: 93252
63.48/62.02	c propagations		: 40409902
63.48/62.02	c inspects		: 114923944
63.48/62.02	c learnt literals	: 138
63.48/62.02	c learnt binary clauses	: 1237
63.48/62.02	c learnt ternary clauses	: 1300
63.48/62.02	c learnt clauses	: 12158
63.48/62.02	c root simplifications	: 0
63.48/62.02	c removed literals (reason simplification)	: 52620
63.48/62.02	c reason swapping (by a shorter reason)	: 0
63.48/62.02	c Calls to reduceDB	: 0
63.48/62.02	c speed (decisions/second)	: 1595.9609789491699
63.48/62.02	c non guided choices	3003
63.48/62.02	s UNKNOWN
63.48/62.02	c Total wall clock time (in seconds) : 61.586
63.48/62.02	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node3/watcher-313412-1176884770 -o ROOT/results/node3/solver-313412-1176884770 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313412-1176884770/sat4j-sat2007.jar /tmp/evaluation/313412-1176884770/instance-313412-1176884770.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.92 0.98 0.99 2/77 1657
/proc/meminfo: memFree=1574040/2055920 swapFree=4132108/4192956
[pid=1657] ppid=1655 vsize=1800 CPUtime=0
/proc/1657/stat : 1657 (java) R 1655 1657 819 0 -1 0 137 0 0 0 0 0 0 0 18 0 1 0 164514826 1843200 109 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1657/statm: 450 118 85 9 0 92 0

[startup+0.105496 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1657
/proc/meminfo: memFree=1574040/2055920 swapFree=4132108/4192956
[pid=1657] ppid=1655 vsize=1827476 CPUtime=0.03
/proc/1657/stat : 1657 (java) S 1655 1657 819 0 -1 0 3227 0 33 0 1 2 0 0 18 0 4 0 164514826 1871335424 3006 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/1657/statm: 456869 3006 887 9 0 454505 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1827476

[startup+0.201511 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1657
/proc/meminfo: memFree=1574040/2055920 swapFree=4132108/4192956
[pid=1657] ppid=1655 vsize=1829232 CPUtime=0.07
/proc/1657/stat : 1657 (java) S 1655 1657 819 0 -1 0 3819 0 33 0 5 2 0 0 18 0 7 0 164514826 1873133568 3593 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/1657/statm: 457308 3593 1087 9 0 454944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1829232

[startup+0.301527 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1657
/proc/meminfo: memFree=1574040/2055920 swapFree=4132108/4192956
[pid=1657] ppid=1655 vsize=1831644 CPUtime=0.09
/proc/1657/stat : 1657 (java) S 1655 1657 819 0 -1 0 4012 0 33 0 6 3 0 0 18 0 12 0 164514826 1875603456 3785 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1657/statm: 457911 3785 1123 9 0 455530 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1831644

[startup+0.701591 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1657
/proc/meminfo: memFree=1574040/2055920 swapFree=4132108/4192956
[pid=1657] ppid=1655 vsize=1834264 CPUtime=0.56
/proc/1657/stat : 1657 (java) S 1655 1657 819 0 -1 0 10307 0 33 0 50 6 0 0 18 0 12 0 164514826 1878286336 10077 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1657/statm: 458566 10077 1290 9 0 456178 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 1834264

[startup+1.50272 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 1670
/proc/meminfo: memFree=1506488/2055920 swapFree=4132108/4192956
[pid=1657] ppid=1655 vsize=1834264 CPUtime=1.37
/proc/1657/stat : 1657 (java) S 1655 1657 819 0 -1 0 22029 0 33 0 126 11 0 0 18 0 12 0 164514826 1878286336 21798 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1657/statm: 458566 21799 1290 9 0 456178 0
[pid=1657/tid=1660] ppid=1655 vsize=1834264 CPUtime=1.15
/proc/1657/task/1660/stat : 1660 (java) R 1655 1657 819 0 -1 64 20778 0 9 0 105 10 0 0 19 0 12 0 164514830 1878286336 21799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109515987 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1661] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1661/stat : 1661 (java) S 1655 1657 819 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164514835 1878286336 21799 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1662] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1662/stat : 1662 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164514835 1878286336 21800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1663] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1663/stat : 1663 (java) S 1655 1657 819 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164514839 1878286336 21800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1664] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1664/stat : 1664 (java) S 1655 1657 819 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 164514840 1878286336 21800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1665] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1665/stat : 1665 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 164514840 1878286336 21801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1666] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1666/stat : 1666 (java) S 1655 1657 819 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 164514854 1878286336 21801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1667] ppid=1655 vsize=1834264 CPUtime=0.09
/proc/1657/task/1667/stat : 1667 (java) S 1655 1657 819 0 -1 64 309 0 0 0 9 0 0 0 16 0 12 0 164514854 1878286336 21801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1668] ppid=1655 vsize=1834264 CPUtime=0.1
/proc/1657/task/1668/stat : 1668 (java) S 1655 1657 819 0 -1 64 249 0 0 0 10 0 0 0 16 0 12 0 164514854 1878286336 21801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1669] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1669/stat : 1669 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 164514854 1878286336 21801 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1670] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1670/stat : 1670 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164514854 1878286336 21802 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 1834264

[startup+3.10198 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 1670
/proc/meminfo: memFree=1471032/2055920 swapFree=4132108/4192956
[pid=1657] ppid=1655 vsize=1834264 CPUtime=2.97
/proc/1657/stat : 1657 (java) S 1655 1657 819 0 -1 0 33491 0 33 0 279 18 0 0 18 0 12 0 164514826 1878286336 33260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1657/statm: 458566 33260 1294 9 0 456178 0
[pid=1657/tid=1660] ppid=1655 vsize=1834264 CPUtime=2.75
/proc/1657/task/1660/stat : 1660 (java) R 1655 1657 819 0 -1 64 32240 0 9 0 258 17 0 0 25 0 12 0 164514830 1878286336 33261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109522862 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1661] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1661/stat : 1661 (java) S 1655 1657 819 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 164514835 1878286336 33261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1662] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1662/stat : 1662 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 164514835 1878286336 33261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1663] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1663/stat : 1663 (java) S 1655 1657 819 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 164514839 1878286336 33261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1664] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1664/stat : 1664 (java) S 1655 1657 819 0 -1 64 10 0 0 0 0 0 0 0 20 0 12 0 164514840 1878286336 33262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1665] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1665/stat : 1665 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 164514840 1878286336 33262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1666] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1666/stat : 1666 (java) S 1655 1657 819 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 164514854 1878286336 33262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1667] ppid=1655 vsize=1834264 CPUtime=0.09
/proc/1657/task/1667/stat : 1667 (java) S 1655 1657 819 0 -1 64 309 0 0 0 9 0 0 0 17 0 12 0 164514854 1878286336 33263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1668] ppid=1655 vsize=1834264 CPUtime=0.11
/proc/1657/task/1668/stat : 1668 (java) S 1655 1657 819 0 -1 64 249 0 0 0 11 0 0 0 16 0 12 0 164514854 1878286336 33264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1669] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1669/stat : 1669 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 164514854 1878286336 33264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1670] ppid=1655 vsize=1834264 CPUtime=0
/proc/1657/task/1670/stat : 1670 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164514854 1878286336 33264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1834264

[startup+6.3025 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 1671
/proc/meminfo: memFree=1417712/2055920 swapFree=4132108/4192956
[pid=1657] ppid=1655 vsize=1837256 CPUtime=6.6
/proc/1657/stat : 1657 (java) S 1655 1657 819 0 -1 0 40560 0 33 0 638 22 0 0 18 0 13 0 164514826 1881350144 39272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1657/statm: 459314 39272 1313 9 0 456926 0
[pid=1657/tid=1660] ppid=1655 vsize=1837256 CPUtime=5.78
/proc/1657/task/1660/stat : 1660 (java) R 1655 1657 819 0 -1 64 37515 0 9 0 558 20 0 0 25 0 13 0 164514830 1881350144 39272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109623082 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1661] ppid=1655 vsize=1837256 CPUtime=0
/proc/1657/task/1661/stat : 1661 (java) S 1655 1657 819 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 164514835 1881350144 39272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1662] ppid=1655 vsize=1837256 CPUtime=0
/proc/1657/task/1662/stat : 1662 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 164514835 1881350144 39272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1663] ppid=1655 vsize=1837256 CPUtime=0
/proc/1657/task/1663/stat : 1663 (java) S 1655 1657 819 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164514839 1881350144 39272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1664] ppid=1655 vsize=1837256 CPUtime=0
/proc/1657/task/1664/stat : 1664 (java) S 1655 1657 819 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 164514840 1881350144 39272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1665] ppid=1655 vsize=1837256 CPUtime=0
/proc/1657/task/1665/stat : 1665 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 164514840 1881350144 39272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1666] ppid=1655 vsize=1837256 CPUtime=0
/proc/1657/task/1666/stat : 1666 (java) S 1655 1657 819 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164514854 1881350144 39272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1667] ppid=1655 vsize=1837256 CPUtime=0.38
/proc/1657/task/1667/stat : 1667 (java) S 1655 1657 819 0 -1 64 962 0 0 0 38 0 0 0 16 0 13 0 164514854 1881350144 39272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1668] ppid=1655 vsize=1837256 CPUtime=0.4
/proc/1657/task/1668/stat : 1668 (java) S 1655 1657 819 0 -1 64 1385 0 0 0 40 0 0 0 17 0 13 0 164514854 1881350144 39272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1669] ppid=1655 vsize=1837256 CPUtime=0
/proc/1657/task/1669/stat : 1669 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 164514854 1881350144 39272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1670] ppid=1655 vsize=1837256 CPUtime=0
/proc/1657/task/1670/stat : 1670 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164514854 1881350144 39272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1671] ppid=1655 vsize=1837256 CPUtime=0
/proc/1657/task/1671/stat : 1671 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164515197 1881350144 39272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 1837256

[startup+12.7025 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 1671
/proc/meminfo: memFree=1417776/2055920 swapFree=4132108/4192956
[pid=1657] ppid=1655 vsize=1836440 CPUtime=13.06
/proc/1657/stat : 1657 (java) S 1655 1657 819 0 -1 0 40667 0 33 0 1284 22 0 0 18 0 13 0 164514826 1880514560 39174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1657/statm: 459110 39174 1316 9 0 456722 0
[pid=1657/tid=1660] ppid=1655 vsize=1836440 CPUtime=12.18
/proc/1657/task/1660/stat : 1660 (java) R 1655 1657 819 0 -1 64 37611 0 9 0 1197 21 0 0 25 0 13 0 164514830 1880514560 39174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109532814 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1661] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1661/stat : 1661 (java) S 1655 1657 819 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 164514835 1880514560 39174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1662] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1662/stat : 1662 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 164514835 1880514560 39174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1663] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1663/stat : 1663 (java) S 1655 1657 819 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164514839 1880514560 39174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1664] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1664/stat : 1664 (java) S 1655 1657 819 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 164514840 1880514560 39174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1665] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1665/stat : 1665 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 164514840 1880514560 39174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1666] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1666/stat : 1666 (java) S 1655 1657 819 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164514854 1880514560 39174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1667] ppid=1655 vsize=1836440 CPUtime=0.42
/proc/1657/task/1667/stat : 1667 (java) S 1655 1657 819 0 -1 64 968 0 0 0 42 0 0 0 17 0 13 0 164514854 1880514560 39174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1668] ppid=1655 vsize=1836440 CPUtime=0.45
/proc/1657/task/1668/stat : 1668 (java) S 1655 1657 819 0 -1 64 1390 0 0 0 45 0 0 0 17 0 13 0 164514854 1880514560 39174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1669] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1669/stat : 1669 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 164514854 1880514560 39174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1670] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1670/stat : 1670 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164514854 1880514560 39174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1671] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1671/stat : 1671 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164515197 1880514560 39174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 1836440

[startup+25.5026 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 1671
/proc/meminfo: memFree=1416688/2055920 swapFree=4132108/4192956
[pid=1657] ppid=1655 vsize=1836440 CPUtime=25.86
/proc/1657/stat : 1657 (java) S 1655 1657 819 0 -1 0 40982 0 33 0 2564 22 0 0 18 0 13 0 164514826 1880514560 39487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1657/statm: 459110 39487 1316 9 0 456722 0
[pid=1657/tid=1660] ppid=1655 vsize=1836440 CPUtime=24.96
/proc/1657/task/1660/stat : 1660 (java) R 1655 1657 819 0 -1 64 37926 0 9 0 2475 21 0 0 25 0 13 0 164514830 1880514560 39487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109630814 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1661] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1661/stat : 1661 (java) S 1655 1657 819 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 164514835 1880514560 39487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1662] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1662/stat : 1662 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 164514835 1880514560 39487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1663] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1663/stat : 1663 (java) S 1655 1657 819 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164514839 1880514560 39487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1664] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1664/stat : 1664 (java) S 1655 1657 819 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 164514840 1880514560 39487 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=1657] ppid=1655 vsize=1836440 CPUtime=51.51
/proc/1657/stat : 1657 (java) S 1655 1657 819 0 -1 0 41613 0 33 0 5127 24 0 0 18 0 13 0 164514826 1880514560 40117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1657/statm: 459110 40117 1317 9 0 456722 0
[pid=1657/tid=1660] ppid=1655 vsize=1836440 CPUtime=50.53
/proc/1657/task/1660/stat : 1660 (java) R 1655 1657 819 0 -1 64 38550 0 9 0 5031 22 0 0 25 0 13 0 164514830 1880514560 40117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109711135 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1661] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1661/stat : 1661 (java) S 1655 1657 819 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 164514835 1880514560 40117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1662] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1662/stat : 1662 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 164514835 1880514560 40117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1663] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1663/stat : 1663 (java) S 1655 1657 819 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 164514839 1880514560 40117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1664] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1664/stat : 1664 (java) S 1655 1657 819 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 164514840 1880514560 40117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1665] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1665/stat : 1665 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 164514840 1880514560 40117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1666] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1666/stat : 1666 (java) S 1655 1657 819 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164514854 1880514560 40117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1667] ppid=1655 vsize=1836440 CPUtime=0.47
/proc/1657/task/1667/stat : 1667 (java) S 1655 1657 819 0 -1 64 973 0 0 0 47 0 0 0 16 0 13 0 164514854 1880514560 40117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1668] ppid=1655 vsize=1836440 CPUtime=0.47
/proc/1657/task/1668/stat : 1668 (java) S 1655 1657 819 0 -1 64 1392 0 0 0 47 0 0 0 16 0 13 0 164514854 1880514560 40117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1669] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1669/stat : 1669 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 164514854 1880514560 40117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1670] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1670/stat : 1670 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164514854 1880514560 40117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1671] ppid=1655 vsize=1836440 CPUtime=0
/proc/1657/task/1671/stat : 1671 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164515197 1880514560 40117 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.51
Current children cumulated vsize (KiB) 1836440



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+61.1024 s]
/proc/loadavg: 0.97 0.98 0.99 3/90 1671
/proc/meminfo: memFree=1375920/2055920 swapFree=4132108/4192956
[pid=1657] ppid=1655 vsize=1844128 CPUtime=61.7
/proc/1657/stat : 1657 (java) S 1655 1657 819 0 -1 0 52481 0 33 0 6141 29 0 0 18 0 13 0 164514826 1888387072 49699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1657/statm: 461032 49699 1322 9 0 458644 0
[pid=1657/tid=1660] ppid=1655 vsize=1844128 CPUtime=60.33
/proc/1657/task/1660/stat : 1660 (java) S 1655 1657 819 0 -1 64 38830 0 9 0 6011 22 0 0 25 0 13 0 164514830 1888387072 49699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1661] ppid=1655 vsize=1844128 CPUtime=0.18
/proc/1657/task/1661/stat : 1661 (java) R 1655 1657 819 0 -1 64 7251 0 0 0 15 3 0 0 18 0 13 0 164514835 1888387072 49699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370444 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1662] ppid=1655 vsize=1844128 CPUtime=0.19
/proc/1657/task/1662/stat : 1662 (java) R 1655 1657 819 0 -1 64 3338 0 0 0 18 1 0 0 18 0 13 0 164514835 1888387072 49699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1663] ppid=1655 vsize=1844128 CPUtime=0
/proc/1657/task/1663/stat : 1663 (java) S 1655 1657 819 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 164514839 1888387072 49699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1664] ppid=1655 vsize=1844128 CPUtime=0
/proc/1657/task/1664/stat : 1664 (java) S 1655 1657 819 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 164514840 1888387072 49699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1665] ppid=1655 vsize=1844128 CPUtime=0
/proc/1657/task/1665/stat : 1665 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 164514840 1888387072 49699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1666] ppid=1655 vsize=1844128 CPUtime=0
/proc/1657/task/1666/stat : 1666 (java) S 1655 1657 819 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 164514854 1888387072 49699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1667] ppid=1655 vsize=1844128 CPUtime=0.47
/proc/1657/task/1667/stat : 1667 (java) S 1655 1657 819 0 -1 64 973 0 0 0 47 0 0 0 16 0 13 0 164514854 1888387072 49699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1668] ppid=1655 vsize=1844128 CPUtime=0.47
/proc/1657/task/1668/stat : 1668 (java) S 1655 1657 819 0 -1 64 1392 0 0 0 47 0 0 0 16 0 13 0 164514854 1888387072 49699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1669] ppid=1655 vsize=1844128 CPUtime=0
/proc/1657/task/1669/stat : 1669 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 164514854 1888387072 49699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1670] ppid=1655 vsize=1844128 CPUtime=0
/proc/1657/task/1670/stat : 1670 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164514854 1888387072 49699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1671] ppid=1655 vsize=1844128 CPUtime=0
/proc/1657/task/1671/stat : 1671 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164515197 1888387072 49699 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.7
Current children cumulated vsize (KiB) 1844128

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

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

[startup+61.5025 s]
/proc/loadavg: 0.97 0.98 0.99 3/90 1671
/proc/meminfo: memFree=1375920/2055920 swapFree=4132108/4192956
[pid=1657] ppid=1655 vsize=1846688 CPUtime=62.48
/proc/1657/stat : 1657 (java) S 1655 1657 819 0 -1 0 65471 0 33 0 6213 35 0 0 16 0 13 0 164514826 1891008512 61147 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1657/statm: 461672 61148 1322 9 0 459284 0
[pid=1657/tid=1660] ppid=1655 vsize=1846688 CPUtime=60.33
/proc/1657/task/1660/stat : 1660 (java) S 1655 1657 819 0 -1 64 38830 0 9 0 6011 22 0 0 25 0 13 0 164514830 1891008512 61149 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1661] ppid=1655 vsize=1846688 CPUtime=0.57
/proc/1657/task/1661/stat : 1661 (java) R 1655 1657 819 0 -1 64 16448 0 0 0 50 7 0 0 21 0 13 0 164514835 1891008512 61150 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370427 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1662] ppid=1655 vsize=1846688 CPUtime=0.58
/proc/1657/task/1662/stat : 1662 (java) R 1655 1657 819 0 -1 64 7134 0 0 0 55 3 0 0 21 0 13 0 164514835 1891008512 61151 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1663] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1663/stat : 1663 (java) S 1655 1657 819 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 164514839 1891008512 61152 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1664] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1664/stat : 1664 (java) S 1655 1657 819 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 164514840 1891008512 61153 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1665] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1665/stat : 1665 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 164514840 1891008512 61154 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1666] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1666/stat : 1666 (java) S 1655 1657 819 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164514854 1891008512 61154 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1667] ppid=1655 vsize=1846688 CPUtime=0.47
/proc/1657/task/1667/stat : 1667 (java) S 1655 1657 819 0 -1 64 973 0 0 0 47 0 0 0 16 0 13 0 164514854 1891008512 61155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1668] ppid=1655 vsize=1846688 CPUtime=0.47
/proc/1657/task/1668/stat : 1668 (java) S 1655 1657 819 0 -1 64 1392 0 0 0 47 0 0 0 16 0 13 0 164514854 1891008512 61156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1669] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1669/stat : 1669 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 164514854 1891008512 61157 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1670] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1670/stat : 1670 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164514854 1891008512 61158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1671] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1671/stat : 1671 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164515197 1891008512 61159 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 62.48
Current children cumulated vsize (KiB) 1846688

[startup+61.9025 s]
/proc/loadavg: 0.97 0.98 0.99 3/91 1672
/proc/meminfo: memFree=1317736/2055920 swapFree=4132108/4192956
[pid=1657] ppid=1655 vsize=1846688 CPUtime=63.28
/proc/1657/stat : 1657 (java) S 1655 1657 819 0 -1 0 76583 0 33 0 6289 39 0 0 16 0 13 0 164514826 1891008512 71031 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1657/statm: 461672 71032 1322 9 0 459284 0
[pid=1657/tid=1660] ppid=1655 vsize=1846688 CPUtime=60.33
/proc/1657/task/1660/stat : 1660 (java) S 1655 1657 819 0 -1 64 38830 0 9 0 6011 22 0 0 25 0 13 0 164514830 1891008512 71033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1661] ppid=1655 vsize=1846688 CPUtime=0.97
/proc/1657/task/1661/stat : 1661 (java) R 1655 1657 819 0 -1 64 22788 0 0 0 87 10 0 0 25 0 13 0 164514835 1891008512 71033 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105698336 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1662] ppid=1655 vsize=1846688 CPUtime=0.99
/proc/1657/task/1662/stat : 1662 (java) R 1655 1657 819 0 -1 64 11905 0 0 0 94 5 0 0 25 0 13 0 164514835 1891008512 71034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1663] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1663/stat : 1663 (java) S 1655 1657 819 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 164514839 1891008512 71035 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1664] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1664/stat : 1664 (java) S 1655 1657 819 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 164514840 1891008512 71036 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1665] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1665/stat : 1665 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 164514840 1891008512 71037 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1666] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1666/stat : 1666 (java) S 1655 1657 819 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164514854 1891008512 71038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1667] ppid=1655 vsize=1846688 CPUtime=0.47
/proc/1657/task/1667/stat : 1667 (java) S 1655 1657 819 0 -1 64 973 0 0 0 47 0 0 0 16 0 13 0 164514854 1891008512 71039 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1668] ppid=1655 vsize=1846688 CPUtime=0.47
/proc/1657/task/1668/stat : 1668 (java) S 1655 1657 819 0 -1 64 1392 0 0 0 47 0 0 0 16 0 13 0 164514854 1891008512 71040 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1669] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1669/stat : 1669 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 164514854 1891008512 71041 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1670] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1670/stat : 1670 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164514854 1891008512 71042 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1671] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1671/stat : 1671 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164515197 1891008512 71043 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.28
Current children cumulated vsize (KiB) 1846688

[startup+62.0025 s]
/proc/loadavg: 0.97 0.98 0.99 3/91 1672
/proc/meminfo: memFree=1317736/2055920 swapFree=4132108/4192956
[pid=1657] ppid=1655 vsize=1846688 CPUtime=63.48
/proc/1657/stat : 1657 (java) S 1655 1657 819 0 -1 0 78711 0 33 0 6308 40 0 0 16 0 13 0 164514826 1891008512 72946 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1657/statm: 461672 72947 1322 9 0 459284 0
[pid=1657/tid=1660] ppid=1655 vsize=1846688 CPUtime=60.33
/proc/1657/task/1660/stat : 1660 (java) S 1655 1657 819 0 -1 64 38830 0 9 0 6011 22 0 0 25 0 13 0 164514830 1891008512 72948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1661] ppid=1655 vsize=1846688 CPUtime=1.07
/proc/1657/task/1661/stat : 1661 (java) R 1655 1657 819 0 -1 64 23228 0 0 0 97 10 0 0 25 0 13 0 164514835 1891008512 72949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105378203 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1662] ppid=1655 vsize=1846688 CPUtime=1.08
/proc/1657/task/1662/stat : 1662 (java) R 1655 1657 819 0 -1 64 13594 0 0 0 103 5 0 0 25 0 13 0 164514835 1891008512 72950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1663] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1663/stat : 1663 (java) S 1655 1657 819 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 164514839 1891008512 72951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1664] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1664/stat : 1664 (java) S 1655 1657 819 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 164514840 1891008512 72951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1665] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1665/stat : 1665 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 164514840 1891008512 72952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1666] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1666/stat : 1666 (java) S 1655 1657 819 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 164514854 1891008512 72953 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1667] ppid=1655 vsize=1846688 CPUtime=0.47
/proc/1657/task/1667/stat : 1667 (java) S 1655 1657 819 0 -1 64 973 0 0 0 47 0 0 0 16 0 13 0 164514854 1891008512 72954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1668] ppid=1655 vsize=1846688 CPUtime=0.47
/proc/1657/task/1668/stat : 1668 (java) S 1655 1657 819 0 -1 64 1392 0 0 0 47 0 0 0 16 0 13 0 164514854 1891008512 72955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1669] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1669/stat : 1669 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 164514854 1891008512 72956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1657/tid=1670] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1670/stat : 1670 (java) S 1655 1657 819 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164514854 1891008512 72956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1657/tid=1671] ppid=1655 vsize=1846688 CPUtime=0
/proc/1657/task/1671/stat : 1671 (java) S 1655 1657 819 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 164515197 1891008512 72957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.48
Current children cumulated vsize (KiB) 1846688

Child status: 143
Real time (s): 62.0771
CPU time (s): 63.5803
CPU user time (s): 63.1254
CPU system time (s): 0.45493
CPU usage (%): 102.422
Max. virtual memory (cumulated for all children) (KiB): 1846688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.1254
system time used= 0.45493
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79086
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= 2078
involuntary context switches= 1347

runsolver used 0.06399 second user time and 0.182972 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Wed Apr 18 08:26:11 UTC 2007

IDJOB= 313412
IDBENCH= 20366
IDSOLVER= 96
FILE ID= node3/313412-1176884770

PBS_JOBID= 4590325

Free space on /tmp= 66403 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/partial-5-17-u.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313412-1176884770/sat4j-sat2007.jar /tmp/evaluation/313412-1176884770/instance-313412-1176884770.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-313412-1176884770 -o ROOT/results/node3/solver-313412-1176884770 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/313412-1176884770/sat4j-sat2007.jar /tmp/evaluation/313412-1176884770/instance-313412-1176884770.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  b9de1594525a25a6c43932e2e172e913

RANDOM SEED= 907867891

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1574448 kB
Buffers:         33684 kB
Cached:         356824 kB
SwapCached:      23816 kB
Active:         163140 kB
Inactive:       276084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1574448 kB
SwapTotal:     4192956 kB
SwapFree:      4132108 kB
Dirty:           22508 kB
Writeback:           0 kB
Mapped:          47084 kB
Slab:            27740 kB
Committed_AS:  5213920 kB
PageTables:       1820 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= 66403 MiB

End job on node3 on Wed Apr 18 08:27:14 UTC 2007