Trace number 2077714

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.05 1830.15

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-15-02.xml
MD5SUM8660d807b54cabaedc95a56678840d7e
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 benchmark4.73728
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints944
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension80
Number of constraints which are defined in intension864
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.08	c 0	BEGIN Sun Jul 12 04:26:31 2009
0.03/0.08	c 0	PID 12713
0.03/0.08	c 0	HOST node69.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2077714-1247365591.xml TO HOME/temp.csp
0.03/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077714-1247365591.xml' 'HOME/temp.csp'
0.06/0.72	c 1	1 domains, 191 variables, 8 predicates, 7 relations, 944 constraints
0.06/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	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.65/0.90	c 1	Parsing HOME/temp.csp
0.99/1.23	c 1	parsed 1151 expressions
0.99/1.24	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.24	c 1	Converting to clausal form CSP
0.99/1.27	c 1	converted 116 (10%) expressions
1.18/1.45	c 2	converted 231 (20%) expressions
2.02/2.35	c 2	converted 346 (30%) expressions
2.64/3.09	c 3	converted 461 (40%) expressions
2.68/3.14	c 3	converted 576 (50%) expressions
2.68/3.15	c 3	converted 691 (60%) expressions
2.68/3.19	c 3	converted 806 (70%) expressions
2.76/3.21	c 3	converted 921 (80%) expressions
2.76/3.22	c 3	converted 1036 (90%) expressions
3.00/3.55	c 4	converted 1151 (100%) expressions
3.00/3.55	c 4	CSP : 191 integers, 0 booleans, 944 clauses, largest domain size 26
3.00/3.55	c 4	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.00/3.55	c 4	Propagation in CSP
3.00/3.56	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.00/3.56	c 4	CSP : 191 integers, 0 booleans, 944 clauses, largest domain size 26
3.00/3.56	c 4	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.00/3.56	c 4	Simplifing CSP by introducing new Boolean variables
3.09/3.62	c 4	CSP : 191 integers, 6920 booleans, 7864 clauses, largest domain size 26
3.09/3.62	c 4	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.38/3.95	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.45/4.00	c 4	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
3.45/4.04	c 4	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
3.45/4.05	c 4	58 (30%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
3.45/4.05	c 4	77 (40%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
3.45/4.05	c 4	96 (50%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
3.45/4.05	c 4	115 (60%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
3.45/4.06	c 4	134 (70%) CSP integer variables are encoded (3216 clauses, 39745 bytes)
3.45/4.06	c 4	153 (80%) CSP integer variables are encoded (3672 clauses, 45673 bytes)
3.45/4.06	c 4	172 (90%) CSP integer variables are encoded (4128 clauses, 51601 bytes)
3.45/4.06	c 4	191 (100%) CSP integer variables are encoded (4584 clauses, 57529 bytes)
28.99/36.47	c 37	787 (10%) CSP clauses are encoded (467335 clauses, 18307739 bytes)
59.34/73.54	c 74	1573 (20%) CSP clauses are encoded (679377 clauses, 28891052 bytes)
59.34/73.59	c 74	2360 (30%) CSP clauses are encoded (697639 clauses, 29215606 bytes)
59.43/73.65	c 74	3146 (40%) CSP clauses are encoded (715900 clauses, 29546048 bytes)
59.43/73.68	c 74	3932 (50%) CSP clauses are encoded (734136 clauses, 29881478 bytes)
59.52/73.73	c 74	4719 (60%) CSP clauses are encoded (752423 clauses, 30223232 bytes)
59.52/73.77	c 74	5505 (70%) CSP clauses are encoded (770684 clauses, 30564503 bytes)
59.61/73.80	c 74	6292 (80%) CSP clauses are encoded (788946 clauses, 30913050 bytes)
59.61/73.85	c 74	7078 (90%) CSP clauses are encoded (807457 clauses, 31264294 bytes)
117.63/142.11	c 142	7864 (100%) CSP clauses are encoded (1081298 clauses, 50283379 bytes)
117.63/142.11	c 142	7864 CSP clauses encoded
117.63/142.11	c 142	Writing map file : HOME/temp.map
117.63/142.12	c 142	Heap : 72 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
117.63/142.12	c 142	SAT : 11695 SAT variables, 1081298 SAT clauses, 50283379 bytes
117.63/142.12	c 142	Heap : 72 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
117.63/142.15	c 142	SOLVING HOME/temp.cnf
117.63/142.15	c 142	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1830.12	c ERROR INTERRUPTED
1800.05/1830.12	s UNKNOWN
1800.05/1830.12	c 1830	CPU 117.7 (0.05 0.01 116.94 0.7)
1800.05/1830.12	c 1830	END Sun Jul 12 04:57:01 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-2077714-1247365591/watcher-2077714-1247365591 -o /tmp/evaluation-result-2077714-1247365591/solver-2077714-1247365591 -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-2077714-1247365591.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.29 2.86 2.54 6/87 12713
/proc/meminfo: memFree=1505464/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=4708 CPUtime=0
/proc/12713/stat : 12713 (sugar) R 12709 12713 19212 0 -1 4194304 56 0 0 0 0 0 0 0 21 0 1 0 23621818 4820992 41 996147200 4194304 4206940 548682068608 18446744073709551615 237945029328 0 0 4096 0 0 0 0 17 1 0 0
/proc/12713/statm: 1177 41 31 3 0 8 0

[startup+0.0489811 s]
/proc/loadavg: 3.29 2.86 2.54 6/87 12713
/proc/meminfo: memFree=1505464/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=13468 CPUtime=0.03
/proc/12713/stat : 12713 (sugar) R 12709 12713 19212 0 -1 4194304 761 0 0 0 2 1 0 0 20 0 1 0 23621818 13791232 729 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 0 0 0 0 17 0 0 0
/proc/12713/statm: 3367 729 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101983 s]
/proc/loadavg: 3.29 2.86 2.54 6/87 12713
/proc/meminfo: memFree=1505464/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=0.06
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1227 128 0 0 5 1 0 0 20 0 1 0 23621818 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12713/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301999 s]
/proc/loadavg: 3.29 2.86 2.54 6/87 12713
/proc/meminfo: memFree=1505464/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=0.06
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1227 128 0 0 5 1 0 0 20 0 1 0 23621818 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12713/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701029 s]
/proc/loadavg: 3.29 2.86 2.54 6/87 12713
/proc/meminfo: memFree=1505464/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=0.06
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1227 128 0 0 5 1 0 0 20 0 1 0 23621818 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12713/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5021 s]
/proc/loadavg: 3.29 2.86 2.54 4/98 12810
/proc/meminfo: memFree=1496160/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=0.65
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1309 7389 0 1 5 1 54 5 16 0 1 0 23621818 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12713/statm: 4217 1111 409 3 0 796 0
[pid=12776] ppid=12713 vsize=5356 CPUtime=0
/proc/12776/stat : 12776 (sh) S 12713 12713 19212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23621896 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12776/statm: 1339 233 193 169 0 50 0
[pid=12777] ppid=12776 vsize=864204 CPUtime=0.62
/proc/12777/stat : 12777 (java) S 12776 12713 19212 0 -1 0 7744 0 1 0 58 4 0 0 18 0 9 0 23621896 884944896 7006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 216051 7006 2566 9 0 210556 0
[pid=12777/tid=12780] ppid=12776 vsize=864204 CPUtime=0.37
/proc/12777/task/12780/stat : 12780 (java) R 12776 12713 19212 0 -1 64 2583 0 1 0 36 1 0 0 22 0 9 0 23621897 884944896 7006 996147200 134512640 134550932 4294955936 18446744073709551615 101450299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12784] ppid=12776 vsize=864204 CPUtime=0.18
/proc/12777/task/12784/stat : 12784 (java) S 12776 12713 19212 0 -1 64 4146 0 0 0 17 1 0 0 16 0 9 0 23621898 884944896 7006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12785] ppid=12776 vsize=864204 CPUtime=0
/proc/12777/task/12785/stat : 12785 (java) S 12776 12713 19212 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23621898 884944896 7006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12786] ppid=12776 vsize=864204 CPUtime=0
/proc/12777/task/12786/stat : 12786 (java) S 12776 12713 19212 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23621898 884944896 7006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12787] ppid=12776 vsize=864204 CPUtime=0
/proc/12777/task/12787/stat : 12787 (java) S 12776 12713 19212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23621901 884944896 7006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12788] ppid=12776 vsize=864204 CPUtime=0.04
/proc/12777/task/12788/stat : 12788 (java) S 12776 12713 19212 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23621901 884944896 7006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12794] ppid=12776 vsize=864204 CPUtime=0
/proc/12777/task/12794/stat : 12794 (java) S 12776 12713 19212 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23621902 884944896 7006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12795] ppid=12776 vsize=864204 CPUtime=0
/proc/12777/task/12795/stat : 12795 (java) S 12776 12713 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23621902 884944896 7006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 886428

