Trace number 419265

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23SAT 400.812 371.681

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug10.opb
MD5SUM6ca66d4d1810cf6de98234dbc139b816
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark400.812
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables521182
Total number of constraints13378625
Number of constraints which are clauses13378625
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint6689
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 6689
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK	0

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node40/watcher-419265-1177406575 -o ROOT/results/node40/solver-419265-1177406575 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419265-1177406575/sat4jPseudoCPClause.jar /tmp/evaluation/419265-1177406575/instance-419265-1177406575.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.59 1.26 1.06 2/77 23594
/proc/meminfo: memFree=1364528/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=18528 CPUtime=0
/proc/23594/stat : 23594 (runsolver) D 23592 23594 22794 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 69539874 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 264519609639 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/23594/statm: 4632 284 249 14 0 2626 0

[startup+0.10328 s]
/proc/loadavg: 1.59 1.26 1.06 2/77 23594
/proc/meminfo: memFree=1364528/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=18528 CPUtime=0
/proc/23594/stat : 23594 (runsolver) D 23592 23594 22794 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 69539874 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 264519609639 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23594/statm: 4632 284 249 14 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18528

[startup+0.201301 s]
/proc/loadavg: 1.59 1.26 1.06 2/77 23594
/proc/meminfo: memFree=1364528/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=308 CPUtime=0
/proc/23594/stat : 23594 (java) D 23592 23594 22794 0 -1 0 55 0 1 0 0 0 0 0 18 0 1 0 69539874 315392 41 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 6910884 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/23594/statm: 77 41 31 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.301326 s]
/proc/loadavg: 1.59 1.26 1.06 2/77 23594
/proc/meminfo: memFree=1364528/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=12412 CPUtime=0.01
/proc/23594/stat : 23594 (java) S 23592 23594 22794 0 -1 0 712 0 33 0 0 1 0 0 18 0 2 0 69539874 12709888 533 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/23594/statm: 3103 533 226 9 0 1239 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+0.701409 s]
/proc/loadavg: 1.59 1.26 1.06 2/77 23594
/proc/meminfo: memFree=1364528/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=1781532 CPUtime=0.23
/proc/23594/stat : 23594 (java) S 23592 23594 22794 0 -1 0 4835 0 49 0 18 5 0 0 18 0 12 0 69539874 1824288768 4623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23594/statm: 445383 4623 1244 9 0 442994 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1781532

[startup+1.50258 s]
/proc/loadavg: 1.59 1.26 1.06 4/89 23606
/proc/meminfo: memFree=1319696/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=1784532 CPUtime=1.4
/proc/23594/stat : 23594 (java) S 23592 23594 22794 0 -1 0 13992 0 49 0 131 9 0 0 18 0 12 0 69539874 1827360768 12565 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23594/statm: 446133 12566 1301 9 0 443744 0
[pid=23594/tid=23596] ppid=23592 vsize=1784532 CPUtime=0.7
/proc/23594/task/23596/stat : 23596 (java) R 23592 23594 22794 0 -1 64 10858 0 16 0 63 7 0 0 22 0 12 0 69539902 1827360768 12567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103343746 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23597] ppid=23592 vsize=1784532 CPUtime=0
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 22794 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 69539915 1827360768 12567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=1784532 CPUtime=0
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 69539915 1827360768 12568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23599] ppid=23592 vsize=1784532 CPUtime=0
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 69539919 1827360768 12568 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=1784532 CPUtime=0
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 22794 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 69539919 1827360768 12569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=1784532 CPUtime=0
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 22794 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 69539919 1827360768 12569 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23602] ppid=23592 vsize=1784532 CPUtime=0
/proc/23594/task/23602/stat : 23602 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 69539929 1827360768 12570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=1784532 CPUtime=0.33
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 22794 0 -1 64 917 0 0 0 33 0 0 0 17 0 12 0 69539929 1827360768 12570 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23604] ppid=23592 vsize=1784532 CPUtime=0.34
/proc/23594/task/23604/stat : 23604 (java) R 23592 23594 22794 0 -1 64 1534 0 0 0 34 0 0 0 16 0 12 0 69539929 1827360768 12571 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105643537 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=1784532 CPUtime=0
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 69539929 1827360768 12572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=1784532 CPUtime=0
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 69539929 1827360768 12572 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1784532

