Trace number 2071224

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.08 1816.92

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-02.xml
MD5SUM43c0cc23a589c1ee53700cf8b2f45002
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.46632
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.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:58:06 2009
0.00/0.08	c 0	PID 19637
0.00/0.08	c 0	HOST node78.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071224-1247353085.xml TO HOME/temp.csp
0.00/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-2071224-1247353085.xml' 'HOME/temp.csp'
0.07/0.61	c 0	1 domains, 191 variables, 8 predicates, 7 relations, 944 constraints
0.07/0.67	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.67	c 0	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.59/0.75	c 0	Parsing HOME/temp.csp
0.59/0.95	c 1	parsed 1151 expressions
0.59/0.96	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.59/0.96	c 1	Converting to clausal form CSP
0.59/0.98	c 1	converted 116 (10%) expressions
1.00/1.15	c 1	converted 231 (20%) expressions
1.79/1.97	c 2	converted 346 (30%) expressions
2.09/2.24	c 2	converted 461 (40%) expressions
2.09/2.27	c 2	converted 576 (50%) expressions
2.09/2.28	c 2	converted 691 (60%) expressions
2.18/2.30	c 2	converted 806 (70%) expressions
2.18/2.32	c 2	converted 921 (80%) expressions
2.18/2.33	c 2	converted 1036 (90%) expressions
2.48/2.64	c 2	converted 1151 (100%) expressions
2.48/2.64	c 2	CSP : 191 integers, 0 booleans, 944 clauses, largest domain size 26
2.48/2.64	c 2	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.48/2.64	c 2	Propagation in CSP
2.48/2.65	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.48/2.65	c 2	CSP : 191 integers, 0 booleans, 944 clauses, largest domain size 26
2.48/2.65	c 2	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.48/2.65	c 2	Simplifing CSP by introducing new Boolean variables
2.58/2.76	c 2	CSP : 191 integers, 6920 booleans, 7864 clauses, largest domain size 26
2.58/2.76	c 2	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.88/3.01	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.88/3.02	c 3	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
2.88/3.02	c 3	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
2.88/3.03	c 3	58 (30%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
2.88/3.03	c 3	77 (40%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
2.88/3.03	c 3	96 (50%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
2.88/3.03	c 3	115 (60%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
2.88/3.03	c 3	134 (70%) CSP integer variables are encoded (3216 clauses, 39745 bytes)
2.88/3.03	c 3	153 (80%) CSP integer variables are encoded (3672 clauses, 45673 bytes)
2.88/3.03	c 3	172 (90%) CSP integer variables are encoded (4128 clauses, 51601 bytes)
2.88/3.03	c 3	191 (100%) CSP integer variables are encoded (4584 clauses, 57529 bytes)
21.09/21.45	c 21	787 (10%) CSP clauses are encoded (415311 clauses, 15816454 bytes)
35.94/36.44	c 36	1573 (20%) CSP clauses are encoded (566709 clauses, 23006121 bytes)
35.94/36.48	c 36	2360 (30%) CSP clauses are encoded (584971 clauses, 23330675 bytes)
36.04/36.52	c 36	3146 (40%) CSP clauses are encoded (603232 clauses, 23661117 bytes)
36.04/36.55	c 36	3932 (50%) CSP clauses are encoded (621468 clauses, 23996547 bytes)
36.04/36.59	c 36	4719 (60%) CSP clauses are encoded (639755 clauses, 24338301 bytes)
36.13/36.63	c 36	5505 (70%) CSP clauses are encoded (658016 clauses, 24679572 bytes)
36.13/36.66	c 36	6292 (80%) CSP clauses are encoded (676278 clauses, 25028119 bytes)
36.24/36.71	c 36	7078 (90%) CSP clauses are encoded (694789 clauses, 25379363 bytes)
52.47/53.13	c 53	7864 (100%) CSP clauses are encoded (837918 clauses, 34391664 bytes)
52.47/53.13	c 53	7864 CSP clauses encoded
52.47/53.13	c 53	Writing map file : HOME/temp.map
52.47/53.14	c 53	Heap : 69 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
52.47/53.14	c 53	SAT : 11695 SAT variables, 837918 SAT clauses, 34391664 bytes
52.47/53.14	c 53	Heap : 69 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
52.47/53.18	c 53	SOLVING HOME/temp.cnf
52.47/53.18	c 53	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1816.92	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1816.92	c 1817	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.08/1816.92	c ERROR INTERRUPTED
1800.08/1816.92	s UNKNOWN
1800.08/1816.92	c 1817	CPU 52.55 (0.05 0.02 51.97 0.51)
1800.08/1816.92	c 1817	END Sun Jul 12 01:28:23 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-2071224-1247353085/watcher-2071224-1247353085 -o /tmp/evaluation-result-2071224-1247353085/solver-2071224-1247353085 -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-2071224-1247353085.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: 2.07 2.03 2.01 4/75 19637
/proc/meminfo: memFree=1854928/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=12268 CPUtime=0
/proc/19637/stat : 19637 (sugar) R 19635 19637 18209 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 22373118 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255373048421 0 0 4224 0 0 0 0 17 1 0 0
/proc/19637/statm: 3067 316 241 3 0 167 0

[startup+0.0874659 s]
/proc/loadavg: 2.07 2.03 2.01 4/75 19637
/proc/meminfo: memFree=1854928/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=0.07
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22373118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.10129 s]
/proc/loadavg: 2.07 2.03 2.01 4/75 19637
/proc/meminfo: memFree=1854928/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=0.07
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22373118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301308 s]
/proc/loadavg: 2.07 2.03 2.01 4/75 19637
/proc/meminfo: memFree=1854928/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=0.07
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22373118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70135 s]
/proc/loadavg: 2.07 2.03 2.01 4/75 19637
/proc/meminfo: memFree=1854928/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=0.59
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1292 6769 0 1 5 2 47 5 16 0 1 0 22373118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16868

[startup+1.50244 s]
/proc/loadavg: 2.06 2.03 2.01 3/86 19659
/proc/meminfo: memFree=1841912/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=0.59
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1309 6769 0 1 5 2 47 5 16 0 1 0 22373118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1111 409 3 0 796 0
[pid=19650] ppid=19637 vsize=5356 CPUtime=0
/proc/19650/stat : 19650 (sh) S 19637 19637 18209 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22373185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19650/statm: 1339 233 193 169 0 50 0
[pid=19651] ppid=19650 vsize=864332 CPUtime=0.8
/proc/19651/stat : 19651 (java) S 19650 19637 18209 0 -1 0 8798 0 1 0 76 4 0 0 18 0 9 0 22373185 885075968 8062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19651/statm: 216083 8062 2566 9 0 210588 0
[pid=19651/tid=19652] ppid=19650 vsize=864332 CPUtime=0.42
/proc/19651/task/19652/stat : 19652 (java) R 19650 19637 18209 0 -1 64 2810 0 1 0 40 2 0 0 19 0 9 0 22373186 885075968 8062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19653] ppid=19650 vsize=864332 CPUtime=0.31
/proc/19651/task/19653/stat : 19653 (java) R 19650 19637 18209 0 -1 64 4977 0 0 0 30 1 0 0 16 0 9 0 22373188 885075968 8062 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19654] ppid=19650 vsize=864332 CPUtime=0
/proc/19651/task/19654/stat : 19654 (java) S 19650 19637 18209 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22373188 885075968 8062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19655] ppid=19650 vsize=864332 CPUtime=0
/proc/19651/task/19655/stat : 19655 (java) S 19650 19637 18209 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22373188 885075968 8062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19656] ppid=19650 vsize=864332 CPUtime=0
/proc/19651/task/19656/stat : 19656 (java) S 19650 19637 18209 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22373190 885075968 8062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19657] ppid=19650 vsize=864332 CPUtime=0.05
/proc/19651/task/19657/stat : 19657 (java) S 19650 19637 18209 0 -1 64 312 0 0 0 5 0 0 0 16 0 9 0 22373190 885075968 8062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19658] ppid=19650 vsize=864332 CPUtime=0
/proc/19651/task/19658/stat : 19658 (java) S 19650 19637 18209 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22373190 885075968 8062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19659] ppid=19650 vsize=864332 CPUtime=0
/proc/19651/task/19659/stat : 19659 (java) S 19650 19637 18209 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22373190 885075968 8062 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886556