[startup+3.10123 s]
/proc/loadavg: 3.29 2.86 2.54 6/98 12835
/proc/meminfo: memFree=1469344/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=0.65
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1309 7389 0 1 5 1 54 5 16 0 1 0 23621818 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12713/statm: 4217 1111 409 3 0 796 0
[pid=12776] ppid=12713 vsize=5356 CPUtime=0
/proc/12776/stat : 12776 (sh) S 12713 12713 19212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23621896 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12776/statm: 1339 233 193 169 0 50 0
[pid=12777] ppid=12776 vsize=868580 CPUtime=2.03
/proc/12777/stat : 12777 (java) S 12776 12713 19212 0 -1 0 16985 0 1 0 194 9 0 0 18 0 9 0 23621896 889425920 16176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 217145 16176 2566 9 0 211650 0
[pid=12777/tid=12780] ppid=12776 vsize=868580 CPUtime=0.9
/proc/12777/task/12780/stat : 12780 (java) R 12776 12713 19212 0 -1 64 3129 0 1 0 89 1 0 0 25 0 9 0 23621897 889425920 16176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12784] ppid=12776 vsize=868580 CPUtime=0.95
/proc/12777/task/12784/stat : 12784 (java) R 12776 12713 19212 0 -1 64 11689 0 0 0 90 5 0 0 16 0 9 0 23621898 889425920 16176 996147200 134512640 134550932 4294955936 18446744073709551615 102142128 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12785] ppid=12776 vsize=868580 CPUtime=0
/proc/12777/task/12785/stat : 12785 (java) S 12776 12713 19212 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23621898 889425920 16176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12786] ppid=12776 vsize=868580 CPUtime=0
/proc/12777/task/12786/stat : 12786 (java) S 12776 12713 19212 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23621898 889425920 16176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12787] ppid=12776 vsize=868580 CPUtime=0
/proc/12777/task/12787/stat : 12787 (java) S 12776 12713 19212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23621901 889425920 16176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12788] ppid=12776 vsize=868580 CPUtime=0.15
/proc/12777/task/12788/stat : 12788 (java) S 12776 12713 19212 0 -1 64 1464 0 0 0 14 1 0 0 16 0 9 0 23621901 889425920 16176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12794] ppid=12776 vsize=868580 CPUtime=0
/proc/12777/task/12794/stat : 12794 (java) S 12776 12713 19212 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23621902 889425920 16176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12795] ppid=12776 vsize=868580 CPUtime=0
/proc/12777/task/12795/stat : 12795 (java) S 12776 12713 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23621902 889425920 16176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 890804