[startup+3.10191 s]
/proc/loadavg: 1.59 1.26 1.06 2/89 23606
/proc/meminfo: memFree=1256400/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=1784696 CPUtime=3.3
/proc/23594/stat : 23594 (java) S 23592 23594 22794 0 -1 0 47053 0 49 0 305 25 0 0 18 0 12 0 69539874 1827528704 44959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23594/statm: 446174 44959 1310 9 0 443785 0
[pid=23594/tid=23596] ppid=23592 vsize=1784696 CPUtime=2.09
/proc/23594/task/23596/stat : 23596 (java) R 23592 23594 22794 0 -1 64 37659 0 16 0 190 19 0 0 19 0 12 0 69539902 1827528704 44959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109521169 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23597] ppid=23592 vsize=1784696 CPUtime=0.05
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 22794 0 -1 64 2688 0 0 0 4 1 0 0 16 0 12 0 69539915 1827528704 44959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=1784696 CPUtime=0.05
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 22794 0 -1 64 2835 0 0 0 4 1 0 0 16 0 12 0 69539915 1827528704 44959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23599] ppid=23592 vsize=1784696 CPUtime=0
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 22794 0 -1 64 8 0 0 0 0 0 0 0 15 0 12 0 69539919 1827528704 44959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=1784696 CPUtime=0
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 22794 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 69539919 1827528704 44959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=1784696 CPUtime=0
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 69539919 1827528704 44959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23602] ppid=23592 vsize=1784696 CPUtime=0
/proc/23594/task/23602/stat : 23602 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 69539929 1827528704 44959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=1784696 CPUtime=0.47
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 22794 0 -1 64 1049 0 0 0 47 0 0 0 16 0 12 0 69539929 1827528704 44959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23604] ppid=23592 vsize=1784696 CPUtime=0.57
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 22794 0 -1 64 2130 0 0 0 57 0 0 0 16 0 12 0 69539929 1827528704 44959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=1784696 CPUtime=0
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 69539929 1827528704 44959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=1784696 CPUtime=0
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 69539929 1827528704 44959 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 1784696

[startup+6.30257 s]
/proc/loadavg: 1.55 1.26 1.06 2/89 23606
/proc/meminfo: memFree=1146704/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=1785660 CPUtime=6.86
/proc/23594/stat : 23594 (java) S 23592 23594 22794 0 -1 0 57680 0 49 0 653 33 0 0 18 0 12 0 69539874 1828515840 55120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23594/statm: 446415 55120 1312 9 0 444026 0
[pid=23594/tid=23596] ppid=23592 vsize=1785660 CPUtime=4.94
/proc/23594/task/23596/stat : 23596 (java) R 23592 23594 22794 0 -1 64 37663 0 16 0 473 21 0 0 18 0 12 0 69539902 1828515840 55120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109598308 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23597] ppid=23592 vsize=1785660 CPUtime=0.4
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 22794 0 -1 64 7559 0 0 0 36 4 0 0 17 0 12 0 69539915 1828515840 55120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=1785660 CPUtime=0.4
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 22794 0 -1 64 8580 0 0 0 36 4 0 0 18 0 12 0 69539915 1828515840 55120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23599] ppid=23592 vsize=1785660 CPUtime=0
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 22794 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 69539919 1828515840 55120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23600] ppid=23592 vsize=1785660 CPUtime=0
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 22794 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 69539919 1828515840 55120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=1785660 CPUtime=0
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 69539919 1828515840 55120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23602] ppid=23592 vsize=1785660 CPUtime=0
/proc/23594/task/23602/stat : 23602 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 69539929 1828515840 55120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=1785660 CPUtime=0.48
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 22794 0 -1 64 1051 0 0 0 48 0 0 0 16 0 12 0 69539929 1828515840 55120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23604] ppid=23592 vsize=1785660 CPUtime=0.58
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 22794 0 -1 64 2132 0 0 0 58 0 0 0 16 0 12 0 69539929 1828515840 55120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=1785660 CPUtime=0
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 69539929 1828515840 55120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=1785660 CPUtime=0
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 69539929 1828515840 55120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 1785660

