Trace number 1127107

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+minisat-inc? 445.123 464.343

General information on the benchmark

Namemaxcsp/warehouses/
normalized-capmp4_ext.xml
MD5SUMdec8f5a04243737d42e444af5cc65e84
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark27.9627
Satisfiable
(Un)Satisfiability was proved
Number of variables401
Number of constraints40200
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension40200
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.09/0.89	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.09/0.89	c 0	BEGIN Wed Jul 16 07:59:21 2008
0.09/0.89	c 0	PID 1262
0.09/0.90	c 0	HOST node16.alineos.net
0.09/0.90	c 0	CONVERTING HOME/instance-1127107-1216187960.xml TO HOME/temp.csp
0.09/0.90	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127107-1216187960.xml' 'HOME/temp.csp'
1.92/2.91	c 2	3 domains, 401 variables, 0 predicates, 201 relations, 40200 constraints
1.92/2.93	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.92/2.93	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.95/3.01	c 3	Parsing HOME/temp.csp
2.30/3.30	c 3	parsed 10000 expressions
2.40/3.48	c 3	parsed 20000 expressions
2.60/3.68	c 3	parsed 30000 expressions
2.79/3.82	c 3	parsed 40000 expressions
2.79/3.84	c 3	parsed 40805 expressions
2.79/3.84	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.20/4.25	c 4	MAX CSP: 40200 constraints
3.20/4.25	c 4	Converting to clausal form CSP
3.49/4.55	c 4	converted 8101 (10%) expressions
3.59/4.65	c 4	converted 16202 (20%) expressions
3.68/4.73	c 4	converted 24303 (30%) expressions
3.89/4.99	c 5	converted 32404 (40%) expressions
4.08/5.12	c 5	converted 40504 (50%) expressions
4.19/5.22	c 5	converted 48605 (60%) expressions
4.29/5.31	c 5	converted 56706 (70%) expressions
4.29/5.39	c 5	converted 64807 (80%) expressions
4.39/5.50	c 5	converted 72908 (90%) expressions
8.96/10.00	c 10	converted 81008 (100%) expressions
8.96/10.02	c 10	CSP : 80801 integers, 0 booleans, 120599 clauses, largest domain size 60301
8.96/10.02	c 10	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.96/10.02	c 10	Propagation in CSP
10.35/11.49	c 11	40194 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.45/11.51	c 11	CSP : 80801 integers, 0 booleans, 120599 clauses, largest domain size 40201
10.45/11.51	c 11	Heap : 107 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.45/11.54	c 11	Simplifing CSP by introducing new Boolean variables
10.45/11.59	c 11	CSP : 80801 integers, 0 booleans, 120599 clauses, largest domain size 40201
10.45/11.59	c 11	Heap : 115 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.06/12.17	c 12	Encoding CSP to SAT : HOME/temp.cnf
11.15/12.26	c 12	8081 (10%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.15/12.27	c 12	16161 (20%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.15/12.28	c 12	24241 (30%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.15/12.29	c 12	32321 (40%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.24/12.30	c 12	40401 (50%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.95/13.03	c 13	48481 (60%) CSP integer variables are encoded (677960 clauses, 11385499 bytes)
12.05/13.20	c 13	56561 (70%) CSP integer variables are encoded (810727 clauses, 13642538 bytes)
12.24/13.36	c 13	64641 (80%) CSP integer variables are encoded (950206 clauses, 16040520 bytes)
12.34/13.50	c 13	72721 (90%) CSP integer variables are encoded (1053143 clauses, 17996323 bytes)
12.54/13.65	c 13	80801 (100%) CSP integer variables are encoded (1180071 clauses, 20407955 bytes)
15.42/16.51	c 16	12060 (10%) CSP clauses are encoded (1192131 clauses, 20711257 bytes)
18.11/19.29	c 19	24120 (20%) CSP clauses are encoded (1204191 clauses, 21021838 bytes)
20.89/22.06	c 22	36180 (30%) CSP clauses are encoded (1216251 clauses, 21340258 bytes)
444.00/458.76	c 458	ERROR Exception Too large HOME/temp.cnf
444.05/459.02	c 458	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
444.05/459.02	c 458	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
444.05/459.02	c 458	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
444.05/459.02	s UNKNOWN
444.07/459.52	c 459	CPU 428.2 (0.06 0.03 428.14 15.85)
444.07/459.52	c 459	END Wed Jul 16 08:07:00 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-1127107-1216187960/watcher-1127107-1216187960 -o /tmp/evaluation-result-1127107-1216187960/solver-1127107-1216187960 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127107-1216187960.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: 2.74 2.68 2.64 5/80 1262
/proc/meminfo: memFree=1838912/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=18572 CPUtime=0
/proc/1262/stat : 1262 (runsolver) D 1260 1262 32661 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 75498620 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/1262/statm: 4643 292 257 25 0 2626 0

[startup+0.0261719 s]
/proc/loadavg: 2.74 2.68 2.64 5/80 1262
/proc/meminfo: memFree=1838912/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=18572 CPUtime=0
/proc/1262/stat : 1262 (runsolver) R 1260 1262 32661 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 75498620 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1262/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101876 s]
/proc/loadavg: 2.74 2.68 2.64 5/80 1262
/proc/meminfo: memFree=1838912/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=12268 CPUtime=0
/proc/1262/stat : 1262 (sugar++) D 1260 1262 32661 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 75498620 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 231962540645 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/1262/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.302796 s]
/proc/loadavg: 2.74 2.68 2.64 5/80 1262
/proc/meminfo: memFree=1838912/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=12544 CPUtime=0
/proc/1262/stat : 1262 (sugar++) R 1260 1262 32661 0 -1 4194304 501 0 0 0 0 0 0 0 18 0 1 0 75498620 12845056 469 996147200 4194304 4206940 548682068528 18446744073709551615 231980280400 0 0 4224 0 0 0 0 17 0 0 0
/proc/1262/statm: 3136 469 298 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.701693 s]
/proc/loadavg: 2.74 2.68 2.64 5/80 1262
/proc/meminfo: memFree=1838912/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16344 CPUtime=0.08
/proc/1262/stat : 1262 (sugar++) R 1260 1262 32661 0 -1 4194304 1007 0 0 0 5 3 0 0 18 0 1 0 75498620 16736256 975 996147200 4194304 4206940 548682068528 18446744073709551615 231980027999 0 0 4224 0 0 0 0 17 0 0 0
/proc/1262/statm: 4086 975 380 3 0 665 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16344

[startup+1.50148 s]
/proc/loadavg: 2.74 2.68 2.64 3/84 1267
/proc/meminfo: memFree=1834144/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16740 CPUtime=0.09
/proc/1262/stat : 1262 (sugar++) S 1260 1262 32661 0 -1 4194304 1219 128 0 0 6 3 0 0 19 0 1 0 75498620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1262/statm: 4185 1104 409 3 0 764 0
[pid=1265] ppid=1262 vsize=5356 CPUtime=0
/proc/1265/stat : 1265 (sh) S 1262 1262 32661 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75498710 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1265/statm: 1339 233 193 169 0 50 0
[pid=1266] ppid=1265 vsize=864592 CPUtime=0.43
/proc/1266/stat : 1266 (java) S 1265 1262 32661 0 -1 0 4042 0 1 0 41 2 0 0 19 0 9 0 75498711 885342208 3515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1266/statm: 216148 3515 1719 9 0 210730 0
[pid=1266/tid=1267] ppid=1265 vsize=864592 CPUtime=0.32
/proc/1266/task/1267/stat : 1267 (java) R 1265 1262 32661 0 -1 64 2674 0 1 0 31 1 0 0 20 0 9 0 75498712 885342208 3515 996147200 134512640 134550740 4294956000 18446744073709551615 4125958360 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 886688

[startup+3.10107 s]
/proc/loadavg: 2.74 2.68 2.64 3/91 1274
/proc/meminfo: memFree=1809960/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16740 CPUtime=1.95
/proc/1262/stat : 1262 (sugar++) S 1260 1262 32661 0 -1 4194304 1297 15146 0 1 6 3 176 10 15 0 1 0 75498620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1262/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 16740

[startup+6.30224 s]
/proc/loadavg: 2.76 2.68 2.64 4/91 1284
/proc/meminfo: memFree=1770856/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16740 CPUtime=1.95
/proc/1262/stat : 1262 (sugar++) S 1260 1262 32661 0 -1 4194304 1297 15146 0 1 6 3 176 10 15 0 1 0 75498620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1262/statm: 4185 1104 409 3 0 764 0
[pid=1275] ppid=1262 vsize=5356 CPUtime=0
/proc/1275/stat : 1275 (sh) S 1262 1262 32661 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 75498914 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1275/statm: 1339 233 193 169 0 50 0
[pid=1276] ppid=1275 vsize=869440 CPUtime=3.33
/proc/1276/stat : 1276 (java) S 1275 1262 32661 0 -1 0 23636 0 1 0 323 10 0 0 20 0 9 0 75498914 890306560 21271 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1276/statm: 217360 21271 2540 9 0 211935 0
[pid=1276/tid=1277] ppid=1275 vsize=869440 CPUtime=1.85
/proc/1276/task/1277/stat : 1277 (java) R 1275 1262 32661 0 -1 64 3266 0 1 0 184 1 0 0 25 0 9 0 75498915 890306560 21271 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1278] ppid=1275 vsize=869440 CPUtime=1.25
/proc/1276/task/1278/stat : 1278 (java) R 1275 1262 32661 0 -1 64 18210 0 0 0 119 6 0 0 16 0 9 0 75498916 890306560 21271 996147200 134512640 134550740 4294955920 18446744073709551615 104180289 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1279] ppid=1275 vsize=869440 CPUtime=0
/proc/1276/task/1279/stat : 1279 (java) S 1275 1262 32661 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75498916 890306560 21271 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1280] ppid=1275 vsize=869440 CPUtime=0
/proc/1276/task/1280/stat : 1280 (java) S 1275 1262 32661 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75498916 890306560 21271 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1281] ppid=1275 vsize=869440 CPUtime=0
/proc/1276/task/1281/stat : 1281 (java) S 1275 1262 32661 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75498918 890306560 21271 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1282] ppid=1275 vsize=869440 CPUtime=0.2
/proc/1276/task/1282/stat : 1282 (java) S 1275 1262 32661 0 -1 64 1464 0 0 0 19 1 0 0 16 0 9 0 75498918 890306560 21271 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1283] ppid=1275 vsize=869440 CPUtime=0
/proc/1276/task/1283/stat : 1283 (java) S 1275 1262 32661 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75498918 890306560 21271 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1284] ppid=1275 vsize=869440 CPUtime=0
/proc/1276/task/1284/stat : 1284 (java) S 1275 1262 32661 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75498918 890306560 21271 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 891536