[startup+3.10261 s]
/proc/loadavg: 2.06 2.03 2.01 4/86 19659
/proc/meminfo: memFree=1811000/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=0.59
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1310 6769 0 1 5 2 47 5 15 0 1 0 22373118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1111 409 3 0 796 0
[pid=19650] ppid=19637 vsize=5356 CPUtime=0
/proc/19650/stat : 19650 (sh) S 19637 19637 18209 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22373185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19650/statm: 1339 233 193 169 0 50 0
[pid=19651] ppid=19650 vsize=868736 CPUtime=2.39
/proc/19651/stat : 19651 (java) S 19650 19637 18209 0 -1 0 17627 0 1 0 229 10 0 0 18 0 9 0 22373185 889585664 16805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19651/statm: 217184 16805 2591 9 0 211661 0
[pid=19651/tid=19652] ppid=19650 vsize=868736 CPUtime=0.92
/proc/19651/task/19652/stat : 19652 (java) R 19650 19637 18209 0 -1 64 3475 0 1 0 89 3 0 0 24 0 9 0 22373186 889585664 16805 996147200 134512640 134550932 4294955936 18446744073709551615 4126426982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19653] ppid=19650 vsize=868736 CPUtime=1.24
/proc/19651/task/19653/stat : 19653 (java) S 19650 19637 18209 0 -1 64 11961 0 0 0 119 5 0 0 17 0 9 0 22373188 889585664 16805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19654] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19654/stat : 19654 (java) S 19650 19637 18209 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22373188 889585664 16805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19655] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19655/stat : 19655 (java) S 19650 19637 18209 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22373188 889585664 16805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19656] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19656/stat : 19656 (java) S 19650 19637 18209 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22373190 889585664 16805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19657] ppid=19650 vsize=868736 CPUtime=0.2
/proc/19651/task/19657/stat : 19657 (java) S 19650 19637 18209 0 -1 64 1492 0 0 0 20 0 0 0 15 0 9 0 22373190 889585664 16805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19658] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19658/stat : 19658 (java) S 19650 19637 18209 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22373190 889585664 16805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19659] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19659/stat : 19659 (java) S 19650 19637 18209 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22373190 889585664 16805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890960

