Trace number 1076097

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+minisatUNSAT 411.384 412.103

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg16-18_ext.xml
MD5SUM7eefbe4525d9a139e0a7a3d10b5fd38d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.105983
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints34
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 17:00:28 2008
0.00/0.05	c 0	PID 26677
0.00/0.05	c 0	HOST node60.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1076097-1215183628.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-1076097-1215183628.xml' 'HOME/temp.csp'
0.03/0.49	c 0	1 domains, 288 variables, 0 predicates, 2 relations, 34 constraints
0.03/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	c 0	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.47/0.61	c 0	Parsing HOME/temp.csp
0.47/0.78	c 0	parsed 325 expressions
0.47/0.78	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.78	c 0	Converting to clausal form CSP
0.48/0.81	c 0	converted 33 (10%) expressions
0.48/0.81	c 0	converted 65 (20%) expressions
0.48/0.81	c 0	converted 98 (30%) expressions
0.48/0.81	c 0	converted 130 (40%) expressions
0.48/0.81	c 0	converted 163 (50%) expressions
0.48/0.82	c 0	converted 195 (60%) expressions
0.48/0.82	c 0	converted 228 (70%) expressions
0.48/0.82	c 0	converted 260 (80%) expressions
0.92/1.06	c 1	converted 293 (90%) expressions
3.00/3.10	c 3	converted 325 (100%) expressions
3.00/3.11	c 3	CSP : 288 integers, 0 booleans, 34 clauses, largest domain size 26
3.00/3.11	c 3	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.11	c 3	Propagation in CSP
3.00/3.11	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.00/3.11	c 3	CSP : 288 integers, 0 booleans, 34 clauses, largest domain size 26
3.00/3.11	c 3	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.11	c 3	Simplifing CSP by introducing new Boolean variables
3.00/3.11	c 3	CSP : 288 integers, 0 booleans, 34 clauses, largest domain size 26
3.00/3.11	c 3	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.30/3.43	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.30/3.47	c 3	29 (10%) CSP integer variables are encoded (696 clauses, 7512 bytes)
3.30/3.47	c 3	58 (20%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
3.30/3.47	c 3	87 (30%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
3.30/3.48	c 3	116 (40%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
3.30/3.48	c 3	144 (50%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
3.30/3.48	c 3	173 (60%) CSP integer variables are encoded (4152 clauses, 51913 bytes)
3.30/3.49	c 3	202 (70%) CSP integer variables are encoded (4848 clauses, 60961 bytes)
3.30/3.49	c 3	231 (80%) CSP integer variables are encoded (5544 clauses, 70009 bytes)
3.30/3.49	c 3	260 (90%) CSP integer variables are encoded (6240 clauses, 79057 bytes)
3.40/3.50	c 3	288 (100%) CSP integer variables are encoded (6912 clauses, 87793 bytes)
79.83/80.07	c 80	4 (10%) CSP clauses are encoded (264444 clauses, 26576529 bytes)
137.29/137.51	c 137	7 (20%) CSP clauses are encoded (457593 clauses, 47233005 bytes)
215.43/215.73	c 215	11 (30%) CSP clauses are encoded (715125 clauses, 74774973 bytes)
270.68/271.03	c 271	14 (40%) CSP clauses are encoded (908274 clauses, 95431449 bytes)
328.23/328.66	c 328	17 (50%) CSP clauses are encoded (1101423 clauses, 116087925 bytes)
354.21/354.68	c 354	21 (60%) CSP clauses are encoded (1226412 clauses, 128991894 bytes)
361.00/361.48	c 361	24 (70%) CSP clauses are encoded (1287018 clauses, 136182789 bytes)
370.09/370.53	c 370	28 (80%) CSP clauses are encoded (1367826 clauses, 145770649 bytes)
377.47/377.93	c 378	31 (90%) CSP clauses are encoded (1428432 clauses, 152961544 bytes)
384.28/384.75	c 384	34 (100%) CSP clauses are encoded (1489038 clauses, 160152439 bytes)
384.28/384.75	c 384	34 CSP clauses encoded
384.28/384.75	c 384	Writing map file : HOME/temp.map
384.28/384.76	c 384	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
384.28/384.76	c 384	SAT : 7200 SAT variables, 1489038 SAT clauses, 160152439 bytes
384.28/384.76	c 384	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
384.36/384.80	c 384	SOLVING HOME/temp.cnf
384.36/384.80	c 384	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
384.36/384.81	c 384	This is MiniSat 2.0 beta
384.36/384.81	c 384	WARNING: for repeatability, setting FPU to use double precision
384.36/384.81	c 384	============================[ Problem Statistics ]=============================
384.36/384.81	c 384	|                                                                             |
384.36/384.81	c 384	|  Number of variables:  7200                                                 |
384.36/384.81	c 384	|  Number of clauses:    1489038                                              |
387.62/388.19	c 388	|  Parsing time:         2.99         s                                       |
388.01/388.53	c 388	============================[ Search Statistics ]==============================
388.01/388.53	c 388	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
388.01/388.53	c 388	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
388.01/388.53	c 388	===============================================================================
388.01/388.53	c 388	|         0 |    7136  1481270 29463128 |   493756        0    nan |  0.000 % |
388.11/388.62	c 388	|       102 |    7132  1481270 29463128 |   543132       98      6 |  0.945 % |
388.21/388.79	c 388	|       252 |    7130  1481270 29463128 |   597445      246      7 |  0.972 % |
389.10/389.69	c 389	|       477 |    7127  1481270 29463128 |   657190      470      8 |  1.042 % |
391.29/391.80	c 391	|       814 |    7127  1481270 29463128 |   722909      807      8 |  1.042 % |
393.17/393.77	c 393	|      1320 |    7125  1481270 29463128 |   795200     1312      8 |  1.083 % |
396.24/396.83	c 396	|      2080 |    7125  1481270 29463128 |   874720     2072      8 |  1.083 % |
399.90/400.57	c 400	|      3219 |    7122  1481270 29463128 |   962192     3210      9 |  1.139 % |
406.54/407.24	c 407	|      4927 |    7118  1481270 29463128 |  1058411     4917      9 |  1.306 % |
410.99/411.79	c 411	===============================================================================
410.99/411.79	c 411	restarts              : 9
410.99/411.79	c 411	conflicts             : 6254           (238 /sec)
410.99/411.79	c 411	decisions             : 9149           (1.76 % random) (347 /sec)
410.99/411.79	c 411	propagations          : 748941         (28444 /sec)
410.99/411.79	c 411	conflict literals     : 55024          (26.71 % deleted)
410.99/411.79	c 411	Memory used           : 170.35 MB
410.99/411.79	c 411	CPU time              : 26.33 s
410.99/411.79	c 411	
410.99/411.79	c 411	UNSATISFIABLE
411.09/411.82	c 411	DECODING HOME/temp.out WITH HOME/temp.map
411.09/411.82	c 411	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
411.13/411.91	c 412	Decoding HOME/temp.out
411.13/411.96	s UNSATISFIABLE
411.13/411.96	c 412	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
411.13/412.02	c 412	CPU 409.3 (0.03 0.01 409.27 1.96)
411.13/412.02	c 412	END Fri Jul  4 17:07:20 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1076097-1215183628/watcher-1076097-1215183628 -o /tmp/evaluation-result-1076097-1215183628/solver-1076097-1215183628 -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-1076097-1215183628.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: 1.85 1.97 1.99 4/73 26677
/proc/meminfo: memFree=1462312/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=12268 CPUtime=0
/proc/26677/stat : 26677 (sugar) R 26675 26677 26640 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 641285890 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271894411877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26677/statm: 3067 316 241 3 0 167 0

[startup+0.054849 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 26677
/proc/meminfo: memFree=1462312/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=0.03
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 641285890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102959 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 26677
/proc/meminfo: memFree=1462312/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=0.03
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 641285890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301601 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 26677
/proc/meminfo: memFree=1462312/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=0.03
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 641285890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701643 s]
/proc/loadavg: 1.85 1.97 1.99 4/73 26677
/proc/meminfo: memFree=1462312/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=0.47
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 973 4966 0 1 2 1 40 4 16 0 1 0 641285890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26677/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13600

[startup+1.50273 s]
/proc/loadavg: 1.85 1.97 1.99 5/84 26699
/proc/meminfo: memFree=1445904/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=0.48
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 973 4966 0 1 3 1 40 4 15 0 1 0 641285890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26677/statm: 3400 797 370 3 0 500 0
[pid=26690] ppid=26677 vsize=5356 CPUtime=0
/proc/26690/stat : 26690 (sh) S 26677 26677 26640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641285943 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26690/statm: 1339 233 193 169 0 50 0
[pid=26691] ppid=26690 vsize=864340 CPUtime=0.94
/proc/26691/stat : 26691 (java) S 26690 26677 26640 0 -1 0 10652 0 1 0 88 6 0 0 18 0 9 0 641285943 885084160 9928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26691/statm: 216085 9928 2540 9 0 210660 0
[pid=26691/tid=26692] ppid=26690 vsize=864340 CPUtime=0.34
/proc/26691/task/26692/stat : 26692 (java) R 26690 26677 26640 0 -1 64 2749 0 1 0 33 1 0 0 19 0 9 0 641285944 885084160 9928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26693] ppid=26690 vsize=864340 CPUtime=0.5
/proc/26691/task/26693/stat : 26693 (java) R 26690 26677 26640 0 -1 64 6877 0 0 0 47 3 0 0 18 0 9 0 641285945 885084160 9928 996147200 134512640 134550740 4294955952 18446744073709551615 102731780 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26694] ppid=26690 vsize=864340 CPUtime=0
/proc/26691/task/26694/stat : 26694 (java) S 26690 26677 26640 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641285945 885084160 9928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26695] ppid=26690 vsize=864340 CPUtime=0
/proc/26691/task/26695/stat : 26695 (java) S 26690 26677 26640 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 641285945 885084160 9928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26696] ppid=26690 vsize=864340 CPUtime=0
/proc/26691/task/26696/stat : 26696 (java) S 26690 26677 26640 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 641285947 885084160 9928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26697] ppid=26690 vsize=864340 CPUtime=0.07
/proc/26691/task/26697/stat : 26697 (java) S 26690 26677 26640 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 641285947 885084160 9928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26698] ppid=26690 vsize=864340 CPUtime=0
/proc/26691/task/26698/stat : 26698 (java) S 26690 26677 26640 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 641285947 885084160 9928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26699] ppid=26690 vsize=864340 CPUtime=0
/proc/26691/task/26699/stat : 26699 (java) S 26690 26677 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641285947 885084160 9928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883296

