Trace number 295191

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 2007SAT 54.0478 53.6992

General information on the benchmark

Namerandom/OnTreshold/7SAT/v55/
unif-k7-r89-v55-c4895-S1553613509-20.SAT.shuffled.cnf
MD5SUM8959d4fcff10e669388f392643a4931b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.136978
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses4895
Sum of the clauses size34265
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54895

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1703279312
0.08/0.15	c Max memory 1706164224
0.08/0.15	c Total memory 1706164224
0.08/0.15	c Number of processors 2
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.08/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.20	c Expensive reason simplification
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c timeout: 2147483s
0.08/0.20	c solving /tmp/evaluation/295191-1171801675/instance-295191-1171801675.cnf
0.08/0.20	c reading problem ... 
0.38/0.32	c ... done. Wall clock time 0.116s.
0.38/0.32	c CPU time (experimental) 0.26s.
0.38/0.32	c #vars     55
0.38/0.32	c #constraints  4895
54.00/53.66	c starts		: 21
54.00/53.66	c conflicts		: 903570
54.00/53.66	c decisions		: 1002044
54.00/53.66	c propagations		: 7834856
54.00/53.66	c inspects		: 348387330
54.00/53.66	c learnt literals	: 0
54.00/53.66	c learnt binary clauses	: 0
54.00/53.66	c learnt ternary clauses	: 0
54.00/53.66	c learnt clauses	: 0
54.00/53.66	c root simplifications	: 0
54.00/53.66	c removed literals (reason simplification)	: 2455806
54.00/53.66	c reason swapping (by a shorter reason)	: 0
54.00/53.66	c Calls to reduceDB	: 0
54.00/53.66	c speed (decisions/second)	: 18784.568086382722
54.00/53.66	c non guided choices	25
54.00/53.66	s SATISFIABLE
54.00/53.66	v -1 2 -3 -4 -5 6 -7 8 9 10 -11 12 -13 -14 15 -16 -17 -18 -19 -20 -21 -22 23 24 25 -26 27 -28 -29 -30 -31 -32 33 34 -35 -36 37 38 -39 40 -41 42 43 44 45 -46 47 48 49 50 51 52 53 -54 55 0
54.00/53.66	c Total wall clock time (in seconds) : 53.461
54.00/53.66	c Total CPU time (experimental, in seconds) : 53.44

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node23/watcher-295191-1171801675 -o ROOT/results/node23/solver-295191-1171801675 -C 1200 -M 1800 --output-limit 1,15 java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/295191-1171801675/sat4j-sat2007.jar /tmp/evaluation/295191-1171801675/instance-295191-1171801675.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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 1837
/proc/meminfo: memFree=862872/2055920 swapFree=4144472/4192956
[pid=1837] ppid=1835 vsize=152 CPUtime=0
/proc/1837/stat : 1837 (java) R 1835 1837 1481 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 200121396 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 2495268 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/1837/statm: 38 26 19 9 0 4 0

