Trace number 1059989

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
Sugar v1.13+picosat? 604.958 659.598

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-20-3-7.xml
MD5SUM4cb4de839cc8069903cb9f017ea05757
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity10
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 00:50:16 2008
0.00/0.05	c 0	PID 2557
0.04/0.05	c 0	HOST node5.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1059989-1215125415.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059989-1215125415.xml' 'HOME/temp.csp'
0.04/0.25	c 0	1 domains, 100 variables, 20 predicates, 0 relations, 20 constraints
0.04/0.29	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.29	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.25/0.37	c 0	Parsing HOME/temp.csp
0.25/0.46	c 0	parsed 141 expressions
0.25/0.46	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.47	c 0	Converting to clausal form CSP
0.25/0.49	c 0	converted 15 (10%) expressions
0.25/0.49	c 0	converted 29 (20%) expressions
0.25/0.49	c 0	converted 43 (30%) expressions
0.25/0.49	c 0	converted 57 (40%) expressions
0.25/0.49	c 0	converted 71 (50%) expressions
0.25/0.49	c 0	converted 85 (60%) expressions
0.25/0.49	c 0	converted 99 (70%) expressions
0.25/0.49	c 0	converted 113 (80%) expressions
0.25/0.52	c 0	converted 127 (90%) expressions
0.25/0.60	c 0	converted 141 (100%) expressions
0.25/0.60	c 0	CSP : 302 integers, 0 booleans, 444 clauses, largest domain size 41404
0.25/0.60	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.60	c 0	Propagation in CSP
0.25/0.63	c 0	396600 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.25/0.63	c 0	CSP : 302 integers, 0 booleans, 444 clauses, largest domain size 35435
0.25/0.63	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.63	c 0	Simplifing CSP by introducing new Boolean variables
0.25/0.63	c 0	CSP : 302 integers, 0 booleans, 444 clauses, largest domain size 35435
0.25/0.63	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.66	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.25/0.68	c 0	31 (10%) CSP integer variables are encoded (3410 clauses, 42200 bytes)
0.25/0.68	c 0	61 (20%) CSP integer variables are encoded (6525 clauses, 82695 bytes)
0.25/0.69	c 0	91 (30%) CSP integer variables are encoded (9716 clauses, 124178 bytes)
0.25/0.94	c 0	121 (40%) CSP integer variables are encoded (210907 clauses, 3363699 bytes)
1.53/1.62	c 1	151 (50%) CSP integer variables are encoded (726986 clauses, 12137042 bytes)
2.03/2.17	c 2	182 (60%) CSP integer variables are encoded (1143245 clauses, 19500280 bytes)
2.62/2.77	c 2	212 (70%) CSP integer variables are encoded (1592695 clauses, 28039830 bytes)
3.21/3.36	c 3	242 (80%) CSP integer variables are encoded (2022350 clauses, 36203275 bytes)
3.82/4.25	c 4	272 (90%) CSP integer variables are encoded (2481417 clauses, 44925548 bytes)
4.42/4.83	c 4	302 (100%) CSP integer variables are encoded (2900908 clauses, 52895877 bytes)
7.08/7.58	c 7	45 (10%) CSP clauses are encoded (4399356 clauses, 85771133 bytes)
603.45/641.72	c 641	ERROR Exception Too large HOME/temp.cnf
603.48/642.12	c 641	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
603.48/642.12	c 641	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
603.48/642.12	c 641	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
603.48/642.12	s UNKNOWN
603.48/642.79	c 642	CPU 542.66 (0.03 0.01 542.63 60.82)
603.48/642.79	c 642	END Fri Jul  4 01:00:58 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059989-1215125415/watcher-1059989-1215125415 -o /tmp/evaluation-result-1059989-1215125415/solver-1059989-1215125415 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1059989-1215125415.xml 

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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 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.28 1.06 1.09 4/81 2557
/proc/meminfo: memFree=1453848/2055920 swapFree=4180228/4192956
[pid=2557] ppid=2555 vsize=18572 CPUtime=0
/proc/2557/stat : 2557 (runsolver) R 2555 2557 1428 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 635478683 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2557/statm: 4643 292 257 25 0 2626 0

