Trace number 1111663

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? (TO) 3600.05 3602.53

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg14-17_ext.xml
MD5SUM8a2800653f6a3fd24064aa5b82dfed2c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints31
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of constraints31
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension31
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 10:31:08 2008
0.00/0.08	c 0	PID 15188
0.06/0.08	c 0	HOST node29.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1111663-1215851468.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111663-1215851468.xml' 'HOME/temp.csp'
0.07/0.87	c 1	1 domains, 238 variables, 0 predicates, 2 relations, 31 constraints
0.07/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.92	c 1	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'
0.92/1.01	c 1	Parsing HOME/temp.csp
1.40/1.57	c 2	parsed 272 expressions
1.40/1.57	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.40/1.58	c 2	MAX CSP: 31 constraints
1.40/1.58	c 2	Converting to clausal form CSP
1.51/1.60	c 2	converted 31 (10%) expressions
1.51/1.60	c 2	converted 62 (20%) expressions
1.51/1.60	c 2	converted 92 (30%) expressions
1.51/1.60	c 2	converted 123 (40%) expressions
1.51/1.60	c 2	converted 153 (50%) expressions
1.51/1.60	c 2	converted 184 (60%) expressions
1.51/1.60	c 2	converted 215 (70%) expressions
2.99/3.16	c 3	converted 245 (80%) expressions
13.18/13.40	c 14	converted 276 (90%) expressions
16.06/16.32	c 17	converted 306 (100%) expressions
16.06/16.32	c 17	CSP : 300 integers, 0 booleans, 92 clauses, largest domain size 47
16.06/16.32	c 17	Heap : 344 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.06/16.32	c 17	Propagation in CSP
16.06/16.32	c 17	26 values, 0 unsatisfiable literals, and 0 valid clauses are removed
16.06/16.32	c 17	CSP : 300 integers, 0 booleans, 92 clauses, largest domain size 32
16.06/16.32	c 17	Heap : 344 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.06/16.32	c 17	Simplifing CSP by introducing new Boolean variables
16.06/16.32	c 17	CSP : 300 integers, 0 booleans, 92 clauses, largest domain size 32
16.06/16.32	c 17	Heap : 344 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.94/18.22	c 19	Encoding CSP to SAT : HOME/temp.cnf
17.94/18.25	c 19	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
17.94/18.26	c 19	60 (20%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
17.94/18.26	c 19	90 (30%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
17.94/18.26	c 19	120 (40%) CSP integer variables are encoded (2880 clauses, 35377 bytes)
17.94/18.26	c 19	150 (50%) CSP integer variables are encoded (3600 clauses, 44737 bytes)
17.94/18.26	c 19	180 (60%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
17.94/18.26	c 19	210 (70%) CSP integer variables are encoded (5040 clauses, 63457 bytes)
17.94/18.26	c 19	240 (80%) CSP integer variables are encoded (5712 clauses, 72193 bytes)
17.94/18.26	c 19	270 (90%) CSP integer variables are encoded (5742 clauses, 72583 bytes)
17.94/18.27	c 19	300 (100%) CSP integer variables are encoded (5934 clauses, 75079 bytes)
3600.05/3602.43	c ERROR INTERRUPTED
3600.05/3602.52	s UNKNOWN
3600.05/3602.52	c 3603	CPU 0.77 (0.05 0.02 0.72 0.06)
3600.05/3602.52	c 3603	END Sat Jul 12 11:31:11 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-1111663-1215851468/watcher-1111663-1215851468 -o /tmp/evaluation-result-1111663-1215851468/solver-1111663-1215851468 -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-1111663-1215851468.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: 1.92 2.00 1.99 4/81 15188
/proc/meminfo: memFree=1790416/2055920 swapFree=4180012/4192956
[pid=15188] ppid=15186 vsize=3672 CPUtime=0
/proc/15188/stat : 15188 (sugar++) R 15186 15188 14600 0 -1 4194304 53 0 0 0 0 0 0 0 20 0 1 0 41848540 3760128 38 996147200 4194304 4206940 548682068528 18446744073709551615 221778081161 0 0 4096 0 0 0 0 17 1 0 0
/proc/15188/statm: 918 38 29 3 0 8 0

[startup+0.0822659 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 15188
/proc/meminfo: memFree=1790416/2055920 swapFree=4180012/4192956
[pid=15188] ppid=15186 vsize=16740 CPUtime=0.06
/proc/15188/stat : 15188 (sugar++) S 15186 15188 14600 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 41848540 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15188/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102358 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 15188
/proc/meminfo: memFree=1790416/2055920 swapFree=4180012/4192956
[pid=15188] ppid=15186 vsize=16740 CPUtime=0.07
/proc/15188/stat : 15188 (sugar++) S 15186 15188 14600 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41848540 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15188/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302359 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 15188
/proc/meminfo: memFree=1790416/2055920 swapFree=4180012/4192956
[pid=15188] ppid=15186 vsize=16740 CPUtime=0.07
/proc/15188/stat : 15188 (sugar++) S 15186 15188 14600 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41848540 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15188/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702381 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 15188
/proc/meminfo: memFree=1790416/2055920 swapFree=4180012/4192956
[pid=15188] ppid=15186 vsize=16740 CPUtime=0.07
/proc/15188/stat : 15188 (sugar++) S 15186 15188 14600 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 41848540 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15188/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50144 s]
/proc/loadavg: 1.92 2.00 1.99 3/92 15210
/proc/meminfo: memFree=1782072/2055920 swapFree=4180012/4192956
[pid=15188] ppid=15186 vsize=16740 CPUtime=0.85
/proc/15188/stat : 15188 (sugar++) S 15186 15188 14600 0 -1 4194304 1296 9061 0 1 5 2 72 6 15 0 1 0 41848540 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15188/statm: 4185 1104 409 3 0 764 0
[pid=15201] ppid=15188 vsize=5356 CPUtime=0
/proc/15201/stat : 15201 (sh) S 15188 15188 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41848632 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15201/statm: 1339 233 193 169 0 50 0
[pid=15202] ppid=15201 vsize=864328 CPUtime=0.55
/proc/15202/stat : 15202 (java) S 15201 15188 14600 0 -1 0 6843 0 1 0 52 3 0 0 19 0 9 0 41848633 885071872 6085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15202/statm: 216082 6085 2532 9 0 210664 0
[pid=15202/tid=15203] ppid=15201 vsize=864328 CPUtime=0.32
/proc/15202/task/15203/stat : 15203 (java) R 15201 15188 14600 0 -1 64 2451 0 1 0 31 1 0 0 21 0 9 0 41848634 885071872 6085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15204] ppid=15201 vsize=864328 CPUtime=0.16
/proc/15202/task/15204/stat : 15204 (java) R 15201 15188 14600 0 -1 64 3373 0 0 0 15 1 0 0 16 0 9 0 41848635 885071872 6085 996147200 134512640 134550740 4294955920 18446744073709551615 102479001 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15205] ppid=15201 vsize=864328 CPUtime=0
/proc/15202/task/15205/stat : 15205 (java) S 15201 15188 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41848635 885071872 6085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15206] ppid=15201 vsize=864328 CPUtime=0
/proc/15202/task/15206/stat : 15206 (java) S 15201 15188 14600 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41848635 885071872 6085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15207] ppid=15201 vsize=864328 CPUtime=0
/proc/15202/task/15207/stat : 15207 (java) S 15201 15188 14600 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41848637 885071872 6085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15208] ppid=15201 vsize=864328 CPUtime=0.05
/proc/15202/task/15208/stat : 15208 (java) S 15201 15188 14600 0 -1 64 322 0 0 0 5 0 0 0 17 0 9 0 41848637 885071872 6085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15209] ppid=15201 vsize=864328 CPUtime=0
/proc/15202/task/15209/stat : 15209 (java) S 15201 15188 14600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41848637 885071872 6085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15210] ppid=15201 vsize=864328 CPUtime=0
/proc/15202/task/15210/stat : 15210 (java) S 15201 15188 14600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41848637 885071872 6085 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886424