[startup+6.30193 s]
/proc/loadavg: 2.06 2.03 2.01 3/86 19659
/proc/meminfo: memFree=1788600/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=0.59
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1310 6769 0 1 5 2 47 5 15 0 1 0 22373118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1111 409 3 0 796 0
[pid=19650] ppid=19637 vsize=5356 CPUtime=0
/proc/19650/stat : 19650 (sh) S 19637 19637 18209 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22373185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19650/statm: 1339 233 193 169 0 50 0
[pid=19651] ppid=19650 vsize=868736 CPUtime=5.55
/proc/19651/stat : 19651 (java) S 19650 19637 18209 0 -1 0 18205 0 1 0 541 14 0 0 18 0 9 0 22373185 889585664 17310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19651/statm: 217184 17310 2591 9 0 211661 0
[pid=19651/tid=19652] ppid=19650 vsize=868736 CPUtime=3.93
/proc/19651/task/19652/stat : 19652 (java) R 19650 19637 18209 0 -1 64 3549 0 1 0 387 6 0 0 25 0 9 0 22373186 889585664 17310 996147200 134512640 134550932 4294955936 18446744073709551615 4126376323 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19653] ppid=19650 vsize=868736 CPUtime=1.38
/proc/19651/task/19653/stat : 19653 (java) S 19650 19637 18209 0 -1 64 12459 0 0 0 132 6 0 0 16 0 9 0 22373188 889585664 17310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19654] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19654/stat : 19654 (java) S 19650 19637 18209 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22373188 889585664 17310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19655] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19655/stat : 19655 (java) S 19650 19637 18209 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22373188 889585664 17310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19656] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19656/stat : 19656 (java) S 19650 19637 18209 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22373190 889585664 17310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19657] ppid=19650 vsize=868736 CPUtime=0.21
/proc/19651/task/19657/stat : 19657 (java) S 19650 19637 18209 0 -1 64 1498 0 0 0 21 0 0 0 16 0 9 0 22373190 889585664 17310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19658] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19658/stat : 19658 (java) S 19650 19637 18209 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22373190 889585664 17310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19659] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19659/stat : 19659 (java) S 19650 19637 18209 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22373190 889585664 17310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890960

