Trace number 1107642

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 1036.91 1046.92

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg7-7_ext.xml
MD5SUMf00aa59633d3b6e99f8253640165ef5c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.08183
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints14
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
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 Tue Jul  8 02:42:14 2008
0.00/0.04	c 0	PID 2996
0.03/0.05	c 0	HOST node57.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1107642-1215477734.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1107642-1215477734.xml' 'HOME/temp.csp'
0.03/0.51	c 1	1 domains, 49 variables, 0 predicates, 1 relations, 14 constraints
0.03/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	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.48/0.60	c 1	Parsing HOME/temp.csp
1.04/1.18	c 2	parsed 65 expressions
1.04/1.18	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.18	c 2	Converting to clausal form CSP
1.13/1.20	c 2	converted 7 (10%) expressions
1.13/1.20	c 2	converted 13 (20%) expressions
1.13/1.20	c 2	converted 20 (30%) expressions
1.13/1.20	c 2	converted 26 (40%) expressions
1.13/1.20	c 2	converted 33 (50%) expressions
1.13/1.20	c 2	converted 39 (60%) expressions
1.13/1.20	c 2	converted 46 (70%) expressions
1.52/1.60	c 2	converted 52 (80%) expressions
3.80/3.97	c 4	converted 59 (90%) expressions
5.29/5.46	c 6	converted 65 (100%) expressions
5.29/5.46	c 6	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
5.29/5.46	c 6	Heap : 111 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.29/5.46	c 6	Propagation in CSP
5.29/5.46	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.29/5.46	c 6	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
5.29/5.46	c 6	Heap : 111 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.29/5.46	c 6	Simplifing CSP by introducing new Boolean variables
5.29/5.46	c 6	CSP : 49 integers, 0 booleans, 14 clauses, largest domain size 26
5.29/5.46	c 6	Heap : 111 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.18/6.31	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.18/6.33	c 7	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
6.18/6.33	c 7	10 (20%) CSP integer variables are encoded (240 clauses, 2496 bytes)
6.18/6.33	c 7	15 (30%) CSP integer variables are encoded (360 clauses, 3816 bytes)
6.18/6.34	c 7	20 (40%) CSP integer variables are encoded (480 clauses, 5136 bytes)
6.18/6.34	c 7	25 (50%) CSP integer variables are encoded (600 clauses, 6456 bytes)
6.18/6.34	c 7	30 (60%) CSP integer variables are encoded (720 clauses, 7776 bytes)
6.18/6.34	c 7	35 (70%) CSP integer variables are encoded (840 clauses, 9096 bytes)
6.18/6.34	c 7	40 (80%) CSP integer variables are encoded (960 clauses, 10417 bytes)
6.18/6.34	c 7	45 (90%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
6.18/6.34	c 7	49 (100%) CSP integer variables are encoded (1176 clauses, 13225 bytes)
140.99/142.43	c 143	2 (10%) CSP clauses are encoded (265880 clauses, 11710138 bytes)
206.07/208.14	c 209	3 (20%) CSP clauses are encoded (398232 clauses, 18077367 bytes)
342.66/346.01	c 346	5 (30%) CSP clauses are encoded (662936 clauses, 30813085 bytes)
412.60/416.69	c 417	6 (40%) CSP clauses are encoded (795288 clauses, 37432821 bytes)
481.93/486.60	c 487	7 (50%) CSP clauses are encoded (927640 clauses, 44194087 bytes)
621.30/627.32	c 628	9 (60%) CSP clauses are encoded (1192344 clauses, 57524188 bytes)
690.84/697.53	c 698	10 (70%) CSP clauses are encoded (1324696 clauses, 64093023 bytes)
830.12/838.11	c 839	12 (80%) CSP clauses are encoded (1589400 clauses, 77230693 bytes)
899.46/908.12	c 909	13 (90%) CSP clauses are encoded (1721752 clauses, 83993025 bytes)
968.99/978.38	c 979	14 (100%) CSP clauses are encoded (1854104 clauses, 91954046 bytes)
968.99/978.38	c 979	14 CSP clauses encoded
968.99/978.38	c 979	Writing map file : HOME/temp.map
968.99/978.38	c 979	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
968.99/978.38	c 979	SAT : 1225 SAT variables, 1854104 SAT clauses, 91954046 bytes
968.99/978.38	c 979	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
969.08/978.44	c 979	SOLVING HOME/temp.cnf
969.08/978.44	c 979	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
969.08/978.45	c 979	This is MiniSat 2.0 beta
969.08/978.45	c 979	WARNING: for repeatability, setting FPU to use double precision
969.08/978.45	c 979	============================[ Problem Statistics ]=============================
969.08/978.45	c 979	|                                                                             |
969.08/978.45	c 979	|  Number of variables:  1225                                                 |
969.08/978.45	c 979	|  Number of clauses:    1854104                                              |
971.24/980.62	c 981	|  Parsing time:         1.94         s                                       |
971.33/980.75	c 981	============================[ Search Statistics ]==============================
971.33/980.75	c 981	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
971.33/980.75	c 981	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
971.33/980.75	c 981	===============================================================================
971.33/980.75	c 981	|         0 |    1225  1854104 19492956 |   618034        0    nan |  0.000 % |
971.43/980.83	c 981	|       100 |    1225  1854104 19492956 |   679838      100      5 |  0.000 % |
971.53/980.94	c 981	|       250 |    1225  1854104 19492956 |   747821      250      6 |  0.002 % |
971.83/981.25	c 982	|       475 |    1225  1854104 19492956 |   822604      475      7 |  0.001 % |
972.12/981.50	c 982	|       812 |    1225  1854104 19492956 |   904864      812      7 |  0.002 % |
972.33/981.71	c 982	|      1318 |    1225  1854104 19492956 |   995351     1318      8 |  0.001 % |
972.63/982.02	c 982	|      2077 |    1225  1854104 19492956 |  1094886     2077      8 |  0.001 % |
972.92/982.33	c 983	|      3216 |    1225  1854104 19492956 |  1204374     3216      9 |  0.001 % |
974.80/984.23	c 985	|      4925 |    1225  1854104 19492956 |  1324812     4925      9 |  0.001 % |
979.55/989.09	c 990	|      7488 |    1225  1854104 19492956 |  1457293     7488     14 |  0.000 % |
992.92/1002.58	c 1003	|     11334 |    1225  1854104 19492956 |  1603022    11334     16 |  0.000 % |
1010.46/1020.22	c 1021	|     17100 |    1225  1854104 19492956 |  1763325    17100     16 |  0.000 % |
1036.61/1046.66	c 1047	===============================================================================
1036.61/1046.66	c 1047	restarts              : 12
1036.61/1046.66	c 1047	conflicts             : 23011          (342 /sec)
1036.61/1046.67	c 1047	decisions             : 34036          (1.46 % random) (505 /sec)
1036.61/1046.67	c 1047	propagations          : 1440422        (21393 /sec)
1036.61/1046.67	c 1047	conflict literals     : 380380         (21.36 % deleted)
1036.61/1046.67	c 1047	Memory used           : 153.59 MB
1036.61/1046.67	c 1047	CPU time              : 67.3328 s
1036.61/1046.67	c 1047	
1036.61/1046.67	c 1047	SATISFIABLE
1036.61/1046.69	c 1047	DECODING HOME/temp.out WITH HOME/temp.map
1036.61/1046.69	c 1047	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1036.71/1046.78	c 1047	Decoding HOME/temp.out
1036.71/1046.80	s SATISFIABLE
1036.71/1046.81	v 25 14 25 14 19 0 19 14 23 24 3 4 17 0 25 24 6 14 19 4 18 14 3 14 17 0 19 18 19 4 19 0 13 8 4 0 17 4 19 8 4 17 19 0 18 18 4 17 0
1036.71/1046.81	c 1047	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1036.71/1046.87	c 1047	CPU 1035.46 (0.03 0.01 1035.43 1.37)
1036.71/1046.87	c 1047	END Tue Jul  8 02:59:41 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-1107642-1215477734/watcher-1107642-1215477734 -o /tmp/evaluation-result-1107642-1215477734/solver-1107642-1215477734 -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-1107642-1215477734.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.99 1.85 1.46 4/81 2996
/proc/meminfo: memFree=1818136/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=12132 CPUtime=0
/proc/2996/stat : 2996 (sugar) R 2994 2996 2669 0 -1 4194304 219 0 0 0 0 0 0 0 22 0 1 0 4471987 12423168 187 996147200 4194304 4206940 548682068608 18446744073709551615 218075927265 0 0 4224 0 0 0 0 17 1 0 0
/proc/2996/statm: 3033 187 142 3 0 133 0

[startup+0.0490199 s]
/proc/loadavg: 1.99 1.85 1.46 4/81 2996
/proc/meminfo: memFree=1818136/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=0.03
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 4471987 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100911 s]
/proc/loadavg: 1.99 1.85 1.46 4/81 2996
/proc/meminfo: memFree=1818136/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=0.03
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 4471987 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301926 s]
/proc/loadavg: 1.99 1.85 1.46 4/81 2996
/proc/meminfo: memFree=1818136/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=0.03
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 4471987 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701963 s]
/proc/loadavg: 1.99 1.85 1.46 4/81 2996
/proc/meminfo: memFree=1818136/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=0.48
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 973 8693 0 1 2 1 39 6 16 0 1 0 4471987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+1.50204 s]
/proc/loadavg: 1.99 1.85 1.46 3/92 3018
/proc/meminfo: memFree=1806784/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=0.48
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 973 8693 0 1 2 1 39 6 15 0 1 0 4471987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 797 370 3 0 500 0
[pid=3009] ppid=2996 vsize=5356 CPUtime=0
/proc/3009/stat : 3009 (sh) S 2996 2996 2669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4472040 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3009/statm: 1339 233 193 169 0 50 0
[pid=3010] ppid=3009 vsize=864840 CPUtime=0.94
/proc/3010/stat : 3010 (java) S 3009 2996 2669 0 -1 0 8795 0 1 0 90 4 0 0 18 0 9 0 4472040 885596160 7733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3010/statm: 216210 7733 2540 9 0 210785 0
[pid=3010/tid=3011] ppid=3009 vsize=864840 CPUtime=0.59
/proc/3010/task/3011/stat : 3011 (java) R 3009 2996 2669 0 -1 64 2551 0 1 0 58 1 0 0 18 0 9 0 4472041 885596160 7733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3012] ppid=3009 vsize=864840 CPUtime=0.28
/proc/3010/task/3012/stat : 3012 (java) R 3009 2996 2669 0 -1 64 5231 0 0 0 26 2 0 0 16 0 9 0 4472042 885596160 7733 996147200 134512640 134550740 4294955952 18446744073709551615 104180096 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3013] ppid=3009 vsize=864840 CPUtime=0
/proc/3010/task/3013/stat : 3013 (java) S 3009 2996 2669 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4472042 885596160 7733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3014] ppid=3009 vsize=864840 CPUtime=0
/proc/3010/task/3014/stat : 3014 (java) S 3009 2996 2669 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4472042 885596160 7733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3015] ppid=3009 vsize=864840 CPUtime=0
/proc/3010/task/3015/stat : 3015 (java) S 3009 2996 2669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4472044 885596160 7733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3016] ppid=3009 vsize=864840 CPUtime=0.05
/proc/3010/task/3016/stat : 3016 (java) S 3009 2996 2669 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 4472044 885596160 7733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3017] ppid=3009 vsize=864840 CPUtime=0
/proc/3010/task/3017/stat : 3017 (java) S 3009 2996 2669 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4472044 885596160 7733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3018] ppid=3009 vsize=864840 CPUtime=0
/proc/3010/task/3018/stat : 3018 (java) S 3009 2996 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4472044 885596160 7733 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) 883796