[startup+0.0554839 s]
/proc/loadavg: 1.28 1.06 1.09 4/81 2557
/proc/meminfo: memFree=1453848/2055920 swapFree=4180228/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=0.04
/proc/2557/stat : 2557 (sugar) S 2555 2557 1428 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 635478683 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2557/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102046 s]
/proc/loadavg: 1.28 1.06 1.09 4/81 2557
/proc/meminfo: memFree=1453848/2055920 swapFree=4180228/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=0.04
/proc/2557/stat : 2557 (sugar) S 2555 2557 1428 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 635478683 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2557/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302093 s]
/proc/loadavg: 1.28 1.06 1.09 4/81 2557
/proc/meminfo: memFree=1453848/2055920 swapFree=4180228/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=0.25
/proc/2557/stat : 2557 (sugar) S 2555 2557 1428 0 -1 4194304 956 4212 0 1 3 1 18 3 16 0 1 0 635478683 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2557/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13600

[startup+0.702161 s]
/proc/loadavg: 1.28 1.06 1.09 4/81 2557
/proc/meminfo: memFree=1453848/2055920 swapFree=4180228/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=0.25
/proc/2557/stat : 2557 (sugar) S 2555 2557 1428 0 -1 4194304 974 4212 0 1 3 1 18 3 15 0 1 0 635478683 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2557/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13600

[startup+1.50131 s]
/proc/loadavg: 1.26 1.06 1.09 3/92 2579
/proc/meminfo: memFree=1440448/2055920 swapFree=4180228/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=0.25
/proc/2557/stat : 2557 (sugar) S 2555 2557 1428 0 -1 4194304 974 4212 0 1 3 1 18 3 15 0 1 0 635478683 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2557/statm: 3400 797 370 3 0 500 0
[pid=2570] ppid=2557 vsize=5356 CPUtime=0
/proc/2570/stat : 2570 (sh) S 2557 2557 1428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635478712 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2570/statm: 1339 233 193 169 0 50 0
[pid=2571] ppid=2570 vsize=864280 CPUtime=1.18
/proc/2571/stat : 2571 (java) S 2570 2557 1428 0 -1 0 5290 0 1 0 107 11 0 0 18 0 9 0 635478713 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2571/statm: 216070 4317 2562 9 0 210617 0
[pid=2571/tid=2572] ppid=2570 vsize=864280 CPUtime=0.98
/proc/2571/task/2572/stat : 2572 (java) R 2570 2557 1428 0 -1 64 2929 0 1 0 90 8 0 0 24 0 9 0 635478714 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4126606478 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2573] ppid=2570 vsize=864280 CPUtime=0.08
/proc/2571/task/2573/stat : 2573 (java) S 2570 2557 1428 0 -1 64 1316 0 0 0 7 1 0 0 16 0 9 0 635478715 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2574] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2574/stat : 2574 (java) S 2570 2557 1428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635478715 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2575] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2575/stat : 2575 (java) S 2570 2557 1428 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635478715 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2576] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2576/stat : 2576 (java) S 2570 2557 1428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 635478717 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2577] ppid=2570 vsize=864280 CPUtime=0.09
/proc/2571/task/2577/stat : 2577 (java) S 2570 2557 1428 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 635478717 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2578] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2578/stat : 2578 (java) S 2570 2557 1428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 635478717 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2579] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2579/stat : 2579 (java) S 2570 2557 1428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635478717 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883236

