Trace number 1075500

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+minisat? (TO) 1800.05 1802.5

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-15-05.xml
MD5SUM8759076f97680d194c60f4f66c16a6ba
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.745885
Satisfiable
(Un)Satisfiability was proved
Number of variables181
Number of constraints1044
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension966
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 16:17:34 2008
0.00/0.05	c 0	PID 30534
0.00/0.05	c 0	HOST node74.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1075500-1215181053.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1075500-1215181053.xml' 'HOME/temp.csp'
1.55/1.62	c 1	1 domains, 181 variables, 6 predicates, 7 relations, 1044 constraints
1.55/1.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/1.64	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'
1.59/1.72	c 1	Parsing HOME/temp.csp
3.62/3.75	c 3	parsed 1239 expressions
3.62/3.75	c 3	Heap : 35 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.62/3.75	c 3	Converting to clausal form CSP
3.62/3.78	c 3	converted 124 (10%) expressions
4.60/4.74	c 4	converted 248 (20%) expressions
7.56/7.77	c 7	converted 372 (30%) expressions
7.65/7.81	c 7	converted 496 (40%) expressions
7.65/7.82	c 7	converted 620 (50%) expressions
7.85/8.04	c 8	converted 744 (60%) expressions
7.85/8.05	c 8	converted 868 (70%) expressions
7.85/8.07	c 8	converted 992 (80%) expressions
7.85/8.08	c 8	converted 1116 (90%) expressions
9.83/10.01	c 10	converted 1239 (100%) expressions
9.83/10.01	c 10	CSP : 181 integers, 0 booleans, 1044 clauses, largest domain size 26
9.83/10.01	c 10	Heap : 190 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.83/10.01	c 10	Propagation in CSP
9.83/10.03	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.83/10.03	c 10	CSP : 181 integers, 0 booleans, 1044 clauses, largest domain size 26
9.83/10.03	c 10	Heap : 191 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.83/10.03	c 10	Simplifing CSP by introducing new Boolean variables
9.83/10.06	c 10	CSP : 181 integers, 8046 booleans, 9090 clauses, largest domain size 26
9.83/10.06	c 10	Heap : 194 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.82/11.08	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.91/11.10	c 11	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
10.91/11.10	c 11	37 (20%) CSP integer variables are encoded (888 clauses, 9624 bytes)
10.91/11.10	c 11	55 (30%) CSP integer variables are encoded (1320 clauses, 15097 bytes)
10.91/11.11	c 11	73 (40%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
10.91/11.11	c 11	91 (50%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
10.91/11.11	c 11	109 (60%) CSP integer variables are encoded (2616 clauses, 31945 bytes)
10.91/11.11	c 11	127 (70%) CSP integer variables are encoded (3048 clauses, 37561 bytes)
10.91/11.11	c 11	145 (80%) CSP integer variables are encoded (3480 clauses, 43177 bytes)
10.91/11.11	c 11	163 (90%) CSP integer variables are encoded (3912 clauses, 48793 bytes)
10.91/11.11	c 11	181 (100%) CSP integer variables are encoded (4344 clauses, 54409 bytes)
387.83/389.55	c 389	909 (10%) CSP clauses are encoded (1237334 clauses, 61046198 bytes)
387.92/389.60	c 389	1818 (20%) CSP clauses are encoded (1258443 clauses, 61415730 bytes)
387.92/389.64	c 389	2727 (30%) CSP clauses are encoded (1279552 clauses, 61791442 bytes)
387.92/389.67	c 389	3636 (40%) CSP clauses are encoded (1300661 clauses, 62165356 bytes)
388.03/389.71	c 389	4545 (50%) CSP clauses are encoded (1321770 clauses, 62553039 bytes)
388.03/389.75	c 389	5454 (60%) CSP clauses are encoded (1342879 clauses, 62947545 bytes)
388.03/389.79	c 389	6363 (70%) CSP clauses are encoded (1363988 clauses, 63344777 bytes)
388.12/389.82	c 389	7272 (80%) CSP clauses are encoded (1385372 clauses, 63750924 bytes)
1577.37/1579.66	c 1579	8181 (90%) CSP clauses are encoded (1934326 clauses, 99859518 bytes)
1800.05/1802.42	c ERROR INTERRUPTED
1800.05/1802.50	s UNKNOWN
1800.05/1802.50	c 1802	CPU 1.47 (0.03 0.01 1.44 0.11)
1800.05/1802.50	c 1802	END Fri Jul  4 16:47:36 2008

Verifier Data (download as text)

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

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-1075500-1215181053/watcher-1075500-1215181053 -o /tmp/evaluation-result-1075500-1215181053/solver-1075500-1215181053 -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-1075500-1215181053.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.93 2.05 2.00 4/82 30534
/proc/meminfo: memFree=1575160/2055920 swapFree=4179604/4192956
[pid=30534] ppid=30532 vsize=9648 CPUtime=0
/proc/30534/stat : 30534 (sugar) R 30532 30534 30497 0 -1 4194304 72 0 0 0 0 0 0 0 20 0 1 0 1997056485 9879552 57 996147200 4194304 4206940 548682068608 18446744073709551615 228772041132 0 0 4096 0 0 0 0 17 1 0 0
/proc/30534/statm: 2412 57 42 3 0 59 0

[startup+0.084646 s]
/proc/loadavg: 1.93 2.05 2.00 4/82 30534
/proc/meminfo: memFree=1575160/2055920 swapFree=4179604/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=0.04
/proc/30534/stat : 30534 (sugar) S 30532 30534 30497 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1997056485 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10195 s]
/proc/loadavg: 1.93 2.05 2.00 4/82 30534
/proc/meminfo: memFree=1575160/2055920 swapFree=4179604/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=0.04
/proc/30534/stat : 30534 (sugar) S 30532 30534 30497 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1997056485 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302985 s]
/proc/loadavg: 1.93 2.05 2.00 4/82 30534
/proc/meminfo: memFree=1575160/2055920 swapFree=4179604/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=0.04
/proc/30534/stat : 30534 (sugar) S 30532 30534 30497 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1997056485 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701804 s]
/proc/loadavg: 1.93 2.05 2.00 4/82 30534
/proc/meminfo: memFree=1575160/2055920 swapFree=4179604/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=0.04
/proc/30534/stat : 30534 (sugar) S 30532 30534 30497 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1997056485 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50198 s]
/proc/loadavg: 1.93 2.05 2.00 3/93 30546
/proc/meminfo: memFree=1538528/2055920 swapFree=4179604/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=0.04
/proc/30534/stat : 30534 (sugar) S 30532 30534 30497 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1997056485 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 796 370 3 0 500 0
[pid=30537] ppid=30534 vsize=5356 CPUtime=0
/proc/30537/stat : 30537 (sh) S 30534 30534 30497 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997056491 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30537/statm: 1339 233 193 169 0 50 0
[pid=30538] ppid=30537 vsize=864692 CPUtime=1.41
/proc/30538/stat : 30538 (java) S 30537 30534 30497 0 -1 0 16473 0 1 0 132 9 0 0 18 0 9 0 1997056491 885444608 15608 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30538/statm: 216173 15608 2528 9 0 210755 0
[pid=30538/tid=30539] ppid=30537 vsize=864692 CPUtime=0.91
/proc/30538/task/30539/stat : 30539 (java) R 30537 30534 30497 0 -1 64 10008 0 1 0 86 5 0 0 25 0 9 0 1997056493 885444608 15608 996147200 134512640 134550740 4294956000 18446744073709551615 4126706775 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30540] ppid=30537 vsize=864692 CPUtime=0.34
/proc/30538/task/30540/stat : 30540 (java) S 30537 30534 30497 0 -1 64 5260 0 0 0 33 1 0 0 16 0 9 0 1997056494 885444608 15608 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30541] ppid=30537 vsize=864692 CPUtime=0
/proc/30538/task/30541/stat : 30541 (java) S 30537 30534 30497 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1997056494 885444608 15608 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30542] ppid=30537 vsize=864692 CPUtime=0
/proc/30538/task/30542/stat : 30542 (java) S 30537 30534 30497 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1997056494 885444608 15608 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30543] ppid=30537 vsize=864692 CPUtime=0
/proc/30538/task/30543/stat : 30543 (java) S 30537 30534 30497 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997056496 885444608 15608 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30544] ppid=30537 vsize=864692 CPUtime=0.12
/proc/30538/task/30544/stat : 30544 (java) S 30537 30534 30497 0 -1 64 505 0 0 0 12 0 0 0 16 0 9 0 1997056496 885444608 15608 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30545] ppid=30537 vsize=864692 CPUtime=0
/proc/30538/task/30545/stat : 30545 (java) S 30537 30534 30497 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997056496 885444608 15608 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30546] ppid=30537 vsize=864692 CPUtime=0
/proc/30538/task/30546/stat : 30546 (java) S 30537 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997056496 885444608 15608 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883648