[startup+12.7026 s]
/proc/loadavg: 2.78 2.69 2.64 5/91 1284
/proc/meminfo: memFree=1692008/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16740 CPUtime=1.95
/proc/1262/stat : 1262 (sugar++) S 1260 1262 32661 0 -1 4194304 1297 15146 0 1 6 3 176 10 15 0 1 0 75498620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1262/statm: 4185 1104 409 3 0 764 0
[pid=1275] ppid=1262 vsize=5356 CPUtime=0
/proc/1275/stat : 1275 (sh) S 1262 1262 32661 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 75498914 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1275/statm: 1339 233 193 169 0 50 0
[pid=1276] ppid=1275 vsize=868548 CPUtime=9.7
/proc/1276/stat : 1276 (java) S 1275 1262 32661 0 -1 0 51115 0 1 0 944 26 0 0 20 0 9 0 75498914 889393152 34779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1276/statm: 217137 34779 2565 9 0 211684 0
[pid=1276/tid=1277] ppid=1275 vsize=868548 CPUtime=6.12
/proc/1276/task/1277/stat : 1277 (java) R 1275 1262 32661 0 -1 64 4482 0 1 0 606 6 0 0 25 0 9 0 75498915 889393152 34779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1278] ppid=1275 vsize=868548 CPUtime=3.3
/proc/1276/task/1278/stat : 1278 (java) S 1275 1262 32661 0 -1 64 44428 0 0 0 312 18 0 0 16 0 9 0 75498916 889393152 34779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1279] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1279/stat : 1279 (java) S 1275 1262 32661 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75498916 889393152 34779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1280] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1280/stat : 1280 (java) S 1275 1262 32661 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75498916 889393152 34779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1281] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1281/stat : 1281 (java) S 1275 1262 32661 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75498918 889393152 34779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1282] ppid=1275 vsize=868548 CPUtime=0.26
/proc/1276/task/1282/stat : 1282 (java) S 1275 1262 32661 0 -1 64 1509 0 0 0 25 1 0 0 16 0 9 0 75498918 889393152 34779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1283] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1283/stat : 1283 (java) S 1275 1262 32661 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75498918 889393152 34779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1284] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1284/stat : 1284 (java) S 1275 1262 32661 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75498918 889393152 34779 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.65
Current children cumulated vsize (KiB) 890644

