Trace number 1075374

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

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-15-06.xml
MD5SUMbc53d36da8b35d0beaaafb88ccc5dbed
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.896863
Satisfiable
(Un)Satisfiability was proved
Number of variables195
Number of constraints567
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension72
Number of constraints which are defined in intension495
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:13:27 2008
0.00/0.05	c 0	PID 32567
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1075374-1215180807.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-1075374-1215180807.xml' 'HOME/temp.csp'
1.71/1.87	c 2	1 domains, 195 variables, 7 predicates, 7 relations, 567 constraints
1.71/1.89	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.71/1.89	c 2	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.78/1.97	c 2	Parsing HOME/temp.csp
4.15/4.36	c 4	parsed 777 expressions
4.15/4.37	c 4	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.15/4.37	c 4	Converting to clausal form CSP
4.15/4.39	c 4	converted 78 (10%) expressions
4.15/4.39	c 4	converted 156 (20%) expressions
4.44/4.67	c 5	converted 234 (30%) expressions
11.97/12.26	c 12	converted 311 (40%) expressions
13.86/14.10	c 14	converted 389 (50%) expressions
14.35/14.64	c 15	converted 467 (60%) expressions
19.40/19.72	c 20	converted 544 (70%) expressions
19.40/19.73	c 20	converted 622 (80%) expressions
19.40/19.75	c 20	converted 700 (90%) expressions
19.40/19.76	c 20	converted 777 (100%) expressions
19.40/19.76	c 20	CSP : 195 integers, 0 booleans, 567 clauses, largest domain size 26
19.40/19.76	c 20	Heap : 355 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.40/19.76	c 20	Propagation in CSP
19.40/19.78	c 20	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.40/19.78	c 20	CSP : 195 integers, 0 booleans, 567 clauses, largest domain size 26
19.40/19.78	c 20	Heap : 356 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.40/19.78	c 20	Simplifing CSP by introducing new Boolean variables
19.69/20.01	c 20	CSP : 195 integers, 5130 booleans, 5697 clauses, largest domain size 26
19.69/20.02	c 20	Heap : 337 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.68/22.03	c 22	Encoding CSP to SAT : HOME/temp.cnf
21.68/22.04	c 22	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
21.68/22.05	c 22	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
21.68/22.05	c 22	59 (30%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
21.68/22.05	c 22	78 (40%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
21.68/22.05	c 22	98 (50%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
21.68/22.05	c 22	117 (60%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
21.68/22.06	c 22	137 (70%) CSP integer variables are encoded (3288 clauses, 40681 bytes)
21.68/22.06	c 22	156 (80%) CSP integer variables are encoded (3744 clauses, 46609 bytes)
21.68/22.06	c 22	176 (90%) CSP integer variables are encoded (4224 clauses, 52849 bytes)
21.68/22.06	c 22	195 (100%) CSP integer variables are encoded (4680 clauses, 58777 bytes)
1800.07/1809.62	c ERROR INTERRUPTED
1800.07/1809.72	s UNKNOWN
1800.07/1809.72	c 1810	CPU 1.68 (0.03 0 1.65 0.11)
1800.07/1809.72	c 1810	END Fri Jul  4 16:43:37 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-1075374-1215180807/watcher-1075374-1215180807 -o /tmp/evaluation-result-1075374-1215180807/solver-1075374-1215180807 -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-1075374-1215180807.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.11 2.05 2.01 4/72 32567
/proc/meminfo: memFree=1675600/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=18572 CPUtime=0
/proc/32567/stat : 32567 (runsolver) R 32565 32567 28769 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1997054731 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32567/statm: 4643 292 257 25 0 2626 0

[startup+0.067633 s]
/proc/loadavg: 2.11 2.05 2.01 4/72 32567
/proc/meminfo: memFree=1675600/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=13600 CPUtime=0.03
/proc/32567/stat : 32567 (sugar) S 32565 32567 28769 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997054731 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32567/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101623 s]
/proc/loadavg: 2.11 2.05 2.01 4/72 32567
/proc/meminfo: memFree=1675600/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=13600 CPUtime=0.03
/proc/32567/stat : 32567 (sugar) S 32565 32567 28769 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997054731 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32567/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301654 s]
/proc/loadavg: 2.11 2.05 2.01 4/72 32567
/proc/meminfo: memFree=1675600/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=13600 CPUtime=0.03
/proc/32567/stat : 32567 (sugar) S 32565 32567 28769 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997054731 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32567/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701684 s]
/proc/loadavg: 2.11 2.05 2.01 4/72 32567
/proc/meminfo: memFree=1675600/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=13600 CPUtime=0.03
/proc/32567/stat : 32567 (sugar) S 32565 32567 28769 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997054731 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32567/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50176 s]
/proc/loadavg: 2.11 2.05 2.01 3/83 32579
/proc/meminfo: memFree=1643832/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=13600 CPUtime=0.03
/proc/32567/stat : 32567 (sugar) S 32565 32567 28769 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997054731 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32567/statm: 3400 796 370 3 0 500 0
[pid=32570] ppid=32567 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32567 32567 28769 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997054737 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 233 193 169 0 50 0
[pid=32571] ppid=32570 vsize=864616 CPUtime=1.38
/proc/32571/stat : 32571 (java) S 32570 32567 28769 0 -1 0 12904 0 1 0 130 8 0 0 18 0 9 0 1997054737 885366784 12157 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32571/statm: 216154 12157 2529 9 0 210736 0
[pid=32571/tid=32572] ppid=32570 vsize=864616 CPUtime=0.95
/proc/32571/task/32572/stat : 32572 (java) R 32570 32567 28769 0 -1 64 6495 0 1 0 90 5 0 0 25 0 9 0 1997054738 885366784 12157 996147200 134512640 134550740 4294956000 18446744073709551615 4126692503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32571/tid=32573] ppid=32570 vsize=864616 CPUtime=0.29
/proc/32571/task/32573/stat : 32573 (java) S 32570 32567 28769 0 -1 64 5214 0 0 0 27 2 0 0 16 0 9 0 1997054743 885366784 12157 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32571/tid=32574] ppid=32570 vsize=864616 CPUtime=0
/proc/32571/task/32574/stat : 32574 (java) S 32570 32567 28769 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1997054744 885366784 12157 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32571/tid=32575] ppid=32570 vsize=864616 CPUtime=0
/proc/32571/task/32575/stat : 32575 (java) S 32570 32567 28769 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1997054744 885366784 12157 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32571/tid=32576] ppid=32570 vsize=864616 CPUtime=0
/proc/32571/task/32576/stat : 32576 (java) S 32570 32567 28769 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997054746 885366784 12157 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32571/tid=32577] ppid=32570 vsize=864616 CPUtime=0.12
/proc/32571/task/32577/stat : 32577 (java) S 32570 32567 28769 0 -1 64 495 0 0 0 12 0 0 0 16 0 9 0 1997054746 885366784 12157 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32571/tid=32578] ppid=32570 vsize=864616 CPUtime=0
/proc/32571/task/32578/stat : 32578 (java) S 32570 32567 28769 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997054746 885366784 12157 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32571/tid=32579] ppid=32570 vsize=864616 CPUtime=0
/proc/32571/task/32579/stat : 32579 (java) S 32570 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997054746 885366784 12157 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883572

