Trace number 2081488

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.14.6+minisat? 253.651 710.658

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-400.xml
MD5SUM35ecf1acb3b6774e91a99570f293720f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1171.75
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints79800
Maximum constraint arity2
Maximum domain size400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension79800
Global constraints used (with number of constraints)

Solver Data

0.04/0.06	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.06	c 0	BEGIN Sun Jul 12 06:29:06 2009
0.04/0.06	c 0	PID 23394
0.04/0.07	c 0	HOST node88.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2081488-1247372946.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081488-1247372946.xml' 'HOME/temp.csp'
3.53/3.67	c 4	1 domains, 400 variables, 1 predicates, 0 relations, 79800 constraints
3.60/3.74	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.60/3.74	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.64/4.48	c 5	Parsing HOME/temp.csp
3.64/4.70	c 5	parsed 10000 expressions
3.64/4.90	c 5	parsed 20000 expressions
3.64/5.01	c 5	parsed 30000 expressions
3.64/5.19	c 5	parsed 40000 expressions
3.64/5.29	c 6	parsed 50000 expressions
4.71/5.55	c 6	parsed 60000 expressions
4.80/5.66	c 6	parsed 70000 expressions
4.90/5.77	c 6	parsed 80000 expressions
4.90/5.78	c 6	parsed 80202 expressions
4.90/5.78	c 6	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.90/5.78	c 6	Converting to clausal form CSP
6.19/7.10	c 7	converted 8021 (10%) expressions
7.38/8.26	c 9	converted 16041 (20%) expressions
8.37/9.20	c 9	converted 24061 (30%) expressions
9.16/10.04	c 10	converted 32081 (40%) expressions
10.84/11.77	c 12	converted 40101 (50%) expressions
11.74/12.65	c 13	converted 48122 (60%) expressions
12.62/13.51	c 14	converted 56142 (70%) expressions
13.42/14.40	c 15	converted 64162 (80%) expressions
15.59/16.57	c 17	converted 72182 (90%) expressions
16.49/17.48	c 18	converted 80202 (100%) expressions
16.49/17.48	c 18	CSP : 400 integers, 79800 booleans, 319200 clauses, largest domain size 400
16.49/17.48	c 18	Heap : 203 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
16.49/17.48	c 18	Propagation in CSP
17.08/18.04	c 18	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
17.08/18.05	c 18	CSP : 400 integers, 79800 booleans, 319200 clauses, largest domain size 400
17.08/18.05	c 18	Heap : 214 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.18/18.12	c 18	Simplifing CSP by introducing new Boolean variables
18.76/19.79	c 20	CSP : 400 integers, 398998 booleans, 638398 clauses, largest domain size 400
18.76/19.79	c 20	Heap : 309 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.55/21.54	c 22	Encoding CSP to SAT : HOME/temp.cnf
20.65/21.62	c 22	40 (10%) CSP integer variables are encoded (15920 clauses, 216710 bytes)
20.65/21.64	c 22	80 (20%) CSP integer variables are encoded (31840 clauses, 455510 bytes)
20.65/21.65	c 22	120 (30%) CSP integer variables are encoded (47760 clauses, 694310 bytes)
20.65/21.67	c 22	160 (40%) CSP integer variables are encoded (63680 clauses, 933110 bytes)
20.65/21.69	c 22	200 (50%) CSP integer variables are encoded (79600 clauses, 1171910 bytes)
20.75/21.71	c 22	240 (60%) CSP integer variables are encoded (95520 clauses, 1410710 bytes)
20.75/21.72	c 22	280 (70%) CSP integer variables are encoded (111440 clauses, 1672893 bytes)
20.75/21.74	c 22	320 (80%) CSP integer variables are encoded (127360 clauses, 1943533 bytes)
20.75/21.76	c 22	360 (90%) CSP integer variables are encoded (143280 clauses, 2214173 bytes)
20.75/21.78	c 22	400 (100%) CSP integer variables are encoded (159200 clauses, 2484813 bytes)
42.53/46.74	c 47	63840 (10%) CSP clauses are encoded (13170058 clauses, 289225610 bytes)
65.12/70.31	c 71	127680 (20%) CSP clauses are encoded (26409690 clauses, 594512832 bytes)
88.17/95.08	c 95	191520 (30%) CSP clauses are encoded (40046218 clauses, 912178472 bytes)
111.77/120.54	c 121	255360 (40%) CSP clauses are encoded (54025418 clauses, 1238474152 bytes)
136.94/317.16	c 317	319199 (50%) CSP clauses are encoded (68442910 clauses, 1575688834 bytes)
162.21/345.99	c 346	383039 (60%) CSP clauses are encoded (83336034 clauses, 1924968953 bytes)
187.80/373.77	c 374	446879 (70%) CSP clauses are encoded (98722138 clauses, 2287216085 bytes)
214.80/594.81	c 595	510719 (80%) CSP clauses are encoded (114679458 clauses, 2665171705 bytes)
242.46/626.33	c 627	574559 (90%) CSP clauses are encoded (131369418 clauses, 3070782918 bytes)
252.50/637.27	c 638	ERROR Exception Too large HOME/temp.cnf
252.50/637.27	c 638	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
252.50/637.27	c 638	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
252.50/637.27	c 638	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
252.50/637.27	s UNKNOWN
252.61/638.01	c 638	CPU 252.62 (0.05 0.01 232.76 19.8)
252.61/638.01	c 638	END Sun Jul 12 06:39:44 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081488-1247372946/watcher-2081488-1247372946 -o /tmp/evaluation-result-2081488-1247372946/solver-2081488-1247372946 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2081488-1247372946.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.21 2.19 4/75 23394
/proc/meminfo: memFree=1702248/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=12272 CPUtime=0
/proc/23394/stat : 23394 (sugar) R 23392 23394 18950 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 24359814 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 270187330149 0 0 4224 0 0 0 0 17 1 0 0
/proc/23394/statm: 3068 364 274 3 0 168 0

