Trace number 1883831

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BoolVar 2009-04-26? (MO) 411.686 412.729

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_1_15.opb
MD5SUM47b7632eb38157f4d5f97020bef38ed5
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.13483
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31432
Sum of products size (including duplicates)62864
Number of different products15716
Sum of products size31432

Solver Data

395.38/396.47	------------------------
395.38/396.47	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
395.38/396.47	Size : 0, 1084452, 0, 0, 3495983
395.38/396.47	Count : 0, 32928, 0, 0, 7
395.38/396.47	
395.38/396.47	Command line : minisat tmp.dimacs %var 
395.38/396.47	
395.38/396.47	------------------------
395.47/396.50	This is MiniSat 2.0 beta
395.47/396.50	WARNING: for repeatability, setting FPU to use double precision
395.47/396.50	============================[ Problem Statistics ]=============================
395.47/396.50	|                                                                             |
395.47/396.51	|  Number of variables:  42230                                                |
395.47/396.51	|  Number of clauses:    1708205                                              |
396.87/397.90	|  Parsing time:         1.26         s                                       |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1883831-1245217929/watcher-1883831-1245217929 -o /tmp/evaluation-result-1883831-1245217929/solver-1883831-1245217929 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883831-1245217929.opb minisat %dimacs %var 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 4871
/proc/meminfo: memFree=1859408/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1620 CPUtime=0
/proc/4871/stat : 4871 (java) R 4869 4871 3893 0 -1 0 190 0 0 0 0 0 0 0 19 0 1 0 189391583 1658880 161 1992294400 134512640 134550932 4294956192 18446744073709551615 2941800 0 0 4096 0 0 0 0 17 0 0 0
/proc/4871/statm: 405 160 124 9 0 47 0

[startup+0.07079 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 4871
/proc/meminfo: memFree=1859408/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1685132 CPUtime=0.06
/proc/4871/stat : 4871 (java) S 4869 4871 3893 0 -1 0 2760 0 1 0 5 1 0 0 19 0 9 0 189391583 1725575168 2255 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 421283 2255 1184 9 0 416194 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1685132

[startup+0.101795 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 4871
/proc/meminfo: memFree=1859408/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1685132 CPUtime=0.1
/proc/4871/stat : 4871 (java) S 4869 4871 3893 0 -1 0 3018 0 1 0 9 1 0 0 19 0 9 0 189391583 1725575168 2508 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 421283 2508 1226 9 0 416194 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1685132

[startup+0.30182 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 4871
/proc/meminfo: memFree=1859408/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1685292 CPUtime=0.33
/proc/4871/stat : 4871 (java) S 4869 4871 3893 0 -1 0 3738 0 1 0 31 2 0 0 19 0 9 0 189391583 1725739008 3213 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 421323 3213 1227 9 0 416234 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685292

[startup+0.701862 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 4871
/proc/meminfo: memFree=1859408/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1685292 CPUtime=0.73
/proc/4871/stat : 4871 (java) S 4869 4871 3893 0 -1 0 6781 0 1 0 70 3 0 0 19 0 9 0 189391583 1725739008 5975 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 421323 5975 2154 9 0 416234 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1685292

[startup+1.50295 s]
/proc/loadavg: 0.92 0.98 0.99 2/74 4880
/proc/meminfo: memFree=1838984/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1685292 CPUtime=1.53
/proc/4871/stat : 4871 (java) S 4869 4871 3893 0 -1 0 8809 0 1 0 150 3 0 0 19 0 9 0 189391583 1725739008 7748 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 421323 7748 2166 9 0 416234 0
[pid=4871/tid=4873] ppid=4869 vsize=1685292 CPUtime=1.13
/proc/4871/task/4873/stat : 4873 (java) R 4869 4871 3893 0 -1 64 2108 0 1 0 113 0 0 0 18 0 9 0 189391584 1725739008 7748 1992294400 134512640 134550932 4294956032 18446744073709551615 4126506295 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4874] ppid=4869 vsize=1685292 CPUtime=0.32
/proc/4871/task/4874/stat : 4874 (java) S 4869 4871 3893 0 -1 64 5632 0 0 0 31 1 0 0 16 0 9 0 189391585 1725739008 7748 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4875] ppid=4869 vsize=1685292 CPUtime=0
/proc/4871/task/4875/stat : 4875 (java) S 4869 4871 3893 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 189391586 1725739008 7748 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4876] ppid=4869 vsize=1685292 CPUtime=0
/proc/4871/task/4876/stat : 4876 (java) S 4869 4871 3893 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 189391586 1725739008 7748 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4877] ppid=4869 vsize=1685292 CPUtime=0
/proc/4871/task/4877/stat : 4877 (java) S 4869 4871 3893 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189391588 1725739008 7748 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4878] ppid=4869 vsize=1685292 CPUtime=0.06
/proc/4871/task/4878/stat : 4878 (java) S 4869 4871 3893 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 189391588 1725739008 7748 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4879] ppid=4869 vsize=1685292 CPUtime=0
/proc/4871/task/4879/stat : 4879 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 189391588 1725739008 7748 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4880] ppid=4869 vsize=1685292 CPUtime=0
/proc/4871/task/4880/stat : 4880 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189391588 1725739008 7748 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1685292