[startup+3.1029 s]
/proc/loadavg: 2.11 2.05 2.01 4/83 32589
/proc/meminfo: memFree=1664376/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=13600 CPUtime=1.78
/proc/32567/stat : 32567 (sugar) S 32565 32567 28769 0 -1 4194304 973 14157 0 1 3 0 165 10 15 0 1 0 1997054731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32567/statm: 3400 797 370 3 0 500 0
[pid=32580] ppid=32567 vsize=5356 CPUtime=0
/proc/32580/stat : 32580 (sh) S 32567 32567 28769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997054921 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32580/statm: 1339 233 193 169 0 50 0
[pid=32581] ppid=32580 vsize=864088 CPUtime=1.18
/proc/32581/stat : 32581 (java) S 32580 32567 28769 0 -1 0 9891 0 1 0 113 5 0 0 18 0 9 0 1997054921 884826112 8650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32581/statm: 216022 8650 2532 9 0 210604 0
[pid=32581/tid=32582] ppid=32580 vsize=864088 CPUtime=0.72
/proc/32581/task/32582/stat : 32582 (java) R 32580 32567 28769 0 -1 64 2593 0 1 0 71 1 0 0 23 0 9 0 1997054922 884826112 8650 996147200 134512640 134550740 4294955952 18446744073709551615 4126470875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32583] ppid=32580 vsize=864088 CPUtime=0.38
/proc/32581/task/32583/stat : 32583 (java) S 32580 32567 28769 0 -1 64 6276 0 0 0 36 2 0 0 16 0 9 0 1997054923 884826112 8650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32584] ppid=32580 vsize=864088 CPUtime=0
/proc/32581/task/32584/stat : 32584 (java) S 32580 32567 28769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997054923 884826112 8650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32585] ppid=32580 vsize=864088 CPUtime=0
/proc/32581/task/32585/stat : 32585 (java) S 32580 32567 28769 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997054924 884826112 8650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32586] ppid=32580 vsize=864088 CPUtime=0
/proc/32581/task/32586/stat : 32586 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997054926 884826112 8650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32587] ppid=32580 vsize=864088 CPUtime=0.05
/proc/32581/task/32587/stat : 32587 (java) S 32580 32567 28769 0 -1 64 325 0 0 0 5 0 0 0 16 0 9 0 1997054926 884826112 8650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32588] ppid=32580 vsize=864088 CPUtime=0
/proc/32581/task/32588/stat : 32588 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997054926 884826112 8650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32589] ppid=32580 vsize=864088 CPUtime=0
/proc/32581/task/32589/stat : 32589 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997054926 884826112 8650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 883044