[startup+12.7019 s]
/proc/loadavg: 1.50 1.25 1.06 3/89 23606
/proc/meminfo: memFree=1094488/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=1789340 CPUtime=14.51
/proc/23594/stat : 23594 (java) S 23592 23594 22794 0 -1 0 72069 0 49 0 1410 41 0 0 18 0 12 0 69539874 1832284160 67615 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23594/statm: 447335 67617 1319 9 0 444946 0
[pid=23594/tid=23596] ppid=23592 vsize=1789340 CPUtime=10.06
/proc/23594/task/23596/stat : 23596 (java) S 23592 23594 22794 0 -1 64 37671 0 16 0 984 22 0 0 20 0 12 0 69539902 1832284160 67618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23597] ppid=23592 vsize=1789340 CPUtime=1.67
/proc/23594/task/23597/stat : 23597 (java) R 23592 23594 22794 0 -1 64 15638 0 0 0 159 8 0 0 16 0 12 0 69539915 1832284160 67620 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=1789340 CPUtime=1.65
/proc/23594/task/23598/stat : 23598 (java) R 23592 23594 22794 0 -1 64 14882 0 0 0 158 7 0 0 17 0 12 0 69539915 1832284160 67622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23599] ppid=23592 vsize=1789340 CPUtime=0
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 22794 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 69539919 1832284160 67624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23600] ppid=23592 vsize=1789340 CPUtime=0
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 22794 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 69539919 1832284160 67625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=1789340 CPUtime=0
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 69539919 1832284160 67627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23602] ppid=23592 vsize=1789340 CPUtime=0
/proc/23594/task/23602/stat : 23602 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 69539929 1832284160 67628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=1789340 CPUtime=0.49
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 22794 0 -1 64 1059 0 0 0 49 0 0 0 16 0 12 0 69539929 1832284160 67630 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23604] ppid=23592 vsize=1789340 CPUtime=0.59
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 22794 0 -1 64 2132 0 0 0 59 0 0 0 16 0 12 0 69539929 1832284160 67632 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=1789340 CPUtime=0
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 69539929 1832284160 67633 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=1789340 CPUtime=0
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 69539929 1832284160 67635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.51
Current children cumulated vsize (KiB) 1789340

