Trace number 2077747

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.04 1810.46

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-23-06.xml
MD5SUM98d0cbf3521485b8703e3d3c565d81b9
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 variables460
Number of constraints2182
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension156
Number of constraints which are defined in intension2026
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 04:28:43 2009
0.00/0.07	c 0	PID 21852
0.00/0.07	c 0	HOST node63.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2077747-1247365723.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077747-1247365723.xml' 'HOME/temp.csp'
0.06/0.95	c 1	1 domains, 460 variables, 7 predicates, 7 relations, 2182 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.93/1.06	c 1	Parsing HOME/temp.csp
1.41/1.53	c 1	parsed 2657 expressions
1.41/1.54	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.54	c 1	Converting to clausal form CSP
1.41/1.56	c 1	converted 266 (10%) expressions
2.21/2.36	c 2	converted 532 (20%) expressions
7.36/7.58	c 7	converted 798 (30%) expressions
10.32/10.59	c 10	converted 1063 (40%) expressions
10.53/10.79	c 11	converted 1329 (50%) expressions
10.63/10.81	c 11	converted 1595 (60%) expressions
10.63/10.85	c 11	converted 1860 (70%) expressions
10.63/10.88	c 11	converted 2126 (80%) expressions
10.73/10.99	c 11	converted 2392 (90%) expressions
10.82/11.03	c 11	converted 2657 (100%) expressions
10.82/11.03	c 11	CSP : 460 integers, 0 booleans, 2182 clauses, largest domain size 26
10.82/11.03	c 11	Heap : 248 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.82/11.03	c 11	Propagation in CSP
10.82/11.05	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.82/11.05	c 11	CSP : 460 integers, 0 booleans, 2182 clauses, largest domain size 26
10.82/11.05	c 11	Heap : 248 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.82/11.05	c 11	Simplifing CSP by introducing new Boolean variables
10.92/11.11	c 11	CSP : 460 integers, 24312 booleans, 26494 clauses, largest domain size 26
10.92/11.11	c 11	Heap : 257 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.21/12.43	c 12	Encoding CSP to SAT : HOME/temp.cnf
12.21/12.46	c 12	46 (10%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
12.21/12.46	c 12	92 (20%) CSP integer variables are encoded (2208 clauses, 26641 bytes)
12.21/12.47	c 12	138 (30%) CSP integer variables are encoded (3312 clauses, 40993 bytes)
12.21/12.47	c 12	184 (40%) CSP integer variables are encoded (4416 clauses, 55345 bytes)
12.21/12.47	c 12	230 (50%) CSP integer variables are encoded (5520 clauses, 69697 bytes)
12.21/12.47	c 12	276 (60%) CSP integer variables are encoded (6624 clauses, 84049 bytes)
12.21/12.47	c 12	322 (70%) CSP integer variables are encoded (7728 clauses, 98401 bytes)
12.21/12.47	c 12	368 (80%) CSP integer variables are encoded (8832 clauses, 112753 bytes)
12.21/12.47	c 12	414 (90%) CSP integer variables are encoded (9936 clauses, 127778 bytes)
12.21/12.47	c 12	460 (100%) CSP integer variables are encoded (11040 clauses, 144338 bytes)
786.51/792.76	c 793	2650 (10%) CSP clauses are encoded (3860176 clauses, 209493766 bytes)
1200.17/1208.15	c 1208	5299 (20%) CSP clauses are encoded (5105867 clauses, 290931486 bytes)
1200.27/1208.27	c 1208	7949 (30%) CSP clauses are encoded (5169192 clauses, 292181223 bytes)
1200.37/1208.38	c 1208	10598 (40%) CSP clauses are encoded (5232966 clauses, 293450724 bytes)
1200.47/1208.50	c 1208	13247 (50%) CSP clauses are encoded (5297440 clauses, 294684950 bytes)
1200.67/1208.61	c 1208	15897 (60%) CSP clauses are encoded (5361915 clauses, 295941498 bytes)
1200.76/1208.73	c 1209	18546 (70%) CSP clauses are encoded (5426389 clauses, 297213031 bytes)
1200.87/1208.85	c 1209	21196 (80%) CSP clauses are encoded (5490864 clauses, 298513740 bytes)
1200.97/1208.97	c 1209	23845 (90%) CSP clauses are encoded (5555313 clauses, 299837828 bytes)
1201.07/1209.09	c 1209	26494 (100%) CSP clauses are encoded (5620362 clauses, 301145738 bytes)
1201.07/1209.09	c 1209	26494 CSP clauses encoded
1201.07/1209.09	c 1209	Writing map file : HOME/temp.map
1201.16/1209.11	c 1209	Heap : 329 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1201.16/1209.11	c 1209	SAT : 35812 SAT variables, 5620362 SAT clauses, 301145738 bytes
1201.16/1209.11	c 1209	Heap : 329 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1201.16/1209.19	c 1209	SOLVING HOME/temp.cnf
1201.16/1209.19	c 1209	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1810.41	c ERROR INTERRUPTED
1800.04/1810.46	s UNKNOWN
1800.04/1810.46	c 1810	CPU 1201.27 (0.05 0.01 1198.44 2.77)
1800.04/1810.46	c 1810	END Sun Jul 12 04:58:53 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077747-1247365723/watcher-2077747-1247365723 -o /tmp/evaluation-result-2077747-1247365723/solver-2077747-1247365723 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2077747-1247365723.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.25 3.06 2.49 4/72 21852
/proc/meminfo: memFree=1764104/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=12268 CPUtime=0
/proc/21852/stat : 21852 (sugar) R 21850 21852 3066 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 23634842 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244277017189 0 0 4224 0 0 0 0 17 0 0 0
/proc/21852/statm: 3067 316 241 3 0 167 0

[startup+0.0916101 s]
/proc/loadavg: 3.25 3.06 2.49 4/72 21852
/proc/meminfo: memFree=1764104/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=0.06
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23634842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21852/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102611 s]
/proc/loadavg: 3.25 3.06 2.49 4/72 21852
/proc/meminfo: memFree=1764104/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=0.06
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23634842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21852/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302634 s]
/proc/loadavg: 3.25 3.06 2.49 4/72 21852
/proc/meminfo: memFree=1764104/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=0.06
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23634842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21852/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702681 s]
/proc/loadavg: 3.25 3.06 2.49 4/72 21852
/proc/meminfo: memFree=1764104/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=0.06
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23634842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21852/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50178 s]
/proc/loadavg: 3.15 3.04 2.49 2/76 21867
/proc/meminfo: memFree=1758760/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=0.92
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1309 8505 0 1 5 1 81 5 16 0 1 0 23634842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21852/statm: 4217 1111 409 3 0 796 0
[pid=21865] ppid=21852 vsize=5356 CPUtime=0
/proc/21865/stat : 21865 (sh) S 21852 21852 3066 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23634941 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21865/statm: 1339 233 193 169 0 50 0
[pid=21866] ppid=21865 vsize=862288 CPUtime=0.49
/proc/21866/stat : 21866 (java) S 21865 21852 3066 0 -1 0 6272 0 1 0 46 3 0 0 20 0 9 0 23634941 882982912 5561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21866/statm: 215572 5561 2158 9 0 210485 0
[pid=21866/tid=21867] ppid=21865 vsize=862288 CPUtime=0.32
/proc/21866/task/21867/stat : 21867 (java) R 21865 21852 3066 0 -1 64 2018 0 1 0 31 1 0 0 25 0 9 0 23634942 882982912 5561 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 884512

