Trace number 1126891

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? 464.726 519.867

General information on the benchmark

Namemaxcsp/warehouses/
normalized-capmp2_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 benchmark29.1936
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.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Thu Aug  7 21:06:28 2008
0.00/0.07	c 0	PID 12287
0.00/0.07	c 0	HOST node59.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-1126891-1218135988.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126891-1218135988.xml' 'HOME/temp.csp'
1.45/1.58	c 2	3 domains, 401 variables, 0 predicates, 201 relations, 40200 constraints
1.53/1.60	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.53/1.60	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.53/1.68	c 2	Parsing HOME/temp.csp
1.54/2.00	c 2	parsed 10000 expressions
2.01/2.20	c 2	parsed 20000 expressions
2.31/2.41	c 3	parsed 30000 expressions
2.43/2.58	c 3	parsed 40000 expressions
2.43/2.59	c 3	parsed 40805 expressions
2.43/2.60	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.92/3.03	c 3	MAX CSP: 40200 constraints
2.92/3.03	c 3	Converting to clausal form CSP
3.22/3.34	c 4	converted 8101 (10%) expressions
3.32/3.45	c 4	converted 16202 (20%) expressions
3.42/3.54	c 4	converted 24303 (30%) expressions
3.72/3.81	c 4	converted 32404 (40%) expressions
3.82/3.95	c 4	converted 40504 (50%) expressions
3.92/4.05	c 4	converted 48605 (60%) expressions
4.02/4.15	c 4	converted 56706 (70%) expressions
4.12/4.24	c 4	converted 64807 (80%) expressions
4.22/4.35	c 5	converted 72908 (90%) expressions
8.88/9.01	c 9	converted 81008 (100%) expressions
8.88/9.03	c 9	CSP : 80801 integers, 0 booleans, 120599 clauses, largest domain size 60301
8.88/9.03	c 9	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.88/9.03	c 9	Propagation in CSP
10.37/10.52	c 11	40194 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.37/10.53	c 11	CSP : 80801 integers, 0 booleans, 120599 clauses, largest domain size 40201
10.37/10.53	c 11	Heap : 107 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.37/10.57	c 11	Simplifing CSP by introducing new Boolean variables
10.47/10.62	c 11	CSP : 80801 integers, 0 booleans, 120599 clauses, largest domain size 40201
10.47/10.62	c 11	Heap : 114 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.97/11.19	c 11	Encoding CSP to SAT : HOME/temp.cnf
11.07/11.27	c 11	8081 (10%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.07/11.28	c 11	16161 (20%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.07/11.29	c 11	24241 (30%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.18/11.30	c 11	32321 (40%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.18/11.31	c 11	40401 (50%) CSP integer variables are encoded (39600 clauses, 572976 bytes)
11.89/12.08	c 12	48481 (60%) CSP integer variables are encoded (677960 clauses, 11385499 bytes)
12.08/12.24	c 12	56561 (70%) CSP integer variables are encoded (810727 clauses, 13642538 bytes)
12.29/12.40	c 13	64641 (80%) CSP integer variables are encoded (950206 clauses, 16040520 bytes)
12.38/12.53	c 13	72721 (90%) CSP integer variables are encoded (1053143 clauses, 17996323 bytes)
12.48/12.68	c 13	80801 (100%) CSP integer variables are encoded (1180071 clauses, 20407955 bytes)
15.40/15.50	c 16	12060 (10%) CSP clauses are encoded (1192131 clauses, 20711257 bytes)
18.09/18.22	c 18	24120 (20%) CSP clauses are encoded (1204191 clauses, 21021838 bytes)
20.80/20.95	c 21	36180 (30%) CSP clauses are encoded (1216251 clauses, 21340258 bytes)
463.43/476.88	c 477	ERROR Exception Too large HOME/temp.cnf
463.51/477.16	c 477	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
463.51/477.16	c 477	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
463.51/477.16	c 477	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
463.51/477.16	s UNKNOWN
463.54/478.31	c 478	CPU 447.39 (0.05 0.02 447.34 16.14)
463.54/478.31	c 478	END Thu Aug  7 21:14:26 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-1126891-1218135988/watcher-1126891-1218135988 -o /tmp/evaluation-result-1126891-1218135988/solver-1126891-1218135988 -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-1126891-1218135988.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: 0.00 0.00 0.00 4/74 12287
/proc/meminfo: memFree=344816/2055920 swapFree=4192956/4192956
[pid=12287] ppid=12285 vsize=12268 CPUtime=0
/proc/12287/stat : 12287 (sugar++) R 12285 12287 12208 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 140686279 12562432 316 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217051789925 0 0 4224 0 0 0 0 17 1 0 0
/proc/12287/statm: 3067 316 241 3 0 167 0

[startup+0.080154 s]
/proc/loadavg: 0.00 0.00 0.00 4/74 12287
/proc/meminfo: memFree=344816/2055920 swapFree=4192956/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=0.06
/proc/12287/stat : 12287 (sugar++) S 12285 12287 12208 0 -1 4194304 1220 128 0 0 5 1 0 0 17 0 1 0 140686279 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12287/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101164 s]
/proc/loadavg: 0.00 0.00 0.00 4/74 12287
/proc/meminfo: memFree=344816/2055920 swapFree=4192956/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=0.06
/proc/12287/stat : 12287 (sugar++) S 12285 12287 12208 0 -1 4194304 1220 128 0 0 5 1 0 0 17 0 1 0 140686279 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12287/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301198 s]
/proc/loadavg: 0.00 0.00 0.00 4/74 12287
/proc/meminfo: memFree=344816/2055920 swapFree=4192956/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=0.06
/proc/12287/stat : 12287 (sugar++) S 12285 12287 12208 0 -1 4194304 1220 128 0 0 5 1 0 0 17 0 1 0 140686279 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12287/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701275 s]
/proc/loadavg: 0.00 0.00 0.00 4/74 12287
/proc/meminfo: memFree=344816/2055920 swapFree=4192956/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=0.06
/proc/12287/stat : 12287 (sugar++) S 12285 12287 12208 0 -1 4194304 1220 128 0 0 5 1 0 0 17 0 1 0 140686279 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12287/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50243 s]
/proc/loadavg: 0.00 0.00 0.00 4/93 12317
/proc/meminfo: memFree=296400/2055920 swapFree=4192956/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=0.06
/proc/12287/stat : 12287 (sugar++) S 12285 12287 12208 0 -1 4194304 1220 128 0 0 5 1 0 0 17 0 1 0 140686279 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12287/statm: 4185 1104 409 3 0 764 0
[pid=12294] ppid=12287 vsize=5356 CPUtime=0
/proc/12294/stat : 12294 (sh) S 12287 12287 12208 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 140686287 5484544 233 18446744073709551615 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12294/statm: 1339 233 193 169 0 50 0
[pid=12295] ppid=12294 vsize=864656 CPUtime=1.39
/proc/12295/stat : 12295 (java) S 12294 12287 12208 0 -1 0 14708 0 1 0 130 9 0 0 18 0 9 0 140686288 885407744 12745 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12295/statm: 216164 12745 2529 9 0 210746 0
[pid=12295/tid=12300] ppid=12294 vsize=864656 CPUtime=0.75
/proc/12295/task/12300/stat : 12300 (java) R 12294 12287 12208 0 -1 64 3039 0 1 0 72 3 0 0 20 0 9 0 140686289 885407744 12745 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4126735623 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12295/tid=12301] ppid=12294 vsize=864656 CPUtime=0.47
/proc/12295/task/12301/stat : 12301 (java) S 12294 12287 12208 0 -1 64 10451 0 0 0 43 4 0 0 16 0 9 0 140686291 885407744 12745 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12295/tid=12302] ppid=12294 vsize=864656 CPUtime=0
/proc/12295/task/12302/stat : 12302 (java) S 12294 12287 12208 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 140686291 885407744 12745 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12295/tid=12303] ppid=12294 vsize=864656 CPUtime=0
/proc/12295/task/12303/stat : 12303 (java) S 12294 12287 12208 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686291 885407744 12745 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12295/tid=12304] ppid=12294 vsize=864656 CPUtime=0
/proc/12295/task/12304/stat : 12304 (java) S 12294 12287 12208 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 140686293 885407744 12745 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12295/tid=12305] ppid=12294 vsize=864656 CPUtime=0.13
/proc/12295/task/12305/stat : 12305 (java) S 12294 12287 12208 0 -1 64 519 0 0 0 13 0 0 0 16 0 9 0 140686293 885407744 12745 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12295/tid=12306] ppid=12294 vsize=864656 CPUtime=0
/proc/12295/task/12306/stat : 12306 (java) S 12294 12287 12208 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 140686293 885407744 12745 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12295/tid=12307] ppid=12294 vsize=864656 CPUtime=0
/proc/12295/task/12307/stat : 12307 (java) S 12294 12287 12208 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140686293 885407744 12745 18446744073709551615 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886752

