Trace number 1087262

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? 512.545 521.935

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-4.xml
MD5SUM26fa47e715f58ab849bf125de88d1d96
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.8113
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
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 Sat Jul  5 09:35:07 2008
0.00/0.05	c 0	PID 7533
0.03/0.05	c 0	HOST node19.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1087262-1215243306.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087262-1215243306.xml' 'HOME/temp.csp'
3.42/3.52	c 3	24 domains, 1800 variables, 8 predicates, 0 relations, 63962 constraints
3.42/3.56	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.42/3.56	c 3	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'
3.47/3.64	c 3	Parsing HOME/temp.csp
3.47/4.27	c 4	parsed 10000 expressions
4.38/4.59	c 4	parsed 20000 expressions
4.78/4.94	c 5	parsed 30000 expressions
5.08/5.21	c 5	parsed 40000 expressions
5.47/5.62	c 5	parsed 50000 expressions
5.76/5.90	c 6	parsed 60000 expressions
5.87/6.06	c 6	parsed 65794 expressions
5.87/6.06	c 6	Heap : 28 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.87/6.06	c 6	Converting to clausal form CSP
12.99/13.24	c 13	converted 6580 (10%) expressions
20.90/21.28	c 21	converted 13159 (20%) expressions
28.12/28.52	c 28	converted 19739 (30%) expressions
36.34/36.89	c 37	converted 26318 (40%) expressions
43.18/43.73	c 44	converted 32897 (50%) expressions
50.02/50.61	c 50	converted 39477 (60%) expressions
57.93/58.66	c 58	converted 46056 (70%) expressions
63.47/64.28	c 64	converted 52636 (80%) expressions
69.32/70.13	c 70	converted 59215 (90%) expressions
74.77/75.65	c 75	converted 65794 (100%) expressions
74.77/75.65	c 75	CSP : 9184 integers, 186795 booleans, 398360 clauses, largest domain size 2821
74.77/75.65	c 75	Heap : 403 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
74.77/75.65	c 75	Propagation in CSP
80.61/81.51	c 81	107412 values, 0 unsatisfiable literals, and 0 valid clauses are removed
80.61/81.52	c 81	CSP : 9184 integers, 186795 booleans, 398360 clauses, largest domain size 2821
80.61/81.52	c 81	Heap : 448 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
80.72/81.65	c 81	Simplifing CSP by introducing new Boolean variables
84.48/85.41	c 85	CSP : 9184 integers, 322591 booleans, 534156 clauses, largest domain size 2821
84.48/85.41	c 85	Heap : 478 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
87.35/88.32	c 88	Encoding CSP to SAT : HOME/temp.cnf
92.51/93.57	c 93	919 (10%) CSP integer variables are encoded (231092 clauses, 3707287 bytes)
97.54/98.60	c 98	1837 (20%) CSP integer variables are encoded (525354 clauses, 8709741 bytes)
100.03/101.18	c 101	2756 (30%) CSP integer variables are encoded (2582405 clauses, 46848509 bytes)
102.77/103.93	c 104	3674 (40%) CSP integer variables are encoded (4709911 clauses, 87271123 bytes)
105.35/106.60	c 106	4592 (50%) CSP integer variables are encoded (6792309 clauses, 126836685 bytes)
108.19/109.43	c 109	5511 (60%) CSP integer variables are encoded (8866210 clauses, 166240804 bytes)
110.94/112.29	c 112	6429 (70%) CSP integer variables are encoded (10913292 clauses, 206973963 bytes)
113.87/115.28	c 115	7348 (80%) CSP integer variables are encoded (13002913 clauses, 250856004 bytes)
116.77/118.26	c 118	8266 (90%) CSP integer variables are encoded (15053431 clauses, 293916882 bytes)
119.69/121.36	c 121	9184 (100%) CSP integer variables are encoded (17152407 clauses, 337995378 bytes)
276.40/280.44	c 280	53416 (10%) CSP clauses are encoded (43916647 clauses, 1005916005 bytes)
405.18/411.81	c 412	106832 (20%) CSP clauses are encoded (68192978 clauses, 1631688849 bytes)
511.66/520.31	c 520	ERROR Exception Too large HOME/temp.cnf
511.66/520.31	c 520	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
511.66/520.31	c 520	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
511.66/520.31	c 520	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
511.66/520.31	s UNKNOWN
511.71/520.43	c 520	CPU 497.76 (0.04 0 497.72 14)
511.71/520.43	c 520	END Sat Jul  5 09:43:47 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-1087262-1215243306/watcher-1087262-1215243306 -o /tmp/evaluation-result-1087262-1215243306/solver-1087262-1215243306 -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-1087262-1215243306.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: 2.15 2.05 2.04 4/81 7533
/proc/meminfo: memFree=1621672/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=12268 CPUtime=0
/proc/7533/stat : 7533 (sugar) R 7531 7533 4952 0 -1 4194304 347 0 0 0 0 0 0 0 20 0 1 0 2003305050 12562432 315 996147200 4194304 4206940 548682068608 18446744073709551615 255236419798 0 0 4224 0 0 0 0 17 1 0 0
/proc/7533/statm: 3067 315 240 3 0 167 0