[startup+3.10188 s]
/proc/loadavg: 1.85 1.97 1.99 3/84 26699
/proc/meminfo: memFree=1410640/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=0.48
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 973 4966 0 1 3 1 40 4 15 0 1 0 641285890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26677/statm: 3400 797 370 3 0 500 0
[pid=26690] ppid=26677 vsize=5356 CPUtime=0
/proc/26690/stat : 26690 (sh) S 26677 26677 26640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641285943 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26690/statm: 1339 233 193 169 0 50 0
[pid=26691] ppid=26690 vsize=864340 CPUtime=2.52
/proc/26691/stat : 26691 (java) S 26690 26677 26640 0 -1 0 25554 0 1 0 238 14 0 0 18 0 9 0 641285943 885084160 24809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26691/statm: 216085 24809 2540 9 0 210660 0
[pid=26691/tid=26692] ppid=26690 vsize=864340 CPUtime=0.78
/proc/26691/task/26692/stat : 26692 (java) R 26690 26677 26640 0 -1 64 3682 0 1 0 76 2 0 0 23 0 9 0 641285944 885084160 24809 996147200 134512640 134550740 4294955952 18446744073709551615 103215010 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26693] ppid=26690 vsize=864340 CPUtime=1.64
/proc/26691/task/26693/stat : 26693 (java) S 26690 26677 26640 0 -1 64 20846 0 0 0 153 11 0 0 17 0 9 0 641285945 885084160 24809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26694] ppid=26690 vsize=864340 CPUtime=0
/proc/26691/task/26694/stat : 26694 (java) S 26690 26677 26640 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641285945 885084160 24809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26695] ppid=26690 vsize=864340 CPUtime=0
/proc/26691/task/26695/stat : 26695 (java) S 26690 26677 26640 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 641285945 885084160 24809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26696] ppid=26690 vsize=864340 CPUtime=0
/proc/26691/task/26696/stat : 26696 (java) S 26690 26677 26640 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 641285947 885084160 24809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26697] ppid=26690 vsize=864340 CPUtime=0.07
/proc/26691/task/26697/stat : 26697 (java) S 26690 26677 26640 0 -1 64 333 0 0 0 7 0 0 0 16 0 9 0 641285947 885084160 24809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26698] ppid=26690 vsize=864340 CPUtime=0
/proc/26691/task/26698/stat : 26698 (java) S 26690 26677 26640 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 641285947 885084160 24809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26699] ppid=26690 vsize=864340 CPUtime=0
/proc/26691/task/26699/stat : 26699 (java) S 26690 26677 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641285947 885084160 24809 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883296

