Trace number 1068093

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.09 1807.63

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-23-02.xml
MD5SUM819c3e677bbf729895a37d0aded931cf
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 benchmark1.77473
Satisfiable
(Un)Satisfiability was proved
Number of variables435
Number of constraints4428
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension182
Number of constraints which are defined in intension4246
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 08:19:07 2008
0.00/0.04	c 0	PID 10655
0.03/0.05	c 0	HOST node21.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1068093-1215152347.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1068093-1215152347.xml' 'HOME/temp.csp'
0.03/0.91	c 1	1 domains, 435 variables, 11 predicates, 10 relations, 4428 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	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.94/1.11	c 1	Parsing HOME/temp.csp
1.53/1.73	c 2	parsed 4885 expressions
1.53/1.74	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.53/1.74	c 2	Converting to clausal form CSP
1.64/1.87	c 2	converted 489 (10%) expressions
4.11/4.40	c 5	converted 977 (20%) expressions
4.60/4.85	c 5	converted 1466 (30%) expressions
4.70/4.91	c 5	converted 1954 (40%) expressions
4.70/4.96	c 5	converted 2443 (50%) expressions
4.70/5.00	c 5	converted 2931 (60%) expressions
4.80/5.05	c 5	converted 3420 (70%) expressions
4.99/5.28	c 6	converted 3908 (80%) expressions
5.20/5.42	c 6	converted 4397 (90%) expressions
6.08/6.31	c 7	converted 4885 (100%) expressions
6.08/6.31	c 7	CSP : 435 integers, 0 booleans, 4428 clauses, largest domain size 26
6.08/6.31	c 7	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.08/6.31	c 7	Propagation in CSP
6.08/6.36	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.08/6.36	c 7	CSP : 435 integers, 0 booleans, 4428 clauses, largest domain size 26
6.08/6.36	c 7	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.08/6.36	c 7	Simplifing CSP by introducing new Boolean variables
6.38/6.64	c 7	CSP : 435 integers, 35472 booleans, 39900 clauses, largest domain size 26
6.38/6.64	c 7	Heap : 120 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.17/7.47	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.27/7.51	c 8	44 (10%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
7.27/7.51	c 8	87 (20%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
7.27/7.51	c 8	131 (30%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
7.27/7.52	c 8	174 (40%) CSP integer variables are encoded (4176 clauses, 52225 bytes)
7.27/7.52	c 8	218 (50%) CSP integer variables are encoded (5232 clauses, 65953 bytes)
7.27/7.52	c 8	261 (60%) CSP integer variables are encoded (6264 clauses, 79369 bytes)
7.27/7.52	c 8	305 (70%) CSP integer variables are encoded (7320 clauses, 93097 bytes)
7.27/7.52	c 8	348 (80%) CSP integer variables are encoded (8352 clauses, 106513 bytes)
7.27/7.52	c 8	392 (90%) CSP integer variables are encoded (9408 clauses, 120241 bytes)
7.27/7.52	c 8	435 (100%) CSP integer variables are encoded (10440 clauses, 135338 bytes)
56.28/57.08	c 57	3990 (10%) CSP clauses are encoded (1141868 clauses, 45228508 bytes)
93.83/94.99	c 95	7980 (20%) CSP clauses are encoded (1523683 clauses, 63139927 bytes)
94.03/95.17	c 95	11970 (30%) CSP clauses are encoded (1616348 clauses, 64973100 bytes)
94.23/95.36	c 96	15960 (40%) CSP clauses are encoded (1709013 clauses, 66807873 bytes)
94.42/95.54	c 96	19950 (50%) CSP clauses are encoded (1801653 clauses, 68642987 bytes)
94.63/95.73	c 96	23940 (60%) CSP clauses are encoded (1894318 clauses, 70481460 bytes)
126.22/127.66	c 128	27930 (70%) CSP clauses are encoded (2181370 clauses, 85175448 bytes)
126.42/127.84	c 128	31920 (80%) CSP clauses are encoded (2276035 clauses, 86996472 bytes)
139.00/140.56	c 141	35910 (90%) CSP clauses are encoded (2461754 clauses, 95415286 bytes)
151.77/153.45	c 154	39900 (100%) CSP clauses are encoded (2673425 clauses, 106286784 bytes)
151.77/153.45	c 154	39900 CSP clauses encoded
151.77/153.45	c 154	Writing map file : HOME/temp.map
151.77/153.48	c 154	Heap : 161 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
151.77/153.48	c 154	SAT : 46347 SAT variables, 2673425 SAT clauses, 106286784 bytes
151.77/153.48	c 154	Heap : 161 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
151.86/153.56	c 154	SOLVING HOME/temp.cnf
151.86/153.56	c 154	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1807.61	c ERROR INTERRUPTED
1800.09/1807.63	s UNKNOWN
1800.09/1807.63	c 1808	CPU 150.72 (0.04 0 150.68 1.19)
1800.09/1807.63	c 1808	END Fri Jul  4 08:49:15 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-1068093-1215152347/watcher-1068093-1215152347 -o /tmp/evaluation-result-1068093-1215152347/solver-1068093-1215152347 -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-1068093-1215152347.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.98 1.97 1.99 4/72 10655
/proc/meminfo: memFree=1581008/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=18572 CPUtime=0
/proc/10655/stat : 10655 (runsolver) R 10653 10655 7210 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1994208990 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10655/statm: 4643 292 257 25 0 2626 0

[startup+0.05018 s]
/proc/loadavg: 1.98 1.97 1.99 4/72 10655
/proc/meminfo: memFree=1581008/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=0.03
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1994208990 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101101 s]
/proc/loadavg: 1.98 1.97 1.99 4/72 10655
/proc/meminfo: memFree=1581008/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=0.03
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994208990 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301138 s]
/proc/loadavg: 1.98 1.97 1.99 4/72 10655
/proc/meminfo: memFree=1581008/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=0.03
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994208990 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701219 s]
/proc/loadavg: 1.98 1.97 1.99 4/72 10655
/proc/meminfo: memFree=1581008/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=0.03
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1994208990 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50236 s]
/proc/loadavg: 1.98 1.97 1.99 2/75 10669
/proc/meminfo: memFree=1578168/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=0.89
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 973 8554 0 1 3 0 80 6 15 0 1 0 1994208990 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 797 370 3 0 500 0
[pid=10668] ppid=10655 vsize=5356 CPUtime=0
/proc/10668/stat : 10668 (sh) S 10655 10655 7210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994209084 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10668/statm: 1339 233 193 169 0 50 0
[pid=10669] ppid=10668 vsize=864080 CPUtime=0.45
/proc/10669/stat : 10669 (java) S 10668 10655 7210 0 -1 0 6052 0 1 0 42 3 0 0 18 0 9 0 1994209085 884817920 5349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10669/statm: 216020 5349 2532 9 0 210602 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 883036

