Trace number 1076954

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+picosat? (TO) 1800.03 1807.65

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-10.xml
MD5SUM7bcb9756efafd11bd2e8436c9abc02f0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables383
Number of constraints1869
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension134
Number of constraints which are defined in intension1735
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 18:55:37 2008
0.00/0.05	c 0	PID 12151
0.04/0.05	c 0	HOST node3.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1076954-1215190537.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076954-1215190537.xml' 'HOME/temp.csp'
0.04/0.74	c 1	1 domains, 383 variables, 7 predicates, 7 relations, 1869 constraints
0.04/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.79	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.72/0.87	c 1	Parsing HOME/temp.csp
1.20/1.39	c 2	parsed 2267 expressions
1.20/1.39	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/1.39	c 2	Converting to clausal form CSP
1.30/1.42	c 2	converted 227 (10%) expressions
2.19/2.31	c 2	converted 454 (20%) expressions
3.09/3.29	c 3	converted 681 (30%) expressions
8.04/8.27	c 8	converted 907 (40%) expressions
8.14/8.38	c 9	converted 1134 (50%) expressions
8.24/8.41	c 9	converted 1361 (60%) expressions
8.34/8.55	c 9	converted 1587 (70%) expressions
8.34/8.58	c 9	converted 1814 (80%) expressions
8.44/8.61	c 9	converted 2041 (90%) expressions
8.44/8.68	c 9	converted 2267 (100%) expressions
8.44/8.68	c 9	CSP : 383 integers, 0 booleans, 1869 clauses, largest domain size 26
8.44/8.68	c 9	Heap : 193 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.44/8.68	c 9	Propagation in CSP
8.53/8.71	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.53/8.72	c 9	CSP : 383 integers, 0 booleans, 1869 clauses, largest domain size 26
8.53/8.72	c 9	Heap : 195 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.53/8.72	c 9	Simplifing CSP by introducing new Boolean variables
8.62/8.83	c 9	CSP : 383 integers, 19904 booleans, 21773 clauses, largest domain size 26
8.62/8.83	c 9	Heap : 194 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.81/10.09	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.91/10.12	c 10	39 (10%) CSP integer variables are encoded (936 clauses, 10152 bytes)
9.91/10.12	c 10	77 (20%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
9.91/10.12	c 10	115 (30%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
9.91/10.12	c 10	154 (40%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
9.91/10.12	c 10	192 (50%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
9.91/10.12	c 10	230 (60%) CSP integer variables are encoded (5520 clauses, 69697 bytes)
9.91/10.12	c 10	269 (70%) CSP integer variables are encoded (6456 clauses, 81865 bytes)
9.91/10.13	c 10	307 (80%) CSP integer variables are encoded (7368 clauses, 93721 bytes)
9.91/10.13	c 10	345 (90%) CSP integer variables are encoded (8280 clauses, 105577 bytes)
9.91/10.13	c 10	383 (100%) CSP integer variables are encoded (9192 clauses, 117433 bytes)
572.53/573.12	c 573	2178 (10%) CSP clauses are encoded (3191392 clauses, 166155938 bytes)
715.06/715.78	c 716	4355 (20%) CSP clauses are encoded (3686016 clauses, 195398258 bytes)
715.15/715.88	c 716	6532 (30%) CSP clauses are encoded (3737668 clauses, 196417845 bytes)
715.26/715.97	c 716	8710 (40%) CSP clauses are encoded (3789996 clauses, 197440707 bytes)
727.25/727.98	c 728	10887 (50%) CSP clauses are encoded (3939237 clauses, 207126705 bytes)
727.35/728.07	c 728	13064 (60%) CSP clauses are encoded (3992214 clauses, 208144771 bytes)
727.45/728.16	c 728	15242 (70%) CSP clauses are encoded (4045217 clauses, 209160850 bytes)
727.55/728.25	c 728	17419 (80%) CSP clauses are encoded (4098169 clauses, 210206989 bytes)
727.65/728.35	c 728	19596 (90%) CSP clauses are encoded (4151146 clauses, 211253747 bytes)
727.75/728.44	c 729	21773 (100%) CSP clauses are encoded (4204323 clauses, 212303933 bytes)
727.75/728.44	c 729	21773 CSP clauses encoded
727.75/728.44	c 729	Writing map file : HOME/temp.map
727.75/728.46	c 729	Heap : 260 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
727.75/728.46	c 729	SAT : 29479 SAT variables, 4204323 SAT clauses, 212303933 bytes
727.75/728.46	c 729	Heap : 260 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
727.82/728.54	c 729	SOLVING HOME/temp.cnf
727.82/728.54	c 729	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1807.62	c ERROR INTERRUPTED
1800.03/1807.65	s UNKNOWN
1800.03/1807.65	c 1808	CPU 725.87 (0.03 0.01 725.84 2)
1800.03/1807.65	c 1808	END Fri Jul  4 19:25:45 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-1076954-1215190537/watcher-1076954-1215190537 -o /tmp/evaluation-result-1076954-1215190537/solver-1076954-1215190537 -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/picosat -tmp=HOME/temp HOME/instance-1076954-1215190537.xml 

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 12151
/proc/meminfo: memFree=1680944/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=18572 CPUtime=0
/proc/12151/stat : 12151 (runsolver) R 12149 12151 9055 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1998029128 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12151/statm: 4643 292 257 25 0 2626 0

[startup+0.050257 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 12151
/proc/meminfo: memFree=1680944/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=0.04
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1998029128 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12151/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101373 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 12151
/proc/meminfo: memFree=1680944/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=0.04
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1998029128 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12151/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301392 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 12151
/proc/meminfo: memFree=1680944/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=0.04
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1998029128 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12151/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701422 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 12151
/proc/meminfo: memFree=1680944/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=0.04
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1998029128 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12151/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50249 s]
/proc/loadavg: 2.01 2.00 2.00 4/91 12173
/proc/meminfo: memFree=1672600/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=0.72
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 973 7908 0 1 3 1 63 5 15 0 1 0 1998029128 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12151/statm: 3400 797 370 3 0 500 0
[pid=12164] ppid=12151 vsize=5356 CPUtime=0
/proc/12164/stat : 12164 (sh) S 12151 12151 9055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998029207 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12164/statm: 1339 233 193 169 0 50 0
[pid=12165] ppid=12164 vsize=864192 CPUtime=0.68
/proc/12165/stat : 12165 (java) S 12164 12151 9055 0 -1 0 6940 0 1 0 64 4 0 0 18 0 9 0 1998029207 884932608 6199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12165/statm: 216048 6199 2540 9 0 210623 0
[pid=12165/tid=12166] ppid=12164 vsize=864192 CPUtime=0.4
/proc/12165/task/12166/stat : 12166 (java) R 12164 12151 9055 0 -1 64 2568 0 1 0 39 1 0 0 23 0 9 0 1998029208 884932608 6199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12167] ppid=12164 vsize=864192 CPUtime=0.16
/proc/12165/task/12167/stat : 12167 (java) R 12164 12151 9055 0 -1 64 3333 0 0 0 15 1 0 0 16 0 9 0 1998029209 884932608 6199 996147200 134512640 134550740 4294955952 18446744073709551615 102731881 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12168] ppid=12164 vsize=864192 CPUtime=0
/proc/12165/task/12168/stat : 12168 (java) S 12164 12151 9055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998029209 884932608 6199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12169] ppid=12164 vsize=864192 CPUtime=0
/proc/12165/task/12169/stat : 12169 (java) S 12164 12151 9055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998029209 884932608 6199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12170] ppid=12164 vsize=864192 CPUtime=0
/proc/12165/task/12170/stat : 12170 (java) S 12164 12151 9055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998029211 884932608 6199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12171] ppid=12164 vsize=864192 CPUtime=0.08
/proc/12165/task/12171/stat : 12171 (java) S 12164 12151 9055 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 1998029211 884932608 6199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12172] ppid=12164 vsize=864192 CPUtime=0
/proc/12165/task/12172/stat : 12172 (java) S 12164 12151 9055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998029211 884932608 6199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12173] ppid=12164 vsize=864192 CPUtime=0
/proc/12165/task/12173/stat : 12173 (java) S 12164 12151 9055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998029211 884932608 6199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883148

