Trace number 1883813

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) 406.543 407.296

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_1_80.opb
MD5SUM1315caae01d69a106b6850eece7eb42e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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 80
Number of bits of the biggest number in a constraint 7
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

393.95/394.74	------------------------
393.95/394.74	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
393.95/394.74	Size : 0, 1084452, 0, 0, 3495983
393.95/394.74	Count : 0, 32928, 0, 0, 7
393.95/394.74	
393.95/394.74	Command line : minisat tmp.dimacs %var 
393.95/394.74	
393.95/394.74	------------------------
393.95/394.78	This is MiniSat 2.0 beta
393.95/394.78	WARNING: for repeatability, setting FPU to use double precision
393.95/394.78	============================[ Problem Statistics ]=============================
393.95/394.78	|                                                                             |
393.95/394.78	|  Number of variables:  42230                                                |
393.95/394.78	|  Number of clauses:    1708205                                              |
395.33/396.16	|  Parsing time:         1.22         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-1883813-1245216437/watcher-1883813-1245216437 -o /tmp/evaluation-result-1883813-1245216437/solver-1883813-1245216437 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883813-1245216437.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: 1.00 1.00 1.00 3/65 32651
/proc/meminfo: memFree=1849952/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1616 CPUtime=0
/proc/32651/stat : 32651 (java) R 32649 32651 32327 0 -1 0 190 0 0 0 0 0 0 0 19 0 1 0 189241753 1654784 160 1992294400 134512640 134550932 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/32651/statm: 404 160 124 9 0 46 0

[startup+0.00782096 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 32651
/proc/meminfo: memFree=1849952/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1520 CPUtime=0
/proc/32651/stat : 32651 (java) R 32649 32651 32327 0 -1 0 257 0 0 0 0 0 0 0 19 0 1 0 189241753 1556480 62 1992294400 134512640 134550932 4294956032 18446744073709551615 6514481 0 0 4096 0 0 0 0 17 0 0 0
/proc/32651/statm: 380 73 56 9 0 10 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1520

[startup+0.101837 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 32651
/proc/meminfo: memFree=1849952/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1684292 CPUtime=0.11
/proc/32651/stat : 32651 (java) S 32649 32651 32327 0 -1 0 3014 0 1 0 9 2 0 0 19 0 9 0 189241753 1724715008 2504 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32651/statm: 421073 2504 1226 9 0 415984 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1684292

[startup+0.301857 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 32651
/proc/meminfo: memFree=1849952/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1684444 CPUtime=0.33
/proc/32651/stat : 32651 (java) S 32649 32651 32327 0 -1 0 3731 0 1 0 31 2 0 0 19 0 9 0 189241753 1724870656 3206 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32651/statm: 421111 3206 1227 9 0 416022 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1684444

[startup+0.7019 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 32651
/proc/meminfo: memFree=1849952/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1684540 CPUtime=0.73
/proc/32651/stat : 32651 (java) S 32649 32651 32327 0 -1 0 6777 0 1 0 70 3 0 0 19 0 9 0 189241753 1724968960 5969 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32651/statm: 421135 5969 2154 9 0 416046 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1684540

[startup+1.50298 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 32660
/proc/meminfo: memFree=1829912/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1684540 CPUtime=1.55
/proc/32651/stat : 32651 (java) S 32649 32651 32327 0 -1 0 8783 0 1 0 150 5 0 0 19 0 9 0 189241753 1724968960 7717 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32651/statm: 421135 7717 2166 9 0 416046 0
[pid=32651/tid=32653] ppid=32649 vsize=1684540 CPUtime=1.13
/proc/32651/task/32653/stat : 32653 (java) R 32649 32651 32327 0 -1 64 2094 0 1 0 112 1 0 0 17 0 9 0 189241754 1724968960 7717 1992294400 134512640 134550932 4294956032 18446744073709551615 4126539973 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=1684540 CPUtime=0.33
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 32327 0 -1 64 5636 0 0 0 31 2 0 0 15 0 9 0 189241755 1724968960 7717 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32655] ppid=32649 vsize=1684540 CPUtime=0
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 32327 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189241756 1724968960 7717 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32656] ppid=32649 vsize=1684540 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 32327 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 189241756 1724968960 7717 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32657] ppid=32649 vsize=1684540 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 32327 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189241758 1724968960 7717 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32658] ppid=32649 vsize=1684540 CPUtime=0.06
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 32327 0 -1 64 317 0 0 0 6 0 0 0 16 0 9 0 189241758 1724968960 7717 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=1684540 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189241758 1724968960 7717 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32660] ppid=32649 vsize=1684540 CPUtime=0
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189241758 1724968960 7717 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 1684540