[startup+3.10253 s]
/proc/loadavg: 1.93 2.05 2.00 4/93 30556
/proc/meminfo: memFree=1561760/2055920 swapFree=4179604/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.59
/proc/30534/stat : 30534 (sugar) S 30532 30534 30497 0 -1 4194304 973 17257 0 1 3 1 144 11 16 0 1 0 1997056485 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 797 370 3 0 500 0
[pid=30547] ppid=30534 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (sh) S 30534 30534 30497 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997056649 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 233 193 169 0 50 0
[pid=30548] ppid=30547 vsize=865108 CPUtime=1.43
/proc/30548/stat : 30548 (java) S 30547 30534 30497 0 -1 0 11454 0 1 0 138 5 0 0 18 0 9 0 1997056650 885870592 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30548/statm: 216277 10187 2532 9 0 210859 0
[pid=30548/tid=30549] ppid=30547 vsize=865108 CPUtime=0.89
/proc/30548/task/30549/stat : 30549 (java) R 30547 30534 30497 0 -1 64 2596 0 1 0 88 1 0 0 25 0 9 0 1997056651 885870592 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30550] ppid=30547 vsize=865108 CPUtime=0.46
/proc/30548/task/30550/stat : 30550 (java) R 30547 30534 30497 0 -1 64 7836 0 0 0 44 2 0 0 16 0 9 0 1997056652 885870592 10187 996147200 134512640 134550740 4294955952 18446744073709551615 103735856 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30551] ppid=30547 vsize=865108 CPUtime=0
/proc/30548/task/30551/stat : 30551 (java) S 30547 30534 30497 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997056652 885870592 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30552] ppid=30547 vsize=865108 CPUtime=0
/proc/30548/task/30552/stat : 30552 (java) S 30547 30534 30497 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997056652 885870592 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30553] ppid=30547 vsize=865108 CPUtime=0
/proc/30548/task/30553/stat : 30553 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997056654 885870592 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30554] ppid=30547 vsize=865108 CPUtime=0.05
/proc/30548/task/30554/stat : 30554 (java) S 30547 30534 30497 0 -1 64 326 0 0 0 5 0 0 0 16 0 9 0 1997056654 885870592 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30555] ppid=30547 vsize=865108 CPUtime=0
/proc/30548/task/30555/stat : 30555 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997056654 885870592 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30556] ppid=30547 vsize=865108 CPUtime=0
/proc/30548/task/30556/stat : 30556 (java) S 30547 30534 30497 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997056654 885870592 10187 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 884064

