Trace number 1071002

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+minisatSAT 644.536 648.525

General information on the benchmark

Namecsp/ukPuzzle/
normalized-crossword-m1-uk-puzzle13.xml
MD5SUM8e0a6b1b480be0db9808d9823374c0e2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.161974
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints259
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension225
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 12:35:13 2008
0.00/0.04	c 0	PID 28759
0.00/0.05	c 0	HOST node4.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1071002-1215167713.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1071002-1215167713.xml' 'HOME/temp.csp'
0.03/0.90	c 1	1 domains, 65 variables, 4 predicates, 4 relations, 259 constraints
0.03/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.95	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.91/1.03	c 1	Parsing HOME/temp.csp
1.50/1.61	c 1	parsed 333 expressions
1.50/1.61	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.50/1.61	c 1	Converting to clausal form CSP
1.50/1.63	c 1	converted 34 (10%) expressions
1.50/1.63	c 1	converted 67 (20%) expressions
1.79/1.93	c 2	converted 100 (30%) expressions
2.09/2.28	c 2	converted 134 (40%) expressions
2.18/2.31	c 2	converted 167 (50%) expressions
2.18/2.39	c 2	converted 200 (60%) expressions
2.28/2.42	c 2	converted 234 (70%) expressions
2.28/2.42	c 2	converted 267 (80%) expressions
2.28/2.43	c 2	converted 300 (90%) expressions
3.28/3.44	c 3	converted 333 (100%) expressions
3.28/3.44	c 3	CSP : 65 integers, 0 booleans, 259 clauses, largest domain size 26
3.28/3.44	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.44	c 3	Propagation in CSP
3.28/3.45	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.28/3.45	c 3	CSP : 65 integers, 0 booleans, 259 clauses, largest domain size 26
3.28/3.45	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.45	c 3	Simplifing CSP by introducing new Boolean variables
3.28/3.47	c 3	CSP : 65 integers, 1676 booleans, 1935 clauses, largest domain size 26
3.28/3.47	c 3	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.57/3.78	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.57/3.79	c 4	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
3.57/3.80	c 4	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
3.67/3.80	c 4	20 (30%) CSP integer variables are encoded (480 clauses, 5136 bytes)
3.67/3.80	c 4	26 (40%) CSP integer variables are encoded (624 clauses, 6720 bytes)
3.67/3.80	c 4	33 (50%) CSP integer variables are encoded (792 clauses, 8568 bytes)
3.67/3.80	c 4	39 (60%) CSP integer variables are encoded (936 clauses, 10152 bytes)
3.67/3.80	c 4	46 (70%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
3.67/3.80	c 4	52 (80%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
3.67/3.81	c 4	59 (90%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
3.67/3.81	c 4	65 (100%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
7.83/8.04	c 8	194 (10%) CSP clauses are encoded (156411 clauses, 5176547 bytes)
7.83/8.05	c 8	387 (20%) CSP clauses are encoded (160729 clauses, 5252898 bytes)
7.83/8.07	c 8	581 (30%) CSP clauses are encoded (165223 clauses, 5327806 bytes)
7.83/8.08	c 8	774 (40%) CSP clauses are encoded (169691 clauses, 5403228 bytes)
7.83/8.10	c 8	968 (50%) CSP clauses are encoded (174210 clauses, 5481044 bytes)
7.92/8.11	c 8	1161 (60%) CSP clauses are encoded (178678 clauses, 5558836 bytes)
7.92/8.12	c 8	1355 (70%) CSP clauses are encoded (183197 clauses, 5638102 bytes)
7.92/8.13	c 8	1548 (80%) CSP clauses are encoded (187665 clauses, 5716794 bytes)
7.92/8.14	c 8	1742 (90%) CSP clauses are encoded (192184 clauses, 5798860 bytes)
639.32/643.28	c 643	1935 (100%) CSP clauses are encoded (799585 clauses, 42925990 bytes)
639.32/643.28	c 643	1935 CSP clauses encoded
639.32/643.28	c 643	Writing map file : HOME/temp.map
639.32/643.28	c 643	Heap : 136 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
639.32/643.28	c 643	SAT : 3301 SAT variables, 799585 SAT clauses, 42925990 bytes
639.32/643.28	c 643	Heap : 136 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
639.40/643.36	c 643	SOLVING HOME/temp.cnf
639.40/643.36	c 643	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
639.40/643.37	c 643	This is MiniSat 2.0 beta
639.40/643.37	c 643	WARNING: for repeatability, setting FPU to use double precision
639.40/643.37	c 643	============================[ Problem Statistics ]=============================
639.40/643.37	c 643	|                                                                             |
639.40/643.37	c 643	|  Number of variables:  3301                                                 |
639.40/643.37	c 643	|  Number of clauses:    799585                                               |
640.36/644.38	c 644	|  Parsing time:         0.89         s                                       |
640.46/644.44	c 644	============================[ Search Statistics ]==============================
640.46/644.44	c 644	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
640.46/644.44	c 644	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
640.46/644.44	c 644	===============================================================================
640.46/644.44	c 644	|         0 |    3301   799585  8903498 |   266528        0    nan |  0.000 % |
640.66/644.63	c 644	|       100 |    3301   799585  8903498 |   293181      100     10 |  0.000 % |
640.85/644.84	c 645	|       250 |    3301   799585  8903498 |   322499      250      9 |  0.000 % |
640.95/644.97	c 645	|       476 |    3301   799585  8903498 |   354749      476      9 |  0.001 % |
641.25/645.26	c 645	|       814 |    3301   799585  8903498 |   390224      814      9 |  0.000 % |
642.04/646.01	c 646	|      1321 |    3301   799585  8903498 |   429246     1321      9 |  0.000 % |
642.64/646.65	c 647	|      2081 |    3301   799585  8903498 |   472171     2081      9 |  0.000 % |
643.83/647.83	c 648	|      3221 |    3301   799585  8903498 |   519388     3221     10 |  0.000 % |
644.22/648.29	c 648	===============================================================================
644.22/648.29	c 648	restarts              : 8
644.22/648.29	c 648	conflicts             : 4623           (976 /sec)
644.22/648.29	c 648	decisions             : 10313          (1.51 % random) (2177 /sec)
644.22/648.29	c 648	propagations          : 198524         (41907 /sec)
644.22/648.29	c 648	conflict literals     : 47000          (19.75 % deleted)
644.22/648.29	c 648	Memory used           : 66.18 MB
644.22/648.29	c 648	CPU time              : 4.73728 s
644.22/648.29	c 648	
644.22/648.29	c 648	SATISFIABLE
644.32/648.30	c 648	DECODING HOME/temp.out WITH HOME/temp.map
644.32/648.30	c 648	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
644.32/648.39	c 648	Decoding HOME/temp.out
644.34/648.44	s SATISFIABLE
644.34/648.44	v 7 14 22 4 20 17 18 0 24 0 17 17 19 14 22 24 15 7 8 19 14 4 14 20 19 18 19 17 8 15 18 14 22 4 21 20 11 21 8 5 14 17 12 14 13 4 24 14 20 11 8 13 25 24 4 22 18 19 14 6 14 14 18 18 0
644.34/648.44	c 648	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
644.34/648.51	c 648	CPU 643.65 (0.04 0 643.61 0.84)
644.34/648.51	c 648	END Fri Jul  4 12:46:01 2008

Verifier Data (download as text)

OK

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 28759
/proc/meminfo: memFree=1814944/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=4708 CPUtime=0
/proc/28759/stat : 28759 (sugar) R 28757 28759 27986 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 1995746663 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 259910556286 0 0 4096 0 0 0 0 17 1 0 0
/proc/28759/statm: 1177 43 33 3 0 8 0

[startup+0.0680831 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 28759
/proc/meminfo: memFree=1814944/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=0.03
/proc/28759/stat : 28759 (sugar) S 28757 28759 27986 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995746663 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28759/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102915 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 28759
/proc/meminfo: memFree=1814944/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=0.03
/proc/28759/stat : 28759 (sugar) S 28757 28759 27986 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995746663 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28759/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302344 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 28759
/proc/meminfo: memFree=1814944/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=0.03
/proc/28759/stat : 28759 (sugar) S 28757 28759 27986 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995746663 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28759/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702389 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 28759
/proc/meminfo: memFree=1814944/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=0.03
/proc/28759/stat : 28759 (sugar) S 28757 28759 27986 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995746663 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28759/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50147 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 28781
/proc/meminfo: memFree=1808584/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=0.87
/proc/28759/stat : 28759 (sugar) S 28757 28759 27986 0 -1 4194304 973 8992 0 1 3 0 78 6 16 0 1 0 1995746663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28759/statm: 3400 797 370 3 0 500 0
[pid=28772] ppid=28759 vsize=5356 CPUtime=0
/proc/28772/stat : 28772 (sh) S 28759 28759 27986 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746758 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28772/statm: 1339 233 193 169 0 50 0
[pid=28773] ppid=28772 vsize=864076 CPUtime=0.53
/proc/28773/stat : 28773 (java) S 28772 28759 27986 0 -1 0 6692 0 1 0 50 3 0 0 18 0 9 0 1995746758 884813824 5872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28773/statm: 216019 5872 2532 9 0 210601 0
[pid=28773/tid=28774] ppid=28772 vsize=864076 CPUtime=0.3
/proc/28773/task/28774/stat : 28774 (java) R 28772 28759 27986 0 -1 64 2450 0 1 0 29 1 0 0 21 0 9 0 1995746759 884813824 5872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28775] ppid=28772 vsize=864076 CPUtime=0.16
/proc/28773/task/28775/stat : 28775 (java) R 28772 28759 27986 0 -1 64 3232 0 0 0 15 1 0 0 16 0 9 0 1995746760 884813824 5872 996147200 134512640 134550740 4294955952 18446744073709551615 102723214 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28776] ppid=28772 vsize=864076 CPUtime=0
/proc/28773/task/28776/stat : 28776 (java) S 28772 28759 27986 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746761 884813824 5872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28777] ppid=28772 vsize=864076 CPUtime=0
/proc/28773/task/28777/stat : 28777 (java) S 28772 28759 27986 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995746761 884813824 5872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28778] ppid=28772 vsize=864076 CPUtime=0
/proc/28773/task/28778/stat : 28778 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746763 884813824 5872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28779] ppid=28772 vsize=864076 CPUtime=0.03
/proc/28773/task/28779/stat : 28779 (java) S 28772 28759 27986 0 -1 64 313 0 0 0 3 0 0 0 17 0 9 0 1995746763 884813824 5872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28780] ppid=28772 vsize=864076 CPUtime=0
/proc/28773/task/28780/stat : 28780 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746763 884813824 5872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28781] ppid=28772 vsize=864076 CPUtime=0
/proc/28773/task/28781/stat : 28781 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746763 884813824 5872 996147200 134512640 134550740 4294955952 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) 883032