[startup+0.051105 s]
/proc/loadavg: 2.15 2.05 2.04 4/81 7533
/proc/meminfo: memFree=1621672/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=0.03
/proc/7533/stat : 7533 (sugar) S 7531 7533 4952 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2003305050 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7533/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100913 s]
/proc/loadavg: 2.15 2.05 2.04 4/81 7533
/proc/meminfo: memFree=1621672/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=0.03
/proc/7533/stat : 7533 (sugar) S 7531 7533 4952 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003305050 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7533/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301951 s]
/proc/loadavg: 2.15 2.05 2.04 4/81 7533
/proc/meminfo: memFree=1621672/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=0.03
/proc/7533/stat : 7533 (sugar) S 7531 7533 4952 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003305050 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7533/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702029 s]
/proc/loadavg: 2.15 2.05 2.04 4/81 7533
/proc/meminfo: memFree=1621672/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=0.03
/proc/7533/stat : 7533 (sugar) S 7531 7533 4952 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003305050 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7533/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50218 s]
/proc/loadavg: 2.15 2.05 2.04 4/92 7545
/proc/meminfo: memFree=1587216/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=0.03
/proc/7533/stat : 7533 (sugar) S 7531 7533 4952 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003305050 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7533/statm: 3400 796 370 3 0 500 0
[pid=7536] ppid=7533 vsize=5356 CPUtime=0
/proc/7536/stat : 7536 (sh) S 7533 7533 4952 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2003305055 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7536/statm: 1339 233 193 169 0 50 0
[pid=7537] ppid=7536 vsize=864656 CPUtime=1.42
/proc/7537/stat : 7537 (java) S 7536 7533 4952 0 -1 0 17414 0 1 0 133 9 0 0 18 0 9 0 2003305056 885407744 14498 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7537/statm: 216164 14498 2529 9 0 210746 0
[pid=7537/tid=7538] ppid=7536 vsize=864656 CPUtime=0.7
/proc/7537/task/7538/stat : 7538 (java) R 7536 7533 4952 0 -1 64 3022 0 1 0 68 2 0 0 25 0 9 0 2003305057 885407744 14498 996147200 134512640 134550740 4294956000 18446744073709551615 4126455841 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7539] ppid=7536 vsize=864656 CPUtime=0.6
/proc/7537/task/7539/stat : 7539 (java) S 7536 7533 4952 0 -1 64 13207 0 0 0 55 5 0 0 17 0 9 0 2003305058 885407744 14498 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7540] ppid=7536 vsize=864656 CPUtime=0
/proc/7537/task/7540/stat : 7540 (java) S 7536 7533 4952 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003305058 885407744 14498 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7541] ppid=7536 vsize=864656 CPUtime=0
/proc/7537/task/7541/stat : 7541 (java) S 7536 7533 4952 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003305058 885407744 14498 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7542] ppid=7536 vsize=864656 CPUtime=0
/proc/7537/task/7542/stat : 7542 (java) S 7536 7533 4952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003305060 885407744 14498 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7543] ppid=7536 vsize=864656 CPUtime=0.09
/proc/7537/task/7543/stat : 7543 (java) S 7536 7533 4952 0 -1 64 485 0 0 0 9 0 0 0 16 0 9 0 2003305060 885407744 14498 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7544] ppid=7536 vsize=864656 CPUtime=0
/proc/7537/task/7544/stat : 7544 (java) S 7536 7533 4952 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003305060 885407744 14498 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7545] ppid=7536 vsize=864656 CPUtime=0
/proc/7537/task/7545/stat : 7545 (java) S 7536 7533 4952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305060 885407744 14498 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883612