[startup+25.5022 s]
/proc/loadavg: 2.83 2.70 2.65 3/91 1284
/proc/meminfo: memFree=1654632/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16740 CPUtime=1.95
/proc/1262/stat : 1262 (sugar++) S 1260 1262 32661 0 -1 4194304 1297 15146 0 1 6 3 176 10 16 0 1 0 75498620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1262/statm: 4185 1104 409 3 0 764 0
[pid=1275] ppid=1262 vsize=5356 CPUtime=0
/proc/1275/stat : 1275 (sh) S 1262 1262 32661 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 75498914 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1275/statm: 1339 233 193 169 0 50 0
[pid=1276] ppid=1275 vsize=868548 CPUtime=22.37
/proc/1276/stat : 1276 (java) S 1275 1262 32661 0 -1 0 51493 0 1 0 2182 55 0 0 20 0 9 0 75498914 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1276/statm: 217137 34818 2567 9 0 211684 0
[pid=1276/tid=1277] ppid=1275 vsize=868548 CPUtime=18.39
/proc/1276/task/1277/stat : 1277 (java) R 1275 1262 32661 0 -1 64 4830 0 1 0 1807 32 0 0 25 0 9 0 75498915 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4127085387 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1276/tid=1278] ppid=1275 vsize=868548 CPUtime=3.65
/proc/1276/task/1278/stat : 1278 (java) S 1275 1262 32661 0 -1 64 44429 0 0 0 345 20 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1276/tid=1279] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1279/stat : 1279 (java) S 1275 1262 32661 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1280] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1280/stat : 1280 (java) S 1275 1262 32661 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1281] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1281/stat : 1281 (java) S 1275 1262 32661 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1282] ppid=1275 vsize=868548 CPUtime=0.3
/proc/1276/task/1282/stat : 1282 (java) S 1275 1262 32661 0 -1 64 1538 0 0 0 29 1 0 0 17 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1276/tid=1283] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1283/stat : 1283 (java) S 1275 1262 32661 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1284] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1284/stat : 1284 (java) S 1275 1262 32661 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.32
Current children cumulated vsize (KiB) 890644