[startup+3.10162 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 28781
/proc/meminfo: memFree=1782600/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=0.87
/proc/28759/stat : 28759 (sugar) S 28757 28759 27986 0 -1 4194304 973 8992 0 1 3 0 78 6 15 0 1 0 1995746663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28759/statm: 3400 797 370 3 0 500 0
[pid=28772] ppid=28759 vsize=5356 CPUtime=0
/proc/28772/stat : 28772 (sh) S 28759 28759 27986 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746758 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28772/statm: 1339 233 193 169 0 50 0
[pid=28773] ppid=28772 vsize=868368 CPUtime=2.11
/proc/28773/stat : 28773 (java) S 28772 28759 27986 0 -1 0 17339 0 1 0 202 9 0 0 18 0 9 0 1995746758 889208832 15792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28773/statm: 217092 15792 2540 9 0 211667 0
[pid=28773/tid=28774] ppid=28772 vsize=868368 CPUtime=0.91
/proc/28773/task/28774/stat : 28774 (java) R 28772 28759 27986 0 -1 64 3179 0 1 0 89 2 0 0 25 0 9 0 1995746759 889208832 15792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28775] ppid=28772 vsize=868368 CPUtime=1
/proc/28773/task/28775/stat : 28775 (java) R 28772 28759 27986 0 -1 64 12017 0 0 0 95 5 0 0 17 0 9 0 1995746760 889208832 15792 996147200 134512640 134550740 4294955952 18446744073709551615 102722822 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28776] ppid=28772 vsize=868368 CPUtime=0
/proc/28773/task/28776/stat : 28776 (java) S 28772 28759 27986 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746761 889208832 15792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28777] ppid=28772 vsize=868368 CPUtime=0
/proc/28773/task/28777/stat : 28777 (java) S 28772 28759 27986 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995746761 889208832 15792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28778] ppid=28772 vsize=868368 CPUtime=0
/proc/28773/task/28778/stat : 28778 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746763 889208832 15792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28779] ppid=28772 vsize=868368 CPUtime=0.17
/proc/28773/task/28779/stat : 28779 (java) S 28772 28759 27986 0 -1 64 1446 0 0 0 17 0 0 0 16 0 9 0 1995746763 889208832 15792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28780] ppid=28772 vsize=868368 CPUtime=0
/proc/28773/task/28780/stat : 28780 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746763 889208832 15792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28781] ppid=28772 vsize=868368 CPUtime=0
/proc/28773/task/28781/stat : 28781 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746763 889208832 15792 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887324