[startup+6.30248 s]
/proc/loadavg: 3.35 2.88 2.54 5/98 13171
/proc/meminfo: memFree=1426400/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=0.65
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1310 7389 0 1 5 1 54 5 15 0 1 0 23621818 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12713/statm: 4217 1111 409 3 0 796 0
[pid=12776] ppid=12713 vsize=5356 CPUtime=0
/proc/12776/stat : 12776 (sh) S 12713 12713 19212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23621896 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12776/statm: 1339 233 193 169 0 50 0
[pid=12777] ppid=12776 vsize=868692 CPUtime=4.44
/proc/12777/stat : 12777 (java) S 12776 12713 19212 0 -1 0 21594 0 1 0 430 14 0 0 18 0 9 0 23621896 889540608 20648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 217173 20648 2591 9 0 211650 0
[pid=12777/tid=12780] ppid=12776 vsize=868692 CPUtime=2.67
/proc/12777/task/12780/stat : 12780 (java) R 12776 12713 19212 0 -1 64 3458 0 1 0 263 4 0 0 25 0 9 0 23621897 889540608 20648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12784] ppid=12776 vsize=868692 CPUtime=1.53
/proc/12777/task/12784/stat : 12784 (java) R 12776 12713 19212 0 -1 64 15935 0 0 0 146 7 0 0 15 0 9 0 23621898 889540608 20648 996147200 134512640 134550932 4294955936 18446744073709551615 102142134 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12785] ppid=12776 vsize=868692 CPUtime=0
/proc/12777/task/12785/stat : 12785 (java) S 12776 12713 19212 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23621898 889540608 20648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12786] ppid=12776 vsize=868692 CPUtime=0
/proc/12777/task/12786/stat : 12786 (java) S 12776 12713 19212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23621898 889540608 20648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12787] ppid=12776 vsize=868692 CPUtime=0
/proc/12777/task/12787/stat : 12787 (java) S 12776 12713 19212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23621901 889540608 20648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12788] ppid=12776 vsize=868692 CPUtime=0.21
/proc/12777/task/12788/stat : 12788 (java) S 12776 12713 19212 0 -1 64 1498 0 0 0 20 1 0 0 16 0 9 0 23621901 889540608 20648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12794] ppid=12776 vsize=868692 CPUtime=0
/proc/12777/task/12794/stat : 12794 (java) S 12776 12713 19212 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23621902 889540608 20648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12795] ppid=12776 vsize=868692 CPUtime=0
/proc/12777/task/12795/stat : 12795 (java) S 12776 12713 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23621902 889540608 20648 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 890916

