Trace number 1112460

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 227.641 1272.09

General information on the benchmark

Namecsp/super-os/super-os-taillard-20/
normalized-super-os-taillard-20-27.xml
MD5SUMec22dd72fedf3b6844826e496bf5d03b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints90
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Maximum constraint arity2
Maximum domain size1284
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23200
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.30	c 0	Sugar v1-13 + HOME/minisat
0.02/0.33	c 0	BEGIN Thu Aug  7 20:23:26 2008
0.02/0.33	c 0	PID 19710
0.02/0.33	c 0	HOST node76.alineos.net
0.02/0.33	c 0	CONVERTING HOME/instance-1112460-1218133404.xml TO HOME/temp.csp
0.02/0.33	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112460-1218133404.xml' 'HOME/temp.csp'
1.48/2.01	c 1	98 domains, 800 variables, 3 predicates, 0 relations, 23200 constraints
1.48/2.09	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.48/2.09	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.52/2.16	c 2	Parsing HOME/temp.csp
1.88/2.43	c 2	parsed 10000 expressions
2.08/2.63	c 2	parsed 20000 expressions
2.19/2.75	c 2	parsed 24101 expressions
2.19/2.76	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.38/2.96	c 2	MAX CSP: 23200 constraints
2.38/2.96	c 2	Converting to clausal form CSP
2.65/3.18	c 3	converted 4731 (10%) expressions
2.80/3.27	c 3	converted 9461 (20%) expressions
2.90/3.38	c 3	converted 14192 (30%) expressions
3.19/3.60	c 3	converted 18922 (40%) expressions
3.28/3.70	c 3	converted 23652 (50%) expressions
3.39/3.80	c 3	converted 28383 (60%) expressions
3.39/3.89	c 3	converted 33113 (70%) expressions
3.49/3.99	c 3	converted 37844 (80%) expressions
3.59/4.08	c 4	converted 42574 (90%) expressions
5.99/6.47	c 6	converted 47304 (100%) expressions
5.99/6.49	c 6	CSP : 47200 integers, 0 booleans, 69599 clauses, largest domain size 34801
5.99/6.49	c 6	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.99/6.49	c 6	Propagation in CSP
6.91/7.38	c 7	23194 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.91/7.39	c 7	CSP : 47200 integers, 0 booleans, 69599 clauses, largest domain size 23201
6.91/7.39	c 7	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.01/7.41	c 7	Simplifing CSP by introducing new Boolean variables
7.21/7.67	c 7	CSP : 47200 integers, 46400 booleans, 115999 clauses, largest domain size 23201
7.21/7.67	c 7	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.70/8.13	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.81/9.28	c 9	4720 (10%) CSP integer variables are encoded (984630 clauses, 16516745 bytes)
8.81/9.28	c 9	9440 (20%) CSP integer variables are encoded (984630 clauses, 16516745 bytes)
8.81/9.29	c 9	14160 (30%) CSP integer variables are encoded (984630 clauses, 16516745 bytes)
8.81/9.30	c 9	18880 (40%) CSP integer variables are encoded (984630 clauses, 16516745 bytes)
8.92/9.30	c 9	23600 (50%) CSP integer variables are encoded (984630 clauses, 16516745 bytes)
9.21/9.70	c 9	28320 (60%) CSP integer variables are encoded (1322081 clauses, 22928314 bytes)
9.31/9.79	c 9	33040 (70%) CSP integer variables are encoded (1397755 clauses, 24366120 bytes)
9.42/9.90	c 9	37760 (80%) CSP integer variables are encoded (1474137 clauses, 25817378 bytes)
9.50/9.97	c 9	42480 (90%) CSP integer variables are encoded (1530938 clauses, 26896597 bytes)
9.59/10.06	c 10	47200 (100%) CSP integer variables are encoded (1601469 clauses, 28236686 bytes)
25.33/28.41	c 28	11600 (10%) CSP clauses are encoded (10840531 clauses, 255859020 bytes)
41.28/46.29	c 46	23200 (20%) CSP clauses are encoded (19989338 clauses, 493612007 bytes)
57.19/66.57	c 66	34800 (30%) CSP clauses are encoded (29065501 clauses, 729476250 bytes)
73.64/467.53	c 467	46400 (40%) CSP clauses are encoded (38146285 clauses, 965461521 bytes)
89.62/486.28	c 486	58000 (50%) CSP clauses are encoded (47324038 clauses, 1203970971 bytes)
105.75/516.82	c 516	69600 (60%) CSP clauses are encoded (56490719 clauses, 1442192549 bytes)
226.62/1232.09	c 1232	ERROR Exception Too large HOME/temp.cnf
226.71/1233.69	c 1232	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
226.71/1233.69	c 1232	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
226.71/1233.69	c 1232	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
226.71/1233.69	s UNKNOWN
226.72/1240.39	c 1240	CPU 213.01 (0.03 0.01 212.98 13.71)
226.72/1240.39	c 1240	END Thu Aug  7 20:44:06 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112460-1218133404/watcher-1112460-1218133404 -o /tmp/evaluation-result-1112460-1218133404/solver-1112460-1218133404 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112460-1218133404.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 9.99 7.40 3.30 3/89 19710
/proc/meminfo: memFree=1225056/2055920 swapFree=4020628/4192956
[pid=19710] ppid=19708 vsize=18572 CPUtime=0
/proc/19710/stat : 19710 (runsolver) D 19708 19710 19200 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140426768 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 265674091815 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/19710/statm: 4643 292 257 25 0 2626 0