[startup+6.30292 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 28781
/proc/meminfo: memFree=1743048/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=0.87
/proc/28759/stat : 28759 (sugar) S 28757 28759 27986 0 -1 4194304 974 8992 0 1 3 0 78 6 15 0 1 0 1995746663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28759/statm: 3400 797 370 3 0 500 0
[pid=28772] ppid=28759 vsize=5356 CPUtime=0
/proc/28772/stat : 28772 (sh) S 28759 28759 27986 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746758 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28772/statm: 1339 233 193 169 0 50 0
[pid=28773] ppid=28772 vsize=868480 CPUtime=5.28
/proc/28773/stat : 28773 (java) S 28772 28759 27986 0 -1 0 21245 0 1 0 515 13 0 0 18 0 9 0 1995746758 889323520 19169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28773/statm: 217120 19169 2565 9 0 211667 0
[pid=28773/tid=28774] ppid=28772 vsize=868480 CPUtime=3.43
/proc/28773/task/28774/stat : 28774 (java) R 28772 28759 27986 0 -1 64 3307 0 1 0 340 3 0 0 25 0 9 0 1995746759 889323520 19169 996147200 134512640 134550740 4294955952 18446744073709551615 4126942724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28775] ppid=28772 vsize=868480 CPUtime=1.59
/proc/28773/task/28775/stat : 28775 (java) S 28772 28759 27986 0 -1 64 15768 0 0 0 152 7 0 0 16 0 9 0 1995746760 889323520 19169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28776] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28776/stat : 28776 (java) S 28772 28759 27986 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746761 889323520 19169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28777] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28777/stat : 28777 (java) S 28772 28759 27986 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995746761 889323520 19169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28778] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28778/stat : 28778 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746763 889323520 19169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28779] ppid=28772 vsize=868480 CPUtime=0.22
/proc/28773/task/28779/stat : 28779 (java) S 28772 28759 27986 0 -1 64 1473 0 0 0 21 1 0 0 17 0 9 0 1995746763 889323520 19169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28780] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28780/stat : 28780 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746763 889323520 19169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28781] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28781/stat : 28781 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746763 889323520 19169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887436