[startup+25.5026 s]
/proc/loadavg: 1.55 1.27 1.07 2/89 23606
/proc/meminfo: memFree=1020504/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=1789340 CPUtime=28.45
/proc/23594/stat : 23594 (java) S 23592 23594 22794 0 -1 0 91409 0 49 0 2793 52 0 0 18 0 12 0 69539874 1832284160 85158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23594/statm: 447335 85158 1319 9 0 444946 0
[pid=23594/tid=23596] ppid=23592 vsize=1789340 CPUtime=21.74
/proc/23594/task/23596/stat : 23596 (java) R 23592 23594 22794 0 -1 64 37688 0 16 0 2147 27 0 0 22 0 12 0 69539902 1832284160 85158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109476170 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23597] ppid=23592 vsize=1789340 CPUtime=2.77
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 22794 0 -1 64 27749 0 0 0 265 12 0 0 16 0 12 0 69539915 1832284160 85158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23598] ppid=23592 vsize=1789340 CPUtime=2.77
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 22794 0 -1 64 22078 0 0 0 267 10 0 0 16 0 12 0 69539915 1832284160 85158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23599] ppid=23592 vsize=1789340 CPUtime=0
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 22794 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 69539919 1832284160 85158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=1789340 CPUtime=0
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 22794 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 69539919 1832284160 85158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=1789340 CPUtime=0
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 69539919 1832284160 85158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23602] ppid=23592 vsize=1789340 CPUtime=0
/proc/23594/task/23602/stat : 23602 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 69539929 1832284160 85158 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/loadavg: 1.04 1.12 1.06 2/90 23607
/proc/meminfo: memFree=15120/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=1790020 CPUtime=393.82
/proc/23594/stat : 23594 (java) S 23592 23594 22794 0 -1 0 404442 0 56 0 39124 258 0 0 18 0 13 0 69539874 1832980480 385214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23594/statm: 447505 385214 1333 9 0 445116 0
[pid=23594/tid=23596] ppid=23592 vsize=1790020 CPUtime=331.62
/proc/23594/task/23596/stat : 23596 (java) R 23592 23594 22794 0 -1 64 37933 0 19 0 33091 71 0 0 25 0 13 0 69539902 1832980480 385214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109952633 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23597] ppid=23592 vsize=1790020 CPUtime=29.84
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 22794 0 -1 64 177058 0 0 0 2898 86 0 0 17 0 13 0 69539915 1832980480 385214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=1790020 CPUtime=30.03
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 22794 0 -1 64 183632 0 0 0 2908 95 0 0 16 0 13 0 69539915 1832980480 385214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23599] ppid=23592 vsize=1790020 CPUtime=0.04
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 22794 0 -1 64 19 0 0 0 3 1 0 0 15 0 13 0 69539919 1832980480 385214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 22794 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 69539919 1832980480 385214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69539919 1832980480 385214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23602] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23602/stat : 23602 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 69539929 1832980480 385214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=1790020 CPUtime=1.03
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 22794 0 -1 64 2072 0 1 0 103 0 0 0 16 0 13 0 69539929 1832980480 385214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23604] ppid=23592 vsize=1790020 CPUtime=1.19
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 22794 0 -1 64 3041 0 3 0 118 1 0 0 17 0 13 0 69539929 1832980480 385214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 69539929 1832980480 385214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 69539929 1832980480 385214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23607] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23607/stat : 23607 (java) S 23592 23594 22794 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 69562395 1832980480 385214 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 393.82
Current children cumulated vsize (KiB) 1790020

[startup+368.001 s]
/proc/loadavg: 1.04 1.12 1.06 2/90 23607
/proc/meminfo: memFree=15952/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=1790020 CPUtime=397.19
/proc/23594/stat : 23594 (java) S 23592 23594 22794 0 -1 0 404612 0 56 0 39460 259 0 0 18 0 13 0 69539874 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23594/statm: 447505 385382 1333 9 0 445116 0
[pid=23594/tid=23596] ppid=23592 vsize=1790020 CPUtime=334.55
/proc/23594/task/23596/stat : 23596 (java) R 23592 23594 22794 0 -1 64 37935 0 19 0 33384 71 0 0 25 0 13 0 69539902 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109855590 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23597] ppid=23592 vsize=1790020 CPUtime=30.06
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 22794 0 -1 64 177206 0 0 0 2919 87 0 0 17 0 13 0 69539915 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=1790020 CPUtime=30.25
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 22794 0 -1 64 183652 0 0 0 2930 95 0 0 16 0 13 0 69539915 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23599] ppid=23592 vsize=1790020 CPUtime=0.04
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 22794 0 -1 64 19 0 0 0 3 1 0 0 15 0 13 0 69539919 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 22794 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 69539919 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69539919 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23602] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23602/stat : 23602 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 69539929 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=1790020 CPUtime=1.03
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 22794 0 -1 64 2072 0 1 0 103 0 0 0 16 0 13 0 69539929 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23604] ppid=23592 vsize=1790020 CPUtime=1.19
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 22794 0 -1 64 3041 0 3 0 118 1 0 0 17 0 13 0 69539929 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 69539929 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 69539929 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23607] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23607/stat : 23607 (java) S 23592 23594 22794 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 69562395 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 397.19
Current children cumulated vsize (KiB) 1790020