[startup+3.10219 s]
/proc/loadavg: 1.99 1.85 1.46 3/92 3018
/proc/meminfo: memFree=1781504/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=0.48
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 973 8693 0 1 2 1 39 6 15 0 1 0 4471987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 797 370 3 0 500 0
[pid=3009] ppid=2996 vsize=5356 CPUtime=0
/proc/3009/stat : 3009 (sh) S 2996 2996 2669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4472040 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3009/statm: 1339 233 193 169 0 50 0
[pid=3010] ppid=3009 vsize=864336 CPUtime=2.53
/proc/3010/stat : 3010 (java) S 3009 2996 2669 0 -1 0 18528 0 1 0 244 9 0 0 18 0 9 0 4472040 885080064 16928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3010/statm: 216084 16928 2540 9 0 210659 0
[pid=3010/tid=3011] ppid=3009 vsize=864336 CPUtime=1.23
/proc/3010/task/3011/stat : 3011 (java) R 3009 2996 2669 0 -1 64 3099 0 1 0 122 1 0 0 24 0 9 0 4472041 885080064 16928 996147200 134512640 134550740 4294955952 18446744073709551615 101444695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3012] ppid=3009 vsize=864336 CPUtime=1.23
/proc/3010/task/3012/stat : 3012 (java) S 3009 2996 2669 0 -1 64 14414 0 0 0 117 6 0 0 16 0 9 0 4472042 885080064 16928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3013] ppid=3009 vsize=864336 CPUtime=0
/proc/3010/task/3013/stat : 3013 (java) S 3009 2996 2669 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4472042 885080064 16928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3014] ppid=3009 vsize=864336 CPUtime=0
/proc/3010/task/3014/stat : 3014 (java) S 3009 2996 2669 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4472042 885080064 16928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3015] ppid=3009 vsize=864336 CPUtime=0
/proc/3010/task/3015/stat : 3015 (java) S 3009 2996 2669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4472044 885080064 16928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3016] ppid=3009 vsize=864336 CPUtime=0.05
/proc/3010/task/3016/stat : 3016 (java) S 3009 2996 2669 0 -1 64 318 0 0 0 5 0 0 0 16 0 9 0 4472044 885080064 16928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3017] ppid=3009 vsize=864336 CPUtime=0
/proc/3010/task/3017/stat : 3017 (java) S 3009 2996 2669 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4472044 885080064 16928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3018] ppid=3009 vsize=864336 CPUtime=0
/proc/3010/task/3018/stat : 3018 (java) S 3009 2996 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4472044 885080064 16928 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883292