[startup+3.10195 s]
/proc/loadavg: 3.15 3.04 2.49 4/83 21874
/proc/meminfo: memFree=1729392/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=0.92
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1309 8505 0 1 5 1 81 5 16 0 1 0 23634842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21852/statm: 4217 1111 409 3 0 796 0
[pid=21865] ppid=21852 vsize=5356 CPUtime=0
/proc/21865/stat : 21865 (sh) S 21852 21852 3066 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23634941 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21865/statm: 1339 233 193 169 0 50 0
[pid=21866] ppid=21865 vsize=864260 CPUtime=2.09
/proc/21866/stat : 21866 (java) S 21865 21852 3066 0 -1 0 17812 0 1 0 198 11 0 0 20 0 9 0 23634941 885002240 17019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21866/statm: 216065 17019 2566 9 0 210570 0
[pid=21866/tid=21867] ppid=21865 vsize=864260 CPUtime=0.93
/proc/21866/task/21867/stat : 21867 (java) R 21865 21852 3066 0 -1 64 3185 0 1 0 92 1 0 0 25 0 9 0 23634942 885002240 17019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21868] ppid=21865 vsize=864260 CPUtime=1.05
/proc/21866/task/21868/stat : 21868 (java) R 21865 21852 3066 0 -1 64 13599 0 0 0 98 7 0 0 16 0 9 0 23634943 885002240 17019 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21869] ppid=21865 vsize=864260 CPUtime=0
/proc/21866/task/21869/stat : 21869 (java) S 21865 21852 3066 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23634943 885002240 17019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21870] ppid=21865 vsize=864260 CPUtime=0
/proc/21866/task/21870/stat : 21870 (java) S 21865 21852 3066 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23634943 885002240 17019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21871] ppid=21865 vsize=864260 CPUtime=0
/proc/21866/task/21871/stat : 21871 (java) S 21865 21852 3066 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23634946 885002240 17019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21872] ppid=21865 vsize=864260 CPUtime=0.07
/proc/21866/task/21872/stat : 21872 (java) S 21865 21852 3066 0 -1 64 325 0 0 0 7 0 0 0 16 0 9 0 23634946 885002240 17019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21873] ppid=21865 vsize=864260 CPUtime=0
/proc/21866/task/21873/stat : 21873 (java) S 21865 21852 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23634946 885002240 17019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21874] ppid=21865 vsize=864260 CPUtime=0
/proc/21866/task/21874/stat : 21874 (java) S 21865 21852 3066 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23634946 885002240 17019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886484