[startup+0.106676 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1837
/proc/meminfo: memFree=862872/2055920 swapFree=4144472/4192956
[pid=1837] ppid=1835 vsize=1831644 CPUtime=0.08
/proc/1837/stat : 1837 (java) S 1835 1837 1481 0 -1 0 4048 0 1 0 6 2 0 0 18 0 12 0 200121396 1875603456 3789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1837/statm: 457911 3789 1123 9 0 455530 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1831644

[startup+0.514723 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 1837
/proc/meminfo: memFree=862872/2055920 swapFree=4144472/4192956
[pid=1837] ppid=1835 vsize=1836776 CPUtime=0.75
/proc/1837/stat : 1837 (java) S 1835 1837 1481 0 -1 0 6610 0 1 0 71 4 0 0 18 0 13 0 200121396 1880858624 5789 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1837/statm: 459194 5789 1304 9 0 456806 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 1836776

[startup+1.33683 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 1850
/proc/meminfo: memFree=843568/2055920 swapFree=4144472/4192956
[pid=1837] ppid=1835 vsize=1836776 CPUtime=1.7
/proc/1837/stat : 1837 (java) S 1835 1837 1481 0 -1 0 7194 0 1 0 166 4 0 0 18 0 13 0 200121396 1880858624 6142 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1837/statm: 459194 6142 1311 9 0 456806 0
[pid=1837/tid=1839] ppid=1835 vsize=1836776 CPUtime=1.13
/proc/1837/task/1839/stat : 1839 (java) R 1835 1837 1481 0 -1 64 4488 0 1 0 111 2 0 0 25 0 13 0 200121398 1880858624 6142 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109583327 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1840] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1840/stat : 1840 (java) S 1835 1837 1481 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 200121399 1880858624 6142 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1841] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1841/stat : 1841 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 200121399 1880858624 6142 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1842] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1842/stat : 1842 (java) S 1835 1837 1481 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 200121402 1880858624 6142 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1843] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1843/stat : 1843 (java) S 1835 1837 1481 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 200121402 1880858624 6142 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1844] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1844/stat : 1844 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 200121402 1880858624 6142 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1845] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1845/stat : 1845 (java) S 1835 1837 1481 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200121406 1880858624 6142 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1846] ppid=1835 vsize=1836776 CPUtime=0.27
/proc/1837/task/1846/stat : 1846 (java) S 1835 1837 1481 0 -1 64 1055 0 0 0 27 0 0 0 16 0 13 0 200121406 1880858624 6142 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1847] ppid=1835 vsize=1836776 CPUtime=0.28
/proc/1837/task/1847/stat : 1847 (java) S 1835 1837 1481 0 -1 64 926 0 0 0 27 1 0 0 16 0 13 0 200121406 1880858624 6142 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1848] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1848/stat : 1848 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 200121406 1880858624 6142 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1849] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1849/stat : 1849 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200121406 1880858624 6142 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1850] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1850/stat : 1850 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 200121429 1880858624 6142 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 1836776

[startup+2.988 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 1850
/proc/meminfo: memFree=841328/2055920 swapFree=4144472/4192956
[pid=1837] ppid=1835 vsize=1836776 CPUtime=3.36
/proc/1837/stat : 1837 (java) S 1835 1837 1481 0 -1 0 7974 0 1 0 331 5 0 0 18 0 13 0 200121396 1880858624 6921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1837/statm: 459194 6921 1311 9 0 456806 0
[pid=1837/tid=1839] ppid=1835 vsize=1836776 CPUtime=2.78
/proc/1837/task/1839/stat : 1839 (java) R 1835 1837 1481 0 -1 64 5268 0 1 0 275 3 0 0 25 0 13 0 200121398 1880858624 6921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109531453 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1840] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1840/stat : 1840 (java) S 1835 1837 1481 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 200121399 1880858624 6921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1841] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1841/stat : 1841 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 200121399 1880858624 6921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1842] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1842/stat : 1842 (java) S 1835 1837 1481 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 200121402 1880858624 6921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1843] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1843/stat : 1843 (java) S 1835 1837 1481 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 200121402 1880858624 6921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1844] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1844/stat : 1844 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 200121402 1880858624 6921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1845] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1845/stat : 1845 (java) S 1835 1837 1481 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200121406 1880858624 6921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1846] ppid=1835 vsize=1836776 CPUtime=0.27
/proc/1837/task/1846/stat : 1846 (java) S 1835 1837 1481 0 -1 64 1055 0 0 0 27 0 0 0 16 0 13 0 200121406 1880858624 6921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1847] ppid=1835 vsize=1836776 CPUtime=0.28
/proc/1837/task/1847/stat : 1847 (java) S 1835 1837 1481 0 -1 64 926 0 0 0 27 1 0 0 16 0 13 0 200121406 1880858624 6921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1848] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1848/stat : 1848 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 200121406 1880858624 6921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1849] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1849/stat : 1849 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200121406 1880858624 6921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1850] ppid=1835 vsize=1836776 CPUtime=0
/proc/1837/task/1850/stat : 1850 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 200121429 1880858624 6921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 1836776