[startup+3.10262 s]
/proc/loadavg: 1.26 1.06 1.09 3/92 2579
/proc/meminfo: memFree=1425664/2055920 swapFree=4180228/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=0.25
/proc/2557/stat : 2557 (sugar) S 2555 2557 1428 0 -1 4194304 974 4212 0 1 3 1 18 3 15 0 1 0 635478683 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2557/statm: 3400 797 370 3 0 500 0
[pid=2570] ppid=2557 vsize=5356 CPUtime=0
/proc/2570/stat : 2570 (sh) S 2557 2557 1428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635478712 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2570/statm: 1339 233 193 169 0 50 0
[pid=2571] ppid=2570 vsize=864280 CPUtime=2.77
/proc/2571/stat : 2571 (java) S 2570 2557 1428 0 -1 0 5792 0 1 0 253 24 0 0 18 0 9 0 635478713 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2571/statm: 216070 4317 2562 9 0 210617 0
[pid=2571/tid=2572] ppid=2570 vsize=864280 CPUtime=2.45
/proc/2571/task/2572/stat : 2572 (java) R 2570 2557 1428 0 -1 64 3431 0 1 0 226 19 0 0 25 0 9 0 635478714 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4126597823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2573] ppid=2570 vsize=864280 CPUtime=0.2
/proc/2571/task/2573/stat : 2573 (java) S 2570 2557 1428 0 -1 64 1316 0 0 0 17 3 0 0 16 0 9 0 635478715 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2574] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2574/stat : 2574 (java) S 2570 2557 1428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635478715 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2575] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2575/stat : 2575 (java) S 2570 2557 1428 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635478715 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2576] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2576/stat : 2576 (java) S 2570 2557 1428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 635478717 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2577] ppid=2570 vsize=864280 CPUtime=0.09
/proc/2571/task/2577/stat : 2577 (java) S 2570 2557 1428 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 635478717 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2578] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2578/stat : 2578 (java) S 2570 2557 1428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 635478717 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2579] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2579/stat : 2579 (java) S 2570 2557 1428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635478717 885022720 4317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883236

[startup+6.30124 s]
/proc/loadavg: 1.40 1.09 1.10 3/92 2579
/proc/meminfo: memFree=1384256/2055920 swapFree=4180228/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=0.25
/proc/2557/stat : 2557 (sugar) S 2555 2557 1428 0 -1 4194304 974 4212 0 1 3 1 18 3 15 0 1 0 635478683 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2557/statm: 3400 797 370 3 0 500 0
[pid=2570] ppid=2557 vsize=5356 CPUtime=0
/proc/2570/stat : 2570 (sh) S 2557 2557 1428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635478712 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2570/statm: 1339 233 193 169 0 50 0
[pid=2571] ppid=2570 vsize=864280 CPUtime=5.66
/proc/2571/stat : 2571 (java) S 2570 2557 1428 0 -1 0 6707 0 1 0 513 53 0 0 18 0 9 0 635478713 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2571/statm: 216070 4322 2562 9 0 210617 0
[pid=2571/tid=2572] ppid=2570 vsize=864280 CPUtime=5.12
/proc/2571/task/2572/stat : 2572 (java) R 2570 2557 1428 0 -1 64 4342 0 1 0 470 42 0 0 25 0 9 0 635478714 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4126639856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2573] ppid=2570 vsize=864280 CPUtime=0.39
/proc/2571/task/2573/stat : 2573 (java) S 2570 2557 1428 0 -1 64 1316 0 0 0 31 8 0 0 16 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2574] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2574/stat : 2574 (java) S 2570 2557 1428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2575] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2575/stat : 2575 (java) S 2570 2557 1428 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2576] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2576/stat : 2576 (java) S 2570 2557 1428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2577] ppid=2570 vsize=864280 CPUtime=0.1
/proc/2571/task/2577/stat : 2577 (java) S 2570 2557 1428 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2578] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2578/stat : 2578 (java) S 2570 2557 1428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2579] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2579/stat : 2579 (java) S 2570 2557 1428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 883236