[startup+6.3022 s]
/proc/loadavg: 2.18 2.07 2.02 4/83 32589
/proc/meminfo: memFree=1594488/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=13600 CPUtime=1.78
/proc/32567/stat : 32567 (sugar) S 32565 32567 28769 0 -1 4194304 973 14157 0 1 3 0 165 10 15 0 1 0 1997054731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32567/statm: 3400 797 370 3 0 500 0
[pid=32580] ppid=32567 vsize=5356 CPUtime=0
/proc/32580/stat : 32580 (sh) S 32567 32567 28769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997054921 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32580/statm: 1339 233 193 169 0 50 0
[pid=32581] ppid=32580 vsize=864248 CPUtime=4.34
/proc/32581/stat : 32581 (java) S 32580 32567 28769 0 -1 0 28912 0 1 0 419 15 0 0 18 0 9 0 1997054921 884989952 26986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32581/statm: 216062 26986 2542 9 0 210637 0
[pid=32581/tid=32582] ppid=32580 vsize=864248 CPUtime=2.13
/proc/32581/task/32582/stat : 32582 (java) R 32580 32567 28769 0 -1 64 3673 0 1 0 211 2 0 0 25 0 9 0 1997054922 884989952 26986 996147200 134512640 134550740 4294955952 18446744073709551615 103215090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32583] ppid=32580 vsize=864248 CPUtime=2.11
/proc/32581/task/32583/stat : 32583 (java) S 32580 32567 28769 0 -1 64 24200 0 0 0 199 12 0 0 16 0 9 0 1997054923 884989952 26986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32584] ppid=32580 vsize=864248 CPUtime=0
/proc/32581/task/32584/stat : 32584 (java) S 32580 32567 28769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997054923 884989952 26986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32585] ppid=32580 vsize=864248 CPUtime=0
/proc/32581/task/32585/stat : 32585 (java) S 32580 32567 28769 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997054924 884989952 26986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32586] ppid=32580 vsize=864248 CPUtime=0
/proc/32581/task/32586/stat : 32586 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997054926 884989952 26986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32587] ppid=32580 vsize=864248 CPUtime=0.09
/proc/32581/task/32587/stat : 32587 (java) S 32580 32567 28769 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 1997054926 884989952 26986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32588] ppid=32580 vsize=864248 CPUtime=0
/proc/32581/task/32588/stat : 32588 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997054926 884989952 26986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32589] ppid=32580 vsize=864248 CPUtime=0
/proc/32581/task/32589/stat : 32589 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997054926 884989952 26986 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 883204