[startup+6.19336 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 1850
/proc/meminfo: memFree=834864/2055920 swapFree=4144472/4192956
[pid=1837] ppid=1835 vsize=1836648 CPUtime=6.56
/proc/1837/stat : 1837 (java) S 1835 1837 1481 0 -1 0 9485 0 1 0 650 6 0 0 18 0 13 0 200121396 1880727552 8361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1837/statm: 459162 8361 1311 9 0 456774 0
[pid=1837/tid=1839] ppid=1835 vsize=1836648 CPUtime=5.99
/proc/1837/task/1839/stat : 1839 (java) R 1835 1837 1481 0 -1 64 6779 0 1 0 595 4 0 0 25 0 13 0 200121398 1880727552 8361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109550626 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1840] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1840/stat : 1840 (java) S 1835 1837 1481 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 200121399 1880727552 8361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1841] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1841/stat : 1841 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 200121399 1880727552 8361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1842] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1842/stat : 1842 (java) S 1835 1837 1481 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 200121402 1880727552 8361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1843] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1843/stat : 1843 (java) S 1835 1837 1481 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 200121402 1880727552 8361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1844] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1844/stat : 1844 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 200121402 1880727552 8361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1845] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1845/stat : 1845 (java) S 1835 1837 1481 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200121406 1880727552 8361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1846] ppid=1835 vsize=1836648 CPUtime=0.27
/proc/1837/task/1846/stat : 1846 (java) S 1835 1837 1481 0 -1 64 1055 0 0 0 27 0 0 0 16 0 13 0 200121406 1880727552 8361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1847] ppid=1835 vsize=1836648 CPUtime=0.28
/proc/1837/task/1847/stat : 1847 (java) S 1835 1837 1481 0 -1 64 926 0 0 0 27 1 0 0 16 0 13 0 200121406 1880727552 8361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1848] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1848/stat : 1848 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 200121406 1880727552 8361 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1849] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1849/stat : 1849 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200121406 1880727552 8362 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1850] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1850/stat : 1850 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 200121429 1880727552 8362 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 1836648

[startup+12.6731 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 1850
/proc/meminfo: memFree=821872/2055920 swapFree=4144472/4192956
[pid=1837] ppid=1835 vsize=1836648 CPUtime=13.04
/proc/1837/stat : 1837 (java) S 1835 1837 1481 0 -1 0 12588 0 1 0 1297 7 0 0 18 0 13 0 200121396 1880727552 11464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1837/statm: 459162 11464 1311 9 0 456774 0
[pid=1837/tid=1839] ppid=1835 vsize=1836648 CPUtime=12.46
/proc/1837/task/1839/stat : 1839 (java) R 1835 1837 1481 0 -1 64 9882 0 1 0 1241 5 0 0 25 0 13 0 200121398 1880727552 11464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109583327 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1840] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1840/stat : 1840 (java) S 1835 1837 1481 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 200121399 1880727552 11464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1841] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1841/stat : 1841 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 200121399 1880727552 11464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1842] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1842/stat : 1842 (java) S 1835 1837 1481 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 200121402 1880727552 11464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1843] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1843/stat : 1843 (java) S 1835 1837 1481 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 200121402 1880727552 11464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1844] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1844/stat : 1844 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 200121402 1880727552 11464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1845] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1845/stat : 1845 (java) S 1835 1837 1481 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200121406 1880727552 11464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1846] ppid=1835 vsize=1836648 CPUtime=0.27
/proc/1837/task/1846/stat : 1846 (java) S 1835 1837 1481 0 -1 64 1055 0 0 0 27 0 0 0 16 0 13 0 200121406 1880727552 11464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1847] ppid=1835 vsize=1836648 CPUtime=0.28
/proc/1837/task/1847/stat : 1847 (java) S 1835 1837 1481 0 -1 64 926 0 0 0 27 1 0 0 16 0 13 0 200121406 1880727552 11464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1848] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1848/stat : 1848 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 200121406 1880727552 11464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1849] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1849/stat : 1849 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200121406 1880727552 11464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1850] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1850/stat : 1850 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 200121429 1880727552 11464 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.04
Current children cumulated vsize (KiB) 1836648