[startup+51.1025 s]
/proc/loadavg: 2.79 2.71 2.65 4/91 1284
/proc/meminfo: memFree=1524264/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16740 CPUtime=1.95
/proc/1262/stat : 1262 (sugar++) S 1260 1262 32661 0 -1 4194304 1297 15146 0 1 6 3 176 10 16 0 1 0 75498620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1262/statm: 4185 1104 409 3 0 764 0
[pid=1275] ppid=1262 vsize=5356 CPUtime=0
/proc/1275/stat : 1275 (sh) S 1262 1262 32661 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 75498914 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1275/statm: 1339 233 193 169 0 50 0
[pid=1276] ppid=1275 vsize=868548 CPUtime=47.28
/proc/1276/stat : 1276 (java) S 1275 1262 32661 0 -1 0 51918 0 1 0 4599 129 0 0 20 0 9 0 75498914 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1276/statm: 217137 34818 2567 9 0 211684 0
[pid=1276/tid=1277] ppid=1275 vsize=868548 CPUtime=43.06
/proc/1276/task/1277/stat : 1277 (java) R 1275 1262 32661 0 -1 64 5255 0 1 0 4202 104 0 0 25 0 9 0 75498915 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4126931086 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1278] ppid=1275 vsize=868548 CPUtime=3.9
/proc/1276/task/1278/stat : 1278 (java) S 1275 1262 32661 0 -1 64 44429 0 0 0 367 23 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1279] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1279/stat : 1279 (java) S 1275 1262 32661 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1280] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1280/stat : 1280 (java) S 1275 1262 32661 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1281] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1281/stat : 1281 (java) S 1275 1262 32661 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1282] ppid=1275 vsize=868548 CPUtime=0.3
/proc/1276/task/1282/stat : 1282 (java) S 1275 1262 32661 0 -1 64 1538 0 0 0 29 1 0 0 17 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1276/tid=1283] ppid=1275 vsize=868548 CPUtime=0

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