[startup+6.30148 s]
/proc/loadavg: 2.07 1.87 1.47 4/92 3018
/proc/meminfo: memFree=1697920/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=0.48
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 974 8693 0 1 2 1 39 6 16 0 1 0 4471987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 797 370 3 0 500 0
[pid=3009] ppid=2996 vsize=5356 CPUtime=0
/proc/3009/stat : 3009 (sh) S 2996 2996 2669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4472040 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3009/statm: 1339 233 193 169 0 50 0
[pid=3010] ppid=3009 vsize=885328 CPUtime=5.7
/proc/3010/stat : 3010 (java) S 3009 2996 2669 0 -1 0 44039 0 1 0 550 20 0 0 18 0 9 0 4472040 906575872 37103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3010/statm: 221332 37103 2540 9 0 215907 0
[pid=3010/tid=3011] ppid=3009 vsize=885328 CPUtime=2.26
/proc/3010/task/3011/stat : 3011 (java) S 3009 2996 2669 0 -1 64 3603 0 1 0 224 2 0 0 25 0 9 0 4472041 906575872 37103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3012] ppid=3009 vsize=885328 CPUtime=3.37
/proc/3010/task/3012/stat : 3012 (java) R 3009 2996 2669 0 -1 64 39421 0 0 0 320 17 0 0 22 0 9 0 4472042 906575872 37103 996147200 134512640 134550740 4294955952 18446744073709551615 103736945 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3013] ppid=3009 vsize=885328 CPUtime=0
/proc/3010/task/3013/stat : 3013 (java) S 3009 2996 2669 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4472042 906575872 37103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3014] ppid=3009 vsize=885328 CPUtime=0
/proc/3010/task/3014/stat : 3014 (java) S 3009 2996 2669 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4472042 906575872 37103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3015] ppid=3009 vsize=885328 CPUtime=0
/proc/3010/task/3015/stat : 3015 (java) S 3009 2996 2669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4472044 906575872 37103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3016] ppid=3009 vsize=885328 CPUtime=0.05
/proc/3010/task/3016/stat : 3016 (java) S 3009 2996 2669 0 -1 64 318 0 0 0 5 0 0 0 16 0 9 0 4472044 906575872 37103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3017] ppid=3009 vsize=885328 CPUtime=0
/proc/3010/task/3017/stat : 3017 (java) S 3009 2996 2669 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4472044 906575872 37103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3018] ppid=3009 vsize=885328 CPUtime=0
/proc/3010/task/3018/stat : 3018 (java) S 3009 2996 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4472044 906575872 37103 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 904284