[startup+12.7015 s]
/proc/loadavg: 1.53 1.12 1.11 3/92 2579
/proc/meminfo: memFree=1305664/2055920 swapFree=4180228/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=0.25
/proc/2557/stat : 2557 (sugar) S 2555 2557 1428 0 -1 4194304 974 4212 0 1 3 1 18 3 16 0 1 0 635478683 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2557/statm: 3400 797 370 3 0 500 0
[pid=2570] ppid=2557 vsize=5356 CPUtime=0
/proc/2570/stat : 2570 (sh) S 2557 2557 1428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635478712 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2570/statm: 1339 233 193 169 0 50 0
[pid=2571] ppid=2570 vsize=864280 CPUtime=11.95
/proc/2571/stat : 2571 (java) S 2570 2557 1428 0 -1 0 8791 0 1 0 1085 110 0 0 18 0 9 0 635478713 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2571/statm: 216070 4322 2562 9 0 210617 0
[pid=2571/tid=2572] ppid=2570 vsize=864280 CPUtime=10.99
/proc/2571/task/2572/stat : 2572 (java) R 2570 2557 1428 0 -1 64 6426 0 1 0 1009 90 0 0 25 0 9 0 635478714 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4126607355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2573] ppid=2570 vsize=864280 CPUtime=0.83
/proc/2571/task/2573/stat : 2573 (java) S 2570 2557 1428 0 -1 64 1316 0 0 0 64 19 0 0 16 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2574] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2574/stat : 2574 (java) S 2570 2557 1428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2575] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2575/stat : 2575 (java) S 2570 2557 1428 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2576] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2576/stat : 2576 (java) S 2570 2557 1428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2577] ppid=2570 vsize=864280 CPUtime=0.1
/proc/2571/task/2577/stat : 2577 (java) S 2570 2557 1428 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2578] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2578/stat : 2578 (java) S 2570 2557 1428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2579] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2579/stat : 2579 (java) S 2570 2557 1428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 883236

[startup+25.5029 s]
/proc/loadavg: 1.83 1.20 1.13 3/92 2579
/proc/meminfo: memFree=1142208/2055920 swapFree=4180228/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=0.25
/proc/2557/stat : 2557 (sugar) S 2555 2557 1428 0 -1 4194304 974 4212 0 1 3 1 18 3 16 0 1 0 635478683 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2557/statm: 3400 797 370 3 0 500 0
[pid=2570] ppid=2557 vsize=5356 CPUtime=0
/proc/2570/stat : 2570 (sh) S 2557 2557 1428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635478712 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2570/statm: 1339 233 193 169 0 50 0
[pid=2571] ppid=2570 vsize=864280 CPUtime=24.31
/proc/2571/stat : 2571 (java) S 2570 2557 1428 0 -1 0 12787 0 1 0 2193 238 0 0 18 0 9 0 635478713 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2571/statm: 216070 4322 2562 9 0 210617 0
[pid=2571/tid=2572] ppid=2570 vsize=864280 CPUtime=22.39
/proc/2571/task/2572/stat : 2572 (java) R 2570 2557 1428 0 -1 64 10422 0 1 0 2046 193 0 0 25 0 9 0 635478714 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4126504388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2573] ppid=2570 vsize=864280 CPUtime=1.79
/proc/2571/task/2573/stat : 2573 (java) S 2570 2557 1428 0 -1 64 1316 0 0 0 136 43 0 0 16 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2574] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2574/stat : 2574 (java) S 2570 2557 1428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2575] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2575/stat : 2575 (java) S 2570 2557 1428 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/2557/statm: 3400 797 370 3 0 500 0
[pid=2570] ppid=2557 vsize=5356 CPUtime=0
/proc/2570/stat : 2570 (sh) S 2557 2557 1428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635478712 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2570/statm: 1339 233 193 169 0 50 0
[pid=2571] ppid=2570 vsize=864280 CPUtime=439.5
/proc/2571/stat : 2571 (java) S 2570 2557 1428 0 -1 0 147422 0 1 0 39521 4429 0 0 18 0 9 0 635478713 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2571/statm: 216070 4322 2562 9 0 210617 0
[pid=2571/tid=2572] ppid=2570 vsize=864280 CPUtime=407.04
/proc/2571/task/2572/stat : 2572 (java) R 2570 2557 1428 0 -1 64 145057 0 1 0 37063 3641 0 0 25 0 9 0 635478714 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2571/tid=2573] ppid=2570 vsize=864280 CPUtime=32.34
/proc/2571/task/2573/stat : 2573 (java) S 2570 2557 1428 0 -1 64 1316 0 0 0 2448 786 0 0 16 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2571/tid=2574] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2574/stat : 2574 (java) S 2570 2557 1428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2575] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2575/stat : 2575 (java) S 2570 2557 1428 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2576] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2576/stat : 2576 (java) S 2570 2557 1428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2577] ppid=2570 vsize=864280 CPUtime=0.1
/proc/2571/task/2577/stat : 2577 (java) S 2570 2557 1428 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2578] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2578/stat : 2578 (java) S 2570 2557 1428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2579] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2579/stat : 2579 (java) S 2570 2557 1428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 439.75
Current children cumulated vsize (KiB) 883236