[startup+12.7028 s]
/proc/loadavg: 2.24 2.08 2.02 4/83 32589
/proc/meminfo: memFree=1446904/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=13600 CPUtime=1.78
/proc/32567/stat : 32567 (sugar) S 32565 32567 28769 0 -1 4194304 973 14157 0 1 3 0 165 10 16 0 1 0 1997054731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32567/statm: 3400 797 370 3 0 500 0
[pid=32580] ppid=32567 vsize=5356 CPUtime=0
/proc/32580/stat : 32580 (sh) S 32567 32567 28769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997054921 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32580/statm: 1339 233 193 169 0 50 0
[pid=32581] ppid=32580 vsize=864248 CPUtime=10.69
/proc/32581/stat : 32581 (java) S 32580 32567 28769 0 -1 0 78739 0 1 0 1027 42 0 0 18 0 9 0 1997054921 884989952 56059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32581/statm: 216062 56059 2540 9 0 210637 0
[pid=32581/tid=32582] ppid=32580 vsize=864248 CPUtime=4.13
/proc/32581/task/32582/stat : 32582 (java) R 32580 32567 28769 0 -1 64 5709 0 1 0 409 4 0 0 25 0 9 0 1997054922 884989952 56059 996147200 134512640 134550740 4294955952 18446744073709551615 102492612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32583] ppid=32580 vsize=864248 CPUtime=6.44
/proc/32581/task/32583/stat : 32583 (java) S 32580 32567 28769 0 -1 64 71991 0 0 0 608 36 0 0 16 0 9 0 1997054923 884989952 56059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32584] ppid=32580 vsize=864248 CPUtime=0
/proc/32581/task/32584/stat : 32584 (java) S 32580 32567 28769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997054923 884989952 56059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32585] ppid=32580 vsize=864248 CPUtime=0
/proc/32581/task/32585/stat : 32585 (java) S 32580 32567 28769 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997054924 884989952 56059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32586] ppid=32580 vsize=864248 CPUtime=0
/proc/32581/task/32586/stat : 32586 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997054926 884989952 56059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32587] ppid=32580 vsize=864248 CPUtime=0.09
/proc/32581/task/32587/stat : 32587 (java) S 32580 32567 28769 0 -1 64 342 0 0 0 9 0 0 0 16 0 9 0 1997054926 884989952 56059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32588] ppid=32580 vsize=864248 CPUtime=0
/proc/32581/task/32588/stat : 32588 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997054926 884989952 56059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32589] ppid=32580 vsize=864248 CPUtime=0
/proc/32581/task/32589/stat : 32589 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997054926 884989952 56059 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 883204