[startup+6.30444 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 26699
/proc/meminfo: memFree=1364048/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=0.48
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 974 4966 0 1 3 1 40 4 16 0 1 0 641285890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26677/statm: 3400 797 370 3 0 500 0
[pid=26690] ppid=26677 vsize=5356 CPUtime=0
/proc/26690/stat : 26690 (sh) S 26677 26677 26640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641285943 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26690/statm: 1339 233 193 169 0 50 0
[pid=26691] ppid=26690 vsize=864452 CPUtime=5.72
/proc/26691/stat : 26691 (java) S 26690 26677 26640 0 -1 0 27177 0 1 0 556 16 0 0 18 0 9 0 641285943 885198848 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26691/statm: 216113 26398 2564 9 0 210660 0
[pid=26691/tid=26692] ppid=26690 vsize=864452 CPUtime=3.59
/proc/26691/task/26692/stat : 26692 (java) R 26690 26677 26640 0 -1 64 3798 0 1 0 357 2 0 0 25 0 9 0 641285944 885198848 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4126567380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26693] ppid=26690 vsize=864452 CPUtime=2
/proc/26691/task/26693/stat : 26693 (java) S 26690 26677 26640 0 -1 64 22334 0 0 0 188 12 0 0 16 0 9 0 641285945 885198848 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26694] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26694/stat : 26694 (java) S 26690 26677 26640 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641285945 885198848 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26695] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26695/stat : 26695 (java) S 26690 26677 26640 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 641285945 885198848 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26696] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26696/stat : 26696 (java) S 26690 26677 26640 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 641285947 885198848 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26697] ppid=26690 vsize=864452 CPUtime=0.1
/proc/26691/task/26697/stat : 26697 (java) S 26690 26677 26640 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 641285947 885198848 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26698] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26698/stat : 26698 (java) S 26690 26677 26640 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 641285947 885198848 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26699] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26699/stat : 26699 (java) S 26690 26677 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641285947 885198848 26398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883408