[startup+222.302 s]
/proc/loadavg: 2.60 2.65 2.63 3/91 1292
/proc/meminfo: memFree=1522408/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16740 CPUtime=1.95
/proc/1262/stat : 1262 (sugar++) S 1260 1262 32661 0 -1 4194304 1297 15146 0 1 6 3 176 10 16 0 1 0 75498620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1262/statm: 4185 1104 409 3 0 764 0
[pid=1275] ppid=1262 vsize=5356 CPUtime=0
/proc/1275/stat : 1275 (sh) S 1262 1262 32661 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 75498914 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1275/statm: 1339 233 193 169 0 50 0
[pid=1276] ppid=1275 vsize=868548 CPUtime=217.55
/proc/1276/stat : 1276 (java) S 1275 1262 32661 0 -1 0 53663 0 1 0 21605 150 0 0 20 0 9 0 75498914 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1276/statm: 217137 34818 2567 9 0 211684 0
[pid=1276/tid=1277] ppid=1275 vsize=868548 CPUtime=212.33
/proc/1276/task/1277/stat : 1277 (java) R 1275 1262 32661 0 -1 64 7000 0 1 0 21118 115 0 0 25 0 9 0 75498915 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4127210881 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1278] ppid=1275 vsize=868548 CPUtime=4.88
/proc/1276/task/1278/stat : 1278 (java) S 1275 1262 32661 0 -1 64 44429 0 0 0 456 32 0 0 15 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1279] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1279/stat : 1279 (java) S 1275 1262 32661 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1280] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1280/stat : 1280 (java) S 1275 1262 32661 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1281] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1281/stat : 1281 (java) S 1275 1262 32661 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1282] ppid=1275 vsize=868548 CPUtime=0.3
/proc/1276/task/1282/stat : 1282 (java) S 1275 1262 32661 0 -1 64 1538 0 0 0 29 1 0 0 17 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1276/tid=1283] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1283/stat : 1283 (java) S 1275 1262 32661 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1284] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1284/stat : 1284 (java) S 1275 1262 32661 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.5
Current children cumulated vsize (KiB) 890644

[startup+282.301 s]
/proc/loadavg: 2.72 2.68 2.64 4/91 1292
/proc/meminfo: memFree=1327144/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16740 CPUtime=1.95
/proc/1262/stat : 1262 (sugar++) S 1260 1262 32661 0 -1 4194304 1297 15146 0 1 6 3 176 10 16 0 1 0 75498620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1262/statm: 4185 1104 409 3 0 764 0
[pid=1275] ppid=1262 vsize=5356 CPUtime=0
/proc/1275/stat : 1275 (sh) S 1262 1262 32661 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 75498914 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1275/statm: 1339 233 193 169 0 50 0
[pid=1276] ppid=1275 vsize=868548 CPUtime=276.75
/proc/1276/stat : 1276 (java) S 1275 1262 32661 0 -1 0 54548 0 1 0 27401 274 0 0 20 0 9 0 75498914 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1276/statm: 217137 34818 2567 9 0 211684 0
[pid=1276/tid=1277] ppid=1275 vsize=868548 CPUtime=271.01
/proc/1276/task/1277/stat : 1277 (java) R 1275 1262 32661 0 -1 64 7885 0 1 0 26868 233 0 0 25 0 9 0 75498915 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4126573384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1276/tid=1278] ppid=1275 vsize=868548 CPUtime=5.41
/proc/1276/task/1278/stat : 1278 (java) S 1275 1262 32661 0 -1 64 44429 0 0 0 503 38 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1276/tid=1279] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1279/stat : 1279 (java) S 1275 1262 32661 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1280] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1280/stat : 1280 (java) S 1275 1262 32661 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1281] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1281/stat : 1281 (java) S 1275 1262 32661 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1282] ppid=1275 vsize=868548 CPUtime=0.3
/proc/1276/task/1282/stat : 1282 (java) S 1275 1262 32661 0 -1 64 1538 0 0 0 29 1 0 0 17 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1276/tid=1283] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1283/stat : 1283 (java) S 1275 1262 32661 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1284] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1284/stat : 1284 (java) S 1275 1262 32661 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 278.7
Current children cumulated vsize (KiB) 890644