[startup+3.10154 s]
/proc/loadavg: 2.01 2.02 2.00 4/92 15210
/proc/meminfo: memFree=1754104/2055920 swapFree=4180012/4192956
[pid=15188] ppid=15186 vsize=16740 CPUtime=0.85
/proc/15188/stat : 15188 (sugar++) S 15186 15188 14600 0 -1 4194304 1296 9061 0 1 5 2 72 6 15 0 1 0 41848540 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15188/statm: 4185 1104 409 3 0 764 0
[pid=15201] ppid=15188 vsize=5356 CPUtime=0
/proc/15201/stat : 15201 (sh) S 15188 15188 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41848632 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15201/statm: 1339 233 193 169 0 50 0
[pid=15202] ppid=15201 vsize=864224 CPUtime=2.14
/proc/15202/stat : 15202 (java) S 15201 15188 14600 0 -1 0 17459 0 1 0 204 10 0 0 19 0 9 0 41848633 884965376 15841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15202/statm: 216056 15841 2540 9 0 210631 0
[pid=15202/tid=15203] ppid=15201 vsize=864224 CPUtime=0.82
/proc/15202/task/15203/stat : 15203 (java) R 15201 15188 14600 0 -1 64 3140 0 1 0 81 1 0 0 21 0 9 0 41848634 884965376 15841 996147200 134512640 134550740 4294955920 18446744073709551615 4126552149 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15204] ppid=15201 vsize=864224 CPUtime=1.21
/proc/15202/task/15204/stat : 15204 (java) S 15201 15188 14600 0 -1 64 13286 0 0 0 114 7 0 0 18 0 9 0 41848635 884965376 15841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15205] ppid=15201 vsize=864224 CPUtime=0
/proc/15202/task/15205/stat : 15205 (java) S 15201 15188 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41848635 884965376 15841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15206] ppid=15201 vsize=864224 CPUtime=0
/proc/15202/task/15206/stat : 15206 (java) S 15201 15188 14600 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41848635 884965376 15841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15207] ppid=15201 vsize=864224 CPUtime=0
/proc/15202/task/15207/stat : 15207 (java) S 15201 15188 14600 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41848637 884965376 15841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15208] ppid=15201 vsize=864224 CPUtime=0.07
/proc/15202/task/15208/stat : 15208 (java) S 15201 15188 14600 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 41848637 884965376 15841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15209] ppid=15201 vsize=864224 CPUtime=0
/proc/15202/task/15209/stat : 15209 (java) S 15201 15188 14600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41848637 884965376 15841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15210] ppid=15201 vsize=864224 CPUtime=0
/proc/15202/task/15210/stat : 15210 (java) S 15201 15188 14600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41848637 884965376 15841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886320