[startup+3.10162 s]
/proc/loadavg: 2.01 2.00 2.00 4/91 12173
/proc/meminfo: memFree=1645976/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=0.72
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 973 7908 0 1 3 1 63 5 16 0 1 0 1998029128 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12151/statm: 3400 797 370 3 0 500 0
[pid=12164] ppid=12151 vsize=5356 CPUtime=0
/proc/12164/stat : 12164 (sh) S 12151 12151 9055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998029207 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12164/statm: 1339 233 193 169 0 50 0
[pid=12165] ppid=12164 vsize=868404 CPUtime=2.27
/proc/12165/stat : 12165 (java) S 12164 12151 9055 0 -1 0 17108 0 1 0 217 10 0 0 18 0 9 0 1998029207 889245696 16284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12165/statm: 217101 16284 2540 9 0 211676 0
[pid=12165/tid=12166] ppid=12164 vsize=868404 CPUtime=1
/proc/12165/task/12166/stat : 12166 (java) R 12164 12151 9055 0 -1 64 2927 0 1 0 98 2 0 0 25 0 9 0 1998029208 889245696 16284 996147200 134512640 134550740 4294955952 18446744073709551615 103214836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12167] ppid=12164 vsize=868404 CPUtime=1.06
/proc/12165/task/12167/stat : 12167 (java) S 12164 12151 9055 0 -1 64 12031 0 0 0 100 6 0 0 18 0 9 0 1998029209 889245696 16284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12168] ppid=12164 vsize=868404 CPUtime=0
/proc/12165/task/12168/stat : 12168 (java) S 12164 12151 9055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998029209 889245696 16284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12169] ppid=12164 vsize=868404 CPUtime=0
/proc/12165/task/12169/stat : 12169 (java) S 12164 12151 9055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998029209 889245696 16284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12170] ppid=12164 vsize=868404 CPUtime=0
/proc/12165/task/12170/stat : 12170 (java) S 12164 12151 9055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998029211 889245696 16284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12171] ppid=12164 vsize=868404 CPUtime=0.18
/proc/12165/task/12171/stat : 12171 (java) S 12164 12151 9055 0 -1 64 1453 0 0 0 18 0 0 0 16 0 9 0 1998029211 889245696 16284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12172] ppid=12164 vsize=868404 CPUtime=0
/proc/12165/task/12172/stat : 12172 (java) S 12164 12151 9055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998029211 889245696 16284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12173] ppid=12164 vsize=868404 CPUtime=0
/proc/12165/task/12173/stat : 12173 (java) S 12164 12151 9055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998029211 889245696 16284 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887360