[startup+3.10167 s]
/proc/loadavg: 1.98 1.97 1.99 4/83 10677
/proc/meminfo: memFree=1553976/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=0.89
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 974 8554 0 1 3 0 80 6 15 0 1 0 1994208990 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 797 370 3 0 500 0
[pid=10668] ppid=10655 vsize=5356 CPUtime=0
/proc/10668/stat : 10668 (sh) S 10655 10655 7210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994209084 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10668/statm: 1339 233 193 169 0 50 0
[pid=10669] ppid=10668 vsize=864204 CPUtime=2.03
/proc/10669/stat : 10669 (java) S 10668 10655 7210 0 -1 0 15255 0 1 0 196 7 0 0 18 0 9 0 1994209085 884944896 14440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10669/statm: 216051 14440 2540 9 0 210626 0
[pid=10669/tid=10670] ppid=10668 vsize=864204 CPUtime=0.93
/proc/10669/task/10670/stat : 10670 (java) R 10668 10655 7210 0 -1 64 3225 0 1 0 91 2 0 0 25 0 9 0 1994209094 884944896 14440 996147200 134512640 134550740 4294955952 18446744073709551615 103214617 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10671] ppid=10668 vsize=864204 CPUtime=0.99
/proc/10669/task/10671/stat : 10671 (java) S 10668 10655 7210 0 -1 64 10988 0 0 0 95 4 0 0 18 0 9 0 1994209096 884944896 14440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10672] ppid=10668 vsize=864204 CPUtime=0
/proc/10669/task/10672/stat : 10672 (java) S 10668 10655 7210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994209096 884944896 14440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10673] ppid=10668 vsize=864204 CPUtime=0
/proc/10669/task/10673/stat : 10673 (java) S 10668 10655 7210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994209096 884944896 14440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10674] ppid=10668 vsize=864204 CPUtime=0
/proc/10669/task/10674/stat : 10674 (java) S 10668 10655 7210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994209098 884944896 14440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10675] ppid=10668 vsize=864204 CPUtime=0.09
/proc/10669/task/10675/stat : 10675 (java) S 10668 10655 7210 0 -1 64 345 0 0 0 9 0 0 0 16 0 9 0 1994209098 884944896 14440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10676] ppid=10668 vsize=864204 CPUtime=0
/proc/10669/task/10676/stat : 10676 (java) S 10668 10655 7210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994209098 884944896 14440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10677] ppid=10668 vsize=864204 CPUtime=0
/proc/10669/task/10677/stat : 10677 (java) S 10668 10655 7210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994209098 884944896 14440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 883160