[startup+12.7026 s]
/proc/loadavg: 2.05 2.03 2.01 3/86 19659
/proc/meminfo: memFree=1773368/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=0.59
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1310 6769 0 1 5 2 47 5 15 0 1 0 22373118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1111 409 3 0 796 0
[pid=19650] ppid=19637 vsize=5356 CPUtime=0
/proc/19650/stat : 19650 (sh) S 19637 19637 18209 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22373185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19650/statm: 1339 233 193 169 0 50 0
[pid=19651] ppid=19650 vsize=868736 CPUtime=11.89
/proc/19651/stat : 19651 (java) S 19650 19637 18209 0 -1 0 20891 0 1 0 1169 20 0 0 18 0 9 0 22373185 889585664 19908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19651/statm: 217184 19908 2591 9 0 211661 0
[pid=19651/tid=19652] ppid=19650 vsize=868736 CPUtime=10.04
/proc/19651/task/19652/stat : 19652 (java) R 19650 19637 18209 0 -1 64 3638 0 1 0 994 10 0 0 25 0 9 0 22373186 889585664 19908 996147200 134512640 134550932 4294955936 18446744073709551615 4126871663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19653] ppid=19650 vsize=868736 CPUtime=1.59
/proc/19651/task/19653/stat : 19653 (java) S 19650 19637 18209 0 -1 64 15052 0 0 0 151 8 0 0 16 0 9 0 22373188 889585664 19908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19654] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19654/stat : 19654 (java) S 19650 19637 18209 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22373188 889585664 19908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19655] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19655/stat : 19655 (java) S 19650 19637 18209 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22373188 889585664 19908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19656] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19656/stat : 19656 (java) S 19650 19637 18209 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22373190 889585664 19908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19657] ppid=19650 vsize=868736 CPUtime=0.21
/proc/19651/task/19657/stat : 19657 (java) S 19650 19637 18209 0 -1 64 1502 0 0 0 21 0 0 0 16 0 9 0 22373190 889585664 19908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19658] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19658/stat : 19658 (java) S 19650 19637 18209 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22373190 889585664 19908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19659] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19659/stat : 19659 (java) S 19650 19637 18209 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22373190 889585664 19908 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890960

[startup+25.5029 s]
/proc/loadavg: 2.04 2.03 2.01 3/86 19659
/proc/meminfo: memFree=1748920/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=0.59
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1310 6769 0 1 5 2 47 5 16 0 1 0 22373118 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1111 409 3 0 796 0
[pid=19650] ppid=19637 vsize=5356 CPUtime=0
/proc/19650/stat : 19650 (sh) S 19637 19637 18209 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22373185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19650/statm: 1339 233 193 169 0 50 0
[pid=19651] ppid=19650 vsize=868736 CPUtime=24.55
/proc/19651/stat : 19651 (java) S 19650 19637 18209 0 -1 0 28645 0 1 0 2427 28 0 0 18 0 9 0 22373185 889585664 23684 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19651/statm: 217184 23684 2591 9 0 211661 0
[pid=19651/tid=19652] ppid=19650 vsize=868736 CPUtime=22.07
/proc/19651/task/19652/stat : 19652 (java) R 19650 19637 18209 0 -1 64 3769 0 1 0 2193 14 0 0 25 0 9 0 22373186 889585664 23684 996147200 134512640 134550932 4294955936 18446744073709551615 4126912100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19653] ppid=19650 vsize=868736 CPUtime=2.23
/proc/19651/task/19653/stat : 19653 (java) S 19650 19637 18209 0 -1 64 22670 0 0 0 211 12 0 0 16 0 9 0 22373188 889585664 23684 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19654] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19654/stat : 19654 (java) S 19650 19637 18209 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22373188 889585664 23684 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19655] ppid=19650 vsize=868736 CPUtime=0
/proc/19651/task/19655/stat : 19655 (java) S 19650 19637 18209 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22373188 889585664 23684 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19651/tid=19656] ppid=19650 vsize=868736 CPUtime=0

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

/proc/meminfo: memFree=1556208/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=52.54
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1365 36531 0 2 5 2 5197 50 16 0 1 0 22373118 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1113 409 3 0 796 0
[pid=19660] ppid=19637 vsize=5356 CPUtime=0
/proc/19660/stat : 19660 (sh) S 19637 19637 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378436 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19660/statm: 1339 232 193 169 0 50 0
[pid=19661] ppid=19660 vsize=61904 CPUtime=1297.21
/proc/19661/stat : 19661 (picosat) R 19660 19637 18209 0 -1 4194304 16940 0 0 0 128854 867 0 0 25 0 1 0 22378437 63389696 15224 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/19661/statm: 15476 15224 48 102 0 15371 0
Current children cumulated CPU time (s) 1349.75
Current children cumulated vsize (KiB) 84128