[startup+6.30289 s]
/proc/loadavg: 2.09 2.02 2.00 4/91 12173
/proc/meminfo: memFree=1554648/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=0.72
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 973 7908 0 1 3 1 63 5 16 0 1 0 1998029128 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12151/statm: 3400 797 370 3 0 500 0
[pid=12164] ppid=12151 vsize=5356 CPUtime=0
/proc/12164/stat : 12164 (sh) S 12151 12151 9055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998029207 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12164/statm: 1339 233 193 169 0 50 0
[pid=12165] ppid=12164 vsize=889016 CPUtime=5.44
/proc/12165/stat : 12165 (java) S 12164 12151 9055 0 -1 0 48428 0 1 0 521 23 0 0 18 0 9 0 1998029207 910352384 42526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12165/statm: 222254 42526 2540 9 0 216829 0
[pid=12165/tid=12166] ppid=12164 vsize=889016 CPUtime=2.1
/proc/12165/task/12166/stat : 12166 (java) S 12164 12151 9055 0 -1 64 3768 0 1 0 208 2 0 0 25 0 9 0 1998029208 910352384 42526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12167] ppid=12164 vsize=889016 CPUtime=3.13
/proc/12165/task/12167/stat : 12167 (java) R 12164 12151 9055 0 -1 64 42505 0 0 0 294 19 0 0 20 0 9 0 1998029209 910352384 42526 996147200 134512640 134550740 4294955952 18446744073709551615 102687656 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12168] ppid=12164 vsize=889016 CPUtime=0
/proc/12165/task/12168/stat : 12168 (java) S 12164 12151 9055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998029209 910352384 42526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12169] ppid=12164 vsize=889016 CPUtime=0
/proc/12165/task/12169/stat : 12169 (java) S 12164 12151 9055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998029209 910352384 42526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12170] ppid=12164 vsize=889016 CPUtime=0
/proc/12165/task/12170/stat : 12170 (java) S 12164 12151 9055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998029211 910352384 42526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12171] ppid=12164 vsize=889016 CPUtime=0.18
/proc/12165/task/12171/stat : 12171 (java) S 12164 12151 9055 0 -1 64 1458 0 0 0 18 0 0 0 16 0 9 0 1998029211 910352384 42526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12172] ppid=12164 vsize=889016 CPUtime=0
/proc/12165/task/12172/stat : 12172 (java) S 12164 12151 9055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998029211 910352384 42526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12173] ppid=12164 vsize=889016 CPUtime=0
/proc/12165/task/12173/stat : 12173 (java) S 12164 12151 9055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998029211 910352384 42526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 907972