[startup+6.30227 s]
/proc/loadavg: 1.98 1.97 1.99 3/83 10677
/proc/meminfo: memFree=1463672/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=0.89
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 974 8554 0 1 3 0 80 6 15 0 1 0 1994208990 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 797 370 3 0 500 0
[pid=10668] ppid=10655 vsize=5356 CPUtime=0
/proc/10668/stat : 10668 (sh) S 10655 10655 7210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994209084 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10668/statm: 1339 233 193 169 0 50 0
[pid=10669] ppid=10668 vsize=889048 CPUtime=5.19
/proc/10669/stat : 10669 (java) S 10668 10655 7210 0 -1 0 44358 0 1 0 498 21 0 0 18 0 9 0 1994209085 910385152 38428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10669/statm: 222262 38428 2540 9 0 216837 0
[pid=10669/tid=10670] ppid=10668 vsize=889048 CPUtime=2.02
/proc/10669/task/10670/stat : 10670 (java) S 10668 10655 7210 0 -1 64 3703 0 1 0 200 2 0 0 25 0 9 0 1994209094 910385152 38428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10671] ppid=10668 vsize=889048 CPUtime=2.96
/proc/10669/task/10671/stat : 10671 (java) R 10668 10655 7210 0 -1 64 38509 0 0 0 279 17 0 0 22 0 9 0 1994209096 910385152 38428 996147200 134512640 134550740 4294955952 18446744073709551615 103736931 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10672] ppid=10668 vsize=889048 CPUtime=0
/proc/10669/task/10672/stat : 10672 (java) S 10668 10655 7210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994209096 910385152 38428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10673] ppid=10668 vsize=889048 CPUtime=0
/proc/10669/task/10673/stat : 10673 (java) S 10668 10655 7210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1994209096 910385152 38428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10674] ppid=10668 vsize=889048 CPUtime=0
/proc/10669/task/10674/stat : 10674 (java) S 10668 10655 7210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994209098 910385152 38428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10675] ppid=10668 vsize=889048 CPUtime=0.18
/proc/10669/task/10675/stat : 10675 (java) S 10668 10655 7210 0 -1 64 1449 0 0 0 18 0 0 0 16 0 9 0 1994209098 910385152 38428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10676] ppid=10668 vsize=889048 CPUtime=0
/proc/10669/task/10676/stat : 10676 (java) S 10668 10655 7210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994209098 910385152 38428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10677] ppid=10668 vsize=889048 CPUtime=0
/proc/10669/task/10677/stat : 10677 (java) S 10668 10655 7210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994209098 910385152 38428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 908004