[startup+12.702 s]
/proc/loadavg: 3.32 2.88 2.55 5/98 13887
/proc/meminfo: memFree=1419416/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=0.65
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1310 7389 0 1 5 1 54 5 15 0 1 0 23621818 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12713/statm: 4217 1111 409 3 0 796 0
[pid=12776] ppid=12713 vsize=5356 CPUtime=0
/proc/12776/stat : 12776 (sh) S 12713 12713 19212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23621896 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12776/statm: 1339 233 193 169 0 50 0
[pid=12777] ppid=12776 vsize=868692 CPUtime=9.51
/proc/12777/stat : 12777 (java) S 12776 12713 19212 0 -1 0 21806 0 1 0 933 18 0 0 18 0 9 0 23621896 889540608 20795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 217173 20795 2591 9 0 211650 0
[pid=12777/tid=12780] ppid=12776 vsize=868692 CPUtime=7.56
/proc/12777/task/12780/stat : 12780 (java) R 12776 12713 19212 0 -1 64 3525 0 1 0 748 8 0 0 25 0 9 0 23621897 889540608 20795 996147200 134512640 134550932 4294955936 18446744073709551615 4126913568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12784] ppid=12776 vsize=868692 CPUtime=1.7
/proc/12777/task/12784/stat : 12784 (java) S 12776 12713 19212 0 -1 64 16072 0 0 0 162 8 0 0 16 0 9 0 23621898 889540608 20795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12785] ppid=12776 vsize=868692 CPUtime=0
/proc/12777/task/12785/stat : 12785 (java) S 12776 12713 19212 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23621898 889540608 20795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12786] ppid=12776 vsize=868692 CPUtime=0
/proc/12777/task/12786/stat : 12786 (java) S 12776 12713 19212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23621898 889540608 20795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12787] ppid=12776 vsize=868692 CPUtime=0
/proc/12777/task/12787/stat : 12787 (java) S 12776 12713 19212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23621901 889540608 20795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12788] ppid=12776 vsize=868692 CPUtime=0.22
/proc/12777/task/12788/stat : 12788 (java) S 12776 12713 19212 0 -1 64 1506 0 0 0 21 1 0 0 16 0 9 0 23621901 889540608 20795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12794] ppid=12776 vsize=868692 CPUtime=0
/proc/12777/task/12794/stat : 12794 (java) S 12776 12713 19212 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23621902 889540608 20795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12795] ppid=12776 vsize=868692 CPUtime=0
/proc/12777/task/12795/stat : 12795 (java) S 12776 12713 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23621902 889540608 20795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.16
Current children cumulated vsize (KiB) 890916
heavy processes:

[startup+25.502 s]
/proc/loadavg: 3.33 2.90 2.56 4/98 14821
/proc/meminfo: memFree=1399640/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=0.65
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1310 7389 0 1 5 1 54 5 15 0 1 0 23621818 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12713/statm: 4217 1111 409 3 0 796 0
[pid=12776] ppid=12713 vsize=5356 CPUtime=0
/proc/12776/stat : 12776 (sh) S 12713 12713 19212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23621896 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12776/statm: 1339 233 193 169 0 50 0
[pid=12777] ppid=12776 vsize=868692 CPUtime=20.34
/proc/12777/stat : 12777 (java) S 12776 12713 19212 0 -1 0 25070 0 1 0 2009 25 0 0 18 0 9 0 23621896 889540608 23962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 217173 23962 2591 9 0 211650 0
[pid=12777/tid=12780] ppid=12776 vsize=868692 CPUtime=18.06
/proc/12777/task/12780/stat : 12780 (java) R 12776 12713 19212 0 -1 64 3622 0 1 0 1794 12 0 0 25 0 9 0 23621897 889540608 23962 996147200 134512640 134550932 4294955936 18446744073709551615 103564364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12784] ppid=12776 vsize=868692 CPUtime=2.03
/proc/12777/task/12784/stat : 12784 (java) S 12776 12713 19212 0 -1 64 19239 0 0 0 193 10 0 0 16 0 9 0 23621898 889540608 23962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12785] ppid=12776 vsize=868692 CPUtime=0
/proc/12777/task/12785/stat : 12785 (java) S 12776 12713 19212 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23621898 889540608 23962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12786] ppid=12776 vsize=868692 CPUtime=0
/proc/12777/task/12786/stat : 12786 (java) S 12776 12713 19212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23621898 889540608 23962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1461248/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=117.7
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1365 47390 0 2 5 1 11694 70 16 0 1 0 23621818 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12713/statm: 4217 1113 409 3 0 796 0
[pid=24710] ppid=12713 vsize=5356 CPUtime=0
/proc/24710/stat : 24710 (sh) S 12713 12713 19212 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23636034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24710/statm: 1339 232 193 169 0 50 0
[pid=24711] ppid=24710 vsize=80172 CPUtime=1214.72
/proc/24711/stat : 24711 (picosat) R 24710 12713 19212 0 -1 4194304 20298 0 0 0 120209 1263 0 0 25 0 1 0 23636034 82096128 18982 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24711/statm: 20043 18982 48 102 0 19938 0
Current children cumulated CPU time (s) 1332.42
Current children cumulated vsize (KiB) 102396

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.12 3/76 25065
/proc/meminfo: memFree=1460352/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=117.7
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1365 47390 0 2 5 1 11694 70 16 0 1 0 23621818 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12713/statm: 4217 1113 409 3 0 796 0
[pid=24710] ppid=12713 vsize=5356 CPUtime=0
/proc/24710/stat : 24710 (sh) S 12713 12713 19212 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23636034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24710/statm: 1339 232 193 169 0 50 0
[pid=24711] ppid=24710 vsize=80700 CPUtime=1274.71
/proc/24711/stat : 24711 (picosat) R 24710 12713 19212 0 -1 4194304 20624 0 0 0 126207 1264 0 0 25 0 1 0 23636034 82636800 19129 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24711/statm: 20175 19129 48 102 0 20070 0
Current children cumulated CPU time (s) 1392.41
Current children cumulated vsize (KiB) 102924