[startup+6.30116 s]
/proc/loadavg: 1.94 2.05 2.00 4/93 30556
/proc/meminfo: memFree=1488352/2055920 swapFree=4179604/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.59
/proc/30534/stat : 30534 (sugar) S 30532 30534 30497 0 -1 4194304 973 17257 0 1 3 1 144 11 16 0 1 0 1997056485 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 797 370 3 0 500 0
[pid=30547] ppid=30534 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (sh) S 30534 30534 30497 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997056649 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 233 193 169 0 50 0
[pid=30548] ppid=30547 vsize=864248 CPUtime=4.59
/proc/30548/stat : 30548 (java) S 30547 30534 30497 0 -1 0 31864 0 1 0 443 16 0 0 18 0 9 0 1997056650 884989952 29382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30548/statm: 216062 29382 2542 9 0 210637 0
[pid=30548/tid=30549] ppid=30547 vsize=864248 CPUtime=2.25
/proc/30548/task/30549/stat : 30549 (java) R 30547 30534 30497 0 -1 64 3724 0 1 0 223 2 0 0 25 0 9 0 1997056651 884989952 29382 996147200 134512640 134550740 4294955952 18446744073709551615 101444440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30550] ppid=30547 vsize=864248 CPUtime=2.21
/proc/30548/task/30550/stat : 30550 (java) S 30547 30534 30497 0 -1 64 27093 0 0 0 209 12 0 0 16 0 9 0 1997056652 884989952 29382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30551] ppid=30547 vsize=864248 CPUtime=0
/proc/30548/task/30551/stat : 30551 (java) S 30547 30534 30497 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997056652 884989952 29382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30552] ppid=30547 vsize=864248 CPUtime=0
/proc/30548/task/30552/stat : 30552 (java) S 30547 30534 30497 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997056652 884989952 29382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30553] ppid=30547 vsize=864248 CPUtime=0
/proc/30548/task/30553/stat : 30553 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997056654 884989952 29382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30554] ppid=30547 vsize=864248 CPUtime=0.1
/proc/30548/task/30554/stat : 30554 (java) S 30547 30534 30497 0 -1 64 351 0 0 0 10 0 0 0 16 0 9 0 1997056654 884989952 29382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30555] ppid=30547 vsize=864248 CPUtime=0
/proc/30548/task/30555/stat : 30555 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997056654 884989952 29382 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30556] ppid=30547 vsize=864248 CPUtime=0
/proc/30548/task/30556/stat : 30556 (java) S 30547 30534 30497 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997056654 884989952 29382 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) 883204