[startup+0.0530841 s]
/proc/loadavg: 9.99 7.40 3.30 3/89 19710
/proc/meminfo: memFree=1225056/2055920 swapFree=4020628/4192956
[pid=19710] ppid=19708 vsize=2504 CPUtime=0
/proc/19710/stat : 19710 (sugar) D 19708 19710 19200 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 140426768 2564096 23 996147200 4194304 4206940 548682068592 18446744073709551615 265671475920 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/19710/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.101088 s]
/proc/loadavg: 9.99 7.40 3.30 3/89 19710
/proc/meminfo: memFree=1225056/2055920 swapFree=4020628/4192956
[pid=19710] ppid=19708 vsize=2504 CPUtime=0
/proc/19710/stat : 19710 (sugar) D 19708 19710 19200 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 140426768 2564096 23 996147200 4194304 4206940 548682068592 18446744073709551615 265671475920 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/19710/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.301117 s]
/proc/loadavg: 9.99 7.40 3.30 3/89 19710
/proc/meminfo: memFree=1225056/2055920 swapFree=4020628/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=0.02
/proc/19710/stat : 19710 (sugar) R 19708 19710 19200 0 -1 4194304 774 0 4 0 2 0 0 0 18 0 1 0 140426768 13926400 746 996147200 4194304 4206940 548682068592 18446744073709551615 265692079314 0 0 4224 0 0 0 0 17 1 0 0
/proc/19710/statm: 3400 746 338 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701156 s]
/proc/loadavg: 9.99 7.40 3.30 3/89 19710
/proc/meminfo: memFree=1225056/2055920 swapFree=4020628/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=0.03
/proc/19710/stat : 19710 (sugar) S 19708 19710 19200 0 -1 4194304 894 127 4 0 3 0 0 0 16 0 1 0 140426768 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19710/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50226 s]
/proc/loadavg: 9.99 7.40 3.30 2/99 19722
/proc/meminfo: memFree=1201616/2055920 swapFree=4020628/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=0.03
/proc/19710/stat : 19710 (sugar) S 19708 19710 19200 0 -1 4194304 894 127 4 0 3 0 0 0 16 0 1 0 140426768 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19710/statm: 3400 796 370 3 0 500 0
[pid=19713] ppid=19710 vsize=5356 CPUtime=0
/proc/19713/stat : 19713 (sh) S 19710 19710 19200 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140426802 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19713/statm: 1339 233 193 169 0 50 0
[pid=19714] ppid=19713 vsize=866580 CPUtime=0.91
/proc/19714/stat : 19714 (java) S 19713 19710 19200 0 -1 0 12191 0 69 0 81 10 0 0 18 0 9 0 140426803 887377920 10567 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19714/statm: 216645 10567 2529 9 0 211227 0
[pid=19714/tid=19715] ppid=19713 vsize=866580 CPUtime=0.46
/proc/19714/task/19715/stat : 19715 (java) S 19713 19710 19200 0 -1 64 2818 0 29 0 42 4 0 0 16 0 9 0 140426821 887377920 10567 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19714/tid=19716] ppid=19713 vsize=866580 CPUtime=0.29
/proc/19714/task/19716/stat : 19716 (java) R 19713 19710 19200 0 -1 64 8213 0 0 0 27 2 0 0 17 0 9 0 140426836 887377920 10567 996147200 134512640 134550740 4294956000 18446744073709551615 102721887 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19714/tid=19717] ppid=19713 vsize=866580 CPUtime=0
/proc/19714/task/19717/stat : 19717 (java) S 19713 19710 19200 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140426836 887377920 10567 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19714/tid=19718] ppid=19713 vsize=866580 CPUtime=0
/proc/19714/task/19718/stat : 19718 (java) S 19713 19710 19200 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140426836 887377920 10567 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19714/tid=19719] ppid=19713 vsize=866580 CPUtime=0
/proc/19714/task/19719/stat : 19719 (java) S 19713 19710 19200 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 140426839 887377920 10567 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19714/tid=19720] ppid=19713 vsize=866580 CPUtime=0.12
/proc/19714/task/19720/stat : 19720 (java) S 19713 19710 19200 0 -1 64 500 0 0 0 11 1 0 0 16 0 9 0 140426839 887377920 10567 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19714/tid=19721] ppid=19713 vsize=866580 CPUtime=0
/proc/19714/task/19721/stat : 19721 (java) S 19713 19710 19200 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 140426839 887377920 10567 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19714/tid=19722] ppid=19713 vsize=866580 CPUtime=0
/proc/19714/task/19722/stat : 19722 (java) S 19713 19710 19200 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140426839 887377920 10567 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 885536