[startup+6.30274 s]
/proc/loadavg: 2.01 2.02 2.00 3/92 15210
/proc/meminfo: memFree=1660088/2055920 swapFree=4180012/4192956
[pid=15188] ppid=15186 vsize=16740 CPUtime=0.85
/proc/15188/stat : 15188 (sugar++) S 15186 15188 14600 0 -1 4194304 1296 9061 0 1 5 2 72 6 16 0 1 0 41848540 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15188/statm: 4185 1104 409 3 0 764 0
[pid=15201] ppid=15188 vsize=5356 CPUtime=0
/proc/15201/stat : 15201 (sh) S 15188 15188 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41848632 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15201/statm: 1339 233 193 169 0 50 0
[pid=15202] ppid=15201 vsize=864224 CPUtime=5.31
/proc/15202/stat : 15202 (java) S 15201 15188 14600 0 -1 0 46043 0 1 0 504 27 0 0 19 0 9 0 41848633 884965376 33301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15202/statm: 216056 33301 2540 9 0 210631 0
[pid=15202/tid=15203] ppid=15201 vsize=864224 CPUtime=1.68
/proc/15202/task/15203/stat : 15203 (java) R 15201 15188 14600 0 -1 64 3968 0 1 0 166 2 0 0 17 0 9 0 41848634 884965376 33301 996147200 134512640 134550740 4294955920 18446744073709551615 4126551017 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15204] ppid=15201 vsize=864224 CPUtime=3.53
/proc/15202/task/15204/stat : 15204 (java) R 15201 15188 14600 0 -1 64 41042 0 0 0 330 23 0 0 25 0 9 0 41848635 884965376 33301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15205] ppid=15201 vsize=864224 CPUtime=0
/proc/15202/task/15205/stat : 15205 (java) S 15201 15188 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41848635 884965376 33301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15206] ppid=15201 vsize=864224 CPUtime=0
/proc/15202/task/15206/stat : 15206 (java) S 15201 15188 14600 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41848635 884965376 33301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15207] ppid=15201 vsize=864224 CPUtime=0
/proc/15202/task/15207/stat : 15207 (java) S 15201 15188 14600 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41848637 884965376 33301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15208] ppid=15201 vsize=864224 CPUtime=0.07
/proc/15202/task/15208/stat : 15208 (java) S 15201 15188 14600 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 41848637 884965376 33301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15209] ppid=15201 vsize=864224 CPUtime=0
/proc/15202/task/15209/stat : 15209 (java) S 15201 15188 14600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41848637 884965376 33301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15210] ppid=15201 vsize=864224 CPUtime=0
/proc/15202/task/15210/stat : 15210 (java) S 15201 15188 14600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41848637 884965376 33301 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886320