[startup+12.7025 s]
/proc/loadavg: 2.07 2.02 2.00 4/83 28781
/proc/meminfo: memFree=1711944/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=0.87
/proc/28759/stat : 28759 (sugar) S 28757 28759 27986 0 -1 4194304 974 8992 0 1 3 0 78 6 16 0 1 0 1995746663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28759/statm: 3400 797 370 3 0 500 0
[pid=28772] ppid=28759 vsize=5356 CPUtime=0
/proc/28772/stat : 28772 (sh) S 28759 28759 27986 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746758 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28772/statm: 1339 233 193 169 0 50 0
[pid=28773] ppid=28772 vsize=868480 CPUtime=11.61
/proc/28773/stat : 28773 (java) S 28772 28759 27986 0 -1 0 29867 0 1 0 1140 21 0 0 18 0 9 0 1995746758 889323520 23533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28773/statm: 217120 23533 2565 9 0 211667 0
[pid=28773/tid=28774] ppid=28772 vsize=868480 CPUtime=9.15
/proc/28773/task/28774/stat : 28774 (java) R 28772 28759 27986 0 -1 64 3414 0 1 0 908 7 0 0 25 0 9 0 1995746759 889323520 23533 996147200 134512640 134550740 4294955952 18446744073709551615 101444353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28775] ppid=28772 vsize=868480 CPUtime=2.2
/proc/28773/task/28775/stat : 28775 (java) S 28772 28759 27986 0 -1 64 24275 0 0 0 208 12 0 0 16 0 9 0 1995746760 889323520 23533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28776] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28776/stat : 28776 (java) S 28772 28759 27986 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746761 889323520 23533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28777] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28777/stat : 28777 (java) S 28772 28759 27986 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995746761 889323520 23533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28778] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28778/stat : 28778 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746763 889323520 23533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28779] ppid=28772 vsize=868480 CPUtime=0.24
/proc/28773/task/28779/stat : 28779 (java) S 28772 28759 27986 0 -1 64 1481 0 0 0 23 1 0 0 16 0 9 0 1995746763 889323520 23533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28780] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28780/stat : 28780 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746763 889323520 23533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28781] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28781/stat : 28781 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746763 889323520 23533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887436