[startup+6.30233 s]
/proc/loadavg: 3.14 3.04 2.49 4/83 21874
/proc/meminfo: memFree=1627760/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=0.92
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1309 8505 0 1 5 1 81 5 16 0 1 0 23634842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21852/statm: 4217 1111 409 3 0 796 0
[pid=21865] ppid=21852 vsize=5356 CPUtime=0
/proc/21865/stat : 21865 (sh) S 21852 21852 3066 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23634941 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21865/statm: 1339 233 193 169 0 50 0
[pid=21866] ppid=21865 vsize=868592 CPUtime=5.25
/proc/21866/stat : 21866 (java) S 21865 21852 3066 0 -1 0 41099 0 1 0 504 21 0 0 20 0 9 0 23634941 889438208 40228 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21866/statm: 217148 40228 2566 9 0 211653 0
[pid=21866/tid=21867] ppid=21865 vsize=868592 CPUtime=2
/proc/21866/task/21867/stat : 21867 (java) R 21865 21852 3066 0 -1 64 4536 0 1 0 198 2 0 0 25 0 9 0 23634942 889438208 40228 996147200 134512640 134550932 4294955936 18446744073709551615 4126513048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21868] ppid=21865 vsize=868592 CPUtime=3.08
/proc/21866/task/21868/stat : 21868 (java) S 21865 21852 3066 0 -1 64 34404 0 0 0 291 17 0 0 16 0 9 0 23634943 889438208 40228 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21869] ppid=21865 vsize=868592 CPUtime=0
/proc/21866/task/21869/stat : 21869 (java) S 21865 21852 3066 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23634943 889438208 40228 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21870] ppid=21865 vsize=868592 CPUtime=0
/proc/21866/task/21870/stat : 21870 (java) S 21865 21852 3066 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23634943 889438208 40228 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21871] ppid=21865 vsize=868592 CPUtime=0
/proc/21866/task/21871/stat : 21871 (java) S 21865 21852 3066 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23634946 889438208 40228 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21872] ppid=21865 vsize=868592 CPUtime=0.13
/proc/21866/task/21872/stat : 21872 (java) S 21865 21852 3066 0 -1 64 1456 0 0 0 13 0 0 0 17 0 9 0 23634946 889438208 40228 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21873] ppid=21865 vsize=868592 CPUtime=0
/proc/21866/task/21873/stat : 21873 (java) S 21865 21852 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23634946 889438208 40228 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21874] ppid=21865 vsize=868592 CPUtime=0
/proc/21866/task/21874/stat : 21874 (java) S 21865 21852 3066 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23634946 889438208 40228 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890816