[startup+3.10116 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 32660
/proc/meminfo: memFree=1826008/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1684540 CPUtime=3.14
/proc/32651/stat : 32651 (java) S 32649 32651 32327 0 -1 0 9458 0 1 0 309 5 0 0 19 0 9 0 189241753 1724968960 8364 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32651/statm: 421135 8364 2166 9 0 416046 0
[pid=32651/tid=32653] ppid=32649 vsize=1684540 CPUtime=2.69
/proc/32651/task/32653/stat : 32653 (java) R 32649 32651 32327 0 -1 64 2122 0 1 0 268 1 0 0 17 0 9 0 189241754 1724968960 8364 1992294400 134512640 134550932 4294956032 18446744073709551615 4126509153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=1684540 CPUtime=0.36
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 32327 0 -1 64 6283 0 0 0 34 2 0 0 15 0 9 0 189241755 1724968960 8364 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32655] ppid=32649 vsize=1684540 CPUtime=0
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 32327 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189241756 1724968960 8364 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32656] ppid=32649 vsize=1684540 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 32327 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 189241756 1724968960 8364 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32657] ppid=32649 vsize=1684540 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 32327 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189241758 1724968960 8364 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32658] ppid=32649 vsize=1684540 CPUtime=0.06
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 32327 0 -1 64 317 0 0 0 6 0 0 0 16 0 9 0 189241758 1724968960 8364 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=1684540 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189241758 1724968960 8364 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32660] ppid=32649 vsize=1684540 CPUtime=0
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189241758 1724968960 8364 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) 1684540