[startup+3.10113 s]
/proc/loadavg: 0.93 0.98 0.99 2/74 4880
/proc/meminfo: memFree=1835528/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1685292 CPUtime=3.14
/proc/4871/stat : 4871 (java) S 4869 4871 3893 0 -1 0 9477 0 1 0 310 4 0 0 19 0 9 0 189391583 1725739008 8388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 421323 8388 2166 9 0 416234 0
[pid=4871/tid=4873] ppid=4869 vsize=1685292 CPUtime=2.7
/proc/4871/task/4873/stat : 4873 (java) R 4869 4871 3893 0 -1 64 2136 0 1 0 270 0 0 0 21 0 9 0 189391584 1725739008 8388 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4874] ppid=4869 vsize=1685292 CPUtime=0.35
/proc/4871/task/4874/stat : 4874 (java) S 4869 4871 3893 0 -1 64 6272 0 0 0 34 1 0 0 16 0 9 0 189391585 1725739008 8388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4875] ppid=4869 vsize=1685292 CPUtime=0
/proc/4871/task/4875/stat : 4875 (java) S 4869 4871 3893 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 189391586 1725739008 8388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4876] ppid=4869 vsize=1685292 CPUtime=0
/proc/4871/task/4876/stat : 4876 (java) S 4869 4871 3893 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 189391586 1725739008 8388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4877] ppid=4869 vsize=1685292 CPUtime=0
/proc/4871/task/4877/stat : 4877 (java) S 4869 4871 3893 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189391588 1725739008 8388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4878] ppid=4869 vsize=1685292 CPUtime=0.06
/proc/4871/task/4878/stat : 4878 (java) S 4869 4871 3893 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 189391588 1725739008 8388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4879] ppid=4869 vsize=1685292 CPUtime=0
/proc/4871/task/4879/stat : 4879 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 189391588 1725739008 8388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4880] ppid=4869 vsize=1685292 CPUtime=0
/proc/4871/task/4880/stat : 4880 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189391588 1725739008 8388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 1685292