[startup+12.7011 s]
/proc/loadavg: 2.07 1.88 1.47 3/92 3018
/proc/meminfo: memFree=1692160/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=0.48
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 974 8693 0 1 2 1 39 6 15 0 1 0 4471987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 797 370 3 0 500 0
[pid=3009] ppid=2996 vsize=5356 CPUtime=0
/proc/3009/stat : 3009 (sh) S 2996 2996 2669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4472040 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3009/statm: 1339 233 193 169 0 50 0
[pid=3010] ppid=3009 vsize=864448 CPUtime=12.03
/proc/3010/stat : 3010 (java) S 3009 2996 2669 0 -1 0 45298 0 1 0 1182 21 0 0 18 0 9 0 4472040 885194752 33084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3010/statm: 216112 33084 2564 9 0 210659 0
[pid=3010/tid=3011] ppid=3009 vsize=864448 CPUtime=8.48
/proc/3010/task/3011/stat : 3011 (java) R 3009 2996 2669 0 -1 64 4209 0 1 0 846 2 0 0 25 0 9 0 4472041 885194752 33084 996147200 134512640 134550740 4294955952 18446744073709551615 4126561637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3012] ppid=3009 vsize=864448 CPUtime=3.45
/proc/3010/task/3012/stat : 3012 (java) S 3009 2996 2669 0 -1 64 40053 0 0 0 327 18 0 0 16 0 9 0 4472042 885194752 33084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3013] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3013/stat : 3013 (java) S 3009 2996 2669 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4472042 885194752 33084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3014] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3014/stat : 3014 (java) S 3009 2996 2669 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4472042 885194752 33084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3015] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3015/stat : 3015 (java) S 3009 2996 2669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4472044 885194752 33084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3016] ppid=3009 vsize=864448 CPUtime=0.08
/proc/3010/task/3016/stat : 3016 (java) S 3009 2996 2669 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 4472044 885194752 33084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3017] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3017/stat : 3017 (java) S 3009 2996 2669 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4472044 885194752 33084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3018] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3018/stat : 3018 (java) S 3009 2996 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4472044 885194752 33084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883404