[startup+6.30149 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 32660
/proc/meminfo: memFree=1821912/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1684652 CPUtime=6.33
/proc/32651/stat : 32651 (java) S 32649 32651 32327 0 -1 0 12915 0 1 0 627 6 0 0 19 0 9 0 189241753 1725083648 9058 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32651/statm: 421163 9058 2164 9 0 416074 0
[pid=32651/tid=32653] ppid=32649 vsize=1684652 CPUtime=5.68
/proc/32651/task/32653/stat : 32653 (java) R 32649 32651 32327 0 -1 64 2290 0 1 0 567 1 0 0 17 0 9 0 189241754 1725083648 9058 1992294400 134512640 134550932 4294956032 18446744073709551615 4125903109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=1684652 CPUtime=0.56
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 32327 0 -1 64 9572 0 0 0 53 3 0 0 15 0 9 0 189241755 1725083648 9058 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32655] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 32327 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 9058 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32656] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 32327 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 9058 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32657] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 32327 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189241758 1725083648 9058 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32658] ppid=32649 vsize=1684652 CPUtime=0.06
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 32327 0 -1 64 317 0 0 0 6 0 0 0 16 0 9 0 189241758 1725083648 9058 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189241758 1725083648 9058 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32660] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189241758 1725083648 9058 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 1684652

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 32660
/proc/meminfo: memFree=1815328/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1684652 CPUtime=12.71
/proc/32651/stat : 32651 (java) S 32649 32651 32327 0 -1 0 14985 0 1 0 1264 7 0 0 19 0 9 0 189241753 1725083648 11062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32651/statm: 421163 11062 2164 9 0 416074 0
[pid=32651/tid=32653] ppid=32649 vsize=1684652 CPUtime=11.95
/proc/32651/task/32653/stat : 32653 (java) R 32649 32651 32327 0 -1 64 2356 0 1 0 1193 2 0 0 17 0 9 0 189241754 1725083648 11062 1992294400 134512640 134550932 4294956032 18446744073709551615 4126046726 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=1684652 CPUtime=0.67
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 32327 0 -1 64 11567 0 0 0 63 4 0 0 16 0 9 0 189241755 1725083648 11062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32655] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 32327 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 11062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32656] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 32327 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 11062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32657] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 32327 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189241758 1725083648 11062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32658] ppid=32649 vsize=1684652 CPUtime=0.06
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 32327 0 -1 64 326 0 0 0 6 0 0 0 16 0 9 0 189241758 1725083648 11062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189241758 1725083648 11062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32660] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189241758 1725083648 11062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 1684652

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 32660
/proc/meminfo: memFree=1794272/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1684652 CPUtime=25.49
/proc/32651/stat : 32651 (java) S 32649 32651 32327 0 -1 0 22635 0 1 0 2534 15 0 0 19 0 9 0 189241753 1725083648 15388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32651/statm: 421163 15388 2164 9 0 416074 0
[pid=32651/tid=32653] ppid=32649 vsize=1684652 CPUtime=23.89
/proc/32651/task/32653/stat : 32653 (java) R 32649 32651 32327 0 -1 64 2875 0 1 0 2385 4 0 0 16 0 9 0 189241754 1725083648 15388 1992294400 134512640 134550932 4294956032 18446744073709551615 4126507330 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32654] ppid=32649 vsize=1684652 CPUtime=1.49
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 32327 0 -1 64 18685 0 0 0 140 9 0 0 16 0 9 0 189241755 1725083648 15388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32655] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 32327 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 15388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32656] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 32327 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 15388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32657] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 32327 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189241758 1725083648 15388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32658] ppid=32649 vsize=1684652 CPUtime=0.08
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 32327 0 -1 64 339 0 0 0 8 0 0 0 15 0 9 0 189241758 1725083648 15388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32659] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189241758 1725083648 15388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32660] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189241758 1725083648 15388 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1684652