[startup+12.702 s]
/proc/loadavg: 3.04 3.03 2.49 3/83 21874
/proc/meminfo: memFree=1460008/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=0.92
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1310 8505 0 1 5 1 81 5 16 0 1 0 23634842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21852/statm: 4217 1111 409 3 0 796 0
[pid=21865] ppid=21852 vsize=5356 CPUtime=0
/proc/21865/stat : 21865 (sh) S 21852 21852 3066 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23634941 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21865/statm: 1339 233 193 169 0 50 0
[pid=21866] ppid=21865 vsize=868704 CPUtime=11.59
/proc/21866/stat : 21866 (java) S 21865 21852 3066 0 -1 0 93257 0 2 0 1111 48 0 0 20 0 9 0 23634941 889552896 75058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21866/statm: 217176 75058 2593 9 0 211653 0
[pid=21866/tid=21867] ppid=21865 vsize=868704 CPUtime=3.91
/proc/21866/task/21867/stat : 21867 (java) R 21865 21852 3066 0 -1 64 6361 0 2 0 387 4 0 0 18 0 9 0 23634942 889552896 75058 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21868] ppid=21865 vsize=868704 CPUtime=7.43
/proc/21866/task/21868/stat : 21868 (java) R 21865 21852 3066 0 -1 64 84678 0 0 0 701 42 0 0 20 0 9 0 23634943 889552896 75058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21869] ppid=21865 vsize=868704 CPUtime=0
/proc/21866/task/21869/stat : 21869 (java) S 21865 21852 3066 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23634943 889552896 75058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21870] ppid=21865 vsize=868704 CPUtime=0
/proc/21866/task/21870/stat : 21870 (java) S 21865 21852 3066 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23634943 889552896 75058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21871] ppid=21865 vsize=868704 CPUtime=0
/proc/21866/task/21871/stat : 21871 (java) S 21865 21852 3066 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23634946 889552896 75058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21872] ppid=21865 vsize=868704 CPUtime=0.21
/proc/21866/task/21872/stat : 21872 (java) S 21865 21852 3066 0 -1 64 1515 0 0 0 21 0 0 0 16 0 9 0 23634946 889552896 75058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21873] ppid=21865 vsize=868704 CPUtime=0
/proc/21866/task/21873/stat : 21873 (java) S 21865 21852 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23634946 889552896 75058 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21874] ppid=21865 vsize=868704 CPUtime=0
/proc/21866/task/21874/stat : 21874 (java) S 21865 21852 3066 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23634946 889552896 75058 996147200 134512640 134550932 4294955936 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) 890928

[startup+25.5025 s]
/proc/loadavg: 2.88 2.99 2.49 3/83 21874
/proc/meminfo: memFree=1454064/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=0.92
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1310 8505 0 1 5 1 81 5 16 0 1 0 23634842 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21852/statm: 4217 1111 409 3 0 796 0
[pid=21865] ppid=21852 vsize=5356 CPUtime=0
/proc/21865/stat : 21865 (sh) S 21852 21852 3066 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23634941 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21865/statm: 1339 233 193 169 0 50 0
[pid=21866] ppid=21865 vsize=868704 CPUtime=24.26
/proc/21866/stat : 21866 (java) S 21865 21852 3066 0 -1 0 93868 0 2 0 2371 55 0 0 20 0 9 0 23634941 889552896 75638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21866/statm: 217176 75638 2593 9 0 211653 0
[pid=21866/tid=21867] ppid=21865 vsize=868704 CPUtime=16.38
/proc/21866/task/21867/stat : 21867 (java) R 21865 21852 3066 0 -1 64 6393 0 2 0 1627 11 0 0 25 0 9 0 23634942 889552896 75638 996147200 134512640 134550932 4294955936 18446744073709551615 102094001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21868] ppid=21865 vsize=868704 CPUtime=7.63
/proc/21866/task/21868/stat : 21868 (java) S 21865 21852 3066 0 -1 64 85252 0 0 0 720 43 0 0 16 0 9 0 23634943 889552896 75638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21869] ppid=21865 vsize=868704 CPUtime=0
/proc/21866/task/21869/stat : 21869 (java) S 21865 21852 3066 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23634943 889552896 75638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21870] ppid=21865 vsize=868704 CPUtime=0
/proc/21866/task/21870/stat : 21870 (java) S 21865 21852 3066 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23634943 889552896 75638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21871] ppid=21865 vsize=868704 CPUtime=0
/proc/21866/task/21871/stat : 21871 (java) S 21865 21852 3066 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23634946 889552896 75638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21872] ppid=21865 vsize=868704 CPUtime=0.22
/proc/21866/task/21872/stat : 21872 (java) S 21865 21852 3066 0 -1 64 1520 0 0 0 22 0 0 0 15 0 9 0 23634946 889552896 75638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21873] ppid=21865 vsize=868704 CPUtime=0
/proc/21866/task/21873/stat : 21873 (java) S 21865 21852 3066 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23634946 889552896 75638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21866/tid=21874] ppid=21865 vsize=868704 CPUtime=0
/proc/21866/task/21874/stat : 21874 (java) S 21865 21852 3066 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23634946 889552896 75638 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 890928