[startup+12.7018 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 26699
/proc/meminfo: memFree=1361040/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=0.48
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 974 4966 0 1 3 1 40 4 16 0 1 0 641285890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26677/statm: 3400 797 370 3 0 500 0
[pid=26690] ppid=26677 vsize=5356 CPUtime=0
/proc/26690/stat : 26690 (sh) S 26677 26677 26640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641285943 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26690/statm: 1339 233 193 169 0 50 0
[pid=26691] ppid=26690 vsize=864452 CPUtime=12.11
/proc/26691/stat : 26691 (java) S 26690 26677 26640 0 -1 0 28221 0 1 0 1195 16 0 0 18 0 9 0 641285943 885198848 27430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26691/statm: 216113 27430 2564 9 0 210660 0
[pid=26691/tid=26692] ppid=26690 vsize=864452 CPUtime=9.93
/proc/26691/task/26692/stat : 26692 (java) R 26690 26677 26640 0 -1 64 3810 0 1 0 991 2 0 0 25 0 9 0 641285944 885198848 27430 996147200 134512640 134550740 4294955952 18446744073709551615 4126618247 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26693] ppid=26690 vsize=864452 CPUtime=2.06
/proc/26691/task/26693/stat : 26693 (java) S 26690 26677 26640 0 -1 64 23366 0 0 0 193 13 0 0 16 0 9 0 641285945 885198848 27430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26694] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26694/stat : 26694 (java) S 26690 26677 26640 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641285945 885198848 27430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26695] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26695/stat : 26695 (java) S 26690 26677 26640 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 641285945 885198848 27430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26696] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26696/stat : 26696 (java) S 26690 26677 26640 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 641285947 885198848 27430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26697] ppid=26690 vsize=864452 CPUtime=0.1
/proc/26691/task/26697/stat : 26697 (java) S 26690 26677 26640 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 641285947 885198848 27430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26698] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26698/stat : 26698 (java) S 26690 26677 26640 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 641285947 885198848 27430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26699] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26699/stat : 26699 (java) S 26690 26677 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641285947 885198848 27430 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 883408