[startup+25.5022 s]
/proc/loadavg: 2.05 1.88 1.47 3/92 3018
/proc/meminfo: memFree=1692160/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=0.48
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 974 8693 0 1 2 1 39 6 15 0 1 0 4471987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 797 370 3 0 500 0
[pid=3009] ppid=2996 vsize=5356 CPUtime=0
/proc/3009/stat : 3009 (sh) S 2996 2996 2669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4472040 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3009/statm: 1339 233 193 169 0 50 0
[pid=3010] ppid=3009 vsize=864448 CPUtime=24.71
/proc/3010/stat : 3010 (java) S 3009 2996 2669 0 -1 0 45299 0 1 0 2450 21 0 0 18 0 9 0 4472040 885194752 33084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3010/statm: 216112 33084 2564 9 0 210659 0
[pid=3010/tid=3011] ppid=3009 vsize=864448 CPUtime=21.15
/proc/3010/task/3011/stat : 3011 (java) R 3009 2996 2669 0 -1 64 4210 0 1 0 2113 2 0 0 25 0 9 0 4472041 885194752 33084 996147200 134512640 134550740 4294955952 18446744073709551615 4126580404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3012] ppid=3009 vsize=864448 CPUtime=3.45
/proc/3010/task/3012/stat : 3012 (java) S 3009 2996 2669 0 -1 64 40053 0 0 0 327 18 0 0 16 0 9 0 4472042 885194752 33084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3013] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3013/stat : 3013 (java) S 3009 2996 2669 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4472042 885194752 33084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3014] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3014/stat : 3014 (java) S 3009 2996 2669 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 4472042 885194752 33084 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/loadavg: 2.05 2.02 1.78 3/92 3018
/proc/meminfo: memFree=1545856/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=0.49
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 974 8693 0 1 3 1 39 6 16 0 1 0 4471987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 797 370 3 0 500 0
[pid=3009] ppid=2996 vsize=5356 CPUtime=0
/proc/3009/stat : 3009 (sh) S 2996 2996 2669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4472040 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3009/statm: 1339 233 193 169 0 50 0
[pid=3010] ppid=3009 vsize=864448 CPUtime=873.4
/proc/3010/stat : 3010 (java) S 3009 2996 2669 0 -1 0 94667 0 1 0 87249 91 0 0 18 0 9 0 4472040 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3010/statm: 216112 50063 2564 9 0 210659 0
[pid=3010/tid=3011] ppid=3009 vsize=864448 CPUtime=863.95
/proc/3010/task/3011/stat : 3011 (java) R 3009 2996 2669 0 -1 64 4875 0 1 0 86346 49 0 0 25 0 9 0 4472041 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3012] ppid=3009 vsize=864448 CPUtime=9.32
/proc/3010/task/3012/stat : 3012 (java) S 3009 2996 2669 0 -1 64 88747 0 0 0 892 40 0 0 16 0 9 0 4472042 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3013] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3013/stat : 3013 (java) S 3009 2996 2669 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4472042 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3014] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3014/stat : 3014 (java) S 3009 2996 2669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4472042 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3015] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3015/stat : 3015 (java) S 3009 2996 2669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4472044 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3016] ppid=3009 vsize=864448 CPUtime=0.1
/proc/3010/task/3016/stat : 3016 (java) S 3009 2996 2669 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 4472044 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3017] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3017/stat : 3017 (java) S 3009 2996 2669 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4472044 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3018] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3018/stat : 3018 (java) S 3009 2996 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4472044 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 873.89
Current children cumulated vsize (KiB) 883404