[startup+25.5028 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 28782
/proc/meminfo: memFree=1721352/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=0.87
/proc/28759/stat : 28759 (sugar) S 28757 28759 27986 0 -1 4194304 974 8992 0 1 3 0 78 6 16 0 1 0 1995746663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28759/statm: 3400 797 370 3 0 500 0
[pid=28772] ppid=28759 vsize=5356 CPUtime=0
/proc/28772/stat : 28772 (sh) S 28759 28759 27986 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746758 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28772/statm: 1339 233 193 169 0 50 0
[pid=28773] ppid=28772 vsize=868480 CPUtime=24.3
/proc/28773/stat : 28773 (java) S 28772 28759 27986 0 -1 0 29867 0 1 0 2408 22 0 0 18 0 9 0 1995746758 889323520 23533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28773/statm: 217120 23533 2565 9 0 211667 0
[pid=28773/tid=28774] ppid=28772 vsize=868480 CPUtime=21.84
/proc/28773/task/28774/stat : 28774 (java) R 28772 28759 27986 0 -1 64 3414 0 1 0 2176 8 0 0 25 0 9 0 1995746759 889323520 23533 996147200 134512640 134550740 4294955952 18446744073709551615 4126926336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28775] ppid=28772 vsize=868480 CPUtime=2.2
/proc/28773/task/28775/stat : 28775 (java) S 28772 28759 27986 0 -1 64 24275 0 0 0 208 12 0 0 16 0 9 0 1995746760 889323520 23533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28776] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28776/stat : 28776 (java) S 28772 28759 27986 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746761 889323520 23533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28777] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28777/stat : 28777 (java) S 28772 28759 27986 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995746761 889323520 23533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=28773] ppid=28772 vsize=868480 CPUtime=517.59
/proc/28773/stat : 28773 (java) S 28772 28759 27986 0 -1 0 48674 0 1 0 51715 44 0 0 18 0 9 0 1995746758 889323520 37349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28773/statm: 217120 37349 2565 9 0 211667 0
[pid=28773/tid=28774] ppid=28772 vsize=868480 CPUtime=513.51
/proc/28773/task/28774/stat : 28774 (java) R 28772 28759 27986 0 -1 64 4187 0 1 0 51330 21 0 0 25 0 9 0 1995746759 889323520 37349 996147200 134512640 134550740 4294955952 18446744073709551615 4126640162 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28773/tid=28775] ppid=28772 vsize=868480 CPUtime=3.8
/proc/28773/task/28775/stat : 28775 (java) S 28772 28759 27986 0 -1 64 42304 0 0 0 360 20 0 0 16 0 9 0 1995746760 889323520 37349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28773/tid=28776] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28776/stat : 28776 (java) S 28772 28759 27986 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746761 889323520 37349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28777] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28777/stat : 28777 (java) S 28772 28759 27986 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995746761 889323520 37349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28778] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28778/stat : 28778 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746763 889323520 37349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28779] ppid=28772 vsize=868480 CPUtime=0.24
/proc/28773/task/28779/stat : 28779 (java) S 28772 28759 27986 0 -1 64 1486 0 0 0 23 1 0 0 16 0 9 0 1995746763 889323520 37349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28780] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28780/stat : 28780 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746763 889323520 37349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28781] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28781/stat : 28781 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746763 889323520 37349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.46
Current children cumulated vsize (KiB) 887436