[startup+1422.31 s]
/proc/loadavg: 2.01 2.04 2.03 3/86 19711
/proc/meminfo: memFree=1556208/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=52.54
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1365 36531 0 2 5 2 5197 50 16 0 1 0 22373118 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1113 409 3 0 796 0
[pid=19660] ppid=19637 vsize=5356 CPUtime=0
/proc/19660/stat : 19660 (sh) S 19637 19637 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378436 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19660/statm: 1339 232 193 169 0 50 0
[pid=19661] ppid=19660 vsize=61904 CPUtime=1356.65
/proc/19661/stat : 19661 (picosat) R 19660 19637 18209 0 -1 4194304 16941 0 0 0 134798 867 0 0 25 0 1 0 22378437 63389696 15225 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19661/statm: 15476 15225 48 102 0 15371 0
Current children cumulated CPU time (s) 1409.19
Current children cumulated vsize (KiB) 84128

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/86 19711
/proc/meminfo: memFree=1556208/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=52.54
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1365 36531 0 2 5 2 5197 50 16 0 1 0 22373118 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1113 409 3 0 796 0
[pid=19660] ppid=19637 vsize=5356 CPUtime=0
/proc/19660/stat : 19660 (sh) S 19637 19637 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378436 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19660/statm: 1339 232 193 169 0 50 0
[pid=19661] ppid=19660 vsize=61904 CPUtime=1416.08
/proc/19661/stat : 19661 (picosat) R 19660 19637 18209 0 -1 4194304 16941 0 0 0 140741 867 0 0 25 0 1 0 22378437 63389696 15225 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19661/statm: 15476 15225 48 102 0 15371 0
Current children cumulated CPU time (s) 1468.62
Current children cumulated vsize (KiB) 84128

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/86 19711
/proc/meminfo: memFree=1554800/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=52.54
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1365 36531 0 2 5 2 5197 50 16 0 1 0 22373118 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1113 409 3 0 796 0
[pid=19660] ppid=19637 vsize=5356 CPUtime=0
/proc/19660/stat : 19660 (sh) S 19637 19637 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378436 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19660/statm: 1339 232 193 169 0 50 0
[pid=19661] ppid=19660 vsize=63224 CPUtime=1475.52
/proc/19661/stat : 19661 (picosat) R 19660 19637 18209 0 -1 4194304 17493 0 0 0 146684 868 0 0 25 0 1 0 22378437 64741376 15579 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19661/statm: 15806 15579 48 102 0 15701 0
Current children cumulated CPU time (s) 1528.06
Current children cumulated vsize (KiB) 85448

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/86 19711
/proc/meminfo: memFree=1554672/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=52.54
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1365 36531 0 2 5 2 5197 50 16 0 1 0 22373118 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1113 409 3 0 796 0
[pid=19660] ppid=19637 vsize=5356 CPUtime=0
/proc/19660/stat : 19660 (sh) S 19637 19637 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378436 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19660/statm: 1339 232 193 169 0 50 0
[pid=19661] ppid=19660 vsize=63224 CPUtime=1534.96
/proc/19661/stat : 19661 (picosat) R 19660 19637 18209 0 -1 4194304 17493 0 0 0 152628 868 0 0 25 0 1 0 22378437 64741376 15579 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/19661/statm: 15806 15579 48 102 0 15701 0
Current children cumulated CPU time (s) 1587.5
Current children cumulated vsize (KiB) 85448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/86 19711
/proc/meminfo: memFree=1554672/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=52.54
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1365 36531 0 2 5 2 5197 50 16 0 1 0 22373118 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1113 409 3 0 796 0
[pid=19660] ppid=19637 vsize=5356 CPUtime=0
/proc/19660/stat : 19660 (sh) S 19637 19637 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378436 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19660/statm: 1339 232 193 169 0 50 0
[pid=19661] ppid=19660 vsize=63224 CPUtime=1594.39
/proc/19661/stat : 19661 (picosat) R 19660 19637 18209 0 -1 4194304 17493 0 0 0 158571 868 0 0 25 0 1 0 22378437 64741376 15579 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/19661/statm: 15806 15579 48 102 0 15701 0
Current children cumulated CPU time (s) 1646.93
Current children cumulated vsize (KiB) 85448

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19711
/proc/meminfo: memFree=1554544/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=52.54
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1365 36531 0 2 5 2 5197 50 16 0 1 0 22373118 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1113 409 3 0 796 0
[pid=19660] ppid=19637 vsize=5356 CPUtime=0
/proc/19660/stat : 19660 (sh) S 19637 19637 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378436 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19660/statm: 1339 232 193 169 0 50 0
[pid=19661] ppid=19660 vsize=63620 CPUtime=1653.83
/proc/19661/stat : 19661 (picosat) R 19660 19637 18209 0 -1 4194304 17577 0 0 0 164515 868 0 0 25 0 1 0 22378437 65146880 15663 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19661/statm: 15905 15663 48 102 0 15800 0
Current children cumulated CPU time (s) 1706.37
Current children cumulated vsize (KiB) 85844

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19711
/proc/meminfo: memFree=1553776/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=52.54
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1365 36531 0 2 5 2 5197 50 16 0 1 0 22373118 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1113 409 3 0 796 0
[pid=19660] ppid=19637 vsize=5356 CPUtime=0
/proc/19660/stat : 19660 (sh) S 19637 19637 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378436 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19660/statm: 1339 232 193 169 0 50 0
[pid=19661] ppid=19660 vsize=64016 CPUtime=1713.26
/proc/19661/stat : 19661 (picosat) R 19660 19637 18209 0 -1 4194304 17906 0 0 0 170458 868 0 0 25 0 1 0 22378437 65552384 15789 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19661/statm: 16004 15789 48 102 0 15899 0
Current children cumulated CPU time (s) 1765.8
Current children cumulated vsize (KiB) 86240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19711
/proc/meminfo: memFree=1553776/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=52.54
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1365 36531 0 2 5 2 5197 50 16 0 1 0 22373118 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1113 409 3 0 796 0
[pid=19660] ppid=19637 vsize=5356 CPUtime=0
/proc/19660/stat : 19660 (sh) S 19637 19637 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378436 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19660/statm: 1339 232 193 169 0 50 0
[pid=19661] ppid=19660 vsize=64016 CPUtime=1747.54
/proc/19661/stat : 19661 (picosat) R 19660 19637 18209 0 -1 4194304 17906 0 0 0 173886 868 0 0 25 0 1 0 22378437 65552384 15789 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19661/statm: 16004 15789 48 102 0 15899 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 86240

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

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