[startup+25.5021 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 26699
/proc/meminfo: memFree=1344272/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=0.48
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 974 4966 0 1 3 1 40 4 16 0 1 0 641285890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26677/statm: 3400 797 370 3 0 500 0
[pid=26690] ppid=26677 vsize=5356 CPUtime=0
/proc/26690/stat : 26690 (sh) S 26677 26677 26640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641285943 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26690/statm: 1339 233 193 169 0 50 0
[pid=26691] ppid=26690 vsize=864452 CPUtime=24.9
/proc/26691/stat : 26691 (java) S 26690 26677 26640 0 -1 0 30473 0 1 0 2468 22 0 0 18 0 9 0 641285943 885198848 29632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26691/statm: 216113 29632 2564 9 0 210660 0
[pid=26691/tid=26692] ppid=26690 vsize=864452 CPUtime=22.58
/proc/26691/task/26692/stat : 26692 (java) R 26690 26677 26640 0 -1 64 3862 0 1 0 2251 7 0 0 25 0 9 0 641285944 885198848 29632 996147200 134512640 134550740 4294955952 18446744073709551615 4126567328 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26693] ppid=26690 vsize=864452 CPUtime=2.19
/proc/26691/task/26693/stat : 26693 (java) S 26690 26677 26640 0 -1 64 25559 0 0 0 205 14 0 0 16 0 9 0 641285945 885198848 29632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26694] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26694/stat : 26694 (java) S 26690 26677 26640 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641285945 885198848 29632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26695] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26695/stat : 26695 (java) S 26690 26677 26640 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 641285945 885198848 29632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/26691/task/26694/stat : 26694 (java) S 26690 26677 26640 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641285945 885198848 38776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26695] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26695/stat : 26695 (java) S 26690 26677 26640 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 641285945 885198848 38776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26696] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26696/stat : 26696 (java) S 26690 26677 26640 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 641285947 885198848 38776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26697] ppid=26690 vsize=864452 CPUtime=0.11
/proc/26691/task/26697/stat : 26697 (java) S 26690 26677 26640 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 641285947 885198848 38776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26698] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26698/stat : 26698 (java) S 26690 26677 26640 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 641285947 885198848 38776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26699] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26699/stat : 26699 (java) S 26690 26677 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641285947 885198848 38776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 883408