[startup+25.5426 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 1850
/proc/meminfo: memFree=798320/2055920 swapFree=4144472/4192956
[pid=1837] ppid=1835 vsize=1836648 CPUtime=25.9
/proc/1837/stat : 1837 (java) S 1835 1837 1481 0 -1 0 18638 0 1 0 2579 11 0 0 18 0 13 0 200121396 1880727552 17514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1837/statm: 459162 17514 1311 9 0 456774 0
[pid=1837/tid=1839] ppid=1835 vsize=1836648 CPUtime=25.32
/proc/1837/task/1839/stat : 1839 (java) R 1835 1837 1481 0 -1 64 15932 0 1 0 2523 9 0 0 25 0 13 0 200121398 1880727552 17514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109531608 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1840] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1840/stat : 1840 (java) S 1835 1837 1481 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 200121399 1880727552 17514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1841] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1841/stat : 1841 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 200121399 1880727552 17514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1842] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1842/stat : 1842 (java) S 1835 1837 1481 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 200121402 1880727552 17514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1843] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1843/stat : 1843 (java) S 1835 1837 1481 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 200121402 1880727552 17514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1844] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1844/stat : 1844 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 200121402 1880727552 17514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1845] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1845/stat : 1845 (java) S 1835 1837 1481 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200121406 1880727552 17514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1846] ppid=1835 vsize=1836648 CPUtime=0.27
/proc/1837/task/1846/stat : 1846 (java) S 1835 1837 1481 0 -1 64 1055 0 0 0 27 0 0 0 16 0 13 0 200121406 1880727552 17514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1847] ppid=1835 vsize=1836648 CPUtime=0.28
/proc/1837/task/1847/stat : 1847 (java) S 1835 1837 1481 0 -1 64 926 0 0 0 27 1 0 0 16 0 13 0 200121406 1880727552 17514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1848] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1848/stat : 1848 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 200121406 1880727552 17514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1849] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1849/stat : 1849 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200121406 1880727552 17514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1850] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1850/stat : 1850 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 200121429 1880727552 17514 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.9
Current children cumulated vsize (KiB) 1836648

[startup+51.1835 s]
/proc/loadavg: 0.96 0.98 0.99 2/90 1850
/proc/meminfo: memFree=749936/2055920 swapFree=4144472/4192956
[pid=1837] ppid=1835 vsize=1836648 CPUtime=51.53
/proc/1837/stat : 1837 (java) S 1835 1837 1481 0 -1 0 30518 0 1 0 5135 18 0 0 18 0 13 0 200121396 1880727552 29394 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1837/statm: 459162 29394 1311 9 0 456774 0
[pid=1837/tid=1839] ppid=1835 vsize=1836648 CPUtime=50.95
/proc/1837/task/1839/stat : 1839 (java) R 1835 1837 1481 0 -1 64 27812 0 1 0 5079 16 0 0 25 0 13 0 200121398 1880727552 29394 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109583327 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1840] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1840/stat : 1840 (java) S 1835 1837 1481 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 200121399 1880727552 29394 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1841] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1841/stat : 1841 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 200121399 1880727552 29394 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1842] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1842/stat : 1842 (java) S 1835 1837 1481 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 200121402 1880727552 29394 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1843] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1843/stat : 1843 (java) S 1835 1837 1481 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 200121402 1880727552 29394 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1844] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1844/stat : 1844 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 200121402 1880727552 29394 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1845] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1845/stat : 1845 (java) S 1835 1837 1481 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200121406 1880727552 29394 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1846] ppid=1835 vsize=1836648 CPUtime=0.27
/proc/1837/task/1846/stat : 1846 (java) S 1835 1837 1481 0 -1 64 1055 0 0 0 27 0 0 0 16 0 13 0 200121406 1880727552 29394 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1847] ppid=1835 vsize=1836648 CPUtime=0.28
/proc/1837/task/1847/stat : 1847 (java) S 1835 1837 1481 0 -1 64 926 0 0 0 27 1 0 0 16 0 13 0 200121406 1880727552 29394 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1848] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1848/stat : 1848 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 200121406 1880727552 29394 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1849] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1849/stat : 1849 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200121406 1880727552 29394 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1850] ppid=1835 vsize=1836648 CPUtime=0
/proc/1837/task/1850/stat : 1850 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 200121429 1880727552 29394 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.53
Current children cumulated vsize (KiB) 1836648

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