[startup+1482.3 s]
/proc/loadavg: 2.11 2.03 2.12 3/76 25067
/proc/meminfo: memFree=1460352/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=117.7
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1365 47390 0 2 5 1 11694 70 16 0 1 0 23621818 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12713/statm: 4217 1113 409 3 0 796 0
[pid=24710] ppid=12713 vsize=5356 CPUtime=0
/proc/24710/stat : 24710 (sh) S 12713 12713 19212 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23636034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24710/statm: 1339 232 193 169 0 50 0
[pid=24711] ppid=24710 vsize=80700 CPUtime=1334.68
/proc/24711/stat : 24711 (picosat) R 24710 12713 19212 0 -1 4194304 20624 0 0 0 132204 1264 0 0 25 0 1 0 23636034 82636800 19129 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24711/statm: 20175 19129 48 102 0 20070 0
Current children cumulated CPU time (s) 1452.38
Current children cumulated vsize (KiB) 102924

[startup+1542.3 s]
/proc/loadavg: 2.11 2.04 2.12 3/76 25067
/proc/meminfo: memFree=1459520/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=117.7
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1365 47390 0 2 5 1 11694 70 16 0 1 0 23621818 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12713/statm: 4217 1113 409 3 0 796 0
[pid=24710] ppid=12713 vsize=5356 CPUtime=0
/proc/24710/stat : 24710 (sh) S 12713 12713 19212 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23636034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24710/statm: 1339 232 193 169 0 50 0
[pid=24711] ppid=24710 vsize=81492 CPUtime=1394.65
/proc/24711/stat : 24711 (picosat) R 24710 12713 19212 0 -1 4194304 21027 0 0 0 138201 1264 0 0 25 0 1 0 23636034 83447808 19345 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24711/statm: 20373 19345 48 102 0 20268 0
Current children cumulated CPU time (s) 1512.35
Current children cumulated vsize (KiB) 103716

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.10 3/76 25067
/proc/meminfo: memFree=1459520/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=117.7
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1365 47390 0 2 5 1 11694 70 16 0 1 0 23621818 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12713/statm: 4217 1113 409 3 0 796 0
[pid=24710] ppid=12713 vsize=5356 CPUtime=0
/proc/24710/stat : 24710 (sh) S 12713 12713 19212 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23636034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24710/statm: 1339 232 193 169 0 50 0
[pid=24711] ppid=24710 vsize=81492 CPUtime=1454.63
/proc/24711/stat : 24711 (picosat) R 24710 12713 19212 0 -1 4194304 21027 0 0 0 144199 1264 0 0 25 0 1 0 23636034 83447808 19345 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24711/statm: 20373 19345 48 102 0 20268 0
Current children cumulated CPU time (s) 1572.33
Current children cumulated vsize (KiB) 103716

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.09 3/76 25067
/proc/meminfo: memFree=1459520/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=117.7
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1365 47390 0 2 5 1 11694 70 16 0 1 0 23621818 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12713/statm: 4217 1113 409 3 0 796 0
[pid=24710] ppid=12713 vsize=5356 CPUtime=0
/proc/24710/stat : 24710 (sh) S 12713 12713 19212 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23636034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24710/statm: 1339 232 193 169 0 50 0
[pid=24711] ppid=24710 vsize=81492 CPUtime=1514.61
/proc/24711/stat : 24711 (picosat) R 24710 12713 19212 0 -1 4194304 21027 0 0 0 150197 1264 0 0 25 0 1 0 23636034 83447808 19345 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/24711/statm: 20373 19345 48 102 0 20268 0
Current children cumulated CPU time (s) 1632.31
Current children cumulated vsize (KiB) 103716

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/76 25067
/proc/meminfo: memFree=1459008/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=117.7
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1365 47390 0 2 5 1 11694 70 16 0 1 0 23621818 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12713/statm: 4217 1113 409 3 0 796 0
[pid=24710] ppid=12713 vsize=5356 CPUtime=0
/proc/24710/stat : 24710 (sh) S 12713 12713 19212 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23636034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24710/statm: 1339 232 193 169 0 50 0
[pid=24711] ppid=24710 vsize=82020 CPUtime=1574.58
/proc/24711/stat : 24711 (picosat) R 24710 12713 19212 0 -1 4194304 21340 0 0 0 156194 1264 0 0 25 0 1 0 23636034 83988480 19465 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24711/statm: 20505 19465 48 102 0 20400 0
Current children cumulated CPU time (s) 1692.28
Current children cumulated vsize (KiB) 104244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.08 3/76 25067
/proc/meminfo: memFree=1459008/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=117.7
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1365 47390 0 2 5 1 11694 70 16 0 1 0 23621818 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12713/statm: 4217 1113 409 3 0 796 0
[pid=24710] ppid=12713 vsize=5356 CPUtime=0
/proc/24710/stat : 24710 (sh) S 12713 12713 19212 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23636034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24710/statm: 1339 232 193 169 0 50 0
[pid=24711] ppid=24710 vsize=82020 CPUtime=1634.57
/proc/24711/stat : 24711 (picosat) R 24710 12713 19212 0 -1 4194304 21340 0 0 0 162192 1265 0 0 25 0 1 0 23636034 83988480 19465 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24711/statm: 20505 19465 48 102 0 20400 0
Current children cumulated CPU time (s) 1752.27
Current children cumulated vsize (KiB) 104244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1830.1 s]
/proc/loadavg: 2.00 2.01 2.08 3/76 25067
/proc/meminfo: memFree=1459008/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=117.7
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1365 47390 0 2 5 1 11694 70 16 0 1 0 23621818 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12713/statm: 4217 1113 409 3 0 796 0
[pid=24710] ppid=12713 vsize=5356 CPUtime=0
/proc/24710/stat : 24710 (sh) S 12713 12713 19212 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23636034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24710/statm: 1339 232 193 169 0 50 0
[pid=24711] ppid=24710 vsize=82020 CPUtime=1682.35
/proc/24711/stat : 24711 (picosat) R 24710 12713 19212 0 -1 4194304 21340 0 0 0 166970 1265 0 0 25 0 1 0 23636034 83988480 19465 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24711/statm: 20505 19465 48 102 0 20400 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 104244

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

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