[startup+51.1024 s]
/proc/loadavg: 2.53 2.90 2.47 3/83 21874
/proc/meminfo: memFree=1424944/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=0.92

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

/proc/meminfo: memFree=1218672/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=1201.27
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1365 170316 0 3 5 1 119844 277 16 0 1 0 23634842 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21852/statm: 4217 1113 409 3 0 796 0
[pid=21875] ppid=21852 vsize=5356 CPUtime=0
/proc/21875/stat : 21875 (sh) S 21852 21852 3066 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23755762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21875/statm: 1339 232 193 169 0 50 0
[pid=21876] ppid=21875 vsize=240072 CPUtime=92.71
/proc/21876/stat : 21876 (picosat) R 21875 21852 3066 0 -1 4194304 59781 0 0 0 4426 4845 0 0 25 0 1 0 23755763 245833728 59767 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/21876/statm: 60018 59767 40 102 0 59913 0
Current children cumulated CPU time (s) 1293.98
Current children cumulated vsize (KiB) 262296

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/75 21878
/proc/meminfo: memFree=1127792/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=1201.27
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1365 170316 0 3 5 1 119844 277 16 0 1 0 23634842 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21852/statm: 4217 1113 409 3 0 796 0
[pid=21875] ppid=21852 vsize=5356 CPUtime=0
/proc/21875/stat : 21875 (sh) S 21852 21852 3066 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23755762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21875/statm: 1339 232 193 169 0 50 0
[pid=21876] ppid=21875 vsize=342768 CPUtime=152.46
/proc/21876/stat : 21876 (picosat) R 21875 21852 3066 0 -1 4194304 82396 0 0 0 8651 6595 0 0 25 0 1 0 23755763 350994432 82364 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/21876/statm: 85692 82364 42 102 0 85587 0
Current children cumulated CPU time (s) 1353.73
Current children cumulated vsize (KiB) 364992

[startup+1422.31 s]
/proc/loadavg: 2.02 2.00 2.08 3/77 21929
/proc/meminfo: memFree=1150112/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=1201.27
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1365 170316 0 3 5 1 119844 277 16 0 1 0 23634842 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21852/statm: 4217 1113 409 3 0 796 0
[pid=21875] ppid=21852 vsize=5356 CPUtime=0
/proc/21875/stat : 21875 (sh) S 21852 21852 3066 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23755762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21875/statm: 1339 232 193 169 0 50 0
[pid=21876] ppid=21875 vsize=344880 CPUtime=212.16
/proc/21876/stat : 21876 (picosat) R 21875 21852 3066 0 -1 4194304 82947 0 0 0 14620 6596 0 0 25 0 1 0 23755763 353157120 82915 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21876/statm: 86220 82915 42 102 0 86115 0
Current children cumulated CPU time (s) 1413.43
Current children cumulated vsize (KiB) 367104