[startup+25.5019 s]
/proc/loadavg: 2.19 2.08 2.02 3/83 32589
/proc/meminfo: memFree=1286392/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=13600 CPUtime=1.78
/proc/32567/stat : 32567 (sugar) S 32565 32567 28769 0 -1 4194304 974 14157 0 1 3 0 165 10 16 0 1 0 1997054731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32567/statm: 3400 797 370 3 0 500 0
[pid=32580] ppid=32567 vsize=5356 CPUtime=0
/proc/32580/stat : 32580 (sh) S 32567 32567 28769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997054921 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32580/statm: 1339 233 193 169 0 50 0
[pid=32581] ppid=32580 vsize=868532 CPUtime=23.36
/proc/32581/stat : 32581 (java) S 32580 32567 28769 0 -1 0 132493 0 1 0 2264 72 0 0 18 0 9 0 1997054921 889376768 97195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32581/statm: 217133 97195 2565 9 0 211680 0
[pid=32581/tid=32582] ppid=32580 vsize=868532 CPUtime=10.22
/proc/32581/task/32582/stat : 32582 (java) R 32580 32567 28769 0 -1 64 7970 0 1 0 1014 8 0 0 25 0 9 0 1997054922 889376768 97195 996147200 134512640 134550740 4294955952 18446744073709551615 4126959364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32583] ppid=32580 vsize=868532 CPUtime=12.89
/proc/32581/task/32583/stat : 32583 (java) S 32580 32567 28769 0 -1 64 122350 0 0 0 1227 62 0 0 16 0 9 0 1997054923 889376768 97195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32584] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32584/stat : 32584 (java) S 32580 32567 28769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997054923 889376768 97195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32585] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32585/stat : 32585 (java) S 32580 32567 28769 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997054924 889376768 97195 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=32581/tid=32589] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32589/stat : 32589 (java) R 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997054926 889376768 134798 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.16
Current children cumulated vsize (KiB) 887488

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 32725
/proc/meminfo: memFree=378656/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=13600 CPUtime=1.78
/proc/32567/stat : 32567 (sugar) S 32565 32567 28769 0 -1 4194304 974 14157 0 1 3 0 165 10 16 0 1 0 1997054731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32567/statm: 3400 797 370 3 0 500 0
[pid=32580] ppid=32567 vsize=5356 CPUtime=0
/proc/32580/stat : 32580 (sh) S 32567 32567 28769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997054921 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32580/statm: 1339 233 193 169 0 50 0
[pid=32581] ppid=32580 vsize=868532 CPUtime=1711.82
/proc/32581/stat : 32581 (java) S 32580 32567 28769 0 -1 0 170960 0 1 0 171010 172 0 0 18 0 9 0 1997054921 889376768 135368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32581/statm: 217133 135368 2565 9 0 211680 0
[pid=32581/tid=32582] ppid=32580 vsize=868532 CPUtime=1693.74
/proc/32581/task/32582/stat : 32582 (java) R 32580 32567 28769 0 -1 64 8265 0 1 0 169286 88 0 0 25 0 9 0 1997054922 889376768 135368 996147200 134512640 134550740 4294955952 18446744073709551615 4126959364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32583] ppid=32580 vsize=868532 CPUtime=17.8
/proc/32581/task/32583/stat : 32583 (java) S 32580 32567 28769 0 -1 64 160514 0 0 0 1699 81 0 0 16 0 9 0 1997054923 889376768 135368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32584] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32584/stat : 32584 (java) S 32580 32567 28769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997054923 889376768 135368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32585] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32585/stat : 32585 (java) S 32580 32567 28769 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997054924 889376768 135368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32586] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32586/stat : 32586 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997054926 889376768 135368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32587] ppid=32580 vsize=868532 CPUtime=0.25
/proc/32581/task/32587/stat : 32587 (java) S 32580 32567 28769 0 -1 64 1484 0 0 0 24 1 0 0 16 0 9 0 1997054926 889376768 135368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32588] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32588/stat : 32588 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997054926 889376768 135368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32589] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32589/stat : 32589 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997054926 889376768 135368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.6
Current children cumulated vsize (KiB) 887488

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 32725
/proc/meminfo: memFree=370208/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=13600 CPUtime=1.78
/proc/32567/stat : 32567 (sugar) S 32565 32567 28769 0 -1 4194304 974 14157 0 1 3 0 165 10 16 0 1 0 1997054731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32567/statm: 3400 797 370 3 0 500 0
[pid=32580] ppid=32567 vsize=5356 CPUtime=0
/proc/32580/stat : 32580 (sh) S 32567 32567 28769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997054921 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32580/statm: 1339 233 193 169 0 50 0
[pid=32581] ppid=32580 vsize=868532 CPUtime=1771.26
/proc/32581/stat : 32581 (java) S 32580 32567 28769 0 -1 0 173031 0 1 0 176953 173 0 0 18 0 9 0 1997054921 889376768 137433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32581/statm: 217133 137433 2565 9 0 211680 0
[pid=32581/tid=32582] ppid=32580 vsize=868532 CPUtime=1753.01
/proc/32581/task/32582/stat : 32582 (java) R 32580 32567 28769 0 -1 64 8271 0 1 0 175213 88 0 0 25 0 9 0 1997054922 889376768 137433 996147200 134512640 134550740 4294955952 18446744073709551615 4126956864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32583] ppid=32580 vsize=868532 CPUtime=17.97
/proc/32581/task/32583/stat : 32583 (java) S 32580 32567 28769 0 -1 64 162579 0 0 0 1715 82 0 0 16 0 9 0 1997054923 889376768 137433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32584] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32584/stat : 32584 (java) S 32580 32567 28769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997054923 889376768 137433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32585] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32585/stat : 32585 (java) S 32580 32567 28769 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997054924 889376768 137433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32586] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32586/stat : 32586 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997054926 889376768 137433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32587] ppid=32580 vsize=868532 CPUtime=0.25
/proc/32581/task/32587/stat : 32587 (java) S 32580 32567 28769 0 -1 64 1484 0 0 0 24 1 0 0 16 0 9 0 1997054926 889376768 137433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32588] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32588/stat : 32588 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997054926 889376768 137433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32589] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32589/stat : 32589 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997054926 889376768 137433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.04
Current children cumulated vsize (KiB) 887488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 32725
/proc/meminfo: memFree=357728/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=13600 CPUtime=1.78
/proc/32567/stat : 32567 (sugar) S 32565 32567 28769 0 -1 4194304 974 14157 0 1 3 0 165 10 16 0 1 0 1997054731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32567/statm: 3400 797 370 3 0 500 0
[pid=32580] ppid=32567 vsize=5356 CPUtime=0
/proc/32580/stat : 32580 (sh) S 32567 32567 28769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997054921 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32580/statm: 1339 233 193 169 0 50 0
[pid=32581] ppid=32580 vsize=868532 CPUtime=1798.29
/proc/32581/stat : 32581 (java) S 32580 32567 28769 0 -1 0 174180 0 1 0 179650 179 0 0 18 0 9 0 1997054921 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32581/statm: 217133 138570 2565 9 0 211680 0
[pid=32581/tid=32582] ppid=32580 vsize=868532 CPUtime=1779.88
/proc/32581/task/32582/stat : 32582 (java) R 32580 32567 28769 0 -1 64 8283 0 1 0 177894 94 0 0 25 0 9 0 1997054922 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4126959364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32583] ppid=32580 vsize=868532 CPUtime=18.14
/proc/32581/task/32583/stat : 32583 (java) S 32580 32567 28769 0 -1 64 163716 0 0 0 1731 83 0 0 16 0 9 0 1997054923 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32584] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32584/stat : 32584 (java) S 32580 32567 28769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997054923 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32585] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32585/stat : 32585 (java) S 32580 32567 28769 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997054924 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32586] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32586/stat : 32586 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997054926 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32587] ppid=32580 vsize=868532 CPUtime=0.25
/proc/32581/task/32587/stat : 32587 (java) S 32580 32567 28769 0 -1 64 1484 0 0 0 24 1 0 0 16 0 9 0 1997054926 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32588] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32588/stat : 32588 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997054926 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32589] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32589/stat : 32589 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997054926 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 887488

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