[startup+3.10243 s]
/proc/loadavg: 9.99 7.40 3.30 2/91 19724
/proc/meminfo: memFree=1211664/2055920 swapFree=4020628/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=1.52
/proc/19710/stat : 19710 (sugar) S 19708 19710 19200 0 -1 4194304 970 14370 4 70 3 1 136 12 16 0 1 0 140426768 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19710/statm: 3400 797 370 3 0 500 0
[pid=19723] ppid=19710 vsize=5356 CPUtime=0
/proc/19723/stat : 19723 (sh) S 19710 19710 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140426977 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19723/statm: 1339 233 193 169 0 50 0
[pid=19724] ppid=19723 vsize=868640 CPUtime=1.13
/proc/19724/stat : 19724 (java) S 19723 19710 19200 0 -1 0 10003 0 5 0 108 5 0 0 20 0 9 0 140426978 889487360 8880 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19724/statm: 217160 8881 2542 9 0 211735 0
[pid=19724/tid=19725] ppid=19723 vsize=868640 CPUtime=0.64
/proc/19724/task/19725/stat : 19725 (java) R 19723 19710 19200 0 -1 64 2774 0 5 0 62 2 0 0 17 0 9 0 140426979 889487360 8883 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 887596

[startup+6.30178 s]
/proc/loadavg: 9.27 7.29 3.29 2/99 19732
/proc/meminfo: memFree=1147152/2055920 swapFree=4020628/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=1.52
/proc/19710/stat : 19710 (sugar) S 19708 19710 19200 0 -1 4194304 970 14370 4 70 3 1 136 12 15 0 1 0 140426768 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19710/statm: 3400 797 370 3 0 500 0
[pid=19723] ppid=19710 vsize=5356 CPUtime=0
/proc/19723/stat : 19723 (sh) S 19710 19710 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140426977 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19723/statm: 1339 233 193 169 0 50 0
[pid=19724] ppid=19723 vsize=869288 CPUtime=4.37
/proc/19724/stat : 19724 (java) S 19723 19710 19200 0 -1 0 23205 0 5 0 427 10 0 0 20 0 9 0 140426978 890150912 21352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19724/statm: 217322 21352 2540 9 0 211897 0
[pid=19724/tid=19725] ppid=19723 vsize=869288 CPUtime=2.7
/proc/19724/task/19725/stat : 19725 (java) R 19723 19710 19200 0 -1 64 3583 0 5 0 267 3 0 0 17 0 9 0 140426979 890150912 21352 996147200 134512640 134550740 4294955936 18446744073709551615 4126620139 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19726] ppid=19723 vsize=869288 CPUtime=1.45
/proc/19724/task/19726/stat : 19726 (java) S 19723 19710 19200 0 -1 64 17422 0 0 0 139 6 0 0 16 0 9 0 140426980 890150912 21352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19727] ppid=19723 vsize=869288 CPUtime=0
/proc/19724/task/19727/stat : 19727 (java) S 19723 19710 19200 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140426980 890150912 21352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19728] ppid=19723 vsize=869288 CPUtime=0
/proc/19724/task/19728/stat : 19728 (java) S 19723 19710 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140426980 890150912 21352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19729] ppid=19723 vsize=869288 CPUtime=0
/proc/19724/task/19729/stat : 19729 (java) S 19723 19710 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140426982 890150912 21352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19730] ppid=19723 vsize=869288 CPUtime=0.2
/proc/19724/task/19730/stat : 19730 (java) S 19723 19710 19200 0 -1 64 1504 0 0 0 20 0 0 0 15 0 9 0 140426982 890150912 21352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19731] ppid=19723 vsize=869288 CPUtime=0
/proc/19724/task/19731/stat : 19731 (java) S 19723 19710 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140426982 890150912 21352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19732] ppid=19723 vsize=869288 CPUtime=0
/proc/19724/task/19732/stat : 19732 (java) S 19723 19710 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140426982 890150912 21352 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 888244