[startup+522.302 s]
/proc/loadavg: 3.42 2.85 1.99 3/92 2585
/proc/meminfo: memFree=16064/2055920 swapFree=4180228/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=0.25
/proc/2557/stat : 2557 (sugar) S 2555 2557 1428 0 -1 4194304 974 4212 0 1 3 1 18 3 16 0 1 0 635478683 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2557/statm: 3400 797 370 3 0 500 0
[pid=2570] ppid=2557 vsize=5356 CPUtime=0
/proc/2570/stat : 2570 (sh) S 2557 2557 1428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635478712 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2570/statm: 1339 233 193 169 0 50 0
[pid=2571] ppid=2570 vsize=864280 CPUtime=495.23
/proc/2571/stat : 2571 (java) S 2570 2557 1428 0 -1 0 165664 0 1 0 44530 4993 0 0 18 0 9 0 635478713 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2571/statm: 216070 4322 2562 9 0 210617 0
[pid=2571/tid=2572] ppid=2570 vsize=864280 CPUtime=458.84
/proc/2571/task/2572/stat : 2572 (java) R 2570 2557 1428 0 -1 64 163299 0 1 0 41777 4107 0 0 25 0 9 0 635478714 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2571/tid=2573] ppid=2570 vsize=864280 CPUtime=36.25
/proc/2571/task/2573/stat : 2573 (java) S 2570 2557 1428 0 -1 64 1316 0 0 0 2741 884 0 0 16 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2571/tid=2574] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2574/stat : 2574 (java) S 2570 2557 1428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2575] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2575/stat : 2575 (java) S 2570 2557 1428 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2576] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2576/stat : 2576 (java) S 2570 2557 1428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2577] ppid=2570 vsize=864280 CPUtime=0.1
/proc/2571/task/2577/stat : 2577 (java) S 2570 2557 1428 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2578] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2578/stat : 2578 (java) S 2570 2557 1428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2579] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2579/stat : 2579 (java) S 2570 2557 1428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 495.48
Current children cumulated vsize (KiB) 883236