[startup+1482.3 s]
/proc/loadavg: 2.23 2.06 2.09 3/77 21929
/proc/meminfo: memFree=1146784/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=1201.27
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1365 170316 0 3 5 1 119844 277 16 0 1 0 23634842 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21852/statm: 4217 1113 409 3 0 796 0
[pid=21875] ppid=21852 vsize=5356 CPUtime=0
/proc/21875/stat : 21875 (sh) S 21852 21852 3066 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23755762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21875/statm: 1339 232 193 169 0 50 0
[pid=21876] ppid=21875 vsize=347388 CPUtime=271.85
/proc/21876/stat : 21876 (picosat) R 21875 21852 3066 0 -1 4194304 83610 0 0 0 20588 6597 0 0 25 0 1 0 23755763 355725312 83578 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21876/statm: 86847 83578 42 102 0 86742 0
Current children cumulated CPU time (s) 1473.12
Current children cumulated vsize (KiB) 369612

[startup+1542.3 s]
/proc/loadavg: 2.35 2.11 2.10 3/77 21929
/proc/meminfo: memFree=1144608/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=1201.27
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1365 170316 0 3 5 1 119844 277 16 0 1 0 23634842 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21852/statm: 4217 1113 409 3 0 796 0
[pid=21875] ppid=21852 vsize=5356 CPUtime=0
/proc/21875/stat : 21875 (sh) S 21852 21852 3066 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23755762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21875/statm: 1339 232 193 169 0 50 0
[pid=21876] ppid=21875 vsize=348968 CPUtime=331.55
/proc/21876/stat : 21876 (picosat) R 21875 21852 3066 0 -1 4194304 84096 0 0 0 26557 6598 0 0 25 0 1 0 23755763 357343232 83964 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21876/statm: 87242 83964 48 102 0 87137 0
Current children cumulated CPU time (s) 1532.82
Current children cumulated vsize (KiB) 371192

[startup+1602.3 s]
/proc/loadavg: 2.28 2.13 2.11 3/77 21929
/proc/meminfo: memFree=1144096/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=1201.27
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1365 170316 0 3 5 1 119844 277 16 0 1 0 23634842 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21852/statm: 4217 1113 409 3 0 796 0
[pid=21875] ppid=21852 vsize=5356 CPUtime=0
/proc/21875/stat : 21875 (sh) S 21852 21852 3066 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23755762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21875/statm: 1339 232 193 169 0 50 0
[pid=21876] ppid=21875 vsize=348968 CPUtime=391.26
/proc/21876/stat : 21876 (picosat) R 21875 21852 3066 0 -1 4194304 84096 0 0 0 32528 6598 0 0 25 0 1 0 23755763 357343232 83964 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21876/statm: 87242 83964 48 102 0 87137 0
Current children cumulated CPU time (s) 1592.53
Current children cumulated vsize (KiB) 371192

[startup+1662.3 s]
/proc/loadavg: 2.39 2.18 2.12 3/77 21929
/proc/meminfo: memFree=1142432/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=1201.27
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1365 170316 0 3 5 1 119844 277 16 0 1 0 23634842 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21852/statm: 4217 1113 409 3 0 796 0
[pid=21875] ppid=21852 vsize=5356 CPUtime=0
/proc/21875/stat : 21875 (sh) S 21852 21852 3066 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23755762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21875/statm: 1339 232 193 169 0 50 0
[pid=21876] ppid=21875 vsize=350156 CPUtime=450.96
/proc/21876/stat : 21876 (picosat) R 21875 21852 3066 0 -1 4194304 84566 0 0 0 38497 6599 0 0 25 0 1 0 23755763 358559744 84317 996147200 134512640 134931368 4294956256 18446744073709551615 134531364 0 0 4096 0 0 0 0 17 1 0 0
/proc/21876/statm: 87539 84317 48 102 0 87434 0
Current children cumulated CPU time (s) 1652.23
Current children cumulated vsize (KiB) 372380