[startup+12.7015 s]
/proc/loadavg: 1.98 1.97 1.99 3/83 10677
/proc/meminfo: memFree=1436536/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=0.89
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 974 8554 0 1 3 0 80 6 15 0 1 0 1994208990 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 797 370 3 0 500 0
[pid=10668] ppid=10655 vsize=5356 CPUtime=0
/proc/10668/stat : 10668 (sh) S 10655 10655 7210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994209084 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10668/statm: 1339 233 193 169 0 50 0
[pid=10669] ppid=10668 vsize=868484 CPUtime=11.53
/proc/10669/stat : 10669 (java) S 10668 10655 7210 0 -1 0 56286 0 2 0 1120 33 0 0 18 0 9 0 1994209085 889327616 35829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10669/statm: 217121 35829 2567 9 0 211668 0
[pid=10669/tid=10670] ppid=10668 vsize=868484 CPUtime=7.14
/proc/10669/task/10670/stat : 10670 (java) R 10668 10655 7210 0 -1 64 4627 0 2 0 706 8 0 0 25 0 9 0 1994209094 889327616 35829 996147200 134512640 134550740 4294955952 18446744073709551615 103214818 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10671] ppid=10668 vsize=868484 CPUtime=4.1
/proc/10669/task/10671/stat : 10671 (java) S 10668 10655 7210 0 -1 64 49466 0 0 0 388 22 0 0 16 0 9 0 1994209096 889327616 35829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10672] ppid=10668 vsize=868484 CPUtime=0
/proc/10669/task/10672/stat : 10672 (java) S 10668 10655 7210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994209096 889327616 35829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10673] ppid=10668 vsize=868484 CPUtime=0
/proc/10669/task/10673/stat : 10673 (java) S 10668 10655 7210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994209096 889327616 35829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10674] ppid=10668 vsize=868484 CPUtime=0
/proc/10669/task/10674/stat : 10674 (java) S 10668 10655 7210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994209098 889327616 35829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10675] ppid=10668 vsize=868484 CPUtime=0.25
/proc/10669/task/10675/stat : 10675 (java) S 10668 10655 7210 0 -1 64 1496 0 0 0 25 0 0 0 16 0 9 0 1994209098 889327616 35829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10676] ppid=10668 vsize=868484 CPUtime=0
/proc/10669/task/10676/stat : 10676 (java) S 10668 10655 7210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994209098 889327616 35829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10677] ppid=10668 vsize=868484 CPUtime=0
/proc/10669/task/10677/stat : 10677 (java) S 10668 10655 7210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994209098 889327616 35829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 887440