[startup+12.7025 s]
/proc/loadavg: 8.61 7.18 3.27 1/97 19732
/proc/meminfo: memFree=1067944/2055920 swapFree=4020628/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=1.52
/proc/19710/stat : 19710 (sugar) S 19708 19710 19200 0 -1 4194304 970 14370 4 70 3 1 136 12 16 0 1 0 140426768 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19710/statm: 3400 797 370 3 0 500 0
[pid=19723] ppid=19710 vsize=5356 CPUtime=0
/proc/19723/stat : 19723 (sh) S 19710 19710 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140426977 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19723/statm: 1339 233 193 169 0 50 0
[pid=19724] ppid=19723 vsize=869400 CPUtime=9.74
/proc/19724/stat : 19724 (java) S 19723 19710 19200 0 -1 0 33019 0 6 0 932 42 0 0 20 0 9 0 140426978 890265600 26450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19724/statm: 217350 26450 2565 9 0 211897 0
[pid=19724/tid=19725] ppid=19723 vsize=869400 CPUtime=7.2
/proc/19724/task/19725/stat : 19725 (java) R 19723 19710 19200 0 -1 64 3853 0 6 0 692 28 0 0 17 0 9 0 140426979 890265600 26450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19726] ppid=19723 vsize=869400 CPUtime=2.22
/proc/19724/task/19726/stat : 19726 (java) S 19723 19710 19200 0 -1 64 26915 0 0 0 211 11 0 0 16 0 9 0 140426980 890265600 26450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19727] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19727/stat : 19727 (java) S 19723 19710 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140426980 890265600 26450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19728] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19728/stat : 19728 (java) S 19723 19710 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140426980 890265600 26450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19729] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19729/stat : 19729 (java) S 19723 19710 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140426982 890265600 26450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19730] ppid=19723 vsize=869400 CPUtime=0.27
/proc/19724/task/19730/stat : 19730 (java) S 19723 19710 19200 0 -1 64 1555 0 0 0 27 0 0 0 16 0 9 0 140426982 890265600 26450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19731] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19731/stat : 19731 (java) S 19723 19710 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140426982 890265600 26450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19732] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19732/stat : 19732 (java) S 19723 19710 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140426982 890265600 26450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.26
Current children cumulated vsize (KiB) 888356