[startup+12.7014 s]
/proc/loadavg: 2.08 2.02 2.00 3/91 12173
/proc/meminfo: memFree=1456408/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=0.72
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 974 7908 0 1 3 1 63 5 16 0 1 0 1998029128 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12151/statm: 3400 797 370 3 0 500 0
[pid=12164] ppid=12151 vsize=5356 CPUtime=0
/proc/12164/stat : 12164 (sh) S 12151 12151 9055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998029207 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12164/statm: 1339 233 193 169 0 50 0
[pid=12165] ppid=12164 vsize=868516 CPUtime=11.79
/proc/12165/stat : 12165 (java) S 12164 12151 9055 0 -1 0 78095 0 1 0 1140 39 0 0 18 0 9 0 1998029207 889360384 57400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12165/statm: 217129 57400 2566 9 0 211676 0
[pid=12165/tid=12166] ppid=12164 vsize=868516 CPUtime=5.68
/proc/12165/task/12166/stat : 12166 (java) R 12164 12151 9055 0 -1 64 5655 0 1 0 563 5 0 0 25 0 9 0 1998029208 889360384 57400 996147200 134512640 134550740 4294955952 18446744073709551615 4126982029 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12165/tid=12167] ppid=12164 vsize=868516 CPUtime=5.85
/proc/12165/task/12167/stat : 12167 (java) S 12164 12151 9055 0 -1 64 70246 0 0 0 553 32 0 0 16 0 9 0 1998029209 889360384 57400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12165/tid=12168] ppid=12164 vsize=868516 CPUtime=0
/proc/12165/task/12168/stat : 12168 (java) S 12164 12151 9055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998029209 889360384 57400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12169] ppid=12164 vsize=868516 CPUtime=0
/proc/12165/task/12169/stat : 12169 (java) S 12164 12151 9055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998029209 889360384 57400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12170] ppid=12164 vsize=868516 CPUtime=0
/proc/12165/task/12170/stat : 12170 (java) S 12164 12151 9055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998029211 889360384 57400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12171] ppid=12164 vsize=868516 CPUtime=0.23
/proc/12165/task/12171/stat : 12171 (java) S 12164 12151 9055 0 -1 64 1497 0 0 0 23 0 0 0 15 0 9 0 1998029211 889360384 57400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12165/tid=12172] ppid=12164 vsize=868516 CPUtime=0
/proc/12165/task/12172/stat : 12172 (java) S 12164 12151 9055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998029211 889360384 57400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12173] ppid=12164 vsize=868516 CPUtime=0
/proc/12165/task/12173/stat : 12173 (java) S 12164 12151 9055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998029211 889360384 57400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887472