[startup+3.10248 s]
/proc/loadavg: 2.14 2.05 2.04 4/92 7545
/proc/meminfo: memFree=1538960/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=0.03
/proc/7533/stat : 7533 (sugar) S 7531 7533 4952 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003305050 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7533/statm: 3400 796 370 3 0 500 0
[pid=7536] ppid=7533 vsize=5356 CPUtime=0
/proc/7536/stat : 7536 (sh) S 7533 7533 4952 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2003305055 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7536/statm: 1339 233 193 169 0 50 0
[pid=7537] ppid=7536 vsize=864672 CPUtime=3
/proc/7537/stat : 7537 (java) S 7536 7533 4952 0 -1 0 31303 0 1 0 284 16 0 0 18 0 9 0 2003305056 885424128 26405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7537/statm: 216168 26405 2529 9 0 210750 0
[pid=7537/tid=7538] ppid=7536 vsize=864672 CPUtime=1.49
/proc/7537/task/7538/stat : 7538 (java) R 7536 7533 4952 0 -1 64 3900 0 1 0 146 3 0 0 25 0 9 0 2003305057 885424128 26405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7539] ppid=7536 vsize=864672 CPUtime=1.33
/proc/7537/task/7539/stat : 7539 (java) S 7536 7533 4952 0 -1 64 26183 0 0 0 121 12 0 0 16 0 9 0 2003305058 885424128 26405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7540] ppid=7536 vsize=864672 CPUtime=0
/proc/7537/task/7540/stat : 7540 (java) S 7536 7533 4952 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003305058 885424128 26405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7541] ppid=7536 vsize=864672 CPUtime=0
/proc/7537/task/7541/stat : 7541 (java) S 7536 7533 4952 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305058 885424128 26405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7542] ppid=7536 vsize=864672 CPUtime=0
/proc/7537/task/7542/stat : 7542 (java) S 7536 7533 4952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003305060 885424128 26405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7543] ppid=7536 vsize=864672 CPUtime=0.15
/proc/7537/task/7543/stat : 7543 (java) R 7536 7533 4952 0 -1 64 520 0 0 0 15 0 0 0 16 0 9 0 2003305060 885424128 26405 996147200 134512640 134550740 4294956000 18446744073709551615 102016162 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7544] ppid=7536 vsize=864672 CPUtime=0
/proc/7537/task/7544/stat : 7544 (java) S 7536 7533 4952 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003305060 885424128 26405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7537/tid=7545] ppid=7536 vsize=864672 CPUtime=0
/proc/7537/task/7545/stat : 7545 (java) S 7536 7533 4952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305060 885424128 26405 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883628

[startup+6.30208 s]
/proc/loadavg: 2.14 2.05 2.04 4/92 7555
/proc/meminfo: memFree=1588944/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=3.47
/proc/7533/stat : 7533 (sugar) S 7531 7533 4952 0 -1 4194304 974 31960 0 1 3 0 325 19 15 0 1 0 2003305050 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7533/statm: 3400 797 370 3 0 500 0
[pid=7546] ppid=7533 vsize=5356 CPUtime=0
/proc/7546/stat : 7546 (sh) S 7533 7533 4952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003305407 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7546/statm: 1339 233 193 169 0 50 0
[pid=7547] ppid=7546 vsize=864200 CPUtime=2.69
/proc/7547/stat : 7547 (java) S 7546 7533 4952 0 -1 0 13151 0 1 0 259 10 0 0 18 0 9 0 2003305407 884940800 11725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7547/statm: 216050 11725 2543 9 0 210625 0
[pid=7547/tid=7548] ppid=7546 vsize=864200 CPUtime=1.79
/proc/7547/task/7548/stat : 7548 (java) R 7546 7533 4952 0 -1 64 3076 0 1 0 176 3 0 0 25 0 9 0 2003305408 884940800 11725 996147200 134512640 134550740 4294955952 18446744073709551615 4126574250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7549] ppid=7546 vsize=864200 CPUtime=0.75
/proc/7547/task/7549/stat : 7549 (java) S 7546 7533 4952 0 -1 64 9011 0 0 0 69 6 0 0 16 0 9 0 2003305409 884940800 11725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7550] ppid=7546 vsize=864200 CPUtime=0
/proc/7547/task/7550/stat : 7550 (java) S 7546 7533 4952 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305409 884940800 11725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7551] ppid=7546 vsize=864200 CPUtime=0
/proc/7547/task/7551/stat : 7551 (java) S 7546 7533 4952 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003305409 884940800 11725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7552] ppid=7546 vsize=864200 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7546 7533 4952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003305411 884940800 11725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7553] ppid=7546 vsize=864200 CPUtime=0.12
/proc/7547/task/7553/stat : 7553 (java) S 7546 7533 4952 0 -1 64 367 0 0 0 12 0 0 0 16 0 9 0 2003305411 884940800 11725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7554] ppid=7546 vsize=864200 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7546 7533 4952 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003305411 884940800 11725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7555] ppid=7546 vsize=864200 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7546 7533 4952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305411 884940800 11725 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883156