[startup+1809.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 32725
/proc/meminfo: memFree=357728/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=13600 CPUtime=1.78
/proc/32567/stat : 32567 (sugar) S 32565 32567 28769 0 -1 4194304 974 14157 0 1 3 0 165 10 16 0 1 0 1997054731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32567/statm: 3400 797 370 3 0 500 0
[pid=32580] ppid=32567 vsize=5356 CPUtime=0
/proc/32580/stat : 32580 (sh) S 32567 32567 28769 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997054921 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32580/statm: 1339 233 193 169 0 50 0
[pid=32581] ppid=32580 vsize=868532 CPUtime=1798.29
/proc/32581/stat : 32581 (java) S 32580 32567 28769 0 -1 0 174180 0 1 0 179650 179 0 0 18 0 9 0 1997054921 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32581/statm: 217133 138570 2565 9 0 211680 0
[pid=32581/tid=32582] ppid=32580 vsize=868532 CPUtime=1779.88
/proc/32581/task/32582/stat : 32582 (java) R 32580 32567 28769 0 -1 64 8283 0 1 0 177894 94 0 0 25 0 9 0 1997054922 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4126959364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32583] ppid=32580 vsize=868532 CPUtime=18.14
/proc/32581/task/32583/stat : 32583 (java) S 32580 32567 28769 0 -1 64 163716 0 0 0 1731 83 0 0 16 0 9 0 1997054923 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32584] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32584/stat : 32584 (java) S 32580 32567 28769 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997054923 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32585] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32585/stat : 32585 (java) S 32580 32567 28769 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997054924 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32586] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32586/stat : 32586 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997054926 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32587] ppid=32580 vsize=868532 CPUtime=0.25
/proc/32581/task/32587/stat : 32587 (java) S 32580 32567 28769 0 -1 64 1484 0 0 0 24 1 0 0 16 0 9 0 1997054926 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32588] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32588/stat : 32588 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1997054926 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32581/tid=32589] ppid=32580 vsize=868532 CPUtime=0
/proc/32581/task/32589/stat : 32589 (java) S 32580 32567 28769 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997054926 889376768 138570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 887488