[startup+942.303 s]
/proc/loadavg: 2.05 2.03 1.80 3/92 3018
/proc/meminfo: memFree=1539072/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=0.49
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 974 8693 0 1 3 1 39 6 16 0 1 0 4471987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 797 370 3 0 500 0
[pid=3009] ppid=2996 vsize=5356 CPUtime=0
/proc/3009/stat : 3009 (sh) S 2996 2996 2669 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4472040 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3009/statm: 1339 233 193 169 0 50 0
[pid=3010] ppid=3009 vsize=864448 CPUtime=932.84
/proc/3010/stat : 3010 (java) S 3009 2996 2669 0 -1 0 94714 0 1 0 93190 94 0 0 18 0 9 0 4472040 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3010/statm: 216112 50063 2564 9 0 210659 0
[pid=3010/tid=3011] ppid=3009 vsize=864448 CPUtime=923.18
/proc/3010/task/3011/stat : 3011 (java) R 3009 2996 2669 0 -1 64 4922 0 1 0 92266 52 0 0 25 0 9 0 4472041 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4126559632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3012] ppid=3009 vsize=864448 CPUtime=9.53
/proc/3010/task/3012/stat : 3012 (java) S 3009 2996 2669 0 -1 64 88747 0 0 0 913 40 0 0 16 0 9 0 4472042 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3013] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3013/stat : 3013 (java) S 3009 2996 2669 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4472042 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3014] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3014/stat : 3014 (java) S 3009 2996 2669 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4472042 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3015] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3015/stat : 3015 (java) S 3009 2996 2669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4472044 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3016] ppid=3009 vsize=864448 CPUtime=0.1
/proc/3010/task/3016/stat : 3016 (java) S 3009 2996 2669 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 4472044 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3017] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3017/stat : 3017 (java) S 3009 2996 2669 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4472044 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3010/tid=3018] ppid=3009 vsize=864448 CPUtime=0
/proc/3010/task/3018/stat : 3018 (java) S 3009 2996 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4472044 885194752 50063 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 933.33
Current children cumulated vsize (KiB) 883404