[startup+25.5029 s]
/proc/loadavg: 1.99 1.97 1.99 3/83 10677
/proc/meminfo: memFree=1422904/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=0.89
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 974 8554 0 1 3 0 80 6 15 0 1 0 1994208990 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 797 370 3 0 500 0
[pid=10668] ppid=10655 vsize=5356 CPUtime=0
/proc/10668/stat : 10668 (sh) S 10655 10655 7210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994209084 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10668/statm: 1339 233 193 169 0 50 0
[pid=10669] ppid=10668 vsize=868484 CPUtime=24.2
/proc/10669/stat : 10669 (java) S 10668 10655 7210 0 -1 0 56734 0 2 0 2379 41 0 0 18 0 9 0 1994209085 889327616 36200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10669/statm: 217121 36200 2567 9 0 211668 0
[pid=10669/tid=10670] ppid=10668 vsize=868484 CPUtime=19.48
/proc/10669/task/10670/stat : 10670 (java) R 10668 10655 7210 0 -1 64 4704 0 2 0 1933 15 0 0 25 0 9 0 1994209094 889327616 36200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10671] ppid=10668 vsize=868484 CPUtime=4.43
/proc/10669/task/10671/stat : 10671 (java) S 10668 10655 7210 0 -1 64 49837 0 0 0 420 23 0 0 16 0 9 0 1994209096 889327616 36200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10672] ppid=10668 vsize=868484 CPUtime=0
/proc/10669/task/10672/stat : 10672 (java) S 10668 10655 7210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994209096 889327616 36200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10673] ppid=10668 vsize=868484 CPUtime=0
/proc/10669/task/10673/stat : 10673 (java) S 10668 10655 7210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1994209096 889327616 36200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10674] ppid=10668 vsize=868484 CPUtime=0
/proc/10669/task/10674/stat : 10674 (java) S 10668 10655 7210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994209098 889327616 36200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10675] ppid=10668 vsize=868484 CPUtime=0.25
/proc/10669/task/10675/stat : 10675 (java) S 10668 10655 7210 0 -1 64 1496 0 0 0 25 0 0 0 16 0 9 0 1994209098 889327616 36200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10676] ppid=10668 vsize=868484 CPUtime=0
/proc/10669/task/10676/stat : 10676 (java) S 10668 10655 7210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994209098 889327616 36200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10669/tid=10677] ppid=10668 vsize=868484 CPUtime=0
/proc/10669/task/10677/stat : 10677 (java) S 10668 10655 7210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994209098 889327616 36200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 887440