[startup+3.10273 s]
/proc/loadavg: 0.00 0.00 0.00 4/93 12327
/proc/meminfo: memFree=307848/2055920 swapFree=4192956/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=1.55
/proc/12287/stat : 12287 (sugar++) S 12285 12287 12208 0 -1 4194304 1298 15135 0 1 5 2 138 10 15 0 1 0 140686279 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12287/statm: 4185 1104 409 3 0 764 0
[pid=12318] ppid=12287 vsize=5356 CPUtime=0
/proc/12318/stat : 12318 (sh) S 12287 12287 12208 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140686440 5484544 233 18446744073709551615 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12318/statm: 1339 233 193 169 0 50 0
[pid=12319] ppid=12318 vsize=864264 CPUtime=1.48
/proc/12319/stat : 12319 (java) S 12318 12287 12208 0 -1 0 11743 0 1 0 141 7 0 0 18 0 9 0 140686441 885006336 10081 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12319/statm: 216066 10081 2542 9 0 210641 0
[pid=12319/tid=12320] ppid=12318 vsize=864264 CPUtime=0.77
/proc/12319/task/12320/stat : 12320 (java) R 12318 12287 12208 0 -1 64 2977 0 1 0 75 2 0 0 25 0 9 0 140686442 885006336 10081 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12321] ppid=12318 vsize=864264 CPUtime=0.58
/proc/12319/task/12321/stat : 12321 (java) S 12318 12287 12208 0 -1 64 7721 0 0 0 55 3 0 0 16 0 9 0 140686443 885006336 10081 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12322] ppid=12318 vsize=864264 CPUtime=0
/proc/12319/task/12322/stat : 12322 (java) S 12318 12287 12208 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686443 885006336 10081 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12323] ppid=12318 vsize=864264 CPUtime=0
/proc/12319/task/12323/stat : 12323 (java) S 12318 12287 12208 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140686443 885006336 10081 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12324] ppid=12318 vsize=864264 CPUtime=0
/proc/12319/task/12324/stat : 12324 (java) S 12318 12287 12208 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140686445 885006336 10081 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12325] ppid=12318 vsize=864264 CPUtime=0.09
/proc/12319/task/12325/stat : 12325 (java) R 12318 12287 12208 0 -1 64 349 0 0 0 9 0 0 0 16 0 9 0 140686445 885006336 10081 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 102485971 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12326] ppid=12318 vsize=864264 CPUtime=0
/proc/12319/task/12326/stat : 12326 (java) S 12318 12287 12208 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140686445 885006336 10081 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12327] ppid=12318 vsize=864264 CPUtime=0
/proc/12319/task/12327/stat : 12327 (java) S 12318 12287 12208 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140686445 885006336 10081 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886360