[startup+369.603 s]
/proc/loadavg: 1.04 1.12 1.06 2/90 23607
/proc/meminfo: memFree=15952/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=1790020 CPUtime=398.79
/proc/23594/stat : 23594 (java) S 23592 23594 22794 0 -1 0 404612 0 56 0 39620 259 0 0 18 0 13 0 69539874 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23594/statm: 447505 385382 1333 9 0 445116 0
[pid=23594/tid=23596] ppid=23592 vsize=1790020 CPUtime=336.15
/proc/23594/task/23596/stat : 23596 (java) R 23592 23594 22794 0 -1 64 37935 0 19 0 33544 71 0 0 25 0 13 0 69539902 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109855997 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23597] ppid=23592 vsize=1790020 CPUtime=30.06
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 22794 0 -1 64 177206 0 0 0 2919 87 0 0 17 0 13 0 69539915 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=1790020 CPUtime=30.25
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 22794 0 -1 64 183652 0 0 0 2930 95 0 0 16 0 13 0 69539915 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23599] ppid=23592 vsize=1790020 CPUtime=0.04
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 22794 0 -1 64 19 0 0 0 3 1 0 0 16 0 13 0 69539919 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 22794 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 69539919 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69539919 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23602] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23602/stat : 23602 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 69539929 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=1790020 CPUtime=1.03
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 22794 0 -1 64 2072 0 1 0 103 0 0 0 16 0 13 0 69539929 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23604] ppid=23592 vsize=1790020 CPUtime=1.19
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 22794 0 -1 64 3041 0 3 0 118 1 0 0 17 0 13 0 69539929 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 69539929 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 69539929 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23607] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23607/stat : 23607 (java) S 23592 23594 22794 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 69562395 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 398.79
Current children cumulated vsize (KiB) 1790020

[startup+370.403 s]
/proc/loadavg: 1.04 1.12 1.06 2/90 23607
/proc/meminfo: memFree=15952/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=1790020 CPUtime=399.59
/proc/23594/stat : 23594 (java) S 23592 23594 22794 0 -1 0 404612 0 56 0 39700 259 0 0 18 0 13 0 69539874 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23594/statm: 447505 385382 1333 9 0 445116 0
[pid=23594/tid=23596] ppid=23592 vsize=1790020 CPUtime=336.95
/proc/23594/task/23596/stat : 23596 (java) R 23592 23594 22794 0 -1 64 37935 0 19 0 33624 71 0 0 25 0 13 0 69539902 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109832012 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23597] ppid=23592 vsize=1790020 CPUtime=30.06
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 22794 0 -1 64 177206 0 0 0 2919 87 0 0 17 0 13 0 69539915 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=1790020 CPUtime=30.25
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 22794 0 -1 64 183652 0 0 0 2930 95 0 0 16 0 13 0 69539915 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23599] ppid=23592 vsize=1790020 CPUtime=0.04
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 22794 0 -1 64 19 0 0 0 3 1 0 0 16 0 13 0 69539919 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 22794 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 69539919 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69539919 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23602] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23602/stat : 23602 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 69539929 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=1790020 CPUtime=1.03
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 22794 0 -1 64 2072 0 1 0 103 0 0 0 16 0 13 0 69539929 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23604] ppid=23592 vsize=1790020 CPUtime=1.19
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 22794 0 -1 64 3041 0 3 0 118 1 0 0 17 0 13 0 69539929 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 69539929 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 69539929 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23607] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23607/stat : 23607 (java) S 23592 23594 22794 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 69562395 1832980480 385382 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.59
Current children cumulated vsize (KiB) 1790020