[startup+0.047629 s]
/proc/loadavg: 2.08 2.21 2.19 4/75 23394
/proc/meminfo: memFree=1702248/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=14908 CPUtime=0.04
/proc/23394/stat : 23394 (sugar) R 23392 23394 18950 0 -1 4194304 901 0 0 0 3 1 0 0 20 0 1 0 24359814 15265792 869 996147200 4194304 4206940 548682068608 18446744073709551615 270187008737 0 0 4224 0 0 0 0 17 1 0 0
/proc/23394/statm: 3727 870 378 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14908

[startup+0.102632 s]
/proc/loadavg: 2.08 2.21 2.19 4/75 23394
/proc/meminfo: memFree=1702248/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=0.06
/proc/23394/stat : 23394 (sugar) S 23392 23394 18950 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24359814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23394/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301656 s]
/proc/loadavg: 2.08 2.21 2.19 4/75 23394
/proc/meminfo: memFree=1702248/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=0.06
/proc/23394/stat : 23394 (sugar) S 23392 23394 18950 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24359814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23394/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702698 s]
/proc/loadavg: 2.08 2.21 2.19 4/75 23394
/proc/meminfo: memFree=1702248/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=0.06
/proc/23394/stat : 23394 (sugar) S 23392 23394 18950 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24359814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23394/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50279 s]
/proc/loadavg: 2.15 2.22 2.19 3/86 23406
/proc/meminfo: memFree=1667280/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=0.06
/proc/23394/stat : 23394 (sugar) S 23392 23394 18950 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24359814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23394/statm: 4217 1111 409 3 0 796 0
[pid=23397] ppid=23394 vsize=5356 CPUtime=0
/proc/23397/stat : 23397 (sh) S 23394 23394 18950 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24359821 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23397/statm: 1339 233 193 169 0 50 0
[pid=23398] ppid=23397 vsize=864760 CPUtime=1.4
/proc/23398/stat : 23398 (java) S 23397 23394 18950 0 -1 0 18785 0 1 0 130 10 0 0 20 0 9 0 24359821 885514240 15352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 216190 15352 2557 9 0 210702 0
[pid=23398/tid=23399] ppid=23397 vsize=864760 CPUtime=0.71
/proc/23398/task/23399/stat : 23399 (java) R 23397 23394 18950 0 -1 64 3279 0 1 0 68 3 0 0 25 0 9 0 24359822 885514240 15352 996147200 134512640 134550932 4294955984 18446744073709551615 4126440285 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23398/tid=23400] ppid=23397 vsize=864760 CPUtime=0.58
/proc/23398/task/23400/stat : 23400 (java) S 23397 23394 18950 0 -1 64 14305 0 0 0 52 6 0 0 17 0 9 0 24359823 885514240 15352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23398/tid=23401] ppid=23397 vsize=864760 CPUtime=0
/proc/23398/task/23401/stat : 23401 (java) S 23397 23394 18950 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24359823 885514240 15352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23398/tid=23402] ppid=23397 vsize=864760 CPUtime=0
/proc/23398/task/23402/stat : 23402 (java) S 23397 23394 18950 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24359823 885514240 15352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23398/tid=23403] ppid=23397 vsize=864760 CPUtime=0
/proc/23398/task/23403/stat : 23403 (java) S 23397 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24359825 885514240 15352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23398/tid=23404] ppid=23397 vsize=864760 CPUtime=0.08
/proc/23398/task/23404/stat : 23404 (java) S 23397 23394 18950 0 -1 64 497 0 0 0 8 0 0 0 16 0 9 0 24359825 885514240 15352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23398/tid=23405] ppid=23397 vsize=864760 CPUtime=0
/proc/23398/task/23405/stat : 23405 (java) S 23397 23394 18950 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24359825 885514240 15352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23398/tid=23406] ppid=23397 vsize=864760 CPUtime=0
/proc/23398/task/23406/stat : 23406 (java) S 23397 23394 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24359825 885514240 15352 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886984