[startup+6.30235 s]
/proc/loadavg: 0.24 0.05 0.02 3/93 12327
/proc/meminfo: memFree=208136/2055920 swapFree=4192956/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=1.55
/proc/12287/stat : 12287 (sugar++) S 12285 12287 12208 0 -1 4194304 1298 15135 0 1 5 2 138 10 15 0 1 0 140686279 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12287/statm: 4185 1104 409 3 0 764 0
[pid=12318] ppid=12287 vsize=5356 CPUtime=0
/proc/12318/stat : 12318 (sh) S 12287 12287 12208 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140686440 5484544 233 18446744073709551615 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12318/statm: 1339 233 193 169 0 50 0
[pid=12319] ppid=12318 vsize=868432 CPUtime=4.66
/proc/12319/stat : 12319 (java) S 12318 12287 12208 0 -1 0 27727 0 1 0 452 14 0 0 18 0 9 0 140686441 889274368 25097 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12319/statm: 217108 25097 2540 9 0 211683 0
[pid=12319/tid=12320] ppid=12318 vsize=868432 CPUtime=2.68
/proc/12319/task/12320/stat : 12320 (java) R 12318 12287 12208 0 -1 64 3742 0 1 0 265 3 0 0 19 0 9 0 140686442 889274368 25097 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4126860804 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12319/tid=12321] ppid=12318 vsize=868432 CPUtime=1.73
/proc/12319/task/12321/stat : 12321 (java) S 12318 12287 12208 0 -1 64 21807 0 0 0 164 9 0 0 16 0 9 0 140686443 889274368 25097 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12319/tid=12322] ppid=12318 vsize=868432 CPUtime=0
/proc/12319/task/12322/stat : 12322 (java) S 12318 12287 12208 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686443 889274368 25097 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12323] ppid=12318 vsize=868432 CPUtime=0
/proc/12319/task/12323/stat : 12323 (java) S 12318 12287 12208 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140686443 889274368 25097 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12324] ppid=12318 vsize=868432 CPUtime=0
/proc/12319/task/12324/stat : 12324 (java) S 12318 12287 12208 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140686445 889274368 25097 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12325] ppid=12318 vsize=868432 CPUtime=0.22
/proc/12319/task/12325/stat : 12325 (java) S 12318 12287 12208 0 -1 64 1482 0 0 0 22 0 0 0 16 0 9 0 140686445 889274368 25097 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12326] ppid=12318 vsize=868432 CPUtime=0
/proc/12319/task/12326/stat : 12326 (java) S 12318 12287 12208 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140686445 889274368 25097 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12327] ppid=12318 vsize=868432 CPUtime=0
/proc/12319/task/12327/stat : 12327 (java) S 12318 12287 12208 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140686445 889274368 25097 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890528