[startup+12.7021 s]
/proc/loadavg: 2.09 2.03 2.01 4/92 15210
/proc/meminfo: memFree=1503544/2055920 swapFree=4180012/4192956
[pid=15188] ppid=15186 vsize=16740 CPUtime=0.85
/proc/15188/stat : 15188 (sugar++) S 15186 15188 14600 0 -1 4194304 1296 9061 0 1 5 2 72 6 16 0 1 0 41848540 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15188/statm: 4185 1104 409 3 0 764 0
[pid=15201] ppid=15188 vsize=5356 CPUtime=0
/proc/15201/stat : 15201 (sh) S 15188 15188 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41848632 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15201/statm: 1339 233 193 169 0 50 0
[pid=15202] ppid=15201 vsize=864224 CPUtime=11.64
/proc/15202/stat : 15202 (java) S 15201 15188 14600 0 -1 0 103150 0 1 0 1105 59 0 0 19 0 9 0 41848633 884965376 79772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15202/statm: 216056 79772 2540 9 0 210631 0
[pid=15202/tid=15203] ppid=15201 vsize=864224 CPUtime=3.97
/proc/15202/task/15203/stat : 15203 (java) S 15201 15188 14600 0 -1 64 5792 0 1 0 394 3 0 0 17 0 9 0 41848634 884965376 79772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15204] ppid=15201 vsize=864224 CPUtime=7.57
/proc/15202/task/15204/stat : 15204 (java) R 15201 15188 14600 0 -1 64 96325 0 0 0 702 55 0 0 25 0 9 0 41848635 884965376 79772 996147200 134512640 134550740 4294955920 18446744073709551615 104187948 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15205] ppid=15201 vsize=864224 CPUtime=0
/proc/15202/task/15205/stat : 15205 (java) S 15201 15188 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41848635 884965376 79772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15206] ppid=15201 vsize=864224 CPUtime=0
/proc/15202/task/15206/stat : 15206 (java) S 15201 15188 14600 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41848635 884965376 79772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15207] ppid=15201 vsize=864224 CPUtime=0
/proc/15202/task/15207/stat : 15207 (java) S 15201 15188 14600 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41848637 884965376 79772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15208] ppid=15201 vsize=864224 CPUtime=0.07
/proc/15202/task/15208/stat : 15208 (java) S 15201 15188 14600 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 41848637 884965376 79772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15209] ppid=15201 vsize=864224 CPUtime=0
/proc/15202/task/15209/stat : 15209 (java) S 15201 15188 14600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41848637 884965376 79772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15210] ppid=15201 vsize=864224 CPUtime=0
/proc/15202/task/15210/stat : 15210 (java) S 15201 15188 14600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41848637 884965376 79772 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886320