[startup+12.7024 s]
/proc/loadavg: 1.94 2.05 2.00 3/93 30556
/proc/meminfo: memFree=1362528/2055920 swapFree=4179604/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.59
/proc/30534/stat : 30534 (sugar) S 30532 30534 30497 0 -1 4194304 974 17257 0 1 3 1 144 11 16 0 1 0 1997056485 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 797 370 3 0 500 0
[pid=30547] ppid=30534 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (sh) S 30534 30534 30497 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997056649 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 233 193 169 0 50 0
[pid=30548] ppid=30547 vsize=868532 CPUtime=10.91
/proc/30548/stat : 30548 (java) S 30547 30534 30497 0 -1 0 72878 0 1 0 1055 36 0 0 18 0 9 0 1997056650 889376768 53695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30548/statm: 217133 53695 2565 9 0 211680 0
[pid=30548/tid=30549] ppid=30547 vsize=868532 CPUtime=5.32
/proc/30548/task/30549/stat : 30549 (java) R 30547 30534 30497 0 -1 64 4707 0 1 0 527 5 0 0 25 0 9 0 1997056651 889376768 53695 996147200 134512640 134550740 4294955952 18446744073709551615 4126641000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30550] ppid=30547 vsize=868532 CPUtime=5.34
/proc/30548/task/30550/stat : 30550 (java) S 30547 30534 30497 0 -1 64 65997 0 0 0 506 28 0 0 16 0 9 0 1997056652 889376768 53695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30551] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30551/stat : 30551 (java) S 30547 30534 30497 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997056652 889376768 53695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30552] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30552/stat : 30552 (java) S 30547 30534 30497 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997056652 889376768 53695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30553] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30553/stat : 30553 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997056654 889376768 53695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30554] ppid=30547 vsize=868532 CPUtime=0.23
/proc/30548/task/30554/stat : 30554 (java) S 30547 30534 30497 0 -1 64 1478 0 0 0 22 1 0 0 16 0 9 0 1997056654 889376768 53695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30555] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30555/stat : 30555 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997056654 889376768 53695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30556] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30556/stat : 30556 (java) S 30547 30534 30497 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997056654 889376768 53695 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887488