[startup+12.7018 s]
/proc/loadavg: 0.62 0.13 0.04 2/78 12435
/proc/meminfo: memFree=204664/2055920 swapFree=4192956/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=1.55
/proc/12287/stat : 12287 (sugar++) S 12285 12287 12208 0 -1 4194304 1298 15135 0 1 5 2 138 10 15 0 1 0 140686279 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12287/statm: 4185 1104 409 3 0 764 0
[pid=12318] ppid=12287 vsize=5356 CPUtime=0
/proc/12318/stat : 12318 (sh) S 12287 12287 12208 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140686440 5484544 233 18446744073709551615 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12318/statm: 1339 233 193 169 0 50 0
[pid=12319] ppid=12318 vsize=868544 CPUtime=11.04
/proc/12319/stat : 12319 (java) S 12318 12287 12208 0 -1 0 51164 0 2 0 1066 38 0 0 18 0 9 0 140686441 889389056 34792 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12319/statm: 217136 34792 2567 9 0 211683 0
[pid=12319/tid=12320] ppid=12318 vsize=868544 CPUtime=7.3
/proc/12319/task/12320/stat : 12320 (java) R 12318 12287 12208 0 -1 64 4523 0 2 0 714 16 0 0 17 0 9 0 140686442 889389056 34792 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4125964339 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12321] ppid=12318 vsize=868544 CPUtime=3.43
/proc/12319/task/12321/stat : 12321 (java) S 12318 12287 12208 0 -1 64 44423 0 0 0 323 20 0 0 16 0 9 0 140686443 889389056 34792 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12322] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12322/stat : 12322 (java) S 12318 12287 12208 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686443 889389056 34792 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12323] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12323/stat : 12323 (java) S 12318 12287 12208 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140686443 889389056 34792 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12324] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12324/stat : 12324 (java) S 12318 12287 12208 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140686445 889389056 34792 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12325] ppid=12318 vsize=868544 CPUtime=0.28
/proc/12319/task/12325/stat : 12325 (java) R 12318 12287 12208 0 -1 64 1522 0 0 0 27 1 0 0 16 0 9 0 140686445 889389056 34792 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12319/tid=12326] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12326/stat : 12326 (java) S 12318 12287 12208 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140686445 889389056 34792 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12327] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12327/stat : 12327 (java) S 12318 12287 12208 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140686445 889389056 34792 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 890640