[startup+1830.1 s]
/proc/loadavg: 2.00 2.01 2.08 3/76 25067
/proc/meminfo: memFree=1459008/2055920 swapFree=4192812/4192956
[pid=12713] ppid=12709 vsize=16868 CPUtime=117.7
/proc/12713/stat : 12713 (sugar) S 12709 12713 19212 0 -1 4194304 1365 47390 0 2 5 1 11694 70 16 0 1 0 23621818 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12713/statm: 4217 1113 409 3 0 796 0
[pid=24710] ppid=12713 vsize=5356 CPUtime=0
/proc/24710/stat : 24710 (sh) S 12713 12713 19212 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23636034 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24710/statm: 1339 232 193 169 0 50 0
[pid=24711] ppid=24710 vsize=82020 CPUtime=1682.35
/proc/24711/stat : 24711 (picosat) R 24710 12713 19212 0 -1 4194304 21340 0 0 0 166970 1265 0 0 25 0 1 0 23636034 83988480 19465 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24711/statm: 20505 19465 48 102 0 20400 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 104244

Child status: 0

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

Real time (s): 1830.15
CPU time (s): 1800.05
CPU user time (s): 1786.69
CPU system time (s): 13.36
CPU usage (%): 98.3554
Max. virtual memory (cumulated for all children) (KiB): 901164

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

runsolver used 1.89971 second user time and 4.96924 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 04:26:31
IDJOB=2077714
IDBENCH=56652
IDSOLVER=738
FILE ID=node69/2077714-1247365591
PBS_JOBID= 9507013
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-15-02.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-2077714-1247365591/watcher-2077714-1247365591 -o /tmp/evaluation-result-2077714-1247365591/solver-2077714-1247365591 -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-2077714-1247365591.xml

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

MD5SUM BENCH= 8660d807b54cabaedc95a56678840d7e
RANDOM SEED=1481861645

node69.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.211
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.211
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:       1506080 kB
Buffers:         65980 kB
Cached:         289720 kB
SwapCached:        144 kB
Active:         252296 kB
Inactive:       218244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1506080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2592 kB
Writeback:           0 kB
Mapped:         132824 kB
Slab:            63988 kB
Committed_AS:   920980 kB
PageTables:       2360 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= 66504 MiB
End job on node69 at 2009-07-12 04:57:03