[startup+25.5029 s]
/proc/loadavg: 2.10 2.08 2.01 3/93 30556
/proc/meminfo: memFree=1349984/2055920 swapFree=4179604/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.59
/proc/30534/stat : 30534 (sugar) S 30532 30534 30497 0 -1 4194304 974 17257 0 1 3 1 144 11 16 0 1 0 1997056485 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30534/statm: 3400 797 370 3 0 500 0
[pid=30547] ppid=30534 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (sh) S 30534 30534 30497 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997056649 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 233 193 169 0 50 0
[pid=30548] ppid=30547 vsize=868532 CPUtime=23.55
/proc/30548/stat : 30548 (java) S 30547 30534 30497 0 -1 0 73580 0 1 0 2314 41 0 0 18 0 9 0 1997056650 889376768 54351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30548/statm: 217133 54351 2565 9 0 211680 0
[pid=30548/tid=30549] ppid=30547 vsize=868532 CPUtime=17.7
/proc/30548/task/30549/stat : 30549 (java) R 30547 30534 30497 0 -1 64 4753 0 1 0 1760 10 0 0 25 0 9 0 1997056651 889376768 54351 996147200 134512640 134550740 4294955952 18446744073709551615 4126959744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30550] ppid=30547 vsize=868532 CPUtime=5.58
/proc/30548/task/30550/stat : 30550 (java) S 30547 30534 30497 0 -1 64 66647 0 0 0 530 28 0 0 16 0 9 0 1997056652 889376768 54351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30551] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30551/stat : 30551 (java) S 30547 30534 30497 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997056652 889376768 54351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30552] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30552/stat : 30552 (java) S 30547 30534 30497 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997056652 889376768 54351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/30547/stat : 30547 (sh) S 30534 30534 30497 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997056649 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 233 193 169 0 50 0
[pid=30548] ppid=30547 vsize=868532 CPUtime=1598.45
/proc/30548/stat : 30548 (java) S 30547 30534 30497 0 -1 0 104794 0 1 0 159732 113 0 0 18 0 9 0 1997056650 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30548/statm: 217133 76746 2565 9 0 211680 0
[pid=30548/tid=30549] ppid=30547 vsize=868532 CPUtime=1587.77
/proc/30548/task/30549/stat : 30549 (java) R 30547 30534 30497 0 -1 64 5223 0 1 0 158711 66 0 0 25 0 9 0 1997056651 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4126959842 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30550] ppid=30547 vsize=868532 CPUtime=10.4
/proc/30548/task/30550/stat : 30550 (java) S 30547 30534 30497 0 -1 64 97376 0 0 0 996 44 0 0 16 0 9 0 1997056652 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30551] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30551/stat : 30551 (java) S 30547 30534 30497 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997056652 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30552] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30552/stat : 30552 (java) S 30547 30534 30497 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997056652 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30553] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30553/stat : 30553 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30554] ppid=30547 vsize=868532 CPUtime=0.26
/proc/30548/task/30554/stat : 30554 (java) S 30547 30534 30497 0 -1 64 1499 0 0 0 25 1 0 0 16 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30555] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30555/stat : 30555 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30556] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30556/stat : 30556 (java) S 30547 30534 30497 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1600.04
Current children cumulated vsize (KiB) 887488

[startup+1662.3 s]
/proc/loadavg: 2.34 2.44 2.23 3/93 30760
/proc/meminfo: memFree=1343776/2055920 swapFree=4179604/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.59
/proc/30534/stat : 30534 (sugar) S 30532 30534 30497 0 -1 4194304 974 17257 0 1 3 1 144 11 16 0 1 0 1997056485 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30534/statm: 3400 797 370 3 0 500 0
[pid=30547] ppid=30534 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (sh) S 30534 30534 30497 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997056649 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 233 193 169 0 50 0
[pid=30548] ppid=30547 vsize=868532 CPUtime=1658.43
/proc/30548/stat : 30548 (java) S 30547 30534 30497 0 -1 0 104794 0 1 0 165730 113 0 0 18 0 9 0 1997056650 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30548/statm: 217133 76746 2565 9 0 211680 0
[pid=30548/tid=30549] ppid=30547 vsize=868532 CPUtime=1647.74
/proc/30548/task/30549/stat : 30549 (java) R 30547 30534 30497 0 -1 64 5223 0 1 0 164708 66 0 0 25 0 9 0 1997056651 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4126959871 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30550] ppid=30547 vsize=868532 CPUtime=10.4
/proc/30548/task/30550/stat : 30550 (java) S 30547 30534 30497 0 -1 64 97376 0 0 0 996 44 0 0 16 0 9 0 1997056652 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30551] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30551/stat : 30551 (java) S 30547 30534 30497 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997056652 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30552] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30552/stat : 30552 (java) S 30547 30534 30497 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997056652 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30553] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30553/stat : 30553 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30554] ppid=30547 vsize=868532 CPUtime=0.26
/proc/30548/task/30554/stat : 30554 (java) S 30547 30534 30497 0 -1 64 1499 0 0 0 25 1 0 0 16 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30555] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30555/stat : 30555 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30556] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30556/stat : 30556 (java) S 30547 30534 30497 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1660.02
Current children cumulated vsize (KiB) 887488