[startup+6.30149 s]
/proc/loadavg: 0.93 0.98 0.99 2/74 4880
/proc/meminfo: memFree=1831368/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1685324 CPUtime=6.34
/proc/4871/stat : 4871 (java) S 4869 4871 3893 0 -1 0 12931 0 1 0 629 5 0 0 19 0 9 0 189391583 1725771776 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 421331 9083 2164 9 0 416242 0
[pid=4871/tid=4873] ppid=4869 vsize=1685324 CPUtime=5.7
/proc/4871/task/4873/stat : 4873 (java) R 4869 4871 3893 0 -1 64 2305 0 1 0 569 1 0 0 24 0 9 0 189391584 1725771776 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4126538772 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4874] ppid=4869 vsize=1685324 CPUtime=0.56
/proc/4871/task/4874/stat : 4874 (java) S 4869 4871 3893 0 -1 64 9557 0 0 0 53 3 0 0 16 0 9 0 189391585 1725771776 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4875] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4875/stat : 4875 (java) S 4869 4871 3893 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189391586 1725771776 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4876] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4876/stat : 4876 (java) S 4869 4871 3893 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189391586 1725771776 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4877] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4877/stat : 4877 (java) S 4869 4871 3893 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189391588 1725771776 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4878] ppid=4869 vsize=1685324 CPUtime=0.06
/proc/4871/task/4878/stat : 4878 (java) S 4869 4871 3893 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 189391588 1725771776 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4879] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4879/stat : 4879 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 189391588 1725771776 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4880] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4880/stat : 4880 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189391588 1725771776 9083 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 1685324

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 0.99 2/74 4880
/proc/meminfo: memFree=1824400/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1685324 CPUtime=12.74
/proc/4871/stat : 4871 (java) S 4869 4871 3893 0 -1 0 15036 0 1 0 1267 7 0 0 19 0 9 0 189391583 1725771776 11122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 421331 11122 2164 9 0 416242 0
[pid=4871/tid=4873] ppid=4869 vsize=1685324 CPUtime=11.96
/proc/4871/task/4873/stat : 4873 (java) R 4869 4871 3893 0 -1 64 2371 0 1 0 1195 1 0 0 17 0 9 0 189391584 1725771776 11122 1992294400 134512640 134550932 4294956032 18446744073709551615 4126046802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4874] ppid=4869 vsize=1685324 CPUtime=0.68
/proc/4871/task/4874/stat : 4874 (java) S 4869 4871 3893 0 -1 64 11565 0 0 0 63 5 0 0 15 0 9 0 189391585 1725771776 11122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4875] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4875/stat : 4875 (java) S 4869 4871 3893 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189391586 1725771776 11122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4876] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4876/stat : 4876 (java) S 4869 4871 3893 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189391586 1725771776 11122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4877] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4877/stat : 4877 (java) S 4869 4871 3893 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189391588 1725771776 11122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4878] ppid=4869 vsize=1685324 CPUtime=0.07
/proc/4871/task/4878/stat : 4878 (java) S 4869 4871 3893 0 -1 64 365 0 0 0 7 0 0 0 16 0 9 0 189391588 1725771776 11122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4879] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4879/stat : 4879 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 189391588 1725771776 11122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4880] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4880/stat : 4880 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189391588 1725771776 11122 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 1685324

[startup+25.5027 s]
/proc/loadavg: 0.95 0.98 0.99 2/74 4880
/proc/meminfo: memFree=1803216/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1685324 CPUtime=25.52
/proc/4871/stat : 4871 (java) S 4869 4871 3893 0 -1 0 22771 0 1 0 2537 15 0 0 19 0 9 0 189391583 1725771776 15526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 421331 15526 2164 9 0 416242 0
[pid=4871/tid=4873] ppid=4869 vsize=1685324 CPUtime=23.88
/proc/4871/task/4873/stat : 4873 (java) R 4869 4871 3893 0 -1 64 2892 0 1 0 2384 4 0 0 17 0 9 0 189391584 1725771776 15526 1992294400 134512640 134550932 4294956032 18446744073709551615 103823392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4874] ppid=4869 vsize=1685324 CPUtime=1.53
/proc/4871/task/4874/stat : 4874 (java) S 4869 4871 3893 0 -1 64 18764 0 0 0 143 10 0 0 15 0 9 0 189391585 1725771776 15526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4875] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4875/stat : 4875 (java) S 4869 4871 3893 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189391586 1725771776 15526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4876] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4876/stat : 4876 (java) S 4869 4871 3893 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189391586 1725771776 15526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4877] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4877/stat : 4877 (java) S 4869 4871 3893 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189391588 1725771776 15526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4878] ppid=4869 vsize=1685324 CPUtime=0.09
/proc/4871/task/4878/stat : 4878 (java) S 4869 4871 3893 0 -1 64 380 0 0 0 9 0 0 0 15 0 9 0 189391588 1725771776 15526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4879] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4879/stat : 4879 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 189391588 1725771776 15526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4880] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4880/stat : 4880 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189391588 1725771776 15526 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 1685324