[startup+25.5019 s]
/proc/loadavg: 7.15 6.93 3.25 2/95 19732
/proc/meminfo: memFree=902008/2055920 swapFree=4020628/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=1.52
/proc/19710/stat : 19710 (sugar) S 19708 19710 19200 0 -1 4194304 970 14370 4 70 3 1 136 12 16 0 1 0 140426768 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19710/statm: 3400 797 370 3 0 500 0
[pid=19723] ppid=19710 vsize=5356 CPUtime=0
/proc/19723/stat : 19723 (sh) S 19710 19710 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140426977 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19723/statm: 1339 233 193 169 0 50 0
[pid=19724] ppid=19723 vsize=869400 CPUtime=20.92
/proc/19724/stat : 19724 (java) S 19723 19710 19200 0 -1 0 33622 0 6 0 1957 135 0 0 20 0 9 0 140426978 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19724/statm: 217350 26454 2565 9 0 211897 0
[pid=19724/tid=19725] ppid=19723 vsize=869400 CPUtime=18.14
/proc/19724/task/19725/stat : 19725 (java) R 19723 19710 19200 0 -1 64 4452 0 6 0 1695 119 0 0 17 0 9 0 140426979 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19726] ppid=19723 vsize=869400 CPUtime=2.46
/proc/19724/task/19726/stat : 19726 (java) S 19723 19710 19200 0 -1 64 26915 0 0 0 232 14 0 0 16 0 9 0 140426980 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19727] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19727/stat : 19727 (java) S 19723 19710 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140426980 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19728] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19728/stat : 19728 (java) S 19723 19710 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140426980 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19729] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19729/stat : 19729 (java) S 19723 19710 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19730] ppid=19723 vsize=869400 CPUtime=0.28
/proc/19724/task/19730/stat : 19730 (java) S 19723 19710 19200 0 -1 64 1559 0 0 0 28 0 0 0 16 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19731] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19731/stat : 19731 (java) S 19723 19710 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19732] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19732/stat : 19732 (java) S 19723 19710 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.44
Current children cumulated vsize (KiB) 888356

[startup+51.1017 s]
/proc/loadavg: 6.20 6.71 3.28 1/97 19735
/proc/meminfo: memFree=549024/2055920 swapFree=4020628/4192956

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

/proc/19724/task/19732/stat : 19732 (java) S 19723 19710 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 225.85
Current children cumulated vsize (KiB) 888356

[startup+1062.3 s]
/proc/loadavg: 3.11 3.44 3.35 1/94 19742
/proc/meminfo: memFree=26936/2055920 swapFree=4028780/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=1.52
/proc/19710/stat : 19710 (sugar) S 19708 19710 19200 0 -1 4194304 970 14370 4 70 3 1 136 12 16 0 1 0 140426768 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19710/statm: 3400 797 370 3 0 500 0
[pid=19723] ppid=19710 vsize=5356 CPUtime=0
/proc/19723/stat : 19723 (sh) S 19710 19710 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140426977 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19723/statm: 1339 233 193 169 0 50 0
[pid=19724] ppid=19723 vsize=869400 CPUtime=224.33
/proc/19724/stat : 19724 (java) S 19723 19710 19200 0 -1 0 41825 0 6 0 21084 1349 0 0 20 0 9 0 140426978 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19724/statm: 217350 26454 2565 9 0 211897 0
[pid=19724/tid=19725] ppid=19723 vsize=869400 CPUtime=218.21
/proc/19724/task/19725/stat : 19725 (java) D 19723 19710 19200 0 -1 64 12655 0 6 0 20534 1287 0 0 17 0 9 0 140426979 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=19724/tid=19726] ppid=19723 vsize=869400 CPUtime=5.79
/proc/19724/task/19726/stat : 19726 (java) S 19723 19710 19200 0 -1 64 26915 0 0 0 520 59 0 0 16 0 9 0 140426980 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19727] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19727/stat : 19727 (java) S 19723 19710 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140426980 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19728] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19728/stat : 19728 (java) S 19723 19710 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140426980 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19729] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19729/stat : 19729 (java) S 19723 19710 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19730] ppid=19723 vsize=869400 CPUtime=0.28
/proc/19724/task/19730/stat : 19730 (java) S 19723 19710 19200 0 -1 64 1559 0 0 0 28 0 0 0 16 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19731] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19731/stat : 19731 (java) S 19723 19710 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19732] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19732/stat : 19732 (java) S 19723 19710 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 225.85
Current children cumulated vsize (KiB) 888356