[startup+1722.3 s]
/proc/loadavg: 2.16 2.37 2.22 3/93 30760
/proc/meminfo: memFree=1343776/2055920 swapFree=4179604/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.59
/proc/30534/stat : 30534 (sugar) S 30532 30534 30497 0 -1 4194304 974 17257 0 1 3 1 144 11 16 0 1 0 1997056485 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30534/statm: 3400 797 370 3 0 500 0
[pid=30547] ppid=30534 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (sh) S 30534 30534 30497 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997056649 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 233 193 169 0 50 0
[pid=30548] ppid=30547 vsize=868532 CPUtime=1718.4
/proc/30548/stat : 30548 (java) S 30547 30534 30497 0 -1 0 104794 0 1 0 171727 113 0 0 18 0 9 0 1997056650 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30548/statm: 217133 76746 2565 9 0 211680 0
[pid=30548/tid=30549] ppid=30547 vsize=868532 CPUtime=1707.71
/proc/30548/task/30549/stat : 30549 (java) R 30547 30534 30497 0 -1 64 5223 0 1 0 170705 66 0 0 25 0 9 0 1997056651 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4126959780 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30550] ppid=30547 vsize=868532 CPUtime=10.4
/proc/30548/task/30550/stat : 30550 (java) S 30547 30534 30497 0 -1 64 97376 0 0 0 996 44 0 0 16 0 9 0 1997056652 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30551] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30551/stat : 30551 (java) S 30547 30534 30497 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997056652 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30552] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30552/stat : 30552 (java) S 30547 30534 30497 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997056652 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30553] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30553/stat : 30553 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30554] ppid=30547 vsize=868532 CPUtime=0.26
/proc/30548/task/30554/stat : 30554 (java) S 30547 30534 30497 0 -1 64 1499 0 0 0 25 1 0 0 16 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30555] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30555/stat : 30555 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30556] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30556/stat : 30556 (java) S 30547 30534 30497 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.99
Current children cumulated vsize (KiB) 887488