[startup+12.7023 s]
/proc/loadavg: 2.12 2.05 2.04 3/92 7555
/proc/meminfo: memFree=1548624/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=3.47
/proc/7533/stat : 7533 (sugar) S 7531 7533 4952 0 -1 4194304 974 31960 0 1 3 0 325 19 15 0 1 0 2003305050 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7533/statm: 3400 797 370 3 0 500 0
[pid=7546] ppid=7533 vsize=5356 CPUtime=0
/proc/7546/stat : 7546 (sh) S 7533 7533 4952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003305407 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7546/statm: 1339 233 193 169 0 50 0
[pid=7547] ppid=7546 vsize=868428 CPUtime=9.02
/proc/7547/stat : 7547 (java) S 7546 7533 4952 0 -1 0 26555 0 1 0 884 18 0 0 18 0 9 0 2003305407 889270272 20001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7547/statm: 217107 20001 2541 9 0 211682 0
[pid=7547/tid=7548] ppid=7546 vsize=868428 CPUtime=6.83
/proc/7547/task/7548/stat : 7548 (java) R 7546 7533 4952 0 -1 64 3476 0 1 0 680 3 0 0 25 0 9 0 2003305408 889270272 20001 996147200 134512640 134550740 4294955952 18446744073709551615 4126521188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7549] ppid=7546 vsize=868428 CPUtime=1.92
/proc/7547/task/7549/stat : 7549 (java) S 7546 7533 4952 0 -1 64 20891 0 0 0 181 11 0 0 16 0 9 0 2003305409 889270272 20001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7550] ppid=7546 vsize=868428 CPUtime=0
/proc/7547/task/7550/stat : 7550 (java) S 7546 7533 4952 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305409 889270272 20001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7551] ppid=7546 vsize=868428 CPUtime=0
/proc/7547/task/7551/stat : 7551 (java) S 7546 7533 4952 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003305409 889270272 20001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7552] ppid=7546 vsize=868428 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7546 7533 4952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003305411 889270272 20001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7553] ppid=7546 vsize=868428 CPUtime=0.23
/proc/7547/task/7553/stat : 7553 (java) S 7546 7533 4952 0 -1 64 1491 0 0 0 22 1 0 0 16 0 9 0 2003305411 889270272 20001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7554] ppid=7546 vsize=868428 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7546 7533 4952 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003305411 889270272 20001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7555] ppid=7546 vsize=868428 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7546 7533 4952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305411 889270272 20001 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887384