[startup+52.7197 s]
/proc/loadavg: 0.96 0.98 0.99 2/90 1850
/proc/meminfo: memFree=747888/2055920 swapFree=4144472/4192956
[pid=1837] ppid=1835 vsize=1836616 CPUtime=53.08
/proc/1837/stat : 1837 (java) S 1835 1837 1481 0 -1 0 31201 0 1 0 5289 19 0 0 18 0 13 0 200121396 1880694784 30069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1837/statm: 459154 30069 1311 9 0 456766 0
[pid=1837/tid=1839] ppid=1835 vsize=1836616 CPUtime=52.48
/proc/1837/task/1839/stat : 1839 (java) R 1835 1837 1481 0 -1 64 28495 0 1 0 5232 16 0 0 25 0 13 0 200121398 1880694784 30069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109570270 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1840] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1840/stat : 1840 (java) S 1835 1837 1481 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 200121399 1880694784 30069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1841] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1841/stat : 1841 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 200121399 1880694784 30069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1842] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1842/stat : 1842 (java) S 1835 1837 1481 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 200121402 1880694784 30069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1843] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1843/stat : 1843 (java) S 1835 1837 1481 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 200121402 1880694784 30069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1844] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1844/stat : 1844 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 200121402 1880694784 30069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1845] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1845/stat : 1845 (java) S 1835 1837 1481 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200121406 1880694784 30069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1846] ppid=1835 vsize=1836616 CPUtime=0.27
/proc/1837/task/1846/stat : 1846 (java) S 1835 1837 1481 0 -1 64 1055 0 0 0 27 0 0 0 16 0 13 0 200121406 1880694784 30069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1847] ppid=1835 vsize=1836616 CPUtime=0.28
/proc/1837/task/1847/stat : 1847 (java) S 1835 1837 1481 0 -1 64 926 0 0 0 27 1 0 0 16 0 13 0 200121406 1880694784 30069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1848] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1848/stat : 1848 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 200121406 1880694784 30069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1849] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1849/stat : 1849 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200121406 1880694784 30069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1850] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1850/stat : 1850 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 200121429 1880694784 30069 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.08
Current children cumulated vsize (KiB) 1836616