[startup+282.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 26705
/proc/meminfo: memFree=1213200/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=0.48
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 974 4966 0 1 3 1 40 4 16 0 1 0 641285890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26677/statm: 3400 797 370 3 0 500 0
[pid=26690] ppid=26677 vsize=5356 CPUtime=0
/proc/26690/stat : 26690 (sh) S 26677 26677 26640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641285943 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26690/statm: 1339 233 193 169 0 50 0
[pid=26691] ppid=26690 vsize=864452 CPUtime=281.49
/proc/26691/stat : 26691 (java) S 26690 26677 26640 0 -1 0 56407 0 1 0 28054 95 0 0 18 0 9 0 641285943 885198848 39459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26691/statm: 216113 39459 2564 9 0 210660 0
[pid=26691/tid=26692] ppid=26690 vsize=864452 CPUtime=275.24
/proc/26691/task/26692/stat : 26692 (java) R 26690 26677 26640 0 -1 64 4675 0 1 0 27464 60 0 0 25 0 9 0 641285944 885198848 39459 996147200 134512640 134550740 4294955952 18446744073709551615 4126510413 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26693] ppid=26690 vsize=864452 CPUtime=6.11
/proc/26691/task/26693/stat : 26693 (java) S 26690 26677 26640 0 -1 64 50680 0 0 0 578 33 0 0 16 0 9 0 641285945 885198848 39459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26694] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26694/stat : 26694 (java) S 26690 26677 26640 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641285945 885198848 39459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26695] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26695/stat : 26695 (java) S 26690 26677 26640 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 641285945 885198848 39459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26696] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26696/stat : 26696 (java) S 26690 26677 26640 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 641285947 885198848 39459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26697] ppid=26690 vsize=864452 CPUtime=0.11
/proc/26691/task/26697/stat : 26697 (java) S 26690 26677 26640 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 641285947 885198848 39459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26698] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26698/stat : 26698 (java) S 26690 26677 26640 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 641285947 885198848 39459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26699] ppid=26690 vsize=864452 CPUtime=0
/proc/26691/task/26699/stat : 26699 (java) S 26690 26677 26640 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 641285947 885198848 39459 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.97
Current children cumulated vsize (KiB) 883408

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26705
/proc/meminfo: memFree=1188688/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=0.48
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 974 4966 0 1 3 1 40 4 16 0 1 0 641285890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26677/statm: 3400 797 370 3 0 500 0
[pid=26690] ppid=26677 vsize=5356 CPUtime=0
/proc/26690/stat : 26690 (sh) S 26677 26677 26640 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 641285943 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26690/statm: 1339 233 193 169 0 50 0
[pid=26691] ppid=26690 vsize=865476 CPUtime=341.44
/proc/26691/stat : 26691 (java) S 26690 26677 26640 0 -1 0 62842 0 1 0 34032 112 0 0 18 0 9 0 641285943 886247424 40470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26691/statm: 216369 40470 2564 9 0 210916 0
[pid=26691/tid=26692] ppid=26690 vsize=865476 CPUtime=334.11
/proc/26691/task/26692/stat : 26692 (java) R 26690 26677 26640 0 -1 64 4858 0 1 0 33339 72 0 0 25 0 9 0 641285944 886247424 40470 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26693] ppid=26690 vsize=865476 CPUtime=7.18
/proc/26691/task/26693/stat : 26693 (java) S 26690 26677 26640 0 -1 64 56931 0 0 0 680 38 0 0 16 0 9 0 641285945 886247424 40470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26694] ppid=26690 vsize=865476 CPUtime=0
/proc/26691/task/26694/stat : 26694 (java) S 26690 26677 26640 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 641285945 886247424 40470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26695] ppid=26690 vsize=865476 CPUtime=0
/proc/26691/task/26695/stat : 26695 (java) S 26690 26677 26640 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 641285945 886247424 40470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26696] ppid=26690 vsize=865476 CPUtime=0
/proc/26691/task/26696/stat : 26696 (java) S 26690 26677 26640 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 641285947 886247424 40470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26697] ppid=26690 vsize=865476 CPUtime=0.11
/proc/26691/task/26697/stat : 26697 (java) S 26690 26677 26640 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 641285947 886247424 40470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26691/tid=26698] ppid=26690 vsize=865476 CPUtime=0
/proc/26691/task/26698/stat : 26698 (java) S 26690 26677 26640 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 641285947 886247424 40470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26691/tid=26699] ppid=26690 vsize=865476 CPUtime=0
/proc/26691/task/26699/stat : 26699 (java) S 26690 26677 26640 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 641285947 886247424 40470 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.92
Current children cumulated vsize (KiB) 884432