[startup+1002.3 s]
/proc/loadavg: 2.28 2.10 1.83 3/84 3020
/proc/meminfo: memFree=1575296/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=969.12
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 1031 103750 0 2 3 1 96800 108 16 0 1 0 4471987 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 798 370 3 0 500 0
[pid=3019] ppid=2996 vsize=5356 CPUtime=0
/proc/3019/stat : 3019 (sh) S 2996 2996 2669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4569832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3019/statm: 1339 232 193 169 0 50 0
[pid=3020] ppid=3019 vsize=152140 CPUtime=23.6
/proc/3020/stat : 3020 (minisat) R 3019 2996 2669 0 -1 4194304 36607 0 0 0 2338 22 0 0 25 0 1 0 4569833 155791360 36593 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3020/statm: 38035 36593 75 150 0 37882 0
Current children cumulated CPU time (s) 992.72
Current children cumulated vsize (KiB) 171096

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

[startup+1023.9 s]
/proc/loadavg: 2.20 2.09 1.84 3/84 3020
/proc/meminfo: memFree=1571968/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=969.12
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 1031 103750 0 2 3 1 96800 108 16 0 1 0 4471987 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 798 370 3 0 500 0
[pid=3019] ppid=2996 vsize=5356 CPUtime=0
/proc/3019/stat : 3019 (sh) S 2996 2996 2669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4569832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3019/statm: 1339 232 193 169 0 50 0
[pid=3020] ppid=3019 vsize=155840 CPUtime=45.01
/proc/3020/stat : 3020 (minisat) R 3019 2996 2669 0 -1 4194304 37508 0 0 0 4478 23 0 0 25 0 1 0 4569833 159580160 37494 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3020/statm: 38960 37494 75 150 0 38807 0
Current children cumulated CPU time (s) 1014.13
Current children cumulated vsize (KiB) 174796

[startup+1036.7 s]
/proc/loadavg: 2.15 2.08 1.84 3/84 3020
/proc/meminfo: memFree=1570752/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=969.12
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 1031 103750 0 2 3 1 96800 108 16 0 1 0 4471987 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 798 370 3 0 500 0
[pid=3019] ppid=2996 vsize=5356 CPUtime=0
/proc/3019/stat : 3019 (sh) S 2996 2996 2669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4569832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3019/statm: 1339 232 193 169 0 50 0
[pid=3020] ppid=3019 vsize=156728 CPUtime=57.68
/proc/3020/stat : 3020 (minisat) R 3019 2996 2669 0 -1 4194304 37713 0 0 0 5745 23 0 0 25 0 1 0 4569833 160489472 37699 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3020/statm: 39182 37699 75 150 0 39029 0
Current children cumulated CPU time (s) 1026.8
Current children cumulated vsize (KiB) 175684

[startup+1043.1 s]
/proc/loadavg: 2.14 2.08 1.84 3/84 3020
/proc/meminfo: memFree=1570624/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=969.12
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 1031 103750 0 2 3 1 96800 108 16 0 1 0 4471987 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 798 370 3 0 500 0
[pid=3019] ppid=2996 vsize=5356 CPUtime=0
/proc/3019/stat : 3019 (sh) S 2996 2996 2669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4569832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3019/statm: 1339 232 193 169 0 50 0
[pid=3020] ppid=3019 vsize=156996 CPUtime=64.02
/proc/3020/stat : 3020 (minisat) R 3019 2996 2669 0 -1 4194304 37775 0 0 0 6379 23 0 0 25 0 1 0 4569833 160763904 37761 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3020/statm: 39249 37761 75 150 0 39096 0
Current children cumulated CPU time (s) 1033.14
Current children cumulated vsize (KiB) 175952