[startup+582.303 s]
/proc/loadavg: 2.02 2.05 2.01 3/84 28832
/proc/meminfo: memFree=1397952/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=0.87
/proc/28759/stat : 28759 (sugar) S 28757 28759 27986 0 -1 4194304 974 8992 0 1 3 0 78 6 16 0 1 0 1995746663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28759/statm: 3400 797 370 3 0 500 0
[pid=28772] ppid=28759 vsize=5356 CPUtime=0
/proc/28772/stat : 28772 (sh) S 28759 28759 27986 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746758 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28772/statm: 1339 233 193 169 0 50 0
[pid=28773] ppid=28772 vsize=868480 CPUtime=577.57
/proc/28773/stat : 28773 (java) S 28772 28759 27986 0 -1 0 50260 0 1 0 57712 45 0 0 18 0 9 0 1995746758 889323520 38917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28773/statm: 217120 38917 2565 9 0 211667 0
[pid=28773/tid=28774] ppid=28772 vsize=868480 CPUtime=573.39
/proc/28773/task/28774/stat : 28774 (java) R 28772 28759 27986 0 -1 64 4205 0 1 0 57318 21 0 0 25 0 9 0 1995746759 889323520 38917 996147200 134512640 134550740 4294955952 18446744073709551615 4126926322 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28773/tid=28775] ppid=28772 vsize=868480 CPUtime=3.9
/proc/28773/task/28775/stat : 28775 (java) S 28772 28759 27986 0 -1 64 43872 0 0 0 369 21 0 0 16 0 9 0 1995746760 889323520 38917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28773/tid=28776] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28776/stat : 28776 (java) S 28772 28759 27986 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746761 889323520 38917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28777] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28777/stat : 28777 (java) S 28772 28759 27986 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995746761 889323520 38917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28778] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28778/stat : 28778 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746763 889323520 38917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28779] ppid=28772 vsize=868480 CPUtime=0.24
/proc/28773/task/28779/stat : 28779 (java) S 28772 28759 27986 0 -1 64 1486 0 0 0 23 1 0 0 16 0 9 0 1995746763 889323520 38917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28780] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28780/stat : 28780 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746763 889323520 38917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28781] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28781/stat : 28781 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746763 889323520 38917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.44
Current children cumulated vsize (KiB) 887436