[startup+25.5017 s]
/proc/loadavg: 2.10 2.05 2.04 3/92 7555
/proc/meminfo: memFree=1481488/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=3.47
/proc/7533/stat : 7533 (sugar) S 7531 7533 4952 0 -1 4194304 974 31960 0 1 3 0 325 19 16 0 1 0 2003305050 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7533/statm: 3400 797 370 3 0 500 0
[pid=7546] ppid=7533 vsize=5356 CPUtime=0
/proc/7546/stat : 7546 (sh) S 7533 7533 4952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003305407 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7546/statm: 1339 233 193 169 0 50 0
[pid=7547] ppid=7546 vsize=868428 CPUtime=21.69
/proc/7547/stat : 7547 (java) S 7546 7533 4952 0 -1 0 47794 0 1 0 2138 31 0 0 18 0 9 0 2003305407 889270272 36589 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7547/statm: 217107 36589 2541 9 0 211682 0
[pid=7547/tid=7548] ppid=7546 vsize=868428 CPUtime=17.56
/proc/7547/task/7548/stat : 7548 (java) R 7546 7533 4952 0 -1 64 4681 0 1 0 1751 5 0 0 25 0 9 0 2003305408 889270272 36589 996147200 134512640 134550740 4294955952 18446744073709551615 4126577356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7549] ppid=7546 vsize=868428 CPUtime=3.86
/proc/7547/task/7549/stat : 7549 (java) S 7546 7533 4952 0 -1 64 40921 0 0 0 363 23 0 0 16 0 9 0 2003305409 889270272 36589 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7550] ppid=7546 vsize=868428 CPUtime=0
/proc/7547/task/7550/stat : 7550 (java) S 7546 7533 4952 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305409 889270272 36589 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7551] ppid=7546 vsize=868428 CPUtime=0
/proc/7547/task/7551/stat : 7551 (java) S 7546 7533 4952 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003305409 889270272 36589 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/7547/statm: 217135 129732 2566 9 0 211682 0
[pid=7547/tid=7548] ppid=7546 vsize=868540 CPUtime=453.96
/proc/7547/task/7548/stat : 7548 (java) R 7546 7533 4952 0 -1 64 11150 0 1 0 44216 1180 0 0 25 0 9 0 2003305408 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4126902487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7549] ppid=7546 vsize=868540 CPUtime=20.47
/proc/7547/task/7549/stat : 7549 (java) S 7546 7533 4952 0 -1 64 145844 0 0 0 1963 84 0 0 16 0 9 0 2003305409 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7550] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7550/stat : 7550 (java) S 7546 7533 4952 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305409 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7551] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7551/stat : 7551 (java) S 7546 7533 4952 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003305409 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7552] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7546 7533 4952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7553] ppid=7546 vsize=868540 CPUtime=0.33
/proc/7547/task/7553/stat : 7553 (java) S 7546 7533 4952 0 -1 64 1544 0 0 0 32 1 0 0 15 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7554] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7546 7533 4952 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7555] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7546 7533 4952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 478.27
Current children cumulated vsize (KiB) 887496

[startup+499.103 s]
/proc/loadavg: 2.22 2.16 2.09 3/92 7557
/proc/meminfo: memFree=16016/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=3.48
/proc/7533/stat : 7533 (sugar) S 7531 7533 4952 0 -1 4194304 974 31960 0 1 4 0 325 19 16 0 1 0 2003305050 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7533/statm: 3400 797 370 3 0 500 0
[pid=7546] ppid=7533 vsize=5356 CPUtime=0
/proc/7546/stat : 7546 (sh) S 7533 7533 4952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003305407 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7546/statm: 1339 233 193 169 0 50 0
[pid=7547] ppid=7546 vsize=868540 CPUtime=487.33
/proc/7547/stat : 7547 (java) S 7546 7533 4952 0 -1 0 159267 0 1 0 47430 1303 0 0 18 0 9 0 2003305407 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7547/statm: 217135 129732 2566 9 0 211682 0
[pid=7547/tid=7548] ppid=7546 vsize=868540 CPUtime=466.45
/proc/7547/task/7548/stat : 7548 (java) R 7546 7533 4952 0 -1 64 11182 0 1 0 45429 1216 0 0 25 0 9 0 2003305408 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4126644211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7549] ppid=7546 vsize=868540 CPUtime=20.52
/proc/7547/task/7549/stat : 7549 (java) S 7546 7533 4952 0 -1 64 145844 0 0 0 1968 84 0 0 16 0 9 0 2003305409 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7550] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7550/stat : 7550 (java) S 7546 7533 4952 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305409 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7551] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7551/stat : 7551 (java) S 7546 7533 4952 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003305409 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7552] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7546 7533 4952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7553] ppid=7546 vsize=868540 CPUtime=0.33
/proc/7547/task/7553/stat : 7553 (java) S 7546 7533 4952 0 -1 64 1544 0 0 0 32 1 0 0 15 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7554] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7546 7533 4952 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7555] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7546 7533 4952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 490.81
Current children cumulated vsize (KiB) 887496