[startup+3.10198 s]
/proc/loadavg: 2.15 2.22 2.19 4/86 23406
/proc/meminfo: memFree=1613904/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=0.06
/proc/23394/stat : 23394 (sugar) S 23392 23394 18950 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24359814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23394/statm: 4217 1111 409 3 0 796 0
[pid=23397] ppid=23394 vsize=5356 CPUtime=0
/proc/23397/stat : 23397 (sh) S 23394 23394 18950 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 24359821 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23397/statm: 1339 233 193 169 0 50 0
[pid=23398] ppid=23397 vsize=864780 CPUtime=2.98
/proc/23398/stat : 23398 (java) S 23397 23394 18950 0 -1 0 36308 0 1 0 281 17 0 0 20 0 9 0 24359821 885534720 30889 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 216195 30889 2557 9 0 210707 0
[pid=23398/tid=23399] ppid=23397 vsize=864780 CPUtime=1.54
/proc/23398/task/23399/stat : 23399 (java) R 23397 23394 18950 0 -1 64 3928 0 1 0 151 3 0 0 25 0 9 0 24359822 885534720 30889 996147200 134512640 134550932 4294955984 18446744073709551615 102093999 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23398/tid=23400] ppid=23397 vsize=864780 CPUtime=1.28
/proc/23398/task/23400/stat : 23400 (java) S 23397 23394 18950 0 -1 64 31147 0 0 0 116 12 0 0 16 0 9 0 24359823 885534720 30889 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23398/tid=23401] ppid=23397 vsize=864780 CPUtime=0
/proc/23398/task/23401/stat : 23401 (java) S 23397 23394 18950 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24359823 885534720 30889 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23398/tid=23402] ppid=23397 vsize=864780 CPUtime=0
/proc/23398/task/23402/stat : 23402 (java) S 23397 23394 18950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24359823 885534720 30889 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23398/tid=23403] ppid=23397 vsize=864780 CPUtime=0
/proc/23398/task/23403/stat : 23403 (java) S 23397 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24359825 885534720 30889 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23398/tid=23404] ppid=23397 vsize=864780 CPUtime=0.13
/proc/23398/task/23404/stat : 23404 (java) S 23397 23394 18950 0 -1 64 529 0 0 0 13 0 0 0 16 0 9 0 24359825 885534720 30889 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23398/tid=23405] ppid=23397 vsize=864780 CPUtime=0
/proc/23398/task/23405/stat : 23405 (java) S 23397 23394 18950 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24359825 885534720 30889 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23398/tid=23406] ppid=23397 vsize=864780 CPUtime=0
/proc/23398/task/23406/stat : 23406 (java) S 23397 23394 18950 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24359825 885534720 30889 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887004