[startup+25.5029 s]
/proc/loadavg: 2.07 2.03 2.00 3/92 15210
/proc/meminfo: memFree=1389048/2055920 swapFree=4180012/4192956
[pid=15188] ppid=15186 vsize=16740 CPUtime=0.85
/proc/15188/stat : 15188 (sugar++) S 15186 15188 14600 0 -1 4194304 1297 9061 0 1 5 2 72 6 16 0 1 0 41848540 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15188/statm: 4185 1104 409 3 0 764 0
[pid=15201] ppid=15188 vsize=5356 CPUtime=0
/proc/15201/stat : 15201 (sh) S 15188 15188 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41848632 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15201/statm: 1339 233 193 169 0 50 0
[pid=15202] ppid=15201 vsize=864336 CPUtime=24.38
/proc/15202/stat : 15202 (java) S 15201 15188 14600 0 -1 0 141043 0 1 0 2360 78 0 0 19 0 9 0 41848633 885080064 101522 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15202/statm: 216084 101522 2565 9 0 210631 0
[pid=15202/tid=15203] ppid=15201 vsize=864336 CPUtime=11.68
/proc/15202/task/15203/stat : 15203 (java) R 15201 15188 14600 0 -1 64 8214 0 1 0 1164 4 0 0 25 0 9 0 41848634 885080064 101522 996147200 134512640 134550740 4294955920 18446744073709551615 4126577760 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15204] ppid=15201 vsize=864336 CPUtime=12.57
/proc/15202/task/15204/stat : 15204 (java) S 15201 15188 14600 0 -1 64 131771 0 0 0 1184 73 0 0 17 0 9 0 41848635 885080064 101522 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15205] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15205/stat : 15205 (java) S 15201 15188 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41848635 885080064 101522 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15206] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15206/stat : 15206 (java) S 15201 15188 14600 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41848635 885080064 101522 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/15201/stat : 15201 (sh) S 15188 15188 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41848632 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15201/statm: 1339 233 193 169 0 50 0
[pid=15202] ppid=15201 vsize=864336 CPUtime=3399.16
/proc/15202/stat : 15202 (java) S 15201 15188 14600 0 -1 0 202890 0 1 0 339718 198 0 0 19 0 9 0 41848633 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15202/statm: 216084 157068 2565 9 0 210631 0
[pid=15202/tid=15203] ppid=15201 vsize=864336 CPUtime=3380.62
/proc/15202/task/15203/stat : 15203 (java) R 15201 15188 14600 0 -1 64 8520 0 1 0 337968 94 0 0 25 0 9 0 41848634 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4126641860 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15204] ppid=15201 vsize=864336 CPUtime=18.39
/proc/15202/task/15204/stat : 15204 (java) S 15201 15188 14600 0 -1 64 193304 0 0 0 1737 102 0 0 16 0 9 0 41848635 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15205] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15205/stat : 15205 (java) S 15201 15188 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41848635 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15206] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15206/stat : 15206 (java) S 15201 15188 14600 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41848635 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15207] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15207/stat : 15207 (java) S 15201 15188 14600 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15208] ppid=15201 vsize=864336 CPUtime=0.12
/proc/15202/task/15208/stat : 15208 (java) S 15201 15188 14600 0 -1 64 369 0 0 0 12 0 0 0 16 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15209] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15209/stat : 15209 (java) S 15201 15188 14600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15210] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15210/stat : 15210 (java) S 15201 15188 14600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3400.01
Current children cumulated vsize (KiB) 886432

[startup+3462.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/91 15256
/proc/meminfo: memFree=1075784/2055920 swapFree=4180012/4192956
[pid=15188] ppid=15186 vsize=16740 CPUtime=0.85
/proc/15188/stat : 15188 (sugar++) S 15186 15188 14600 0 -1 4194304 1297 9061 0 1 5 2 72 6 16 0 1 0 41848540 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15188/statm: 4185 1104 409 3 0 764 0
[pid=15201] ppid=15188 vsize=5356 CPUtime=0
/proc/15201/stat : 15201 (sh) S 15188 15188 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41848632 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15201/statm: 1339 233 193 169 0 50 0
[pid=15202] ppid=15201 vsize=864336 CPUtime=3459.14
/proc/15202/stat : 15202 (java) S 15201 15188 14600 0 -1 0 202890 0 1 0 345716 198 0 0 19 0 9 0 41848633 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15202/statm: 216084 157068 2565 9 0 210631 0
[pid=15202/tid=15203] ppid=15201 vsize=864336 CPUtime=3440.59
/proc/15202/task/15203/stat : 15203 (java) R 15201 15188 14600 0 -1 64 8520 0 1 0 343965 94 0 0 25 0 9 0 41848634 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4126577797 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15204] ppid=15201 vsize=864336 CPUtime=18.39
/proc/15202/task/15204/stat : 15204 (java) S 15201 15188 14600 0 -1 64 193304 0 0 0 1737 102 0 0 16 0 9 0 41848635 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15205] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15205/stat : 15205 (java) S 15201 15188 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41848635 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15206] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15206/stat : 15206 (java) S 15201 15188 14600 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41848635 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15207] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15207/stat : 15207 (java) S 15201 15188 14600 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15208] ppid=15201 vsize=864336 CPUtime=0.12
/proc/15202/task/15208/stat : 15208 (java) S 15201 15188 14600 0 -1 64 369 0 0 0 12 0 0 0 16 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15209] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15209/stat : 15209 (java) S 15201 15188 14600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15210] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15210/stat : 15210 (java) S 15201 15188 14600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3459.99
Current children cumulated vsize (KiB) 886432