[startup+25.5022 s]
/proc/loadavg: 0.70 0.17 0.06 2/75 12439
/proc/meminfo: memFree=149928/2055920 swapFree=4192956/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=1.55
/proc/12287/stat : 12287 (sugar++) S 12285 12287 12208 0 -1 4194304 1298 15135 0 1 5 2 138 10 16 0 1 0 140686279 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12287/statm: 4185 1104 409 3 0 764 0
[pid=12318] ppid=12287 vsize=5356 CPUtime=0
/proc/12318/stat : 12318 (sh) S 12287 12287 12208 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140686440 5484544 233 18446744073709551615 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12318/statm: 1339 233 193 169 0 50 0
[pid=12319] ppid=12318 vsize=868544 CPUtime=23.84
/proc/12319/stat : 12319 (java) S 12318 12287 12208 0 -1 0 51525 0 2 0 2317 67 0 0 18 0 9 0 140686441 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12319/statm: 217136 34816 2567 9 0 211683 0
[pid=12319/tid=12320] ppid=12318 vsize=868544 CPUtime=19.74
/proc/12319/task/12320/stat : 12320 (java) R 12318 12287 12208 0 -1 64 4860 0 2 0 1931 43 0 0 16 0 9 0 140686442 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4126566324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12321] ppid=12318 vsize=868544 CPUtime=3.76
/proc/12319/task/12321/stat : 12321 (java) S 12318 12287 12208 0 -1 64 44423 0 0 0 355 21 0 0 16 0 9 0 140686443 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12319/tid=12322] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12322/stat : 12322 (java) S 12318 12287 12208 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686443 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12323] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12323/stat : 12323 (java) S 12318 12287 12208 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140686443 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/12287/statm: 4185 1104 409 3 0 764 0
[pid=12318] ppid=12287 vsize=5356 CPUtime=0
/proc/12318/stat : 12318 (sh) S 12287 12287 12208 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140686440 5484544 233 18446744073709551615 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12318/statm: 1339 233 193 169 0 50 0
[pid=12319] ppid=12318 vsize=868544 CPUtime=337.2
/proc/12319/stat : 12319 (java) S 12318 12287 12208 0 -1 0 55811 0 2 0 33086 634 0 0 18 0 9 0 140686441 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12319/statm: 217136 34816 2567 9 0 211683 0
[pid=12319/tid=12320] ppid=12318 vsize=868544 CPUtime=330.71
/proc/12319/task/12320/stat : 12320 (java) R 12318 12287 12208 0 -1 64 9146 0 2 0 32488 583 0 0 25 0 9 0 140686442 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12321] ppid=12318 vsize=868544 CPUtime=6.14
/proc/12319/task/12321/stat : 12321 (java) S 12318 12287 12208 0 -1 64 44423 0 0 0 566 48 0 0 16 0 9 0 140686443 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12322] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12322/stat : 12322 (java) S 12318 12287 12208 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686443 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12323] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12323/stat : 12323 (java) S 12318 12287 12208 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140686443 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12324] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12324/stat : 12324 (java) S 12318 12287 12208 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140686445 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12325] ppid=12318 vsize=868544 CPUtime=0.31
/proc/12319/task/12325/stat : 12325 (java) S 12318 12287 12208 0 -1 64 1546 0 0 0 30 1 0 0 15 0 9 0 140686445 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12319/tid=12326] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12326/stat : 12326 (java) S 12318 12287 12208 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140686445 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12327] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12327/stat : 12327 (java) S 12318 12287 12208 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140686445 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 338.75
Current children cumulated vsize (KiB) 890640

[startup+402.303 s]
/proc/loadavg: 2.75 1.41 0.60 2/75 12441
/proc/meminfo: memFree=15464/2055920 swapFree=4192812/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=1.55
/proc/12287/stat : 12287 (sugar++) S 12285 12287 12208 0 -1 4194304 1298 15135 0 1 5 2 138 10 16 0 1 0 140686279 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12287/statm: 4185 1104 409 3 0 764 0
[pid=12318] ppid=12287 vsize=5356 CPUtime=0
/proc/12318/stat : 12318 (sh) S 12287 12287 12208 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140686440 5484544 233 18446744073709551615 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12318/statm: 1339 233 193 169 0 50 0
[pid=12319] ppid=12318 vsize=868544 CPUtime=392.9
/proc/12319/stat : 12319 (java) S 12318 12287 12208 0 -1 0 57388 0 2 0 38223 1067 0 0 18 0 9 0 140686441 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12319/statm: 217136 34816 2567 9 0 211683 0
[pid=12319/tid=12320] ppid=12318 vsize=868544 CPUtime=385.58
/proc/12319/task/12320/stat : 12320 (java) R 12318 12287 12208 0 -1 64 10723 0 2 0 37553 1005 0 0 16 0 9 0 140686442 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4127085058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12321] ppid=12318 vsize=868544 CPUtime=6.97
/proc/12319/task/12321/stat : 12321 (java) S 12318 12287 12208 0 -1 64 44423 0 0 0 638 59 0 0 15 0 9 0 140686443 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12319/tid=12322] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12322/stat : 12322 (java) S 12318 12287 12208 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686443 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12323] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12323/stat : 12323 (java) S 12318 12287 12208 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140686443 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12324] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12324/stat : 12324 (java) S 12318 12287 12208 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140686445 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12325] ppid=12318 vsize=868544 CPUtime=0.31
/proc/12319/task/12325/stat : 12325 (java) S 12318 12287 12208 0 -1 64 1546 0 0 0 30 1 0 0 15 0 9 0 140686445 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12319/tid=12326] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12326/stat : 12326 (java) S 12318 12287 12208 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140686445 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12327] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12327/stat : 12327 (java) S 12318 12287 12208 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140686445 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 394.45
Current children cumulated vsize (KiB) 890640