[startup+53.1277 s]
/proc/loadavg: 0.96 0.98 0.99 2/90 1850
/proc/meminfo: memFree=747888/2055920 swapFree=4144472/4192956
[pid=1837] ppid=1835 vsize=1836616 CPUtime=53.48
/proc/1837/stat : 1837 (java) S 1835 1837 1481 0 -1 0 31386 0 1 0 5329 19 0 0 18 0 13 0 200121396 1880694784 30254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1837/statm: 459154 30254 1311 9 0 456766 0
[pid=1837/tid=1839] ppid=1835 vsize=1836616 CPUtime=52.89
/proc/1837/task/1839/stat : 1839 (java) R 1835 1837 1481 0 -1 64 28680 0 1 0 5273 16 0 0 25 0 13 0 200121398 1880694784 30254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109531921 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1840] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1840/stat : 1840 (java) S 1835 1837 1481 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 200121399 1880694784 30254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1841] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1841/stat : 1841 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 200121399 1880694784 30254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1842] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1842/stat : 1842 (java) S 1835 1837 1481 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 200121402 1880694784 30254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1843] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1843/stat : 1843 (java) S 1835 1837 1481 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 200121402 1880694784 30254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1844] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1844/stat : 1844 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 200121402 1880694784 30254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1845] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1845/stat : 1845 (java) S 1835 1837 1481 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200121406 1880694784 30254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1846] ppid=1835 vsize=1836616 CPUtime=0.27
/proc/1837/task/1846/stat : 1846 (java) S 1835 1837 1481 0 -1 64 1055 0 0 0 27 0 0 0 16 0 13 0 200121406 1880694784 30254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1847] ppid=1835 vsize=1836616 CPUtime=0.28
/proc/1837/task/1847/stat : 1847 (java) S 1835 1837 1481 0 -1 64 926 0 0 0 27 1 0 0 16 0 13 0 200121406 1880694784 30254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1848] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1848/stat : 1848 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 200121406 1880694784 30254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1849] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1849/stat : 1849 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200121406 1880694784 30254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1850] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1850/stat : 1850 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 200121429 1880694784 30254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.48
Current children cumulated vsize (KiB) 1836616

[startup+53.5437 s]
/proc/loadavg: 0.96 0.98 0.99 2/90 1850
/proc/meminfo: memFree=745904/2055920 swapFree=4144472/4192956
[pid=1837] ppid=1835 vsize=1836616 CPUtime=53.9
/proc/1837/stat : 1837 (java) S 1835 1837 1481 0 -1 0 31570 0 1 0 5371 19 0 0 18 0 13 0 200121396 1880694784 30438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1837/statm: 459154 30438 1311 9 0 456766 0
[pid=1837/tid=1839] ppid=1835 vsize=1836616 CPUtime=53.32
/proc/1837/task/1839/stat : 1839 (java) R 1835 1837 1481 0 -1 64 28864 0 1 0 5315 17 0 0 25 0 13 0 200121398 1880694784 30438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109583327 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1840] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1840/stat : 1840 (java) S 1835 1837 1481 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 200121399 1880694784 30438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1841] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1841/stat : 1841 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 200121399 1880694784 30438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1842] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1842/stat : 1842 (java) S 1835 1837 1481 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 200121402 1880694784 30438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1843] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1843/stat : 1843 (java) S 1835 1837 1481 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 200121402 1880694784 30438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1844] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1844/stat : 1844 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 200121402 1880694784 30438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1845] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1845/stat : 1845 (java) S 1835 1837 1481 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200121406 1880694784 30438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1846] ppid=1835 vsize=1836616 CPUtime=0.27
/proc/1837/task/1846/stat : 1846 (java) S 1835 1837 1481 0 -1 64 1055 0 0 0 27 0 0 0 16 0 13 0 200121406 1880694784 30438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1847] ppid=1835 vsize=1836616 CPUtime=0.28
/proc/1837/task/1847/stat : 1847 (java) S 1835 1837 1481 0 -1 64 926 0 0 0 27 1 0 0 16 0 13 0 200121406 1880694784 30438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1848] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1848/stat : 1848 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 200121406 1880694784 30438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1849] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1849/stat : 1849 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200121406 1880694784 30438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1850] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1850/stat : 1850 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 200121429 1880694784 30438 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.9
Current children cumulated vsize (KiB) 1836616