[startup+1122.31 s]
/proc/loadavg: 3.16 3.39 3.34 1/94 19742
/proc/meminfo: memFree=30904/2055920 swapFree=4028780/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=1.52
/proc/19710/stat : 19710 (sugar) S 19708 19710 19200 0 -1 4194304 970 14370 4 70 3 1 136 12 16 0 1 0 140426768 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19710/statm: 3400 797 370 3 0 500 0
[pid=19723] ppid=19710 vsize=5356 CPUtime=0
/proc/19723/stat : 19723 (sh) S 19710 19710 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140426977 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19723/statm: 1339 233 193 169 0 50 0
[pid=19724] ppid=19723 vsize=869400 CPUtime=224.33
/proc/19724/stat : 19724 (java) S 19723 19710 19200 0 -1 0 41825 0 6 0 21084 1349 0 0 20 0 9 0 140426978 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19724/statm: 217350 26454 2565 9 0 211897 0
[pid=19724/tid=19725] ppid=19723 vsize=869400 CPUtime=218.21
/proc/19724/task/19725/stat : 19725 (java) D 19723 19710 19200 0 -1 64 12655 0 6 0 20534 1287 0 0 17 0 9 0 140426979 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=19724/tid=19726] ppid=19723 vsize=869400 CPUtime=5.79
/proc/19724/task/19726/stat : 19726 (java) S 19723 19710 19200 0 -1 64 26915 0 0 0 520 59 0 0 16 0 9 0 140426980 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19727] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19727/stat : 19727 (java) S 19723 19710 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140426980 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19728] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19728/stat : 19728 (java) S 19723 19710 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140426980 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19729] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19729/stat : 19729 (java) S 19723 19710 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19730] ppid=19723 vsize=869400 CPUtime=0.28
/proc/19724/task/19730/stat : 19730 (java) S 19723 19710 19200 0 -1 64 1559 0 0 0 28 0 0 0 16 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19731] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19731/stat : 19731 (java) S 19723 19710 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19732] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19732/stat : 19732 (java) S 19723 19710 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 225.85
Current children cumulated vsize (KiB) 888356

[startup+1182.3 s]
/proc/loadavg: 3.10 3.33 3.32 1/94 19742
/proc/meminfo: memFree=34552/2055920 swapFree=4028780/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=1.52
/proc/19710/stat : 19710 (sugar) S 19708 19710 19200 0 -1 4194304 970 14370 4 70 3 1 136 12 16 0 1 0 140426768 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19710/statm: 3400 797 370 3 0 500 0
[pid=19723] ppid=19710 vsize=5356 CPUtime=0
/proc/19723/stat : 19723 (sh) S 19710 19710 19200 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140426977 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19723/statm: 1339 233 193 169 0 50 0
[pid=19724] ppid=19723 vsize=869400 CPUtime=224.33
/proc/19724/stat : 19724 (java) S 19723 19710 19200 0 -1 0 41825 0 6 0 21084 1349 0 0 20 0 9 0 140426978 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19724/statm: 217350 26454 2565 9 0 211897 0
[pid=19724/tid=19725] ppid=19723 vsize=869400 CPUtime=218.21
/proc/19724/task/19725/stat : 19725 (java) D 19723 19710 19200 0 -1 64 12655 0 6 0 20534 1287 0 0 17 0 9 0 140426979 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=19724/tid=19726] ppid=19723 vsize=869400 CPUtime=5.79
/proc/19724/task/19726/stat : 19726 (java) S 19723 19710 19200 0 -1 64 26915 0 0 0 520 59 0 0 16 0 9 0 140426980 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19727] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19727/stat : 19727 (java) S 19723 19710 19200 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140426980 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19728] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19728/stat : 19728 (java) S 19723 19710 19200 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140426980 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19729] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19729/stat : 19729 (java) S 19723 19710 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19730] ppid=19723 vsize=869400 CPUtime=0.28
/proc/19724/task/19730/stat : 19730 (java) S 19723 19710 19200 0 -1 64 1559 0 0 0 28 0 0 0 16 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19724/tid=19731] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19731/stat : 19731 (java) S 19723 19710 19200 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19724/tid=19732] ppid=19723 vsize=869400 CPUtime=0
/proc/19724/task/19732/stat : 19732 (java) S 19723 19710 19200 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140426982 890265600 26454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 225.85
Current children cumulated vsize (KiB) 888356

[startup+1242.3 s]
/proc/loadavg: 3.01 3.27 3.30 1/84 19742
/proc/meminfo: memFree=119816/2055920 swapFree=4028780/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=226.73
/proc/19710/stat : 19710 (sugar) D 19708 19710 19200 0 -1 4194304 994 56536 4 77 3 1 21298 1371 16 0 1 0 140426768 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19710/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 226.73
Current children cumulated vsize (KiB) 13600

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