[startup+51.1027 s]
/proc/loadavg: 2.06 1.99 1.99 3/83 10677
/proc/meminfo: memFree=1387064/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=0.89
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 974 8554 0 1 3 0 80 6 15 0 1 0 1994208990 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1329336/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=151.91
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 1022 91291 0 3 4 0 15068 119 16 0 1 0 1994208990 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 799 370 3 0 500 0
[pid=10678] ppid=10655 vsize=5356 CPUtime=0
/proc/10678/stat : 10678 (sh) S 10655 10655 7210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994224346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10678/statm: 1339 232 193 169 0 50 0
[pid=10679] ppid=10678 vsize=160548 CPUtime=1143.11
/proc/10679/stat : 10679 (picosat) R 10678 10655 7210 0 -1 4194304 41273 0 0 0 111743 2568 0 0 25 0 1 0 1994224346 164401152 38405 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10679/statm: 40137 38405 48 102 0 40032 0
Current children cumulated CPU time (s) 1295.02
Current children cumulated vsize (KiB) 179504

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 10709
/proc/meminfo: memFree=1329080/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=151.91
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 1022 91291 0 3 4 0 15068 119 16 0 1 0 1994208990 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 799 370 3 0 500 0
[pid=10678] ppid=10655 vsize=5356 CPUtime=0
/proc/10678/stat : 10678 (sh) S 10655 10655 7210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994224346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10678/statm: 1339 232 193 169 0 50 0
[pid=10679] ppid=10678 vsize=160548 CPUtime=1203.08
/proc/10679/stat : 10679 (picosat) R 10678 10655 7210 0 -1 4194304 41549 0 0 0 117739 2569 0 0 25 0 1 0 1994224346 164401152 38435 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10679/statm: 40137 38435 48 102 0 40032 0
Current children cumulated CPU time (s) 1354.99
Current children cumulated vsize (KiB) 179504

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 10709
/proc/meminfo: memFree=1329080/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=151.91
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 1022 91291 0 3 4 0 15068 119 16 0 1 0 1994208990 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 799 370 3 0 500 0
[pid=10678] ppid=10655 vsize=5356 CPUtime=0
/proc/10678/stat : 10678 (sh) S 10655 10655 7210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994224346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10678/statm: 1339 232 193 169 0 50 0
[pid=10679] ppid=10678 vsize=160548 CPUtime=1263.06
/proc/10679/stat : 10679 (picosat) R 10678 10655 7210 0 -1 4194304 41549 0 0 0 123737 2569 0 0 25 0 1 0 1994224346 164401152 38435 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10679/statm: 40137 38435 48 102 0 40032 0
Current children cumulated CPU time (s) 1414.97
Current children cumulated vsize (KiB) 179504

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 10709
/proc/meminfo: memFree=1328952/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=151.91
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 1022 91291 0 3 4 0 15068 119 16 0 1 0 1994208990 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 799 370 3 0 500 0
[pid=10678] ppid=10655 vsize=5356 CPUtime=0
/proc/10678/stat : 10678 (sh) S 10655 10655 7210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994224346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10678/statm: 1339 232 193 169 0 50 0
[pid=10679] ppid=10678 vsize=160548 CPUtime=1323.02
/proc/10679/stat : 10679 (picosat) R 10678 10655 7210 0 -1 4194304 41816 0 0 0 129733 2569 0 0 25 0 1 0 1994224346 164401152 38449 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10679/statm: 40137 38449 48 102 0 40032 0
Current children cumulated CPU time (s) 1474.93
Current children cumulated vsize (KiB) 179504

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 10709
/proc/meminfo: memFree=1327672/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=151.91
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 1022 91291 0 3 4 0 15068 119 16 0 1 0 1994208990 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 799 370 3 0 500 0
[pid=10678] ppid=10655 vsize=5356 CPUtime=0
/proc/10678/stat : 10678 (sh) S 10655 10655 7210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994224346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10678/statm: 1339 232 193 169 0 50 0
[pid=10679] ppid=10678 vsize=162892 CPUtime=1383
/proc/10679/stat : 10679 (picosat) R 10678 10655 7210 0 -1 4194304 42410 0 0 0 135731 2569 0 0 25 0 1 0 1994224346 166801408 38779 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10679/statm: 40723 38779 48 102 0 40618 0
Current children cumulated CPU time (s) 1534.91
Current children cumulated vsize (KiB) 181848

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 10709
/proc/meminfo: memFree=1327736/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=151.91
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 1022 91291 0 3 4 0 15068 119 16 0 1 0 1994208990 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 799 370 3 0 500 0
[pid=10678] ppid=10655 vsize=5356 CPUtime=0
/proc/10678/stat : 10678 (sh) S 10655 10655 7210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994224346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10678/statm: 1339 232 193 169 0 50 0
[pid=10679] ppid=10678 vsize=162892 CPUtime=1442.97
/proc/10679/stat : 10679 (picosat) R 10678 10655 7210 0 -1 4194304 42410 0 0 0 141728 2569 0 0 25 0 1 0 1994224346 166801408 38779 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/10679/statm: 40723 38779 48 102 0 40618 0
Current children cumulated CPU time (s) 1594.88
Current children cumulated vsize (KiB) 181848

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 10709
/proc/meminfo: memFree=1326328/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=151.91
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 1022 91291 0 3 4 0 15068 119 16 0 1 0 1994208990 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 799 370 3 0 500 0
[pid=10678] ppid=10655 vsize=5356 CPUtime=0
/proc/10678/stat : 10678 (sh) S 10655 10655 7210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994224346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10678/statm: 1339 232 193 169 0 50 0
[pid=10679] ppid=10678 vsize=164476 CPUtime=1502.94
/proc/10679/stat : 10679 (picosat) R 10678 10655 7210 0 -1 4194304 42818 0 0 0 147725 2569 0 0 25 0 1 0 1994224346 168423424 39187 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/10679/statm: 41119 39187 48 102 0 41014 0
Current children cumulated CPU time (s) 1654.85
Current children cumulated vsize (KiB) 183432

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 10709
/proc/meminfo: memFree=1324408/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=151.91
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 1022 91291 0 3 4 0 15068 119 16 0 1 0 1994208990 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 799 370 3 0 500 0
[pid=10678] ppid=10655 vsize=5356 CPUtime=0
/proc/10678/stat : 10678 (sh) S 10655 10655 7210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994224346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10678/statm: 1339 232 193 169 0 50 0
[pid=10679] ppid=10678 vsize=166060 CPUtime=1562.92
/proc/10679/stat : 10679 (picosat) R 10678 10655 7210 0 -1 4194304 43513 0 0 0 153722 2570 0 0 25 0 1 0 1994224346 170045440 39601 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10679/statm: 41515 39601 48 102 0 41410 0
Current children cumulated CPU time (s) 1714.83
Current children cumulated vsize (KiB) 185016

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 10709
/proc/meminfo: memFree=1324408/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=151.91
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 1022 91291 0 3 4 0 15068 119 16 0 1 0 1994208990 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 799 370 3 0 500 0
[pid=10678] ppid=10655 vsize=5356 CPUtime=0
/proc/10678/stat : 10678 (sh) S 10655 10655 7210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994224346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10678/statm: 1339 232 193 169 0 50 0
[pid=10679] ppid=10678 vsize=166060 CPUtime=1622.9
/proc/10679/stat : 10679 (picosat) R 10678 10655 7210 0 -1 4194304 43513 0 0 0 159720 2570 0 0 25 0 1 0 1994224346 170045440 39601 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10679/statm: 41515 39601 48 102 0 41410 0
Current children cumulated CPU time (s) 1774.81
Current children cumulated vsize (KiB) 185016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 10709
/proc/meminfo: memFree=1324216/2055920 swapFree=4180412/4192956
[pid=10655] ppid=10653 vsize=13600 CPUtime=151.91
/proc/10655/stat : 10655 (sugar) S 10653 10655 7210 0 -1 4194304 1022 91291 0 3 4 0 15068 119 16 0 1 0 1994208990 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10655/statm: 3400 799 370 3 0 500 0
[pid=10678] ppid=10655 vsize=5356 CPUtime=0
/proc/10678/stat : 10678 (sh) S 10655 10655 7210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994224346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10678/statm: 1339 232 193 169 0 50 0
[pid=10679] ppid=10678 vsize=166060 CPUtime=1648.18
/proc/10679/stat : 10679 (picosat) R 10678 10655 7210 0 -1 4194304 43845 0 0 0 162248 2570 0 0 25 0 1 0 1994224346 170045440 39635 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10679/statm: 41515 39635 48 102 0 41410 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 185016

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 10655 and gives
#  childrusage.ru_utime.tv_sec=150
#  childrusage.ru_utime.tv_usec=724086
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=205816
# CPU time returned by wait4() is 151.93
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.63
CPU time (s): 1800.09
CPU user time (s): 1773.2
CPU system time (s): 26.89
CPU usage (%): 99.5826
Max. virtual memory (cumulated for all children) (KiB): 913052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.724
system time used= 1.20582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92668
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10412
involuntary context switches= 13443

runsolver used 2.08768 second user time and 5.17621 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-04 08:19:07
IDJOB=1068093
IDBENCH=55478
IDSOLVER=345
FILE ID=node21/1068093-1215152347
PBS_JOBID= 7877225
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-23-02.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-1068093-1215152347/watcher-1068093-1215152347 -o /tmp/evaluation-result-1068093-1215152347/solver-1068093-1215152347 -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-1068093-1215152347.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 819c3e677bbf729895a37d0aded931cf
RANDOM SEED=907500023

node21.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.263
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.263
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:       1581488 kB
Buffers:         73920 kB
Cached:         313396 kB
SwapCached:       6608 kB
Active:         220216 kB
Inactive:       189076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581488 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            2540 kB
Writeback:           0 kB
Mapped:          29256 kB
Slab:            50372 kB
Committed_AS:  3447472 kB
PageTables:       1784 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= 66556 MiB
End job on node21 at 2008-07-04 08:49:17