[startup+1722.3 s]
/proc/loadavg: 2.17 2.16 2.12 3/84 22040
/proc/meminfo: memFree=1107368/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=1201.27
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1365 170316 0 3 5 1 119844 277 16 0 1 0 23634842 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21852/statm: 4217 1113 409 3 0 796 0
[pid=21875] ppid=21852 vsize=5356 CPUtime=0
/proc/21875/stat : 21875 (sh) S 21852 21852 3066 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23755762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21875/statm: 1339 232 193 169 0 50 0
[pid=21876] ppid=21875 vsize=350156 CPUtime=510.69
/proc/21876/stat : 21876 (picosat) R 21875 21852 3066 0 -1 4194304 84566 0 0 0 44468 6601 0 0 25 0 1 0 23755763 358559744 84317 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21876/statm: 87539 84317 48 102 0 87434 0
Current children cumulated CPU time (s) 1711.96
Current children cumulated vsize (KiB) 372380

[startup+1782.3 s]
/proc/loadavg: 2.06 2.13 2.11 3/84 22040
/proc/meminfo: memFree=1107368/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=1201.27
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1365 170316 0 3 5 1 119844 277 16 0 1 0 23634842 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21852/statm: 4217 1113 409 3 0 796 0
[pid=21875] ppid=21852 vsize=5356 CPUtime=0
/proc/21875/stat : 21875 (sh) S 21852 21852 3066 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23755762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21875/statm: 1339 232 193 169 0 50 0
[pid=21876] ppid=21875 vsize=350156 CPUtime=570.67
/proc/21876/stat : 21876 (picosat) R 21875 21852 3066 0 -1 4194304 84570 0 0 0 50466 6601 0 0 25 0 1 0 23755763 358559744 84321 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21876/statm: 87539 84321 48 102 0 87434 0
Current children cumulated CPU time (s) 1771.94
Current children cumulated vsize (KiB) 372380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 2.09 2.13 2.11 3/84 22040
/proc/meminfo: memFree=1107048/2055920 swapFree=4191904/4192956
[pid=21852] ppid=21850 vsize=16868 CPUtime=1201.27
/proc/21852/stat : 21852 (sugar) S 21850 21852 3066 0 -1 4194304 1365 170316 0 3 5 1 119844 277 16 0 1 0 23634842 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21852/statm: 4217 1113 409 3 0 796 0
[pid=21875] ppid=21852 vsize=5356 CPUtime=0
/proc/21875/stat : 21875 (sh) S 21852 21852 3066 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23755762 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21875/statm: 1339 232 193 169 0 50 0
[pid=21876] ppid=21875 vsize=350552 CPUtime=598.77
/proc/21876/stat : 21876 (picosat) R 21875 21852 3066 0 -1 4194304 84646 0 0 0 53276 6601 0 0 25 0 1 0 23755763 358965248 84397 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21876/statm: 87638 84397 48 102 0 87533 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 372776

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 21852 and gives
#  childrusage.ru_utime.tv_sec=1198
#  childrusage.ru_utime.tv_usec=503799
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=797574
# CPU time returned by wait4() is 1201.3
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.46
CPU time (s): 1800.04
CPU user time (s): 1731.25
CPU system time (s): 68.79
CPU usage (%): 99.4244
Max. virtual memory (cumulated for all children) (KiB): 916428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.5
system time used= 2.79757
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172075
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= 34138
involuntary context switches= 44034

runsolver used 2.24666 second user time and 5.83911 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 04:28:43
IDJOB=2077747
IDBENCH=56656
IDSOLVER=738
FILE ID=node63/2077747-1247365723
PBS_JOBID= 9507106
Free space on /tmp= 66224 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-23-06.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077747-1247365723/watcher-2077747-1247365723 -o /tmp/evaluation-result-2077747-1247365723/solver-2077747-1247365723 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2077747-1247365723.xml

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

MD5SUM BENCH= 98d0cbf3521485b8703e3d3c565d81b9
RANDOM SEED=1164800526

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1764520 kB
Buffers:         26668 kB
Cached:         157080 kB
SwapCached:        260 kB
Active:         153620 kB
Inactive:        85276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1764520 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            3332 kB
Writeback:           0 kB
Mapped:          66128 kB
Slab:            37664 kB
Committed_AS:   209732 kB
PageTables:       1884 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66216 MiB
End job on node63 at 2009-07-12 04:58:55