[startup+342.302 s]
/proc/loadavg: 2.95 2.75 2.66 3/91 1292
/proc/meminfo: memFree=536296/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16740 CPUtime=1.95
/proc/1262/stat : 1262 (sugar++) S 1260 1262 32661 0 -1 4194304 1297 15146 0 1 6 3 176 10 16 0 1 0 75498620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1262/statm: 4185 1104 409 3 0 764 0
[pid=1275] ppid=1262 vsize=5356 CPUtime=0
/proc/1275/stat : 1275 (sh) S 1262 1262 32661 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 75498914 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1275/statm: 1339 233 193 169 0 50 0
[pid=1276] ppid=1275 vsize=868548 CPUtime=333.02
/proc/1276/stat : 1276 (java) S 1275 1262 32661 0 -1 0 56180 0 1 0 32589 713 0 0 20 0 9 0 75498914 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1276/statm: 217137 34818 2567 9 0 211684 0
[pid=1276/tid=1277] ppid=1275 vsize=868548 CPUtime=326.35
/proc/1276/task/1277/stat : 1277 (java) R 1275 1262 32661 0 -1 64 9517 0 1 0 31973 662 0 0 25 0 9 0 75498915 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1278] ppid=1275 vsize=868548 CPUtime=6.34
/proc/1276/task/1278/stat : 1278 (java) S 1275 1262 32661 0 -1 64 44429 0 0 0 586 48 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1279] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1279/stat : 1279 (java) S 1275 1262 32661 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1280] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1280/stat : 1280 (java) S 1275 1262 32661 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1281] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1281/stat : 1281 (java) S 1275 1262 32661 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1282] ppid=1275 vsize=868548 CPUtime=0.3
/proc/1276/task/1282/stat : 1282 (java) S 1275 1262 32661 0 -1 64 1538 0 0 0 29 1 0 0 17 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1276/tid=1283] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1283/stat : 1283 (java) S 1275 1262 32661 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1284] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1284/stat : 1284 (java) S 1275 1262 32661 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 334.97
Current children cumulated vsize (KiB) 890644

[startup+402.303 s]
/proc/loadavg: 3.28 2.86 2.70 4/91 1292
/proc/meminfo: memFree=15336/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16740 CPUtime=1.95
/proc/1262/stat : 1262 (sugar++) S 1260 1262 32661 0 -1 4194304 1297 15146 0 1 6 3 176 10 16 0 1 0 75498620 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1262/statm: 4185 1104 409 3 0 764 0
[pid=1275] ppid=1262 vsize=5356 CPUtime=0
/proc/1275/stat : 1275 (sh) S 1262 1262 32661 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 75498914 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1275/statm: 1339 233 193 169 0 50 0
[pid=1276] ppid=1275 vsize=868548 CPUtime=389.25
/proc/1276/stat : 1276 (java) S 1275 1262 32661 0 -1 0 57823 0 1 0 37761 1164 0 0 20 0 9 0 75498914 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1276/statm: 217137 34818 2567 9 0 211684 0
[pid=1276/tid=1277] ppid=1275 vsize=868548 CPUtime=381.66
/proc/1276/task/1277/stat : 1277 (java) R 1275 1262 32661 0 -1 64 11160 0 1 0 37065 1101 0 0 25 0 9 0 75498915 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4126567279 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1278] ppid=1275 vsize=868548 CPUtime=7.26
/proc/1276/task/1278/stat : 1278 (java) S 1275 1262 32661 0 -1 64 44429 0 0 0 666 60 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1279] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1279/stat : 1279 (java) S 1275 1262 32661 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1280] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1280/stat : 1280 (java) S 1275 1262 32661 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75498916 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1281] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1281/stat : 1281 (java) S 1275 1262 32661 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1282] ppid=1275 vsize=868548 CPUtime=0.3
/proc/1276/task/1282/stat : 1282 (java) S 1275 1262 32661 0 -1 64 1538 0 0 0 29 1 0 0 17 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1276/tid=1283] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1283/stat : 1283 (java) S 1275 1262 32661 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1276/tid=1284] ppid=1275 vsize=868548 CPUtime=0
/proc/1276/task/1284/stat : 1284 (java) S 1275 1262 32661 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75498918 889393152 34818 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 391.2
Current children cumulated vsize (KiB) 890644