[startup+25.5025 s]
/proc/loadavg: 2.07 2.01 2.00 3/91 12173
/proc/meminfo: memFree=1443608/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=0.72
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 974 7908 0 1 3 1 63 5 16 0 1 0 1998029128 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12151/statm: 3400 797 370 3 0 500 0
[pid=12164] ppid=12151 vsize=5356 CPUtime=0
/proc/12164/stat : 12164 (sh) S 12151 12151 9055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998029207 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12164/statm: 1339 233 193 169 0 50 0
[pid=12165] ppid=12164 vsize=868516 CPUtime=24.58
/proc/12165/stat : 12165 (java) S 12164 12151 9055 0 -1 0 78362 0 1 0 2412 46 0 0 18 0 9 0 1998029207 889360384 57628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12165/statm: 217129 57628 2566 9 0 211676 0
[pid=12165/tid=12166] ppid=12164 vsize=868516 CPUtime=18.22
/proc/12165/task/12166/stat : 12166 (java) R 12164 12151 9055 0 -1 64 5694 0 1 0 1810 12 0 0 25 0 9 0 1998029208 889360384 57628 996147200 134512640 134550740 4294955952 18446744073709551615 4125952058 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12165/tid=12167] ppid=12164 vsize=868516 CPUtime=6.09
/proc/12165/task/12167/stat : 12167 (java) S 12164 12151 9055 0 -1 64 70468 0 0 0 577 32 0 0 16 0 9 0 1998029209 889360384 57628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12165/tid=12168] ppid=12164 vsize=868516 CPUtime=0
/proc/12165/task/12168/stat : 12168 (java) S 12164 12151 9055 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998029209 889360384 57628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12165/tid=12169] ppid=12164 vsize=868516 CPUtime=0
/proc/12165/task/12169/stat : 12169 (java) S 12164 12151 9055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998029209 889360384 57628 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1213784/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=727.87
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 1023 144048 0 2 3 1 72583 200 16 0 1 0 1998029128 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12151/statm: 3400 799 370 3 0 500 0
[pid=12180] ppid=12151 vsize=5356 CPUtime=0
/proc/12180/stat : 12180 (sh) S 12151 12151 9055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998101982 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12180/statm: 1339 232 193 169 0 50 0
[pid=12181] ppid=12180 vsize=267196 CPUtime=568.38
/proc/12181/stat : 12181 (picosat) R 12180 12151 9055 0 -1 4194304 63019 0 0 0 51706 5132 0 0 25 0 1 0 1998101982 273608704 62629 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12181/statm: 66799 62629 48 102 0 66694 0
Current children cumulated CPU time (s) 1296.25
Current children cumulated vsize (KiB) 286152

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12181
/proc/meminfo: memFree=1213784/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=727.87
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 1023 144048 0 2 3 1 72583 200 16 0 1 0 1998029128 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12151/statm: 3400 799 370 3 0 500 0
[pid=12180] ppid=12151 vsize=5356 CPUtime=0
/proc/12180/stat : 12180 (sh) S 12151 12151 9055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998101982 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12180/statm: 1339 232 193 169 0 50 0
[pid=12181] ppid=12180 vsize=267196 CPUtime=627.82
/proc/12181/stat : 12181 (picosat) R 12180 12151 9055 0 -1 4194304 63019 0 0 0 57650 5132 0 0 25 0 1 0 1998101982 273608704 62629 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12181/statm: 66799 62629 48 102 0 66694 0
Current children cumulated CPU time (s) 1355.69
Current children cumulated vsize (KiB) 286152

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 2/73 12184
/proc/meminfo: memFree=1297128/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=727.87
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 1023 144048 0 2 3 1 72583 200 16 0 1 0 1998029128 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12151/statm: 3400 799 370 3 0 500 0
[pid=12180] ppid=12151 vsize=5356 CPUtime=0
/proc/12180/stat : 12180 (sh) S 12151 12151 9055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998101982 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12180/statm: 1339 232 193 169 0 50 0
[pid=12181] ppid=12180 vsize=267196 CPUtime=687.26
/proc/12181/stat : 12181 (picosat) R 12180 12151 9055 0 -1 4194304 63019 0 0 0 63594 5132 0 0 25 0 1 0 1998101982 273608704 62629 996147200 134512640 134931368 4294956256 18446744073709551615 134544827 0 0 4096 0 0 0 0 17 0 0 0
/proc/12181/statm: 66799 62629 48 102 0 66694 0
Current children cumulated CPU time (s) 1415.13
Current children cumulated vsize (KiB) 286152