[startup+3522.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/91 15256
/proc/meminfo: memFree=1075720/2055920 swapFree=4180012/4192956
[pid=15188] ppid=15186 vsize=16740 CPUtime=0.85
/proc/15188/stat : 15188 (sugar++) S 15186 15188 14600 0 -1 4194304 1297 9061 0 1 5 2 72 6 16 0 1 0 41848540 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15188/statm: 4185 1104 409 3 0 764 0
[pid=15201] ppid=15188 vsize=5356 CPUtime=0
/proc/15201/stat : 15201 (sh) S 15188 15188 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41848632 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15201/statm: 1339 233 193 169 0 50 0
[pid=15202] ppid=15201 vsize=864336 CPUtime=3519.12
/proc/15202/stat : 15202 (java) S 15201 15188 14600 0 -1 0 202890 0 1 0 351714 198 0 0 19 0 9 0 41848633 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15202/statm: 216084 157068 2565 9 0 210631 0
[pid=15202/tid=15203] ppid=15201 vsize=864336 CPUtime=3500.57
/proc/15202/task/15203/stat : 15203 (java) R 15201 15188 14600 0 -1 64 8520 0 1 0 349963 94 0 0 25 0 9 0 41848634 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4126636157 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15204] ppid=15201 vsize=864336 CPUtime=18.39
/proc/15202/task/15204/stat : 15204 (java) S 15201 15188 14600 0 -1 64 193304 0 0 0 1737 102 0 0 16 0 9 0 41848635 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15205] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15205/stat : 15205 (java) S 15201 15188 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41848635 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15206] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15206/stat : 15206 (java) S 15201 15188 14600 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41848635 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15207] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15207/stat : 15207 (java) S 15201 15188 14600 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15208] ppid=15201 vsize=864336 CPUtime=0.12
/proc/15202/task/15208/stat : 15208 (java) S 15201 15188 14600 0 -1 64 369 0 0 0 12 0 0 0 16 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15209] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15209/stat : 15209 (java) S 15201 15188 14600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15210] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15210/stat : 15210 (java) S 15201 15188 14600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3519.97
Current children cumulated vsize (KiB) 886432