[startup+1816.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 19711
/proc/meminfo: memFree=1553776/2055912 swapFree=4192812/4192956
[pid=19637] ppid=19635 vsize=16868 CPUtime=52.54
/proc/19637/stat : 19637 (sugar) S 19635 19637 18209 0 -1 4194304 1365 36531 0 2 5 2 5197 50 16 0 1 0 22373118 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19637/statm: 4217 1113 409 3 0 796 0
[pid=19660] ppid=19637 vsize=5356 CPUtime=0
/proc/19660/stat : 19660 (sh) S 19637 19637 18209 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22378436 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19660/statm: 1339 232 193 169 0 50 0
[pid=19661] ppid=19660 vsize=64016 CPUtime=1747.54
/proc/19661/stat : 19661 (picosat) R 19660 19637 18209 0 -1 4194304 17906 0 0 0 173886 868 0 0 25 0 1 0 22378437 65552384 15789 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19661/statm: 16004 15789 48 102 0 15899 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 86240

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19637 and gives
#  childrusage.ru_utime.tv_sec=52
#  childrusage.ru_utime.tv_usec=26090
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=542917
# CPU time returned by wait4() is 52.569
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.92
CPU time (s): 1800.08
CPU user time (s): 1790.88
CPU system time (s): 9.2
CPU usage (%): 99.073
Max. virtual memory (cumulated for all children) (KiB): 901208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.0261
system time used= 0.542917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38354
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= 8465
involuntary context switches= 9399

runsolver used 2.13567 second user time and 6.15306 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 00:58:06
IDJOB=2071224
IDBENCH=55458
IDSOLVER=738
FILE ID=node78/2071224-1247353085
PBS_JOBID= 9506814
Free space on /tmp= 126792 MiB

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

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

MD5SUM BENCH= 43c0cc23a589c1ee53700cf8b2f45002
RANDOM SEED=922978090

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

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

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


/proc/meminfo:
MemTotal:      2055912 kB
MemFree:       1855344 kB
Buffers:         31004 kB
Cached:          75008 kB
SwapCached:          0 kB
Active:         109140 kB
Inactive:        42080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1855344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1756 kB
Writeback:           0 kB
Mapped:          56304 kB
Slab:            34368 kB
Committed_AS:   188864 kB
PageTables:       1920 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= 126796 MiB
End job on node78 at 2009-07-12 01:28:25