[startup+511.903 s]
/proc/loadavg: 2.34 2.18 2.10 3/92 7596
/proc/meminfo: memFree=23640/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=3.48
/proc/7533/stat : 7533 (sugar) S 7531 7533 4952 0 -1 4194304 974 31960 0 1 4 0 325 19 16 0 1 0 2003305050 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7533/statm: 3400 797 370 3 0 500 0
[pid=7546] ppid=7533 vsize=5356 CPUtime=0
/proc/7546/stat : 7546 (sh) S 7533 7533 4952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003305407 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7546/statm: 1339 233 193 169 0 50 0
[pid=7547] ppid=7546 vsize=868540 CPUtime=499.93
/proc/7547/stat : 7547 (java) S 7546 7533 4952 0 -1 0 159300 0 1 0 48648 1345 0 0 18 0 9 0 2003305407 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7547/statm: 217135 129732 2566 9 0 211682 0
[pid=7547/tid=7548] ppid=7546 vsize=868540 CPUtime=479
/proc/7547/task/7548/stat : 7548 (java) R 7546 7533 4952 0 -1 64 11215 0 1 0 46642 1258 0 0 25 0 9 0 2003305408 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4126884653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7549] ppid=7546 vsize=868540 CPUtime=20.57
/proc/7547/task/7549/stat : 7549 (java) S 7546 7533 4952 0 -1 64 145844 0 0 0 1973 84 0 0 16 0 9 0 2003305409 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7550] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7550/stat : 7550 (java) S 7546 7533 4952 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305409 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7551] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7551/stat : 7551 (java) S 7546 7533 4952 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003305409 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7552] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7546 7533 4952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7553] ppid=7546 vsize=868540 CPUtime=0.33
/proc/7547/task/7553/stat : 7553 (java) S 7546 7533 4952 0 -1 64 1544 0 0 0 32 1 0 0 15 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7554] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7546 7533 4952 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7555] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7546 7533 4952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 503.41
Current children cumulated vsize (KiB) 887496

[startup+518.301 s]
/proc/loadavg: 2.36 2.19 2.10 3/84 7597
/proc/meminfo: memFree=53272/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=3.48
/proc/7533/stat : 7533 (sugar) S 7531 7533 4952 0 -1 4194304 974 31960 0 1 4 0 325 19 16 0 1 0 2003305050 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7533/statm: 3400 797 370 3 0 500 0
[pid=7546] ppid=7533 vsize=5356 CPUtime=0
/proc/7546/stat : 7546 (sh) S 7533 7533 4952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003305407 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7546/statm: 1339 233 193 169 0 50 0
[pid=7547] ppid=7546 vsize=868540 CPUtime=506.22
/proc/7547/stat : 7547 (java) S 7546 7533 4952 0 -1 0 159317 0 1 0 49256 1366 0 0 18 0 9 0 2003305407 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7547/statm: 217135 129732 2566 9 0 211682 0
[pid=7547/tid=7548] ppid=7546 vsize=868540 CPUtime=485.24
/proc/7547/task/7548/stat : 7548 (java) R 7546 7533 4952 0 -1 64 11232 0 1 0 47246 1278 0 0 25 0 9 0 2003305408 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4126644168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7549] ppid=7546 vsize=868540 CPUtime=20.6
/proc/7547/task/7549/stat : 7549 (java) S 7546 7533 4952 0 -1 64 145844 0 0 0 1976 84 0 0 16 0 9 0 2003305409 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7550] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7550/stat : 7550 (java) S 7546 7533 4952 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305409 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7551] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7551/stat : 7551 (java) S 7546 7533 4952 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003305409 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7552] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7546 7533 4952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7553] ppid=7546 vsize=868540 CPUtime=0.33
/proc/7547/task/7553/stat : 7553 (java) S 7546 7533 4952 0 -1 64 1544 0 0 0 32 1 0 0 15 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7554] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7546 7533 4952 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7555] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7546 7533 4952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 509.7
Current children cumulated vsize (KiB) 887496