[startup+1044.7 s]
/proc/loadavg: 2.13 2.08 1.84 3/84 3020
/proc/meminfo: memFree=1570560/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=969.12
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 1031 103750 0 2 3 1 96800 108 16 0 1 0 4471987 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 798 370 3 0 500 0
[pid=3019] ppid=2996 vsize=5356 CPUtime=0
/proc/3019/stat : 3019 (sh) S 2996 2996 2669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4569832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3019/statm: 1339 232 193 169 0 50 0
[pid=3020] ppid=3019 vsize=156996 CPUtime=65.61
/proc/3020/stat : 3020 (minisat) R 3019 2996 2669 0 -1 4194304 37794 0 0 0 6538 23 0 0 25 0 1 0 4569833 160763904 37780 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3020/statm: 39249 37780 75 150 0 39096 0
Current children cumulated CPU time (s) 1034.73
Current children cumulated vsize (KiB) 175952

[startup+1046.3 s]
/proc/loadavg: 2.13 2.08 1.84 3/84 3020
/proc/meminfo: memFree=1570560/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=969.12
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 1031 103750 0 2 3 1 96800 108 16 0 1 0 4471987 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 798 370 3 0 500 0
[pid=3019] ppid=2996 vsize=5356 CPUtime=0
/proc/3019/stat : 3019 (sh) S 2996 2996 2669 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4569832 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3019/statm: 1339 232 193 169 0 50 0
[pid=3020] ppid=3019 vsize=157128 CPUtime=67.19
/proc/3020/stat : 3020 (minisat) R 3019 2996 2669 0 -1 4194304 37825 0 0 0 6696 23 0 0 25 0 1 0 4569833 160899072 37811 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3020/statm: 39282 37811 75 150 0 39129 0
Current children cumulated CPU time (s) 1036.31
Current children cumulated vsize (KiB) 176084

[startup+1046.7 s]
/proc/loadavg: 2.13 2.08 1.84 3/84 3020
/proc/meminfo: memFree=1570560/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=1036.71
/proc/2996/stat : 2996 (sugar) S 2994 2996 2669 0 -1 4194304 1070 141877 0 2 3 1 103533 134 17 0 1 0 4471987 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2996/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1036.71
Current children cumulated vsize (KiB) 13600

[startup+1046.9 s]
/proc/loadavg: 2.13 2.08 1.84 3/84 3020
/proc/meminfo: memFree=1570560/2055920 swapFree=4192956/4192956
[pid=2996] ppid=2994 vsize=13600 CPUtime=1036.88
/proc/2996/stat : 2996 (sugar) R 2994 2996 2669 0 -1 4194304 1117 145567 0 3 3 5 103543 137 16 0 1 0 4471987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2996/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 1036.88
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1046.92
CPU time (s): 1036.91
CPU user time (s): 1035.47
CPU system time (s): 1.44278
CPU usage (%): 99.0444
Max. virtual memory (cumulated for all children) (KiB): 904396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1035.47
system time used= 1.44278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146714
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= 26783
involuntary context switches= 47994

runsolver used 1.49577 second user time and 3.3065 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-08 02:42:14
IDJOB=1107642
IDBENCH=56581
IDSOLVER=346
FILE ID=node57/1107642-1215477734
PBS_JOBID= 7888649
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f00aa59633d3b6e99f8253640165ef5c
RANDOM SEED=1358739372

node57.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.234
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.234
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:       1818616 kB
Buffers:         23136 kB
Cached:          96748 kB
SwapCached:          0 kB
Active:         149912 kB
Inactive:        57420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818616 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1836 kB
Writeback:           0 kB
Mapped:         105216 kB
Slab:            15000 kB
Committed_AS:   829852 kB
PageTables:       1988 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= 66544 MiB
End job on node57 at 2008-07-08 02:59:41