[startup+1782.3 s]
/proc/loadavg: 2.62 2.46 2.26 3/93 30762
/proc/meminfo: memFree=1343712/2055920 swapFree=4179604/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.59
/proc/30534/stat : 30534 (sugar) S 30532 30534 30497 0 -1 4194304 974 17257 0 1 3 1 144 11 16 0 1 0 1997056485 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30534/statm: 3400 797 370 3 0 500 0
[pid=30547] ppid=30534 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (sh) S 30534 30534 30497 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997056649 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 233 193 169 0 50 0
[pid=30548] ppid=30547 vsize=868532 CPUtime=1778.37
/proc/30548/stat : 30548 (java) S 30547 30534 30497 0 -1 0 104794 0 1 0 177724 113 0 0 18 0 9 0 1997056650 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30548/statm: 217133 76746 2565 9 0 211680 0
[pid=30548/tid=30549] ppid=30547 vsize=868532 CPUtime=1767.68
/proc/30548/task/30549/stat : 30549 (java) R 30547 30534 30497 0 -1 64 5223 0 1 0 176702 66 0 0 25 0 9 0 1997056651 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30550] ppid=30547 vsize=868532 CPUtime=10.4
/proc/30548/task/30550/stat : 30550 (java) S 30547 30534 30497 0 -1 64 97376 0 0 0 996 44 0 0 16 0 9 0 1997056652 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30551] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30551/stat : 30551 (java) S 30547 30534 30497 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997056652 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30552] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30552/stat : 30552 (java) S 30547 30534 30497 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997056652 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30553] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30553/stat : 30553 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30554] ppid=30547 vsize=868532 CPUtime=0.26
/proc/30548/task/30554/stat : 30554 (java) S 30547 30534 30497 0 -1 64 1499 0 0 0 25 1 0 0 16 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30555] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30555/stat : 30555 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30556] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30556/stat : 30556 (java) S 30547 30534 30497 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.96
Current children cumulated vsize (KiB) 887488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.4 s]
/proc/loadavg: 2.66 2.48 2.27 3/93 30762
/proc/meminfo: memFree=1343712/2055920 swapFree=4179604/4192956
[pid=30534] ppid=30532 vsize=13600 CPUtime=1.59
/proc/30534/stat : 30534 (sugar) S 30532 30534 30497 0 -1 4194304 974 17257 0 1 3 1 144 11 16 0 1 0 1997056485 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30534/statm: 3400 797 370 3 0 500 0
[pid=30547] ppid=30534 vsize=5356 CPUtime=0
/proc/30547/stat : 30547 (sh) S 30534 30534 30497 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997056649 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30547/statm: 1339 233 193 169 0 50 0
[pid=30548] ppid=30547 vsize=868532 CPUtime=1798.46
/proc/30548/stat : 30548 (java) S 30547 30534 30497 0 -1 0 104794 0 1 0 179733 113 0 0 18 0 9 0 1997056650 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30548/statm: 217133 76746 2565 9 0 211680 0
[pid=30548/tid=30549] ppid=30547 vsize=868532 CPUtime=1787.78
/proc/30548/task/30549/stat : 30549 (java) R 30547 30534 30497 0 -1 64 5223 0 1 0 178712 66 0 0 25 0 9 0 1997056651 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4126641552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30550] ppid=30547 vsize=868532 CPUtime=10.4
/proc/30548/task/30550/stat : 30550 (java) S 30547 30534 30497 0 -1 64 97376 0 0 0 996 44 0 0 16 0 9 0 1997056652 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30551] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30551/stat : 30551 (java) S 30547 30534 30497 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997056652 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30552] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30552/stat : 30552 (java) S 30547 30534 30497 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997056652 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30553] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30553/stat : 30553 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30554] ppid=30547 vsize=868532 CPUtime=0.26
/proc/30548/task/30554/stat : 30554 (java) S 30547 30534 30497 0 -1 64 1499 0 0 0 25 1 0 0 16 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30548/tid=30555] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30555/stat : 30555 (java) S 30547 30534 30497 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30548/tid=30556] ppid=30547 vsize=868532 CPUtime=0
/proc/30548/task/30556/stat : 30556 (java) S 30547 30534 30497 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1997056654 889376768 76746 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 887488

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

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

Child status: 0

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

Real time (s): 1802.5
CPU time (s): 1800.05
CPU user time (s): 1798.8
CPU system time (s): 1.25
CPU usage (%): 99.8639
Max. virtual memory (cumulated for all children) (KiB): 904696

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

runsolver used 2.14967 second user time and 6.12607 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-04 16:17:34
IDJOB=1075500
IDBENCH=56521
IDSOLVER=346
FILE ID=node74/1075500-1215181053
PBS_JOBID= 7881610
Free space on /tmp= 103232 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-15-05.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-1075500-1215181053/watcher-1075500-1215181053 -o /tmp/evaluation-result-1075500-1215181053/solver-1075500-1215181053 -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-1075500-1215181053.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8759076f97680d194c60f4f66c16a6ba
RANDOM SEED=1611455846

node74.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.259
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.259
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:       1575640 kB
Buffers:         27224 kB
Cached:         116556 kB
SwapCached:       6432 kB
Active:         385580 kB
Inactive:        39648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575640 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            4820 kB
Writeback:           0 kB
Mapped:         297800 kB
Slab:            39616 kB
Committed_AS:  4401716 kB
PageTables:       2444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103228 MiB
End job on node74 at 2008-07-04 16:47:38