[startup+462.301 s]
/proc/loadavg: 4.31 2.10 0.88 2/82 12454
/proc/meminfo: memFree=16176/2055920 swapFree=4192812/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=1.55
/proc/12287/stat : 12287 (sugar++) S 12285 12287 12208 0 -1 4194304 1298 15135 0 1 5 2 138 10 16 0 1 0 140686279 17141760 1104 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12287/statm: 4185 1104 409 3 0 764 0
[pid=12318] ppid=12287 vsize=5356 CPUtime=0
/proc/12318/stat : 12318 (sh) S 12287 12287 12208 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140686440 5484544 233 18446744073709551615 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12318/statm: 1339 233 193 169 0 50 0
[pid=12319] ppid=12318 vsize=868544 CPUtime=448.43
/proc/12319/stat : 12319 (java) S 12318 12287 12208 0 -1 0 58952 0 2 0 43349 1494 0 0 18 0 9 0 140686441 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12319/statm: 217136 34816 2567 9 0 211683 0
[pid=12319/tid=12320] ppid=12318 vsize=868544 CPUtime=440.23
/proc/12319/task/12320/stat : 12320 (java) R 12318 12287 12208 0 -1 64 12287 0 2 0 42600 1423 0 0 25 0 9 0 140686442 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4126571505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12321] ppid=12318 vsize=868544 CPUtime=7.85
/proc/12319/task/12321/stat : 12321 (java) S 12318 12287 12208 0 -1 64 44423 0 0 0 717 68 0 0 16 0 9 0 140686443 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12322] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12322/stat : 12322 (java) S 12318 12287 12208 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140686443 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12323] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12323/stat : 12323 (java) S 12318 12287 12208 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140686443 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12324] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12324/stat : 12324 (java) S 12318 12287 12208 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140686445 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12325] ppid=12318 vsize=868544 CPUtime=0.31
/proc/12319/task/12325/stat : 12325 (java) S 12318 12287 12208 0 -1 64 1546 0 0 0 30 1 0 0 15 0 9 0 140686445 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12319/tid=12326] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12326/stat : 12326 (java) S 12318 12287 12208 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 140686445 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12319/tid=12327] ppid=12318 vsize=868544 CPUtime=0
/proc/12319/task/12327/stat : 12327 (java) S 12318 12287 12208 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140686445 889389056 34816 18446744073709551615 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 449.98
Current children cumulated vsize (KiB) 890640

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

[startup+486.302 s]
/proc/loadavg: 4.53 2.35 1.00 1/70 12458
/proc/meminfo: memFree=1588888/2055920 swapFree=4192812/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=464.32
/proc/12287/stat : 12287 (sugar++) D 12285 12287 12208 0 -1 4194304 1321 74764 0 3 5 79 44734 1614 15 0 1 0 140686279 17141760 1105 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/12287/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 464.32
Current children cumulated vsize (KiB) 16740

[startup+499.101 s]
/proc/loadavg: 4.19 2.38 1.03 1/70 12458
/proc/meminfo: memFree=1730968/2055920 swapFree=4192812/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=464.42
/proc/12287/stat : 12287 (sugar++) D 12285 12287 12208 0 -1 4194304 1321 74764 0 3 5 89 44734 1614 15 0 1 0 140686279 17141760 1105 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12287/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 464.42
Current children cumulated vsize (KiB) 16740

[startup+511.902 s]
/proc/loadavg: 4.00 2.40 1.05 1/70 12458
/proc/meminfo: memFree=1884312/2055920 swapFree=4192812/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=464.51
/proc/12287/stat : 12287 (sugar++) D 12285 12287 12208 0 -1 4194304 1321 74764 0 3 5 98 44734 1614 15 0 1 0 140686279 17141760 1105 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/12287/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 464.51
Current children cumulated vsize (KiB) 16740