[startup+51.1022 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 32660
/proc/meminfo: memFree=1703968/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1684652 CPUtime=51.09
/proc/32651/stat : 32651 (java) S 32649 32651 32327 0 -1 0 46239 0 1 0 5080 29 0 0 19 0 9 0 189241753 1725083648 36105 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32651/statm: 421163 36105 2164 9 0 416074 0
[pid=32651/tid=32653] ppid=32649 vsize=1684652 CPUtime=47.3
/proc/32651/task/32653/stat : 32653 (java) R 32649 32651 32327 0 -1 64 4168 0 1 0 4721 9 0 0 17 0 9 0 189241754 1725083648 36105 1992294400 134512640 134550932 4294956032 18446744073709551615 4126509281 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32654] ppid=32649 vsize=1684652 CPUtime=3.67
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 32327 0 -1 64 40983 0 0 0 348 19 0 0 16 0 9 0 189241755 1725083648 36105 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32655] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 32327 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 36105 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32656] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 32327 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 36105 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32657] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 32327 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189241758 1725083648 36105 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32658] ppid=32649 vsize=1684652 CPUtime=0.1
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 32327 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 189241758 1725083648 36105 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189241758 1725083648 36105 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=32651/tid=32653] ppid=32649 vsize=1684652 CPUtime=156.72
/proc/32651/task/32653/stat : 32653 (java) R 32649 32651 32327 0 -1 64 4350 0 1 0 15662 10 0 0 17 0 9 0 189241754 1725083648 46099 1992294400 134512640 134550932 4294956032 18446744073709551615 103823694 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32654] ppid=32649 vsize=1684652 CPUtime=5.38
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 32327 0 -1 64 51983 0 0 0 513 25 0 0 16 0 9 0 189241755 1725083648 46099 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32655] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 32327 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 46099 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32656] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 32327 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 46099 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32657] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 32327 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189241758 1725083648 46099 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32658] ppid=32649 vsize=1684652 CPUtime=0.1
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 32327 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 189241758 1725083648 46099 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189241758 1725083648 46099 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32660] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189241758 1725083648 46099 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 1684652

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 32660
/proc/meminfo: memFree=1649760/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1684652 CPUtime=222.05
/proc/32651/stat : 32651 (java) S 32649 32651 32327 0 -1 0 58060 0 1 0 22163 42 0 0 19 0 9 0 189241753 1725083648 46623 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32651/statm: 421163 46623 2165 9 0 416074 0
[pid=32651/tid=32653] ppid=32649 vsize=1684652 CPUtime=215.88
/proc/32651/task/32653/stat : 32653 (java) R 32649 32651 32327 0 -1 64 4466 0 1 0 21573 15 0 0 17 0 9 0 189241754 1725083648 46623 1992294400 134512640 134550932 4294956032 18446744073709551615 4126509271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=1684652 CPUtime=6.05
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 32327 0 -1 64 52506 0 0 0 579 26 0 0 16 0 9 0 189241755 1725083648 46623 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32655] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 32327 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 46623 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32656] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 32327 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 46623 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32657] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 32327 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189241758 1725083648 46623 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32658] ppid=32649 vsize=1684652 CPUtime=0.1
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 32327 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 189241758 1725083648 46623 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189241758 1725083648 46623 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32660] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189241758 1725083648 46623 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 1684652

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 32660
/proc/meminfo: memFree=1626400/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1684652 CPUtime=281.86
/proc/32651/stat : 32651 (java) S 32649 32651 32327 0 -1 0 64026 0 1 0 28140 46 0 0 19 0 9 0 189241753 1725083648 52505 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32651/statm: 421163 52505 2165 9 0 416074 0
[pid=32651/tid=32653] ppid=32649 vsize=1684652 CPUtime=275.13
/proc/32651/task/32653/stat : 32653 (java) R 32649 32651 32327 0 -1 64 4550 0 1 0 27498 15 0 0 17 0 9 0 189241754 1725083648 52505 1992294400 134512640 134550932 4294956032 18446744073709551615 103823694 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32654] ppid=32649 vsize=1684652 CPUtime=6.6
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 32327 0 -1 64 58388 0 0 0 631 29 0 0 16 0 9 0 189241755 1725083648 52505 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32655] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 32327 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 52505 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32656] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 32327 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 52505 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32657] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 32327 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189241758 1725083648 52505 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32658] ppid=32649 vsize=1684652 CPUtime=0.1
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 32327 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 189241758 1725083648 52505 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189241758 1725083648 52505 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32660] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189241758 1725083648 52505 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.86
Current children cumulated vsize (KiB) 1684652

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 32660
/proc/meminfo: memFree=1579808/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1684652 CPUtime=341.67
/proc/32651/stat : 32651 (java) S 32649 32651 32327 0 -1 0 77823 0 1 0 34114 53 0 0 19 0 9 0 189241753 1725083648 64062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32651/statm: 421163 64062 2165 9 0 416074 0
[pid=32651/tid=32653] ppid=32649 vsize=1684652 CPUtime=333.4
/proc/32651/task/32653/stat : 32653 (java) R 32649 32651 32327 0 -1 64 5900 0 1 0 33324 16 0 0 17 0 9 0 189241754 1725083648 64062 1992294400 134512640 134550932 4294956032 18446744073709551615 4126379760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=1684652 CPUtime=8.15
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 32327 0 -1 64 70835 0 0 0 780 35 0 0 16 0 9 0 189241755 1725083648 64062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32655] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 32327 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 64062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32656] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 32327 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 189241756 1725083648 64062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32657] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 32327 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 189241758 1725083648 64062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32658] ppid=32649 vsize=1684652 CPUtime=0.1
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 32327 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 189241758 1725083648 64062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 189241758 1725083648 64062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32660] ppid=32649 vsize=1684652 CPUtime=0
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 189241758 1725083648 64062 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.67
Current children cumulated vsize (KiB) 1684652

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32664
/proc/meminfo: memFree=1408960/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1685624 CPUtime=394
/proc/32651/stat : 32651 (java) S 32649 32651 32327 0 -1 0 92722 0 1 0 39333 67 0 0 19 0 12 0 189241753 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32651/statm: 421406 78632 2168 9 0 416317 0
[pid=32662] ppid=32651 vsize=107216 CPUtime=7.52
/proc/32662/stat : 32662 (minisat) R 32651 32651 32327 0 -1 4194304 25143 0 0 0 734 18 0 0 25 0 1 0 189281228 109789184 25096 1992294400 134512640 135156773 4294956080 18446744073709551615 134537918 0 4 0 3 0 0 0 17 1 0 0
/proc/32662/statm: 26804 25096 71 157 0 26644 0
[pid=32651/tid=32653] ppid=32649 vsize=1685624 CPUtime=384.59
/proc/32651/task/32653/stat : 32653 (java) S 32649 32651 32327 0 -1 64 6118 0 1 0 38437 22 0 0 17 0 12 0 189241754 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=1685624 CPUtime=9.26
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 32327 0 -1 64 85386 0 0 0 884 42 0 0 16 0 12 0 189241755 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32655] ppid=32649 vsize=1685624 CPUtime=0
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 32327 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 189241756 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32656] ppid=32649 vsize=1685624 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 32327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189241756 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32657] ppid=32649 vsize=1685624 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 32327 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 189241758 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32658] ppid=32649 vsize=1685624 CPUtime=0.11
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 32327 0 -1 64 357 0 0 0 11 0 0 0 15 0 12 0 189241758 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=1685624 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 189241758 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32660] ppid=32649 vsize=1685624 CPUtime=0
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 32327 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 189241758 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32661] ppid=32649 vsize=1685624 CPUtime=0.01
/proc/32651/task/32661/stat : 32661 (java) S 32649 32651 32327 0 -1 64 69 0 0 0 0 1 0 0 18 0 12 0 189281228 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=32651/tid=32663] ppid=32649 vsize=1685624 CPUtime=0
/proc/32651/task/32663/stat : 32663 (java) S 32649 32651 32327 0 -1 64 37 0 0 0 0 0 0 0 16 0 12 0 189281231 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=32651/tid=32664] ppid=32649 vsize=1685624 CPUtime=0
/proc/32651/task/32664/stat : 32664 (java) S 32649 32651 32327 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 189281232 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.52
Current children cumulated vsize (KiB) 1792840



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+407.202 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32664
/proc/meminfo: memFree=1355008/2055920 swapFree=4179968/4192956
[pid=32651] ppid=32649 vsize=1685624 CPUtime=394
/proc/32651/stat : 32651 (java) S 32649 32651 32327 0 -1 0 92722 0 1 0 39333 67 0 0 19 0 12 0 189241753 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32651/statm: 421406 78632 2168 9 0 416317 0
[pid=32662] ppid=32651 vsize=157732 CPUtime=12.42
/proc/32662/stat : 32662 (minisat) R 32651 32651 32327 0 -1 4194304 38659 0 0 0 1219 23 0 0 25 0 1 0 189281228 161517568 38612 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 1 0 0
/proc/32662/statm: 39433 38612 71 157 0 39273 0
[pid=32651/tid=32653] ppid=32649 vsize=1685624 CPUtime=384.59
/proc/32651/task/32653/stat : 32653 (java) S 32649 32651 32327 0 -1 64 6118 0 1 0 38437 22 0 0 17 0 12 0 189241754 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32654] ppid=32649 vsize=1685624 CPUtime=9.26
/proc/32651/task/32654/stat : 32654 (java) S 32649 32651 32327 0 -1 64 85386 0 0 0 884 42 0 0 16 0 12 0 189241755 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32655] ppid=32649 vsize=1685624 CPUtime=0
/proc/32651/task/32655/stat : 32655 (java) S 32649 32651 32327 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 189241756 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32656] ppid=32649 vsize=1685624 CPUtime=0
/proc/32651/task/32656/stat : 32656 (java) S 32649 32651 32327 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 189241756 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32657] ppid=32649 vsize=1685624 CPUtime=0
/proc/32651/task/32657/stat : 32657 (java) S 32649 32651 32327 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 189241758 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32658] ppid=32649 vsize=1685624 CPUtime=0.11
/proc/32651/task/32658/stat : 32658 (java) S 32649 32651 32327 0 -1 64 357 0 0 0 11 0 0 0 15 0 12 0 189241758 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32659] ppid=32649 vsize=1685624 CPUtime=0
/proc/32651/task/32659/stat : 32659 (java) S 32649 32651 32327 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 189241758 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32651/tid=32660] ppid=32649 vsize=1685624 CPUtime=0
/proc/32651/task/32660/stat : 32660 (java) S 32649 32651 32327 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 189241758 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32651/tid=32661] ppid=32649 vsize=1685624 CPUtime=0.01
/proc/32651/task/32661/stat : 32661 (java) S 32649 32651 32327 0 -1 64 69 0 0 0 0 1 0 0 18 0 12 0 189281228 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=32651/tid=32663] ppid=32649 vsize=1685624 CPUtime=0
/proc/32651/task/32663/stat : 32663 (java) S 32649 32651 32327 0 -1 64 37 0 0 0 0 0 0 0 16 0 12 0 189281231 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=32651/tid=32664] ppid=32649 vsize=1685624 CPUtime=0
/proc/32651/task/32664/stat : 32664 (java) S 32649 32651 32327 0 -1 64 12 0 0 0 0 0 0 0 18 0 12 0 189281232 1726078976 78632 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 406.42
Current children cumulated vsize (KiB) 1843356

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

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