[startup+462.302 s]
/proc/loadavg: 3.56 3.02 2.76 2/81 1292
/proc/meminfo: memFree=1857976/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16740 CPUtime=444.91
/proc/1262/stat : 1262 (sugar++) D 1260 1262 32661 0 -1 4194304 1320 74774 0 2 7 85 42814 1585 15 0 1 0 75498620 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/1262/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 444.91
Current children cumulated vsize (KiB) 16740

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

[startup+462.902 s]
/proc/loadavg: 3.56 3.02 2.76 2/81 1292
/proc/meminfo: memFree=1870712/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16740 CPUtime=444.91
/proc/1262/stat : 1262 (sugar++) D 1260 1262 32661 0 -1 4194304 1320 74774 0 2 7 85 42814 1585 15 0 1 0 75498620 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/1262/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 444.91
Current children cumulated vsize (KiB) 16740

[startup+463.706 s]
/proc/loadavg: 3.51 3.02 2.76 2/81 1292
/proc/meminfo: memFree=1884280/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16740 CPUtime=445.05
/proc/1262/stat : 1262 (sugar++) D 1260 1262 32661 0 -1 4194304 1320 74774 0 2 7 99 42814 1585 15 0 1 0 75498620 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1262/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 445.05
Current children cumulated vsize (KiB) 16740

[startup+464.102 s]
/proc/loadavg: 3.51 3.02 2.76 2/81 1292
/proc/meminfo: memFree=1884280/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16740 CPUtime=445.08
/proc/1262/stat : 1262 (sugar++) D 1260 1262 32661 0 -1 4194304 1320 74774 0 2 7 102 42814 1585 15 0 1 0 75498620 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/1262/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 445.08
Current children cumulated vsize (KiB) 16740

[startup+464.302 s]
/proc/loadavg: 3.51 3.02 2.76 2/81 1292
/proc/meminfo: memFree=1884280/2055920 swapFree=4180820/4192956
[pid=1262] ppid=1260 vsize=16740 CPUtime=445.1
/proc/1262/stat : 1262 (sugar++) D 1260 1262 32661 0 -1 4194304 1320 74774 0 2 7 104 42814 1585 15 0 1 0 75498620 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1262/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 445.1
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 464.343
CPU time (s): 445.123
CPU user time (s): 428.221
CPU system time (s): 16.9024
CPU usage (%): 95.861
Max. virtual memory (cumulated for all children) (KiB): 916144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 428.221
system time used= 16.9024
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76150
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= 70407
involuntary context switches= 84359

runsolver used 0.592909 second user time and 1.55376 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-16 07:59:20
IDJOB=1127107
IDBENCH=66128
IDSOLVER=367
FILE ID=node16/1127107-1216187960
PBS_JOBID= 7905846
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/warehouses/normalized-capmp4_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127107-1216187960/watcher-1127107-1216187960 -o /tmp/evaluation-result-1127107-1216187960/solver-1127107-1216187960 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1127107-1216187960.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dec8f5a04243737d42e444af5cc65e84
RANDOM SEED=954151529

node16.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1839392 kB
Buffers:         14220 kB
Cached:          54308 kB
SwapCached:       5932 kB
Active:         126280 kB
Inactive:        27076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839392 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:            3708 kB
Writeback:           0 kB
Mapped:         101096 kB
Slab:            48292 kB
Committed_AS:  1173468 kB
PageTables:       2068 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= 66540 MiB
End job on node16 at 2008-07-16 08:07:05