[startup+515.101 s]
/proc/loadavg: 3.84 2.39 1.05 1/69 12458
/proc/meminfo: memFree=1914464/2055920 swapFree=4192812/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=464.52
/proc/12287/stat : 12287 (sugar++) D 12285 12287 12208 0 -1 4194304 1321 74764 0 3 5 99 44734 1614 15 0 1 0 140686279 17141760 1105 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12287/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 464.52
Current children cumulated vsize (KiB) 16740

[startup+518.302 s]
/proc/loadavg: 3.84 2.39 1.05 1/69 12458
/proc/meminfo: memFree=1937312/2055920 swapFree=4192812/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=464.54
/proc/12287/stat : 12287 (sugar++) D 12285 12287 12208 0 -1 4194304 1321 74764 0 3 5 101 44734 1614 15 0 1 0 140686279 17141760 1105 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12287/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 464.54
Current children cumulated vsize (KiB) 16740

[startup+519.101 s]
/proc/loadavg: 3.70 2.38 1.06 1/68 12458
/proc/meminfo: memFree=1945576/2055920 swapFree=4192812/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=464.6
/proc/12287/stat : 12287 (sugar++) D 12285 12287 12208 0 -1 4194304 1321 74764 0 3 5 107 44734 1614 15 0 1 0 140686279 17141760 1105 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217051796521 0 0 4224 16386 18446744072099202260 0 0 17 0 0 0
/proc/12287/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 464.6
Current children cumulated vsize (KiB) 16740

[startup+519.501 s]
/proc/loadavg: 3.70 2.38 1.06 1/68 12458
/proc/meminfo: memFree=1945576/2055920 swapFree=4192812/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=464.69
/proc/12287/stat : 12287 (sugar++) D 12285 12287 12208 0 -1 4194304 1321 74764 0 3 5 116 44734 1614 15 0 1 0 140686279 17141760 1105 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12287/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 464.69
Current children cumulated vsize (KiB) 16740

[startup+519.701 s]
/proc/loadavg: 3.70 2.38 1.06 1/68 12458
/proc/meminfo: memFree=1945576/2055920 swapFree=4192812/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=464.7
/proc/12287/stat : 12287 (sugar++) D 12285 12287 12208 0 -1 4194304 1321 74764 0 3 5 117 44734 1614 15 0 1 0 140686279 17141760 1105 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12287/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 464.7
Current children cumulated vsize (KiB) 16740

[startup+519.801 s]
/proc/loadavg: 3.70 2.38 1.06 1/68 12458
/proc/meminfo: memFree=1945576/2055920 swapFree=4192812/4192956
[pid=12287] ppid=12285 vsize=16740 CPUtime=464.7
/proc/12287/stat : 12287 (sugar++) D 12285 12287 12208 0 -1 4194304 1321 74764 0 3 5 117 44734 1614 15 0 1 0 140686279 17141760 1105 18446744073709551615 4194304 4206940 548682068560 18446744073709551615 217051796521 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12287/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 464.7
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 519.867
CPU time (s): 464.726
CPU user time (s): 447.404
CPU system time (s): 17.3224
CPU usage (%): 89.3933
Max. virtual memory (cumulated for all children) (KiB): 916140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 447.404
system time used= 17.3224
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76141
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61661
involuntary context switches= 51680

runsolver used 0.701893 second user time and 1.3078 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-08-07 21:06:28
IDJOB=1126891
IDBENCH=66101
IDSOLVER=367
FILE ID=node59/1126891-1218135988
PBS_JOBID= 8000785
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/warehouses/normalized-capmp2_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-1126891-1218135988/watcher-1126891-1218135988 -o /tmp/evaluation-result-1126891-1218135988/solver-1126891-1218135988 -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-1126891-1218135988.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dec8f5a04243737d42e444af5cc65e84
RANDOM SEED=6984254

node59.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.272
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.272
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:        346136 kB
Buffers:         51536 kB
Cached:        1512056 kB
SwapCached:          0 kB
Active:         553752 kB
Inactive:      1028032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        346136 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4644 kB
Writeback:           0 kB
Mapped:          29140 kB
Slab:           113160 kB
Committed_AS:   117696 kB
PageTables:       1916 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= 66560 MiB
End job on node59 at 2008-08-07 21:15:08