Child status: 143
Real time (s): 407.296
CPU time (s): 406.543
CPU user time (s): 405.538
CPU system time (s): 1.00485
CPU usage (%): 99.815
Max. virtual memory (cumulated for all children) (KiB): 1843356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 405.538
system time used= 1.00485
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131944
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= 13142
involuntary context switches= 10277

runsolver used 0.394939 second user time and 1.10383 second system time

The end

Launcher Data

Begin job on node82 at 2009-06-17 07:27:17
IDJOB=1883813
IDBENCH=48352
IDSOLVER=688
FILE ID=node82/1883813-1245216437
PBS_JOBID= 9368367
Free space on /tmp= 66404 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_1_80.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-1883813-1245216437/watcher-1883813-1245216437 -o /tmp/evaluation-result-1883813-1245216437/solver-1883813-1245216437 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883813-1245216437.opb minisat %dimacs %var

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

MD5SUM BENCH= 1315caae01d69a106b6850eece7eb42e
RANDOM SEED=796785480

node82.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.232
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.232
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:       1851464 kB
Buffers:         27456 kB
Cached:         105848 kB
SwapCached:       6504 kB
Active:          45684 kB
Inactive:       101020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851464 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            1268 kB
Writeback:           0 kB
Mapped:          19132 kB
Slab:            43744 kB
Committed_AS:    96648 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883813-1245216437.opb

Free space on /tmp at the end= 66404 MiB
End job on node82 at 2009-06-17 07:34:07