[startup+642.303 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 28832
/proc/meminfo: memFree=1305856/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=0.87
/proc/28759/stat : 28759 (sugar) S 28757 28759 27986 0 -1 4194304 974 8992 0 1 3 0 78 6 16 0 1 0 1995746663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28759/statm: 3400 797 370 3 0 500 0
[pid=28772] ppid=28759 vsize=5356 CPUtime=0
/proc/28772/stat : 28772 (sh) S 28759 28759 27986 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746758 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28772/statm: 1339 233 193 169 0 50 0
[pid=28773] ppid=28772 vsize=868480 CPUtime=637.55
/proc/28773/stat : 28773 (java) S 28772 28759 27986 0 -1 0 51210 0 1 0 63704 51 0 0 18 0 9 0 1995746758 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28773/statm: 217120 39834 2565 9 0 211667 0
[pid=28773/tid=28774] ppid=28772 vsize=868480 CPUtime=633.28
/proc/28773/task/28774/stat : 28774 (java) R 28772 28759 27986 0 -1 64 4238 0 1 0 63302 26 0 0 25 0 9 0 1995746759 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28773/tid=28775] ppid=28772 vsize=868480 CPUtime=3.99
/proc/28773/task/28775/stat : 28775 (java) S 28772 28759 27986 0 -1 64 44789 0 0 0 377 22 0 0 16 0 9 0 1995746760 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28773/tid=28776] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28776/stat : 28776 (java) S 28772 28759 27986 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746761 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28777] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28777/stat : 28777 (java) S 28772 28759 27986 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995746761 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28778] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28778/stat : 28778 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746763 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28779] ppid=28772 vsize=868480 CPUtime=0.24
/proc/28773/task/28779/stat : 28779 (java) S 28772 28759 27986 0 -1 64 1486 0 0 0 23 1 0 0 16 0 9 0 1995746763 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28780] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28780/stat : 28780 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746763 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28781] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28781/stat : 28781 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746763 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 638.42
Current children cumulated vsize (KiB) 887436

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

[startup+643.102 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 28832
/proc/meminfo: memFree=1305856/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=0.87
/proc/28759/stat : 28759 (sugar) S 28757 28759 27986 0 -1 4194304 974 8992 0 1 3 0 78 6 16 0 1 0 1995746663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28759/statm: 3400 797 370 3 0 500 0
[pid=28772] ppid=28759 vsize=5356 CPUtime=0
/proc/28772/stat : 28772 (sh) S 28759 28759 27986 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995746758 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28772/statm: 1339 233 193 169 0 50 0
[pid=28773] ppid=28772 vsize=868480 CPUtime=638.35
/proc/28773/stat : 28773 (java) S 28772 28759 27986 0 -1 0 51243 0 1 0 63779 56 0 0 18 0 9 0 1995746758 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28773/statm: 217120 39834 2565 9 0 211667 0
[pid=28773/tid=28774] ppid=28772 vsize=868480 CPUtime=634.04
/proc/28773/task/28774/stat : 28774 (java) R 28772 28759 27986 0 -1 64 4271 0 1 0 63373 31 0 0 25 0 9 0 1995746759 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28773/tid=28775] ppid=28772 vsize=868480 CPUtime=4.02
/proc/28773/task/28775/stat : 28775 (java) S 28772 28759 27986 0 -1 64 44789 0 0 0 380 22 0 0 16 0 9 0 1995746760 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28773/tid=28776] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28776/stat : 28776 (java) S 28772 28759 27986 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995746761 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28777] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28777/stat : 28777 (java) S 28772 28759 27986 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995746761 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28778] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28778/stat : 28778 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995746763 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28779] ppid=28772 vsize=868480 CPUtime=0.24
/proc/28773/task/28779/stat : 28779 (java) S 28772 28759 27986 0 -1 64 1486 0 0 0 23 1 0 0 16 0 9 0 1995746763 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28780] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28780/stat : 28780 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995746763 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28773/tid=28781] ppid=28772 vsize=868480 CPUtime=0
/proc/28773/task/28781/stat : 28781 (java) S 28772 28759 27986 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995746763 889323520 39834 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.22
Current children cumulated vsize (KiB) 887436

[startup+646.302 s]
/proc/loadavg: 2.01 2.04 2.00 3/76 28834
/proc/meminfo: memFree=1378304/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=639.45
/proc/28759/stat : 28759 (sugar) S 28757 28759 27986 0 -1 4194304 1032 60545 0 2 4 0 63875 66 15 0 1 0 1995746663 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28759/statm: 3400 798 370 3 0 500 0
[pid=28833] ppid=28759 vsize=5356 CPUtime=0
/proc/28833/stat : 28833 (sh) S 28759 28759 27986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995811000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28833/statm: 1339 232 193 169 0 50 0
[pid=28834] ppid=28833 vsize=66692 CPUtime=2.88
/proc/28834/stat : 28834 (minisat) R 28833 28759 27986 0 -1 4194304 16008 0 0 0 277 11 0 0 25 0 1 0 1995811000 68292608 15994 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28834/statm: 16673 15994 76 150 0 16520 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 85648