[startup+3582.3 s]
/proc/loadavg: 2.20 2.07 2.01 3/91 15256
/proc/meminfo: memFree=1075656/2055920 swapFree=4180012/4192956
[pid=15188] ppid=15186 vsize=16740 CPUtime=0.85
/proc/15188/stat : 15188 (sugar++) S 15186 15188 14600 0 -1 4194304 1297 9061 0 1 5 2 72 6 16 0 1 0 41848540 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15188/statm: 4185 1104 409 3 0 764 0
[pid=15201] ppid=15188 vsize=5356 CPUtime=0
/proc/15201/stat : 15201 (sh) S 15188 15188 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41848632 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15201/statm: 1339 233 193 169 0 50 0
[pid=15202] ppid=15201 vsize=864336 CPUtime=3579.1
/proc/15202/stat : 15202 (java) S 15201 15188 14600 0 -1 0 202890 0 1 0 357712 198 0 0 19 0 9 0 41848633 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15202/statm: 216084 157068 2565 9 0 210631 0
[pid=15202/tid=15203] ppid=15201 vsize=864336 CPUtime=3560.55
/proc/15202/task/15203/stat : 15203 (java) R 15201 15188 14600 0 -1 64 8520 0 1 0 355961 94 0 0 25 0 9 0 41848634 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4126636194 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15204] ppid=15201 vsize=864336 CPUtime=18.39
/proc/15202/task/15204/stat : 15204 (java) S 15201 15188 14600 0 -1 64 193304 0 0 0 1737 102 0 0 16 0 9 0 41848635 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15205] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15205/stat : 15205 (java) S 15201 15188 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41848635 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15206] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15206/stat : 15206 (java) S 15201 15188 14600 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41848635 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15207] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15207/stat : 15207 (java) S 15201 15188 14600 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15208] ppid=15201 vsize=864336 CPUtime=0.12
/proc/15202/task/15208/stat : 15208 (java) S 15201 15188 14600 0 -1 64 369 0 0 0 12 0 0 0 16 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15209] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15209/stat : 15209 (java) S 15201 15188 14600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15210] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15210/stat : 15210 (java) S 15201 15188 14600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3579.95
Current children cumulated vsize (KiB) 886432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.4 s]
/proc/loadavg: 2.14 2.07 2.01 3/91 15256
/proc/meminfo: memFree=1075656/2055920 swapFree=4180012/4192956
[pid=15188] ppid=15186 vsize=16740 CPUtime=0.85
/proc/15188/stat : 15188 (sugar++) S 15186 15188 14600 0 -1 4194304 1297 9061 0 1 5 2 72 6 16 0 1 0 41848540 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15188/statm: 4185 1104 409 3 0 764 0
[pid=15201] ppid=15188 vsize=5356 CPUtime=0
/proc/15201/stat : 15201 (sh) S 15188 15188 14600 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41848632 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15201/statm: 1339 233 193 169 0 50 0
[pid=15202] ppid=15201 vsize=864336 CPUtime=3599.2
/proc/15202/stat : 15202 (java) S 15201 15188 14600 0 -1 0 202894 0 1 0 359722 198 0 0 19 0 9 0 41848633 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15202/statm: 216084 157068 2565 9 0 210631 0
[pid=15202/tid=15203] ppid=15201 vsize=864336 CPUtime=3580.58
/proc/15202/task/15203/stat : 15203 (java) R 15201 15188 14600 0 -1 64 8524 0 1 0 357964 94 0 0 25 0 9 0 41848634 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4126641860 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15204] ppid=15201 vsize=864336 CPUtime=18.48
/proc/15202/task/15204/stat : 15204 (java) S 15201 15188 14600 0 -1 64 193304 0 0 0 1745 103 0 0 16 0 9 0 41848635 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15205] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15205/stat : 15205 (java) S 15201 15188 14600 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 41848635 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15206] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15206/stat : 15206 (java) S 15201 15188 14600 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41848635 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15207] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15207/stat : 15207 (java) S 15201 15188 14600 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15208] ppid=15201 vsize=864336 CPUtime=0.12
/proc/15202/task/15208/stat : 15208 (java) S 15201 15188 14600 0 -1 64 369 0 0 0 12 0 0 0 16 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15202/tid=15209] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15209/stat : 15209 (java) S 15201 15188 14600 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15202/tid=15210] ppid=15201 vsize=864336 CPUtime=0
/proc/15202/task/15210/stat : 15210 (java) S 15201 15188 14600 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41848637 885080064 157068 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 886432

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15188 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=781881
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=95985
# CPU time returned by wait4() is 0.877866
# while last known CPU time is 3600.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3602.53
CPU time (s): 3600.05
CPU user time (s): 3597.99
CPU system time (s): 2.06
CPU usage (%): 99.9312
Max. virtual memory (cumulated for all children) (KiB): 907816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.781881
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10718
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 385
involuntary context switches= 239

runsolver used 4.6003 second user time and 11.8402 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-12 10:31:08
IDJOB=1111663
IDBENCH=61307
IDSOLVER=367
FILE ID=node29/1111663-1215851468
PBS_JOBID= 7903416
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg14-17_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-1111663-1215851468/watcher-1111663-1215851468 -o /tmp/evaluation-result-1111663-1215851468/solver-1111663-1215851468 -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-1111663-1215851468.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8a2800653f6a3fd24064aa5b82dfed2c
RANDOM SEED=1278675624

node29.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.242
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.242
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:       1790896 kB
Buffers:         37804 kB
Cached:          87236 kB
SwapCached:       6744 kB
Active:         153316 kB
Inactive:        68884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790896 kB
SwapTotal:     4192956 kB
SwapFree:      4180012 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:         113160 kB
Slab:            27696 kB
Committed_AS:   324404 kB
PageTables:       2200 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= 66496 MiB
End job on node29 at 2008-07-12 11:31:13