[startup+519.903 s]
/proc/loadavg: 2.36 2.19 2.10 3/84 7597
/proc/meminfo: memFree=48856/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=3.48
/proc/7533/stat : 7533 (sugar) S 7531 7533 4952 0 -1 4194304 974 31960 0 1 4 0 325 19 16 0 1 0 2003305050 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7533/statm: 3400 797 370 3 0 500 0
[pid=7546] ppid=7533 vsize=5356 CPUtime=0
/proc/7546/stat : 7546 (sh) S 7533 7533 4952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003305407 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7546/statm: 1339 233 193 169 0 50 0
[pid=7547] ppid=7546 vsize=868540 CPUtime=507.79
/proc/7547/stat : 7547 (java) S 7546 7533 4952 0 -1 0 159321 0 1 0 49409 1370 0 0 18 0 9 0 2003305407 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7547/statm: 217135 129732 2566 9 0 211682 0
[pid=7547/tid=7548] ppid=7546 vsize=868540 CPUtime=486.81
/proc/7547/task/7548/stat : 7548 (java) D 7546 7533 4952 0 -1 64 11236 0 1 0 47399 1282 0 0 25 0 9 0 2003305408 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=7547/tid=7549] ppid=7546 vsize=868540 CPUtime=20.61
/proc/7547/task/7549/stat : 7549 (java) S 7546 7533 4952 0 -1 64 145844 0 0 0 1977 84 0 0 16 0 9 0 2003305409 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7550] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7550/stat : 7550 (java) S 7546 7533 4952 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003305409 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7551] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7551/stat : 7551 (java) S 7546 7533 4952 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003305409 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7552] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7552/stat : 7552 (java) S 7546 7533 4952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7553] ppid=7546 vsize=868540 CPUtime=0.33
/proc/7547/task/7553/stat : 7553 (java) S 7546 7533 4952 0 -1 64 1544 0 0 0 32 1 0 0 15 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7554] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7554/stat : 7554 (java) S 7546 7533 4952 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7547/tid=7555] ppid=7546 vsize=868540 CPUtime=0
/proc/7547/task/7555/stat : 7555 (java) S 7546 7533 4952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003305411 889384960 129732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 511.27
Current children cumulated vsize (KiB) 887496

[startup+520.702 s]
/proc/loadavg: 2.36 2.19 2.10 3/84 7597
/proc/meminfo: memFree=43032/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=512.02
/proc/7533/stat : 7533 (sugar) R 7531 7533 4952 0 -1 4194304 996 191580 0 2 4 26 49772 1400 18 0 1 0 2003305050 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 0 0 0 17 1 0 0
/proc/7533/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 512.02
Current children cumulated vsize (KiB) 13600

[startup+521.502 s]
/proc/loadavg: 2.36 2.19 2.10 2/74 7597
/proc/meminfo: memFree=1858408/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=512.49
/proc/7533/stat : 7533 (sugar) D 7531 7533 4952 0 -1 4194304 996 191580 0 2 4 73 49772 1400 18 0 1 0 2003305050 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/7533/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 512.49
Current children cumulated vsize (KiB) 13600

[startup+521.902 s]
/proc/loadavg: 2.36 2.19 2.10 2/74 7597
/proc/meminfo: memFree=1858408/2055920 swapFree=4180456/4192956
[pid=7533] ppid=7531 vsize=13600 CPUtime=512.52
/proc/7533/stat : 7533 (sugar) D 7531 7533 4952 0 -1 4194304 996 191580 0 2 4 76 49772 1400 18 0 1 0 2003305050 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/7533/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 512.52
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 521.935
CPU time (s): 512.545
CPU user time (s): 497.772
CPU system time (s): 14.7728
CPU usage (%): 98.201
Max. virtual memory (cumulated for all children) (KiB): 902200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 497.772
system time used= 14.7728
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192606
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26498
involuntary context switches= 39554

runsolver used 0.642902 second user time and 1.81172 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-05 09:35:07
IDJOB=1087262
IDBENCH=57964
IDSOLVER=345
FILE ID=node19/1087262-1215243306
PBS_JOBID= 7881842
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-4.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-1087262-1215243306/watcher-1087262-1215243306 -o /tmp/evaluation-result-1087262-1215243306/solver-1087262-1215243306 -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-1087262-1215243306.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 26fa47e715f58ab849bf125de88d1d96
RANDOM SEED=1686193575

node19.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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
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:       1622152 kB
Buffers:         77688 kB
Cached:         135048 kB
SwapCached:       6496 kB
Active:         199008 kB
Inactive:       165700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1622152 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:           10380 kB
Writeback:           0 kB
Mapped:         168208 kB
Slab:            53948 kB
Committed_AS:  3697772 kB
PageTables:       2192 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= 66520 MiB
End job on node19 at 2008-07-05 09:43:49