[startup+53.6468 s]
/proc/loadavg: 0.96 0.98 0.99 2/90 1850
/proc/meminfo: memFree=745904/2055920 swapFree=4144472/4192956
[pid=1837] ppid=1835 vsize=1836616 CPUtime=54
/proc/1837/stat : 1837 (java) S 1835 1837 1481 0 -1 0 31617 0 1 0 5381 19 0 0 18 0 13 0 200121396 1880694784 30485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1837/statm: 459154 30485 1311 9 0 456766 0
[pid=1837/tid=1839] ppid=1835 vsize=1836616 CPUtime=53.42
/proc/1837/task/1839/stat : 1839 (java) R 1835 1837 1481 0 -1 64 28911 0 1 0 5325 17 0 0 25 0 13 0 200121398 1880694784 30485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109583292 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1840] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1840/stat : 1840 (java) S 1835 1837 1481 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 200121399 1880694784 30485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1841] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1841/stat : 1841 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 200121399 1880694784 30485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1842] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1842/stat : 1842 (java) S 1835 1837 1481 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 200121402 1880694784 30485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1843] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1843/stat : 1843 (java) S 1835 1837 1481 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 200121402 1880694784 30485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1844] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1844/stat : 1844 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 200121402 1880694784 30485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1845] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1845/stat : 1845 (java) S 1835 1837 1481 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 200121406 1880694784 30485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1846] ppid=1835 vsize=1836616 CPUtime=0.27
/proc/1837/task/1846/stat : 1846 (java) S 1835 1837 1481 0 -1 64 1055 0 0 0 27 0 0 0 16 0 13 0 200121406 1880694784 30485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1847] ppid=1835 vsize=1836616 CPUtime=0.28
/proc/1837/task/1847/stat : 1847 (java) S 1835 1837 1481 0 -1 64 926 0 0 0 27 1 0 0 16 0 13 0 200121406 1880694784 30485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1848] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1848/stat : 1848 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 200121406 1880694784 30485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1837/tid=1849] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1849/stat : 1849 (java) S 1835 1837 1481 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200121406 1880694784 30485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1837/tid=1850] ppid=1835 vsize=1836616 CPUtime=0
/proc/1837/task/1850/stat : 1850 (java) S 1835 1837 1481 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 200121429 1880694784 30485 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54
Current children cumulated vsize (KiB) 1836616

Child status: 10
Real time (s): 53.6992
CPU time (s): 54.0478
CPU user time (s): 53.8368
CPU system time (s): 0.210967
CPU usage (%): 100.649
Max. virtual memory (cumulated for all children) (KiB): 1836776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.8368
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31635
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= 1414
involuntary context switches= 1352

runsolver used 0.055991 second user time and 0.145977 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Sun Feb 18 12:27:55 UTC 2007

IDJOB= 295191
IDBENCH= 19907
IDSOLVER= 96
FILE ID= node23/295191-1171801675

PBS_JOBID= 3839618

Free space on /tmp= 66563 MiB

SOLVER NAME= SAT4J SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v55/unif-k7-r89-v55-c4895-S1553613509-20.SAT.shuffled.cnf
COMMAND LINE= java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/295191-1171801675/sat4j-sat2007.jar /tmp/evaluation/295191-1171801675/instance-295191-1171801675.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-295191-1171801675 -o ROOT/results/node23/solver-295191-1171801675 -C 1200 -M 1800 --output-limit 1,15  java -server -Xmx1650M -Xms1650M -jar /tmp/evaluation/295191-1171801675/sat4j-sat2007.jar /tmp/evaluation/295191-1171801675/instance-295191-1171801675.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  8959d4fcff10e669388f392643a4931b

RANDOM SEED= 623126216

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.216
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.216
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:        863280 kB
Buffers:         41876 kB
Cached:        1034012 kB
SwapCached:      16396 kB
Active:         855496 kB
Inactive:       244452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        863280 kB
SwapTotal:     4192956 kB
SwapFree:      4144472 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          29684 kB
Slab:            78272 kB
Committed_AS:   613296 kB
PageTables:       1696 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= 66563 MiB

End job on node23 on Sun Feb 18 12:28:49 UTC 2007