[startup+582.303 s]
/proc/loadavg: 3.42 2.94 2.07 3/92 2586
/proc/meminfo: memFree=14848/2055920 swapFree=4180228/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=0.25
/proc/2557/stat : 2557 (sugar) S 2555 2557 1428 0 -1 4194304 974 4212 0 1 3 1 18 3 16 0 1 0 635478683 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2557/statm: 3400 797 370 3 0 500 0
[pid=2570] ppid=2557 vsize=5356 CPUtime=0
/proc/2570/stat : 2570 (sh) S 2557 2557 1428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635478712 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2570/statm: 1339 233 193 169 0 50 0
[pid=2571] ppid=2570 vsize=864280 CPUtime=547.12
/proc/2571/stat : 2571 (java) S 2570 2557 1428 0 -1 0 182953 0 1 0 49190 5522 0 0 18 0 9 0 635478713 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2571/statm: 216070 4322 2562 9 0 210617 0
[pid=2571/tid=2572] ppid=2570 vsize=864280 CPUtime=506.96
/proc/2571/task/2572/stat : 2572 (java) R 2570 2557 1428 0 -1 64 180588 0 1 0 46149 4547 0 0 25 0 9 0 635478714 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4126372864 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2571/tid=2573] ppid=2570 vsize=864280 CPUtime=40.03
/proc/2571/task/2573/stat : 2573 (java) S 2570 2557 1428 0 -1 64 1316 0 0 0 3030 973 0 0 16 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2571/tid=2574] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2574/stat : 2574 (java) S 2570 2557 1428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2575] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2575/stat : 2575 (java) S 2570 2557 1428 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 635478715 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2576] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2576/stat : 2576 (java) S 2570 2557 1428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2577] ppid=2570 vsize=864280 CPUtime=0.1
/proc/2571/task/2577/stat : 2577 (java) S 2570 2557 1428 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2578] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2578/stat : 2578 (java) S 2570 2557 1428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2579] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2579/stat : 2579 (java) S 2570 2557 1428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635478717 885022720 4322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 547.37
Current children cumulated vsize (KiB) 883236

[startup+642.301 s]
/proc/loadavg: 3.98 3.19 2.21 2/91 2594
/proc/meminfo: memFree=15160/2055920 swapFree=4180228/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=0.25
/proc/2557/stat : 2557 (sugar) S 2555 2557 1428 0 -1 4194304 974 4212 0 1 3 1 18 3 16 0 1 0 635478683 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2557/statm: 3400 797 370 3 0 500 0
[pid=2570] ppid=2557 vsize=5356 CPUtime=0
/proc/2570/stat : 2570 (sh) S 2557 2557 1428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635478712 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2570/statm: 1339 233 193 169 0 50 0
[pid=2571] ppid=2570 vsize=864280 CPUtime=603.23
/proc/2571/stat : 2571 (java) S 2570 2557 1428 0 -1 0 201583 0 3 0 54244 6079 0 0 18 0 7 0 635478713 885022720 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2571/statm: 216070 4329 2563 9 0 210617 0
[pid=2571/tid=2572] ppid=2570 vsize=864280 CPUtime=558.94
/proc/2571/task/2572/stat : 2572 (java) S 2570 2557 1428 0 -1 64 199215 0 2 0 50889 5005 0 0 23 0 7 0 635478714 885022720 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2571/tid=2573] ppid=2570 vsize=864280 CPUtime=44.15
/proc/2571/task/2573/stat : 2573 (java) D 2570 2557 1428 0 -1 64 1316 0 0 0 3343 1072 0 0 15 0 7 0 635478715 885022720 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=2571/tid=2574] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2574/stat : 2574 (java) S 2570 2557 1428 0 -1 64 10 0 0 0 0 0 0 0 16 0 7 0 635478715 885022720 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2575] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2575/stat : 2575 (java) S 2570 2557 1428 0 -1 64 5 0 0 0 0 0 0 0 15 0 7 0 635478715 885022720 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2577] ppid=2570 vsize=864280 CPUtime=0.1
/proc/2571/task/2577/stat : 2577 (java) S 2570 2557 1428 0 -1 64 356 0 0 0 10 0 0 0 16 0 7 0 635478717 885022720 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2571/tid=2578] ppid=2570 vsize=864280 CPUtime=0
/proc/2571/task/2578/stat : 2578 (java) S 2570 2557 1428 0 -1 64 2 0 0 0 0 0 0 0 19 0 7 0 635478717 885022720 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 603.48
Current children cumulated vsize (KiB) 883236

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