[startup+51.1024 s]
/proc/loadavg: 0.96 0.98 0.99 2/74 4882
/proc/meminfo: memFree=1713744/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1685324 CPUtime=51.1
/proc/4871/stat : 4871 (java) S 4869 4871 3893 0 -1 0 46397 0 1 0 5079 31 0 0 19 0 9 0 189391583 1725771776 36247 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 421331 36247 2164 9 0 416242 0
[pid=4871/tid=4873] ppid=4869 vsize=1685324 CPUtime=47.28
/proc/4871/task/4873/stat : 4873 (java) R 4869 4871 3893 0 -1 64 4210 0 1 0 4719 9 0 0 17 0 9 0 189391584 1725771776 36247 1992294400 134512640 134550932 4294956032 18446744073709551615 4126509216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4874] ppid=4869 vsize=1685324 CPUtime=3.69
/proc/4871/task/4874/stat : 4874 (java) S 4869 4871 3893 0 -1 64 41059 0 0 0 348 21 0 0 16 0 9 0 189391585 1725771776 36247 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4875] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4875/stat : 4875 (java) S 4869 4871 3893 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189391586 1725771776 36247 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4876] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4876/stat : 4876 (java) S 4869 4871 3893 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189391586 1725771776 36247 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4877] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4877/stat : 4877 (java) S 4869 4871 3893 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189391588 1725771776 36247 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4878] ppid=4869 vsize=1685324 CPUtime=0.11
/proc/4871/task/4878/stat : 4878 (java) S 4869 4871 3893 0 -1 64 393 0 0 0 11 0 0 0 16 0 9 0 189391588 1725771776 36247 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4879] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4879/stat : 4879 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 189391588 1725771776 36247 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/4871/task/4877/stat : 4877 (java) S 4869 4871 3893 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189391588 1725771776 46450 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4878] ppid=4869 vsize=1685324 CPUtime=0.11
/proc/4871/task/4878/stat : 4878 (java) S 4869 4871 3893 0 -1 64 393 0 0 0 11 0 0 0 16 0 9 0 189391588 1725771776 46450 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4879] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4879/stat : 4879 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 189391588 1725771776 46450 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4880] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4880/stat : 4880 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189391588 1725771776 46450 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.96
Current children cumulated vsize (KiB) 1685324

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4882
/proc/meminfo: memFree=1659536/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1685324 CPUtime=221.78
/proc/4871/stat : 4871 (java) S 4869 4871 3893 0 -1 0 58020 0 1 0 22134 44 0 0 19 0 9 0 189391583 1725771776 46553 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 421331 46553 2165 9 0 416242 0
[pid=4871/tid=4873] ppid=4869 vsize=1685324 CPUtime=215.58
/proc/4871/task/4873/stat : 4873 (java) R 4869 4871 3893 0 -1 64 4504 0 1 0 21543 15 0 0 17 0 9 0 189391584 1725771776 46553 1992294400 134512640 134550932 4294956032 18446744073709551615 103823673 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4874] ppid=4869 vsize=1685324 CPUtime=6.07
/proc/4871/task/4874/stat : 4874 (java) S 4869 4871 3893 0 -1 64 52388 0 0 0 580 27 0 0 16 0 9 0 189391585 1725771776 46553 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4875] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4875/stat : 4875 (java) S 4869 4871 3893 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189391586 1725771776 46553 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4876] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4876/stat : 4876 (java) S 4869 4871 3893 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189391586 1725771776 46553 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4877] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4877/stat : 4877 (java) S 4869 4871 3893 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189391588 1725771776 46553 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4878] ppid=4869 vsize=1685324 CPUtime=0.11
/proc/4871/task/4878/stat : 4878 (java) S 4869 4871 3893 0 -1 64 393 0 0 0 11 0 0 0 16 0 9 0 189391588 1725771776 46553 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4879] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4879/stat : 4879 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 189391588 1725771776 46553 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4880] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4880/stat : 4880 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189391588 1725771776 46553 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.78
Current children cumulated vsize (KiB) 1685324

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4882
/proc/meminfo: memFree=1636624/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1685324 CPUtime=281.6
/proc/4871/stat : 4871 (java) S 4869 4871 3893 0 -1 0 63930 0 1 0 28113 47 0 0 19 0 9 0 189391583 1725771776 52379 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 421331 52379 2165 9 0 416242 0
[pid=4871/tid=4873] ppid=4869 vsize=1685324 CPUtime=274.83
/proc/4871/task/4873/stat : 4873 (java) R 4869 4871 3893 0 -1 64 4588 0 1 0 27467 16 0 0 17 0 9 0 189391584 1725771776 52379 1992294400 134512640 134550932 4294956032 18446744073709551615 4126046733 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4874] ppid=4869 vsize=1685324 CPUtime=6.64
/proc/4871/task/4874/stat : 4874 (java) S 4869 4871 3893 0 -1 64 58214 0 0 0 634 30 0 0 16 0 9 0 189391585 1725771776 52379 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4875] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4875/stat : 4875 (java) S 4869 4871 3893 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189391586 1725771776 52379 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4876] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4876/stat : 4876 (java) S 4869 4871 3893 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189391586 1725771776 52379 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4877] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4877/stat : 4877 (java) S 4869 4871 3893 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189391588 1725771776 52379 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4878] ppid=4869 vsize=1685324 CPUtime=0.11
/proc/4871/task/4878/stat : 4878 (java) S 4869 4871 3893 0 -1 64 393 0 0 0 11 0 0 0 16 0 9 0 189391588 1725771776 52379 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4879] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4879/stat : 4879 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 189391588 1725771776 52379 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4880] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4880/stat : 4880 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189391588 1725771776 52379 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.6
Current children cumulated vsize (KiB) 1685324

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/74 4882
/proc/meminfo: memFree=1589072/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1685324 CPUtime=341.42
/proc/4871/stat : 4871 (java) S 4869 4871 3893 0 -1 0 78024 0 1 0 34088 54 0 0 19 0 9 0 189391583 1725771776 64209 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 421331 64209 2165 9 0 416242 0
[pid=4871/tid=4873] ppid=4869 vsize=1685324 CPUtime=332.89
/proc/4871/task/4873/stat : 4873 (java) R 4869 4871 3893 0 -1 64 5944 0 1 0 33273 16 0 0 17 0 9 0 189391584 1725771776 64209 1992294400 134512640 134550932 4294956032 18446744073709551615 4126506272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4874] ppid=4869 vsize=1685324 CPUtime=8.4
/proc/4871/task/4874/stat : 4874 (java) S 4869 4871 3893 0 -1 64 70952 0 0 0 804 36 0 0 16 0 9 0 189391585 1725771776 64209 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4875] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4875/stat : 4875 (java) S 4869 4871 3893 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189391586 1725771776 64209 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4876] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4876/stat : 4876 (java) S 4869 4871 3893 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189391586 1725771776 64209 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4877] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4877/stat : 4877 (java) S 4869 4871 3893 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 189391588 1725771776 64209 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4878] ppid=4869 vsize=1685324 CPUtime=0.11
/proc/4871/task/4878/stat : 4878 (java) S 4869 4871 3893 0 -1 64 393 0 0 0 11 0 0 0 16 0 9 0 189391588 1725771776 64209 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4879] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4879/stat : 4879 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 189391588 1725771776 64209 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4880] ppid=4869 vsize=1685324 CPUtime=0
/proc/4871/task/4880/stat : 4880 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 189391588 1725771776 64209 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.42
Current children cumulated vsize (KiB) 1685324

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 4886
/proc/meminfo: memFree=1417008/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1686296 CPUtime=395.47
/proc/4871/stat : 4871 (java) S 4869 4871 3893 0 -1 0 93147 0 1 0 39480 67 0 0 19 0 12 0 189391583 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 421574 79009 2168 9 0 416485 0
[pid=4884] ppid=4871 vsize=107216 CPUtime=5.8
/proc/4884/stat : 4884 (minisat) R 4871 4871 3893 0 -1 4194304 25143 0 0 0 565 15 0 0 25 0 1 0 189431231 109789184 25096 1992294400 134512640 135156773 4294956080 18446744073709551615 134537783 0 4 0 3 0 0 0 17 0 0 0
/proc/4884/statm: 26804 25096 71 157 0 26644 0
[pid=4871/tid=4873] ppid=4869 vsize=1686296 CPUtime=385.79
/proc/4871/task/4873/stat : 4873 (java) S 4869 4871 3893 0 -1 64 6158 0 1 0 38557 22 0 0 17 0 12 0 189391584 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4874] ppid=4869 vsize=1686296 CPUtime=9.53
/proc/4871/task/4874/stat : 4874 (java) S 4869 4871 3893 0 -1 64 85732 0 0 0 911 42 0 0 16 0 12 0 189391585 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4875] ppid=4869 vsize=1686296 CPUtime=0
/proc/4871/task/4875/stat : 4875 (java) S 4869 4871 3893 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 189391586 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4876] ppid=4869 vsize=1686296 CPUtime=0
/proc/4871/task/4876/stat : 4876 (java) S 4869 4871 3893 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189391586 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4877] ppid=4869 vsize=1686296 CPUtime=0
/proc/4871/task/4877/stat : 4877 (java) S 4869 4871 3893 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189391588 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4878] ppid=4869 vsize=1686296 CPUtime=0.12
/proc/4871/task/4878/stat : 4878 (java) S 4869 4871 3893 0 -1 64 397 0 0 0 12 0 0 0 16 0 12 0 189391588 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4879] ppid=4869 vsize=1686296 CPUtime=0
/proc/4871/task/4879/stat : 4879 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 189391588 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4880] ppid=4869 vsize=1686296 CPUtime=0
/proc/4871/task/4880/stat : 4880 (java) S 4869 4871 3893 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 189391588 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4883] ppid=4869 vsize=1686296 CPUtime=0.01
/proc/4871/task/4883/stat : 4883 (java) S 4869 4871 3893 0 -1 64 70 0 0 0 0 1 0 0 18 0 12 0 189431231 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=4871/tid=4885] ppid=4869 vsize=1686296 CPUtime=0
/proc/4871/task/4885/stat : 4885 (java) S 4869 4871 3893 0 -1 64 37 0 0 0 0 0 0 0 16 0 12 0 189431234 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=4871/tid=4886] ppid=4869 vsize=1686296 CPUtime=0
/proc/4871/task/4886/stat : 4886 (java) S 4869 4871 3893 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 189431234 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.27
Current children cumulated vsize (KiB) 1793512



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+412.602 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 4886
/proc/meminfo: memFree=1363952/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=1686296 CPUtime=395.47
/proc/4871/stat : 4871 (java) S 4869 4871 3893 0 -1 0 93147 0 1 0 39480 67 0 0 19 0 12 0 189391583 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 421574 79009 2168 9 0 416485 0
[pid=4884] ppid=4871 vsize=157092 CPUtime=16.1
/proc/4884/stat : 4884 (minisat) R 4871 4871 3893 0 -1 4194304 38420 0 0 0 1589 21 0 0 25 0 1 0 189431231 160862208 38373 1992294400 134512640 135156773 4294956080 18446744073709551615 134730335 0 4 0 3 0 0 0 17 0 0 0
/proc/4884/statm: 39273 38373 71 157 0 39113 0
[pid=4871/tid=4873] ppid=4869 vsize=1686296 CPUtime=385.79
/proc/4871/task/4873/stat : 4873 (java) S 4869 4871 3893 0 -1 64 6158 0 1 0 38557 22 0 0 17 0 12 0 189391584 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4874] ppid=4869 vsize=1686296 CPUtime=9.53
/proc/4871/task/4874/stat : 4874 (java) S 4869 4871 3893 0 -1 64 85732 0 0 0 911 42 0 0 16 0 12 0 189391585 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4875] ppid=4869 vsize=1686296 CPUtime=0
/proc/4871/task/4875/stat : 4875 (java) S 4869 4871 3893 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 189391586 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4876] ppid=4869 vsize=1686296 CPUtime=0
/proc/4871/task/4876/stat : 4876 (java) S 4869 4871 3893 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189391586 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4877] ppid=4869 vsize=1686296 CPUtime=0
/proc/4871/task/4877/stat : 4877 (java) S 4869 4871 3893 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189391588 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4878] ppid=4869 vsize=1686296 CPUtime=0.12
/proc/4871/task/4878/stat : 4878 (java) S 4869 4871 3893 0 -1 64 397 0 0 0 12 0 0 0 16 0 12 0 189391588 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4871/tid=4879] ppid=4869 vsize=1686296 CPUtime=0
/proc/4871/task/4879/stat : 4879 (java) S 4869 4871 3893 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 189391588 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4880] ppid=4869 vsize=1686296 CPUtime=0
/proc/4871/task/4880/stat : 4880 (java) S 4869 4871 3893 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 189391588 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4871/tid=4883] ppid=4869 vsize=1686296 CPUtime=0.01
/proc/4871/task/4883/stat : 4883 (java) S 4869 4871 3893 0 -1 64 70 0 0 0 0 1 0 0 18 0 12 0 189431231 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=4871/tid=4885] ppid=4869 vsize=1686296 CPUtime=0
/proc/4871/task/4885/stat : 4885 (java) S 4869 4871 3893 0 -1 64 37 0 0 0 0 0 0 0 16 0 12 0 189431234 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=4871/tid=4886] ppid=4869 vsize=1686296 CPUtime=0
/proc/4871/task/4886/stat : 4886 (java) S 4869 4871 3893 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 189431234 1726767104 79009 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 411.57
Current children cumulated vsize (KiB) 1843388

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

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