[startup+402.305 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 26707
/proc/meminfo: memFree=1125456/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=384.37
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 1033 75044 0 2 3 1 38282 151 16 0 1 0 641285890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26677/statm: 3400 799 370 3 0 500 0
[pid=26706] ppid=26677 vsize=5356 CPUtime=0
/proc/26706/stat : 26706 (sh) S 26677 26677 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641324370 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26706/statm: 1339 232 193 169 0 50 0
[pid=26707] ppid=26706 vsize=173336 CPUtime=17.32
/proc/26707/stat : 26707 (minisat) R 26706 26677 26640 0 -1 4194304 42852 0 0 0 1693 39 0 0 25 0 1 0 641324371 177496064 42838 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 1 0 0
/proc/26707/statm: 43334 42838 75 150 0 43181 0
Current children cumulated CPU time (s) 401.69
Current children cumulated vsize (KiB) 192292

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

[startup+403.102 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 26707
/proc/meminfo: memFree=1125072/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=384.37
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 1033 75044 0 2 3 1 38282 151 16 0 1 0 641285890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26677/statm: 3400 799 370 3 0 500 0
[pid=26706] ppid=26677 vsize=5356 CPUtime=0
/proc/26706/stat : 26706 (sh) S 26677 26677 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641324370 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26706/statm: 1339 232 193 169 0 50 0
[pid=26707] ppid=26706 vsize=173468 CPUtime=18.11
/proc/26707/stat : 26707 (minisat) R 26706 26677 26640 0 -1 4194304 42897 0 0 0 1772 39 0 0 25 0 1 0 641324371 177631232 42883 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26707/statm: 43367 42883 75 150 0 43214 0
Current children cumulated CPU time (s) 402.48
Current children cumulated vsize (KiB) 192424

[startup+406.302 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 26707
/proc/meminfo: memFree=1124432/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=384.37
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 1033 75044 0 2 3 1 38282 151 16 0 1 0 641285890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26677/statm: 3400 799 370 3 0 500 0
[pid=26706] ppid=26677 vsize=5356 CPUtime=0
/proc/26706/stat : 26706 (sh) S 26677 26677 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641324370 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26706/statm: 1339 232 193 169 0 50 0
[pid=26707] ppid=26706 vsize=174168 CPUtime=21.28
/proc/26707/stat : 26707 (minisat) R 26706 26677 26640 0 -1 4194304 43051 0 0 0 2089 39 0 0 25 0 1 0 641324371 178348032 43037 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26707/statm: 43542 43037 75 150 0 43389 0
Current children cumulated CPU time (s) 405.65
Current children cumulated vsize (KiB) 193124

[startup+409.503 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 26707
/proc/meminfo: memFree=1124176/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=384.37
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 1033 75044 0 2 3 1 38282 151 16 0 1 0 641285890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26677/statm: 3400 799 370 3 0 500 0
[pid=26706] ppid=26677 vsize=5356 CPUtime=0
/proc/26706/stat : 26706 (sh) S 26677 26677 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641324370 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26706/statm: 1339 232 193 169 0 50 0
[pid=26707] ppid=26706 vsize=174304 CPUtime=24.44
/proc/26707/stat : 26707 (minisat) R 26706 26677 26640 0 -1 4194304 43093 0 0 0 2405 39 0 0 25 0 1 0 641324371 178487296 43079 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26707/statm: 43576 43079 75 150 0 43423 0
Current children cumulated CPU time (s) 408.81
Current children cumulated vsize (KiB) 193260

[startup+411.105 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 26707
/proc/meminfo: memFree=1124048/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=384.37
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 1033 75044 0 2 3 1 38282 151 16 0 1 0 641285890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26677/statm: 3400 799 370 3 0 500 0
[pid=26706] ppid=26677 vsize=5356 CPUtime=0
/proc/26706/stat : 26706 (sh) S 26677 26677 26640 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 641324370 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26706/statm: 1339 232 193 169 0 50 0
[pid=26707] ppid=26706 vsize=174436 CPUtime=26.03
/proc/26707/stat : 26707 (minisat) R 26706 26677 26640 0 -1 4194304 43130 0 0 0 2564 39 0 0 25 0 1 0 641324371 178622464 43116 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26707/statm: 43609 43116 75 150 0 43456 0
Current children cumulated CPU time (s) 410.4
Current children cumulated vsize (KiB) 193392

[startup+411.902 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 26707
/proc/meminfo: memFree=1123984/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=13600 CPUtime=411.13
/proc/26677/stat : 26677 (sugar) S 26675 26677 26640 0 -1 4194304 1072 118475 0 2 3 1 40915 194 17 0 1 0 641285890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26677/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 411.13
Current children cumulated vsize (KiB) 13600

[startup+412.102 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 26707
/proc/meminfo: memFree=1123984/2055920 swapFree=4157824/4192956
[pid=26677] ppid=26675 vsize=0 CPUtime=411.36
/proc/26677/stat : 26677 (sugar) R 26675 26677 26640 0 -1 4194308 1149 122178 0 3 3 10 40927 196 16 0 1 0 641285890 0 0 996147200 0 0 0 0 0 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26677/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 411.36
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 412.103
CPU time (s): 411.384
CPU user time (s): 409.314
CPU system time (s): 2.07069
CPU usage (%): 99.8258
Max. virtual memory (cumulated for all children) (KiB): 897244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 409.314
system time used= 2.07069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123327
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= 18843
involuntary context switches= 12929

runsolver used 0.483926 second user time and 1.41478 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-04 17:00:28
IDJOB=1076097
IDBENCH=56563
IDSOLVER=346
FILE ID=node60/1076097-1215183628
PBS_JOBID= 7881626
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg16-18_ext.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-1076097-1215183628/watcher-1076097-1215183628 -o /tmp/evaluation-result-1076097-1215183628/solver-1076097-1215183628 -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-1076097-1215183628.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7eefbe4525d9a139e0a7a3d10b5fd38d
RANDOM SEED=473822283

node60.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.216
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.216
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:       1462792 kB
Buffers:         37028 kB
Cached:         211500 kB
SwapCached:      29320 kB
Active:         483424 kB
Inactive:        56872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1462792 kB
SwapTotal:     4192956 kB
SwapFree:      4157824 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:         297884 kB
Slab:            37420 kB
Committed_AS:  1349008 kB
PageTables:       2496 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= 66460 MiB
End job on node60 at 2008-07-04 17:07:20