[startup+652.701 s]
/proc/loadavg: 3.83 3.18 2.22 2/82 2600
/proc/meminfo: memFree=1887824/2055920 swapFree=4180232/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=604.52
/proc/2557/stat : 2557 (sugar) D 2555 2557 1428 0 -1 4194304 996 206081 0 5 3 104 54263 6082 15 0 1 0 635478683 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/2557/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 604.52
Current children cumulated vsize (KiB) 13600

[startup+655.902 s]
/proc/loadavg: 3.68 3.16 2.22 2/82 2600
/proc/meminfo: memFree=1885584/2055920 swapFree=4180232/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=604.64
/proc/2557/stat : 2557 (sugar) D 2555 2557 1428 0 -1 4194304 996 206081 0 5 3 116 54263 6082 15 0 1 0 635478683 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/2557/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 604.64
Current children cumulated vsize (KiB) 13600

[startup+657.501 s]
/proc/loadavg: 3.68 3.16 2.22 2/82 2600
/proc/meminfo: memFree=1884688/2055920 swapFree=4180232/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=604.86
/proc/2557/stat : 2557 (sugar) D 2555 2557 1428 0 -1 4194304 996 206081 0 5 3 138 54263 6082 15 0 1 0 635478683 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2557/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 604.86
Current children cumulated vsize (KiB) 13600

[startup+658.301 s]
/proc/loadavg: 3.68 3.16 2.22 2/82 2600
/proc/meminfo: memFree=1884240/2055920 swapFree=4180232/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=604.89
/proc/2557/stat : 2557 (sugar) D 2555 2557 1428 0 -1 4194304 996 206081 0 5 3 141 54263 6082 15 0 1 0 635478683 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2557/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 604.89
Current children cumulated vsize (KiB) 13600

[startup+659.102 s]
/proc/loadavg: 3.68 3.16 2.22 2/82 2600
/proc/meminfo: memFree=1883600/2055920 swapFree=4180232/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=604.92
/proc/2557/stat : 2557 (sugar) R 2555 2557 1428 0 -1 4194304 996 206081 0 5 3 144 54263 6082 15 0 1 0 635478683 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 0 0 0
/proc/2557/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 604.92
Current children cumulated vsize (KiB) 13600

[startup+659.502 s]
/proc/loadavg: 3.68 3.16 2.22 2/82 2600
/proc/meminfo: memFree=1883600/2055920 swapFree=4180232/4192956
[pid=2557] ppid=2555 vsize=13600 CPUtime=604.93
/proc/2557/stat : 2557 (sugar) D 2555 2557 1428 0 -1 4194304 996 206081 0 5 3 145 54263 6082 15 0 1 0 635478683 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2557/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 604.93
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 659.598
CPU time (s): 604.958
CPU user time (s): 542.669
CPU system time (s): 62.2885
CPU usage (%): 91.7161
Max. virtual memory (cumulated for all children) (KiB): 883236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 542.67
system time used= 62.2885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207107
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1390584
involuntary context switches= 1409154

runsolver used 0.865868 second user time and 2.20267 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-04 00:50:16
IDJOB=1059989
IDBENCH=54396
IDSOLVER=345
FILE ID=node5/1059989-1215125415
PBS_JOBID= 7877194
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-20-3-7.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059989-1215125415/watcher-1059989-1215125415 -o /tmp/evaluation-result-1059989-1215125415/solver-1059989-1215125415 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1059989-1215125415.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4cb4de839cc8069903cb9f017ea05757
RANDOM SEED=2028389614

node5.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.279
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.279
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:       1454328 kB
Buffers:         64428 kB
Cached:         377920 kB
SwapCached:       6656 kB
Active:         177856 kB
Inactive:       347832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1454328 kB
SwapTotal:     4192956 kB
SwapFree:      4180228 kB
Dirty:            1540 kB
Writeback:           0 kB
Mapped:          97060 kB
Slab:            60988 kB
Committed_AS:  1626572 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= 66536 MiB
End job on node5 at 2008-07-04 01:01:15