[startup+412.714 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 4886
/proc/meminfo: memFree=1363952/2055920 swapFree=4182240/4192956
[pid=4871] ppid=4869 vsize=0 CPUtime=411.65
/proc/4871/stat : 4871 (java) Z 4869 4871 3893 0 -1 1036 93713 38422 1 0 39481 72 1589 23 15 0 2 0 189391583 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4871/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 411.65
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 412.729
CPU time (s): 411.686
CPU user time (s): 410.712
CPU system time (s): 0.974851
CPU usage (%): 99.7473
Max. virtual memory (cumulated for all children) (KiB): 1843388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 410.712
system time used= 0.974851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132135
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= 13685
involuntary context switches= 10436

runsolver used 0.399939 second user time and 1.11783 second system time

The end

Launcher Data

Begin job on node85 at 2009-06-17 07:52:09
IDJOB=1883831
IDBENCH=48370
IDSOLVER=688
FILE ID=node85/1883831-1245217929
PBS_JOBID= 9368365
Free space on /tmp= 126844 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_1_15.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883831-1245217929/watcher-1883831-1245217929 -o /tmp/evaluation-result-1883831-1245217929/solver-1883831-1245217929 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883831-1245217929.opb minisat %dimacs %var

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 47b7632eb38157f4d5f97020bef38ed5
RANDOM SEED=1052931638

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

/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.213
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	: 5931.00
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1861880 kB
Buffers:         22324 kB
Cached:          99536 kB
SwapCached:       5164 kB
Active:          10380 kB
Inactive:       119668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861880 kB
SwapTotal:     4192956 kB
SwapFree:      4182240 kB
Dirty:            1264 kB
Writeback:           0 kB
Mapped:          13788 kB
Slab:            49928 kB
Committed_AS:    85304 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883831-1245217929.opb

Free space on /tmp at the end= 126844 MiB
End job on node85 at 2009-06-17 07:59:05