[startup+1482.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 12274
/proc/meminfo: memFree=1213080/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=727.87
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 1023 144048 0 2 3 1 72583 200 16 0 1 0 1998029128 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12151/statm: 3400 799 370 3 0 500 0
[pid=12180] ppid=12151 vsize=5356 CPUtime=0
/proc/12180/stat : 12180 (sh) S 12151 12151 9055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998101982 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12180/statm: 1339 232 193 169 0 50 0
[pid=12181] ppid=12180 vsize=268632 CPUtime=746.96
/proc/12181/stat : 12181 (picosat) R 12180 12151 9055 0 -1 4194304 63393 0 0 0 69561 5135 0 0 25 0 1 0 1998101982 275079168 62872 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12181/statm: 67158 62872 48 102 0 67053 0
Current children cumulated CPU time (s) 1474.83
Current children cumulated vsize (KiB) 287588

[startup+1542.3 s]
/proc/loadavg: 2.17 2.04 2.01 3/85 12312
/proc/meminfo: memFree=506888/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=727.87
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 1023 144048 0 2 3 1 72583 200 16 0 1 0 1998029128 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12151/statm: 3400 799 370 3 0 500 0
[pid=12180] ppid=12151 vsize=5356 CPUtime=0
/proc/12180/stat : 12180 (sh) S 12151 12151 9055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998101982 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12180/statm: 1339 232 193 169 0 50 0
[pid=12181] ppid=12180 vsize=268632 CPUtime=806.95
/proc/12181/stat : 12181 (picosat) R 12180 12151 9055 0 -1 4194304 63393 0 0 0 75558 5137 0 0 25 0 1 0 1998101982 275079168 62872 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12181/statm: 67158 62872 48 102 0 67053 0
Current children cumulated CPU time (s) 1534.82
Current children cumulated vsize (KiB) 287588

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/84 12313
/proc/meminfo: memFree=506440/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=727.87
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 1023 144048 0 2 3 1 72583 200 16 0 1 0 1998029128 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12151/statm: 3400 799 370 3 0 500 0
[pid=12180] ppid=12151 vsize=5356 CPUtime=0
/proc/12180/stat : 12180 (sh) S 12151 12151 9055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998101982 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12180/statm: 1339 232 193 169 0 50 0
[pid=12181] ppid=12180 vsize=268632 CPUtime=866.93
/proc/12181/stat : 12181 (picosat) R 12180 12151 9055 0 -1 4194304 63412 0 0 0 81556 5137 0 0 25 0 1 0 1998101982 275079168 62891 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12181/statm: 67158 62891 48 102 0 67053 0
Current children cumulated CPU time (s) 1594.8
Current children cumulated vsize (KiB) 287588

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 12313
/proc/meminfo: memFree=505800/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=727.87
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 1023 144048 0 2 3 1 72583 200 16 0 1 0 1998029128 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12151/statm: 3400 799 370 3 0 500 0
[pid=12180] ppid=12151 vsize=5356 CPUtime=0
/proc/12180/stat : 12180 (sh) S 12151 12151 9055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998101982 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12180/statm: 1339 232 193 169 0 50 0
[pid=12181] ppid=12180 vsize=269028 CPUtime=926.9
/proc/12181/stat : 12181 (picosat) R 12180 12151 9055 0 -1 4194304 63622 0 0 0 87553 5137 0 0 25 0 1 0 1998101982 275484672 62966 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12181/statm: 67257 62966 48 102 0 67152 0
Current children cumulated CPU time (s) 1654.77
Current children cumulated vsize (KiB) 287984

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 12313
/proc/meminfo: memFree=505800/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=727.87
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 1023 144048 0 2 3 1 72583 200 16 0 1 0 1998029128 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12151/statm: 3400 799 370 3 0 500 0
[pid=12180] ppid=12151 vsize=5356 CPUtime=0
/proc/12180/stat : 12180 (sh) S 12151 12151 9055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998101982 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12180/statm: 1339 232 193 169 0 50 0
[pid=12181] ppid=12180 vsize=269028 CPUtime=986.88
/proc/12181/stat : 12181 (picosat) R 12180 12151 9055 0 -1 4194304 63622 0 0 0 93551 5137 0 0 25 0 1 0 1998101982 275484672 62966 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12181/statm: 67257 62966 48 102 0 67152 0
Current children cumulated CPU time (s) 1714.75
Current children cumulated vsize (KiB) 287984

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 12313
/proc/meminfo: memFree=504968/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=727.87
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 1023 144048 0 2 3 1 72583 200 16 0 1 0 1998029128 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12151/statm: 3400 799 370 3 0 500 0
[pid=12180] ppid=12151 vsize=5356 CPUtime=0
/proc/12180/stat : 12180 (sh) S 12151 12151 9055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998101982 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12180/statm: 1339 232 193 169 0 50 0
[pid=12181] ppid=12180 vsize=269820 CPUtime=1046.87
/proc/12181/stat : 12181 (picosat) R 12180 12151 9055 0 -1 4194304 63981 0 0 0 99549 5138 0 0 25 0 1 0 1998101982 276295680 63182 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12181/statm: 67455 63182 48 102 0 67350 0
Current children cumulated CPU time (s) 1774.74
Current children cumulated vsize (KiB) 288776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.08 2.03 2.01 3/84 12313
/proc/meminfo: memFree=504968/2055920 swapFree=4180472/4192956
[pid=12151] ppid=12149 vsize=13600 CPUtime=727.87
/proc/12151/stat : 12151 (sugar) S 12149 12151 9055 0 -1 4194304 1023 144048 0 2 3 1 72583 200 16 0 1 0 1998029128 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12151/statm: 3400 799 370 3 0 500 0
[pid=12180] ppid=12151 vsize=5356 CPUtime=0
/proc/12180/stat : 12180 (sh) S 12151 12151 9055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998101982 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12180/statm: 1339 232 193 169 0 50 0
[pid=12181] ppid=12180 vsize=269820 CPUtime=1072.16
/proc/12181/stat : 12181 (picosat) R 12180 12151 9055 0 -1 4194304 63981 0 0 0 102078 5138 0 0 25 0 1 0 1998101982 276295680 63182 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12181/statm: 67455 63182 48 102 0 67350 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 288776

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 12151 and gives
#  childrusage.ru_utime.tv_sec=725
#  childrusage.ru_utime.tv_usec=878649
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=24692
# CPU time returned by wait4() is 727.903
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.65
CPU time (s): 1800.03
CPU user time (s): 1746.64
CPU system time (s): 53.39
CPU usage (%): 99.5785
Max. virtual memory (cumulated for all children) (KiB): 913084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 725.879
system time used= 2.02469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145425
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23042
involuntary context switches= 12214

runsolver used 2.27665 second user time and 5.96109 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-04 18:55:37
IDJOB=1076954
IDBENCH=56620
IDSOLVER=345
FILE ID=node3/1076954-1215190537
PBS_JOBID= 7881517
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-10.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076954-1215190537/watcher-1076954-1215190537 -o /tmp/evaluation-result-1076954-1215190537/solver-1076954-1215190537 -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/picosat" -tmp="HOME/temp" HOME/instance-1076954-1215190537.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7bcb9756efafd11bd2e8436c9abc02f0
RANDOM SEED=1471275850

node3.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.232
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.232
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:       1681424 kB
Buffers:         44812 kB
Cached:         179668 kB
SwapCached:       6516 kB
Active:         241968 kB
Inactive:        75968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681424 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            9716 kB
Writeback:           0 kB
Mapped:         106968 kB
Slab:            41612 kB
Committed_AS:  4191724 kB
PageTables:       1988 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node3 at 2008-07-04 19:25:47