[startup+6.30235 s]
/proc/loadavg: 2.15 2.22 2.19 4/86 23416
/proc/meminfo: memFree=1663952/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=3.64
/proc/23394/stat : 23394 (sugar) S 23392 23394 18950 0 -1 4194304 1309 36926 0 1 5 1 337 21 16 0 1 0 24359814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23394/statm: 4217 1111 409 3 0 796 0
[pid=23407] ppid=23394 vsize=5356 CPUtime=0
/proc/23407/stat : 23407 (sh) S 23394 23394 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24360188 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23407/statm: 1339 233 193 169 0 50 0
[pid=23408] ppid=23407 vsize=868528 CPUtime=1.86
/proc/23408/stat : 23408 (java) S 23407 23394 18950 0 -1 0 16768 0 1 0 177 9 0 0 20 0 9 0 24360255 889372672 15434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23408/statm: 217132 15434 2569 9 0 211637 0
[pid=23408/tid=23409] ppid=23407 vsize=868528 CPUtime=1.04
/proc/23408/task/23409/stat : 23409 (java) R 23407 23394 18950 0 -1 64 2898 0 1 0 102 2 0 0 25 0 9 0 24360256 889372672 15434 996147200 134512640 134550932 4294955936 18446744073709551615 4126783324 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23410] ppid=23407 vsize=868528 CPUtime=0.63
/proc/23408/task/23410/stat : 23410 (java) S 23407 23394 18950 0 -1 64 11691 0 0 0 59 4 0 0 16 0 9 0 24360257 889372672 15434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23411] ppid=23407 vsize=868528 CPUtime=0
/proc/23408/task/23411/stat : 23411 (java) S 23407 23394 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24360257 889372672 15434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23412] ppid=23407 vsize=868528 CPUtime=0
/proc/23408/task/23412/stat : 23412 (java) S 23407 23394 18950 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24360257 889372672 15434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23413] ppid=23407 vsize=868528 CPUtime=0
/proc/23408/task/23413/stat : 23413 (java) S 23407 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24360259 889372672 15434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23414] ppid=23407 vsize=868528 CPUtime=0.15
/proc/23408/task/23414/stat : 23414 (java) S 23407 23394 18950 0 -1 64 1475 0 0 0 15 0 0 0 16 0 9 0 24360259 889372672 15434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23415] ppid=23407 vsize=868528 CPUtime=0
/proc/23408/task/23415/stat : 23415 (java) S 23407 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24360259 889372672 15434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23416] ppid=23407 vsize=868528 CPUtime=0
/proc/23408/task/23416/stat : 23416 (java) S 23407 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24360259 889372672 15434 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 890752

[startup+12.7011 s]
/proc/loadavg: 2.28 2.25 2.20 3/86 23416
/proc/meminfo: memFree=1545552/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=3.64
/proc/23394/stat : 23394 (sugar) S 23392 23394 18950 0 -1 4194304 1309 36926 0 1 5 1 337 21 16 0 1 0 24359814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23394/statm: 4217 1111 409 3 0 796 0
[pid=23407] ppid=23394 vsize=5356 CPUtime=0
/proc/23407/stat : 23407 (sh) S 23394 23394 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24360188 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23407/statm: 1339 233 193 169 0 50 0
[pid=23408] ppid=23407 vsize=868612 CPUtime=8.19
/proc/23408/stat : 23408 (java) S 23407 23394 18950 0 -1 0 54775 0 1 0 788 31 0 0 20 0 9 0 24360255 889458688 43316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23408/statm: 217153 43316 2567 9 0 211658 0
[pid=23408/tid=23409] ppid=23407 vsize=868612 CPUtime=4.49
/proc/23408/task/23409/stat : 23409 (java) R 23407 23394 18950 0 -1 64 4578 0 1 0 445 4 0 0 25 0 9 0 24360256 889458688 43316 996147200 134512640 134550932 4294955936 18446744073709551615 4126470501 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23410] ppid=23407 vsize=868612 CPUtime=3.53
/proc/23408/task/23410/stat : 23410 (java) S 23407 23394 18950 0 -1 64 48015 0 0 0 328 25 0 0 16 0 9 0 24360257 889458688 43316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23411] ppid=23407 vsize=868612 CPUtime=0
/proc/23408/task/23411/stat : 23411 (java) S 23407 23394 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24360257 889458688 43316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23412] ppid=23407 vsize=868612 CPUtime=0
/proc/23408/task/23412/stat : 23412 (java) S 23407 23394 18950 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24360257 889458688 43316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23413] ppid=23407 vsize=868612 CPUtime=0
/proc/23408/task/23413/stat : 23413 (java) S 23407 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24360259 889458688 43316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23414] ppid=23407 vsize=868612 CPUtime=0.15
/proc/23408/task/23414/stat : 23414 (java) S 23407 23394 18950 0 -1 64 1478 0 0 0 15 0 0 0 17 0 9 0 24360259 889458688 43316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23415] ppid=23407 vsize=868612 CPUtime=0
/proc/23408/task/23415/stat : 23415 (java) S 23407 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24360259 889458688 43316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23416] ppid=23407 vsize=868612 CPUtime=0
/proc/23408/task/23416/stat : 23416 (java) S 23407 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24360259 889458688 43316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 890836