# WARNING:
# current cumulated CPU time (1.8 s) is less than in the last sample (1800.07 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1798.27 s) to the 'lost time'.

[startup+1809.73 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 32725
/proc/meminfo: memFree=357728/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=0 CPUtime=1.8
/proc/32567/stat : 32567 (sugar) Z 32565 32567 28769 0 -1 4194316 1027 14435 0 1 3 1 165 11 15 0 1 0 1997054731 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 1 0 0
/proc/32567/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 0

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

[startup+1809.73 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 32725
/proc/meminfo: memFree=357728/2055920 swapFree=4180844/4192956
[pid=32567] ppid=32565 vsize=0 CPUtime=1.8
/proc/32567/stat : 32567 (sugar) Z 32565 32567 28769 0 -1 4194316 1027 14435 0 1 3 1 165 11 15 0 1 0 1997054731 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 1 0 0
/proc/32567/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 0

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1798.27
#  lost CPU user time (s): 1796.5
#  lost CPU system time (s): 1.77

Real time (s): 1809.73
CPU time (s): 1800.09
CPU user time (s): 1798.2
CPU system time (s): 1.89198
CPU usage (%): 99.4674
Max. virtual memory (cumulated for all children) (KiB): 908868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.69674
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15462
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= 1023
involuntary context switches= 833

runsolver used 2.21266 second user time and 6.06908 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-04 16:13:27
IDJOB=1075374
IDBENCH=56504
IDSOLVER=346
FILE ID=node25/1075374-1215180807
PBS_JOBID= 7881450
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bc53d36da8b35d0beaaafb88ccc5dbed
RANDOM SEED=1819047284

node25.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1676080 kB
Buffers:         33008 kB
Cached:         121344 kB
SwapCached:       6196 kB
Active:         274816 kB
Inactive:        51388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676080 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            4836 kB
Writeback:           0 kB
Mapped:         179388 kB
Slab:            38584 kB
Committed_AS:  3720076 kB
PageTables:       2252 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= 66548 MiB
End job on node25 at 2008-07-04 16:43:39