[startup+371.203 s]
/proc/loadavg: 1.04 1.12 1.06 3/90 23607
/proc/meminfo: memFree=15952/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=1790020 CPUtime=400.42
/proc/23594/stat : 23594 (java) S 23592 23594 22794 0 -1 0 404619 0 57 0 39783 259 0 0 18 0 13 0 69539874 1832980480 385389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23594/statm: 447505 385389 1334 9 0 445116 0
[pid=23594/tid=23596] ppid=23592 vsize=1790020 CPUtime=337.38
/proc/23594/task/23596/stat : 23596 (java) S 23592 23594 22794 0 -1 64 37938 0 19 0 33667 71 0 0 25 0 13 0 69539902 1832980480 385389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23597] ppid=23592 vsize=1790020 CPUtime=30.06
/proc/23594/task/23597/stat : 23597 (java) S 23592 23594 22794 0 -1 64 177206 0 0 0 2919 87 0 0 17 0 13 0 69539915 1832980480 385389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23598] ppid=23592 vsize=1790020 CPUtime=30.25
/proc/23594/task/23598/stat : 23598 (java) S 23592 23594 22794 0 -1 64 183652 0 0 0 2930 95 0 0 16 0 13 0 69539915 1832980480 385389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23599] ppid=23592 vsize=1790020 CPUtime=0.04
/proc/23594/task/23599/stat : 23599 (java) S 23592 23594 22794 0 -1 64 19 0 0 0 3 1 0 0 16 0 13 0 69539919 1832980480 385389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23600] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23600/stat : 23600 (java) S 23592 23594 22794 0 -1 64 11 0 0 0 0 0 0 0 17 0 13 0 69539919 1832980480 385389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23601] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23601/stat : 23601 (java) S 23592 23594 22794 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 69539919 1832980480 385389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23602] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23602/stat : 23602 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 69539929 1832980480 385389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23603] ppid=23592 vsize=1790020 CPUtime=1.11
/proc/23594/task/23603/stat : 23603 (java) S 23592 23594 22794 0 -1 64 2074 0 1 0 111 0 0 0 17 0 13 0 69539929 1832980480 385389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23594/tid=23604] ppid=23592 vsize=1790020 CPUtime=1.26
/proc/23594/task/23604/stat : 23604 (java) S 23592 23594 22794 0 -1 64 3041 0 3 0 125 1 0 0 16 0 13 0 69539929 1832980480 385389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23605] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23605/stat : 23605 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 69539929 1832980480 385389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23594/tid=23606] ppid=23592 vsize=1790020 CPUtime=0
/proc/23594/task/23606/stat : 23606 (java) S 23592 23594 22794 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 69539929 1832980480 385389 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 400.42
Current children cumulated vsize (KiB) 1790020

[startup+371.602 s]
/proc/loadavg: 1.04 1.12 1.06 3/90 23607
/proc/meminfo: memFree=15952/2055920 swapFree=4171972/4192956
[pid=23594] ppid=23592 vsize=0 CPUtime=400.75
/proc/23594/stat : 23594 (java) Z 23592 23594 22794 0 -1 1036 404625 0 57 0 39798 277 0 0 16 0 2 0 69539874 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23594/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 400.75
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 371.681
CPU time (s): 400.812
CPU user time (s): 397.988
CPU system time (s): 2.82357
CPU usage (%): 107.838
Max. virtual memory (cumulated for all children) (KiB): 1790576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 397.988
system time used= 2.82357
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 404625
page faults= 57
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12874
involuntary context switches= 10280

runsolver used 0.386941 second user time and 1.06284 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Tue Apr 24 09:23:23 UTC 2007

IDJOB= 419265
IDBENCH= 47761
IDSOLVER= 164
FILE ID= node40/419265-1177406575

PBS_JOBID= 4675571

Free space on /tmp= 66010 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug10.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419265-1177406575/sat4jPseudoCPClause.jar /tmp/evaluation/419265-1177406575/instance-419265-1177406575.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-419265-1177406575 -o ROOT/results/node40/solver-419265-1177406575 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419265-1177406575/sat4jPseudoCPClause.jar /tmp/evaluation/419265-1177406575/instance-419265-1177406575.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6ca66d4d1810cf6de98234dbc139b816

RANDOM SEED= 437974241

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.283
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.283
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1365000 kB
Buffers:          1608 kB
Cached:         571444 kB
SwapCached:       2364 kB
Active:         571172 kB
Inactive:        53052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1365000 kB
SwapTotal:     4192956 kB
SwapFree:      4171972 kB
Dirty:          250364 kB
Writeback:           0 kB
Mapped:          60648 kB
Slab:            52028 kB
Committed_AS:   974440 kB
PageTables:       1996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66010 MiB

End job on node40 on Tue Apr 24 09:29:35 UTC 2007