[startup+25.5026 s]
/proc/loadavg: 2.39 2.27 2.21 3/86 23416
/proc/meminfo: memFree=1308432/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=3.64
/proc/23394/stat : 23394 (sugar) S 23392 23394 18950 0 -1 4194304 1310 36926 0 1 5 1 337 21 16 0 1 0 24359814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23394/statm: 4217 1111 409 3 0 796 0
[pid=23407] ppid=23394 vsize=5356 CPUtime=0
/proc/23407/stat : 23407 (sh) S 23394 23394 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24360188 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23407/statm: 1339 233 193 169 0 50 0
[pid=23408] ppid=23407 vsize=868724 CPUtime=20.86
/proc/23408/stat : 23408 (java) S 23407 23394 18950 0 -1 0 113717 0 1 0 2006 80 0 0 20 0 9 0 24360255 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23408/statm: 217181 87806 2591 9 0 211658 0
[pid=23408/tid=23409] ppid=23407 vsize=868724 CPUtime=11.82
/proc/23408/task/23409/stat : 23409 (java) R 23407 23394 18950 0 -1 64 5998 0 1 0 1152 30 0 0 25 0 9 0 24360256 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4126550691 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23410] ppid=23407 vsize=868724 CPUtime=8.79
/proc/23408/task/23410/stat : 23410 (java) S 23407 23394 18950 0 -1 64 105494 0 0 0 831 48 0 0 16 0 9 0 24360257 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23411] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23411/stat : 23411 (java) S 23407 23394 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24360257 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23412] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23412/stat : 23412 (java) S 23407 23394 18950 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24360257 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23413] ppid=23407 vsize=868724 CPUtime=0

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

/proc/23408/stat : 23408 (java) S 23407 23394 18950 0 -1 0 116048 0 1 0 19027 1602 0 0 20 0 9 0 24360255 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23408/statm: 217181 87806 2591 9 0 211658 0
[pid=23408/tid=23409] ppid=23407 vsize=868724 CPUtime=194.69
/proc/23408/task/23409/stat : 23409 (java) D 23407 23394 18950 0 -1 64 8329 0 1 0 17934 1535 0 0 25 0 9 0 24360256 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=23408/tid=23410] ppid=23407 vsize=868724 CPUtime=11.35
/proc/23408/task/23410/stat : 23410 (java) S 23407 23394 18950 0 -1 64 105494 0 0 0 1071 64 0 0 16 0 9 0 24360257 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23408/tid=23411] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23411/stat : 23411 (java) S 23407 23394 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24360257 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23412] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23412/stat : 23412 (java) S 23407 23394 18950 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24360257 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23413] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23413/stat : 23413 (java) S 23407 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24360259 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23414] ppid=23407 vsize=868724 CPUtime=0.21
/proc/23408/task/23414/stat : 23414 (java) S 23407 23394 18950 0 -1 64 1521 0 0 0 21 0 0 0 16 0 9 0 24360259 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23415] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23415/stat : 23415 (java) S 23407 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24360259 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23416] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23416/stat : 23416 (java) S 23407 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24360259 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 209.93
Current children cumulated vsize (KiB) 890948
heavy processes:

[startup+522.303 s]
/proc/loadavg: 5.42 5.02 3.59 1/86 23453
/proc/meminfo: memFree=35416/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=3.64
/proc/23394/stat : 23394 (sugar) S 23392 23394 18950 0 -1 4194304 1310 36926 0 1 5 1 337 21 16 0 1 0 24359814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23394/statm: 4217 1111 409 3 0 796 0
[pid=23407] ppid=23394 vsize=5356 CPUtime=0
/proc/23407/stat : 23407 (sh) S 23394 23394 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24360188 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23407/statm: 1339 233 193 169 0 50 0
[pid=23408] ppid=23407 vsize=868724 CPUtime=206.29
/proc/23408/stat : 23408 (java) S 23407 23394 18950 0 -1 0 116048 0 1 0 19027 1602 0 0 20 0 9 0 24360255 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23408/statm: 217181 87806 2591 9 0 211658 0
[pid=23408/tid=23409] ppid=23407 vsize=868724 CPUtime=194.69
/proc/23408/task/23409/stat : 23409 (java) D 23407 23394 18950 0 -1 64 8329 0 1 0 17934 1535 0 0 25 0 9 0 24360256 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=23408/tid=23410] ppid=23407 vsize=868724 CPUtime=11.35
/proc/23408/task/23410/stat : 23410 (java) S 23407 23394 18950 0 -1 64 105494 0 0 0 1071 64 0 0 16 0 9 0 24360257 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23408/tid=23411] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23411/stat : 23411 (java) S 23407 23394 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24360257 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23412] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23412/stat : 23412 (java) S 23407 23394 18950 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24360257 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23413] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23413/stat : 23413 (java) S 23407 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24360259 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23414] ppid=23407 vsize=868724 CPUtime=0.21
/proc/23408/task/23414/stat : 23414 (java) S 23407 23394 18950 0 -1 64 1521 0 0 0 21 0 0 0 16 0 9 0 24360259 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23415] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23415/stat : 23415 (java) S 23407 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24360259 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23416] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23416/stat : 23416 (java) S 23407 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24360259 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 209.93
Current children cumulated vsize (KiB) 890948
heavy processes:

[startup+582.302 s]
/proc/loadavg: 5.07 5.00 3.67 1/85 23453
/proc/meminfo: memFree=44256/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=3.64
/proc/23394/stat : 23394 (sugar) S 23392 23394 18950 0 -1 4194304 1310 36926 0 1 5 1 337 21 16 0 1 0 24359814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23394/statm: 4217 1111 409 3 0 796 0
[pid=23407] ppid=23394 vsize=5356 CPUtime=0
/proc/23407/stat : 23407 (sh) S 23394 23394 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24360188 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23407/statm: 1339 233 193 169 0 50 0
[pid=23408] ppid=23407 vsize=868724 CPUtime=206.29
/proc/23408/stat : 23408 (java) S 23407 23394 18950 0 -1 0 116048 0 1 0 19027 1602 0 0 20 0 9 0 24360255 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23408/statm: 217181 87806 2591 9 0 211658 0
[pid=23408/tid=23409] ppid=23407 vsize=868724 CPUtime=194.69
/proc/23408/task/23409/stat : 23409 (java) D 23407 23394 18950 0 -1 64 8329 0 1 0 17934 1535 0 0 25 0 9 0 24360256 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=23408/tid=23410] ppid=23407 vsize=868724 CPUtime=11.35
/proc/23408/task/23410/stat : 23410 (java) S 23407 23394 18950 0 -1 64 105494 0 0 0 1071 64 0 0 16 0 9 0 24360257 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23408/tid=23411] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23411/stat : 23411 (java) S 23407 23394 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24360257 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23412] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23412/stat : 23412 (java) S 23407 23394 18950 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24360257 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23413] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23413/stat : 23413 (java) S 23407 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24360259 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23414] ppid=23407 vsize=868724 CPUtime=0.21
/proc/23408/task/23414/stat : 23414 (java) S 23407 23394 18950 0 -1 64 1521 0 0 0 21 0 0 0 16 0 9 0 24360259 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23415] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23415/stat : 23415 (java) S 23407 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24360259 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23408/tid=23416] ppid=23407 vsize=868724 CPUtime=0
/proc/23408/task/23416/stat : 23416 (java) S 23407 23394 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24360259 889573376 87806 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 209.93
Current children cumulated vsize (KiB) 890948
heavy processes:

[startup+642.301 s]
/proc/loadavg: 4.75 4.90 3.72 2/86 23487
/proc/meminfo: memFree=1390624/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=253.11
/proc/23394/stat : 23394 (sugar) D 23392 23394 18950 0 -1 4194304 1334 153828 0 3 5 50 23276 1980 18 0 1 0 24359814 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/23394/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.11
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+702.302 s]
/proc/loadavg: 4.27 4.74 3.74 2/76 23491
/proc/meminfo: memFree=1208432/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=253.57
/proc/23394/stat : 23394 (sugar) D 23392 23394 18950 0 -1 4194304 1334 153828 0 3 5 96 23276 1980 18 0 1 0 24359814 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23394/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.57
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+703.902 s]
/proc/loadavg: 4.27 4.74 3.74 2/76 23491
/proc/meminfo: memFree=1208688/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=253.57
/proc/23394/stat : 23394 (sugar) D 23392 23394 18950 0 -1 4194304 1334 153828 0 3 5 96 23276 1980 18 0 1 0 24359814 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23394/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.57
Current children cumulated vsize (KiB) 16868

[startup+707.102 s]
/proc/loadavg: 4.17 4.71 3.73 2/76 23491
/proc/meminfo: memFree=1209008/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=253.57
/proc/23394/stat : 23394 (sugar) D 23392 23394 18950 0 -1 4194304 1334 153828 0 3 5 96 23276 1980 18 0 1 0 24359814 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23394/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.57
Current children cumulated vsize (KiB) 16868

[startup+708.701 s]
/proc/loadavg: 4.17 4.71 3.73 2/76 23491
/proc/meminfo: memFree=1209008/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=253.57
/proc/23394/stat : 23394 (sugar) D 23392 23394 18950 0 -1 4194304 1334 153828 0 3 5 96 23276 1980 18 0 1 0 24359814 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23394/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.57
Current children cumulated vsize (KiB) 16868

[startup+709.506 s]
/proc/loadavg: 4.17 4.71 3.73 2/76 23491
/proc/meminfo: memFree=1209008/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=253.57
/proc/23394/stat : 23394 (sugar) D 23392 23394 18950 0 -1 4194304 1334 153828 0 3 5 96 23276 1980 18 0 1 0 24359814 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23394/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.57
Current children cumulated vsize (KiB) 16868

[startup+710.302 s]
/proc/loadavg: 4.17 4.71 3.73 2/76 23491
/proc/meminfo: memFree=1209008/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=253.58
/proc/23394/stat : 23394 (sugar) D 23392 23394 18950 0 -1 4194304 1334 153828 0 3 5 97 23276 1980 18 0 1 0 24359814 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23394/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.58
Current children cumulated vsize (KiB) 16868

[startup+710.502 s]
/proc/loadavg: 4.17 4.71 3.73 2/76 23491
/proc/meminfo: memFree=1212912/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=253.59
/proc/23394/stat : 23394 (sugar) D 23392 23394 18950 0 -1 4194304 1334 153828 0 3 5 98 23276 1980 18 0 1 0 24359814 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23394/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.59
Current children cumulated vsize (KiB) 16868

[startup+710.606 s]
/proc/loadavg: 4.17 4.71 3.73 2/76 23491
/proc/meminfo: memFree=1212912/2055920 swapFree=4192812/4192956
[pid=23394] ppid=23392 vsize=16868 CPUtime=253.62
/proc/23394/stat : 23394 (sugar) D 23392 23394 18950 0 -1 4194304 1334 153828 0 3 5 101 23276 1980 18 0 1 0 24359814 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23394/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.62
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 710.658
CPU time (s): 253.651
CPU user time (s): 232.822
CPU system time (s): 20.8298
CPU usage (%): 35.6925
Max. virtual memory (cumulated for all children) (KiB): 918452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.822
system time used= 20.8298
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155223
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= 39250
involuntary context switches= 35308

runsolver used 0.892864 second user time and 2.43963 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 06:29:06
IDJOB=2081488
IDBENCH=57402
IDSOLVER=739
FILE ID=node88/2081488-1247372946
PBS_JOBID= 9507070
Free space on /tmp= 66132 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-400.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081488-1247372946/watcher-2081488-1247372946 -o /tmp/evaluation-result-2081488-1247372946/solver-2081488-1247372946 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2081488-1247372946.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 35ecf1acb3b6774e91a99570f293720f
RANDOM SEED=933682728

node88.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1702664 kB
Buffers:         35996 kB
Cached:         190240 kB
SwapCached:          0 kB
Active:         219552 kB
Inactive:        74372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12008 kB
Writeback:           0 kB
Mapped:          77284 kB
Slab:            44404 kB
Committed_AS:   236448 kB
PageTables:       1996 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= 65904 MiB
End job on node88 at 2009-07-12 06:40:57