[startup+647.906 s]
/proc/loadavg: 2.01 2.04 2.00 3/76 28834
/proc/meminfo: memFree=1374336/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=639.45
/proc/28759/stat : 28759 (sugar) S 28757 28759 27986 0 -1 4194304 1032 60545 0 2 4 0 63875 66 16 0 1 0 1995746663 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28759/statm: 3400 798 370 3 0 500 0
[pid=28833] ppid=28759 vsize=5356 CPUtime=0
/proc/28833/stat : 28833 (sh) S 28759 28759 27986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995811000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28833/statm: 1339 232 193 169 0 50 0
[pid=28834] ppid=28833 vsize=67628 CPUtime=4.48
/proc/28834/stat : 28834 (minisat) R 28833 28759 27986 0 -1 4194304 16221 0 0 0 435 13 0 0 25 0 1 0 1995811000 69251072 16207 996147200 134512640 135127466 4294956256 18446744073709551615 134528963 0 0 4096 3 0 0 0 17 1 0 0
/proc/28834/statm: 16907 16207 76 150 0 16754 0
Current children cumulated CPU time (s) 643.93
Current children cumulated vsize (KiB) 86584

[startup+648.302 s]
/proc/loadavg: 2.01 2.04 2.00 3/76 28834
/proc/meminfo: memFree=1374336/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=639.45
/proc/28759/stat : 28759 (sugar) S 28757 28759 27986 0 -1 4194304 1032 60545 0 2 4 0 63875 66 15 0 1 0 1995746663 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28759/statm: 3400 798 370 3 0 500 0
[pid=28833] ppid=28759 vsize=5356 CPUtime=0
/proc/28833/stat : 28833 (sh) S 28759 28759 27986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995811000 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28833/statm: 1339 232 193 169 0 50 0
[pid=28834] ppid=28833 vsize=0 CPUtime=4.87
/proc/28834/stat : 28834 (minisat) R 28833 28759 27986 0 -1 4194308 16292 0 0 0 473 14 0 0 25 0 1 0 1995811000 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/28834/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 644.32
Current children cumulated vsize (KiB) 18956

[startup+648.51 s]
/proc/loadavg: 2.01 2.04 2.00 3/76 28834
/proc/meminfo: memFree=1374336/2055920 swapFree=4180028/4192956
[pid=28759] ppid=28757 vsize=13600 CPUtime=644.5
/proc/28759/stat : 28759 (sugar) R 28757 28759 27986 0 -1 4194304 1116 80822 0 3 4 1 64361 84 16 0 1 0 1995746663 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28759/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 644.5
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 648.525
CPU time (s): 644.536
CPU user time (s): 643.658
CPU system time (s): 0.877866
CPU usage (%): 99.3848
Max. virtual memory (cumulated for all children) (KiB): 899688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 643.658
system time used= 0.877866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81968
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= 19243
involuntary context switches= 24339

runsolver used 0.803877 second user time and 2.17567 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-04 12:35:13
IDJOB=1071002
IDBENCH=56010
IDSOLVER=346
FILE ID=node4/1071002-1215167713
PBS_JOBID= 7881418
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukPuzzle/normalized-crossword-m1-uk-puzzle13.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1071002-1215167713/watcher-1071002-1215167713 -o /tmp/evaluation-result-1071002-1215167713/solver-1071002-1215167713 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1071002-1215167713.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8e0a6b1b480be0db9808d9823374c0e2
RANDOM SEED=1902740606

node4.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.213
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.213
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:       1815424 kB
Buffers:         30380 kB
Cached:         138064 kB
SwapCached:       6792 kB
Active:         143900 kB
Inactive:        43504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815424 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            2348 kB
Writeback:           0 kB
Mapped:          26688 kB
Slab:            38296 kB
Committed_AS:  3237368 kB
PageTables:       1884 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= 66492 MiB
End job on node4 at 2008-07-04 12:46:01