[startup+1254.6 s]
/proc/loadavg: 2.86 3.23 3.28 1/84 19742
/proc/meminfo: memFree=655312/2055920 swapFree=4028780/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=227.04
/proc/19710/stat : 19710 (sugar) D 19708 19710 19200 0 -1 4194304 994 56536 4 77 3 32 21298 1371 16 0 1 0 140426768 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/19710/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 227.04
Current children cumulated vsize (KiB) 13600

[startup+1261 s]
/proc/loadavg: 2.80 3.20 3.27 1/84 19742
/proc/meminfo: memFree=655760/2055920 swapFree=4028780/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=227.04
/proc/19710/stat : 19710 (sugar) D 19708 19710 19200 0 -1 4194304 994 56536 4 77 3 32 21298 1371 16 0 1 0 140426768 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/19710/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 227.04
Current children cumulated vsize (KiB) 13600

[startup+1267.4 s]
/proc/loadavg: 2.74 3.18 3.27 1/84 19742
/proc/meminfo: memFree=657680/2055920 swapFree=4028780/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=227.04
/proc/19710/stat : 19710 (sugar) D 19708 19710 19200 0 -1 4194304 994 56536 4 77 3 32 21298 1371 15 0 1 0 140426768 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/19710/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 227.04
Current children cumulated vsize (KiB) 13600

[startup+1270.6 s]
/proc/loadavg: 2.68 3.16 3.26 1/84 19742
/proc/meminfo: memFree=1376016/2055920 swapFree=4028780/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=227.56
/proc/19710/stat : 19710 (sugar) D 19708 19710 19200 0 -1 4194304 994 56536 4 77 3 84 21298 1371 15 0 1 0 140426768 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19710/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 227.56
Current children cumulated vsize (KiB) 13600

[startup+1271.4 s]
/proc/loadavg: 2.68 3.16 3.26 1/84 19742
/proc/meminfo: memFree=1376464/2055920 swapFree=4028780/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=227.58
/proc/19710/stat : 19710 (sugar) D 19708 19710 19200 0 -1 4194304 994 56536 4 77 3 86 21298 1371 15 0 1 0 140426768 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19710/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 227.58
Current children cumulated vsize (KiB) 13600

[startup+1271.8 s]
/proc/loadavg: 2.68 3.16 3.26 1/84 19742
/proc/meminfo: memFree=1375952/2055920 swapFree=4028780/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=227.6
/proc/19710/stat : 19710 (sugar) D 19708 19710 19200 0 -1 4194304 994 56536 4 77 3 88 21298 1371 15 0 1 0 140426768 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19710/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 227.6
Current children cumulated vsize (KiB) 13600

[startup+1272 s]
/proc/loadavg: 2.68 3.16 3.26 1/84 19742
/proc/meminfo: memFree=1375952/2055920 swapFree=4028780/4192956
[pid=19710] ppid=19708 vsize=13600 CPUtime=227.61
/proc/19710/stat : 19710 (sugar) D 19708 19710 19200 0 -1 4194304 994 56536 4 77 3 89 21298 1371 15 0 1 0 140426768 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 265674265641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19710/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 227.61
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1272.09
CPU time (s): 227.641
CPU user time (s): 213.03
CPU system time (s): 14.6118
CPU usage (%): 17.8951
Max. virtual memory (cumulated for all children) (KiB): 898496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.03
system time used= 14.6118
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57560
page faults= 81
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66323
involuntary context switches= 36428

runsolver used 1.71574 second user time and 3.67944 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-08-07 20:23:25
IDJOB=1112460
IDBENCH=61421
IDSOLVER=368
FILE ID=node76/1112460-1218133404
PBS_JOBID= 8000825
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-20/normalized-super-os-taillard-20-27.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112460-1218133404/watcher-1112460-1218133404 -o /tmp/evaluation-result-1112460-1218133404/solver-1112460-1218133404 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112460-1218133404.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ec22dd72fedf3b6844826e496bf5d03b
RANDOM SEED=165574004

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1225664 kB
Buffers:          1140 kB
Cached:          29188 kB
SwapCached:     113220 kB
Active:         626284 kB
Inactive:       157020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1225664 kB
SwapTotal:     4192956 kB
SwapFree:      4020628 kB
Dirty:            4368 kB
Writeback:           0 kB
Mapped:         662852 kB
Slab:            30600 kB
Committed_AS:   925280 kB
PageTables:       3340 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= 66556 MiB
End job on node76 at 2008-08-07 20:44:38