Trace number 2077648

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 1839.65

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-15-05.xml
MD5SUM4360b7515e3cf9892bebc930385bd72b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.340947
Satisfiable
(Un)Satisfiability was proved
Number of variables181
Number of constraints1044
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension966
Global constraints used (with number of constraints)

Solver Data

0.01/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.01/0.08	c 0	BEGIN Sun Jul 12 04:23:20 2009
0.01/0.08	c 0	PID 28515
0.01/0.08	c 0	HOST node64.alineos.net
0.01/0.08	c 0	CONVERTING HOME/instance-2077648-1247365400.xml TO HOME/temp.csp
0.01/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-2077648-1247365400.xml' 'HOME/temp.csp'
0.07/0.68	c 1	1 domains, 181 variables, 6 predicates, 7 relations, 1044 constraints
0.07/0.69	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.69	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.64/0.78	c 1	Parsing HOME/temp.csp
1.01/1.12	c 1	parsed 1239 expressions
1.01/1.13	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.13	c 1	Converting to clausal form CSP
1.01/1.16	c 1	converted 124 (10%) expressions
1.72/1.95	c 2	converted 248 (20%) expressions
2.72/2.92	c 3	converted 372 (30%) expressions
2.72/2.99	c 3	converted 496 (40%) expressions
2.83/3.05	c 3	converted 620 (50%) expressions
2.83/3.05	c 3	converted 744 (60%) expressions
2.83/3.07	c 3	converted 868 (70%) expressions
2.96/3.11	c 3	converted 992 (80%) expressions
2.96/3.11	c 3	converted 1116 (90%) expressions
3.07/3.24	c 3	converted 1239 (100%) expressions
3.07/3.24	c 3	CSP : 181 integers, 0 booleans, 1044 clauses, largest domain size 26
3.07/3.24	c 3	Heap : 52 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.07/3.24	c 3	Propagation in CSP
3.07/3.25	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.07/3.25	c 3	CSP : 181 integers, 0 booleans, 1044 clauses, largest domain size 26
3.07/3.25	c 3	Heap : 52 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.07/3.25	c 3	Simplifing CSP by introducing new Boolean variables
3.16/3.30	c 4	CSP : 181 integers, 8046 booleans, 9090 clauses, largest domain size 26
3.16/3.30	c 4	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.45/3.62	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.45/3.64	c 4	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
3.45/3.64	c 4	37 (20%) CSP integer variables are encoded (888 clauses, 9624 bytes)
3.45/3.64	c 4	55 (30%) CSP integer variables are encoded (1320 clauses, 15097 bytes)
3.45/3.65	c 4	73 (40%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
3.45/3.65	c 4	91 (50%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
3.45/3.65	c 4	109 (60%) CSP integer variables are encoded (2616 clauses, 31945 bytes)
3.45/3.65	c 4	127 (70%) CSP integer variables are encoded (3048 clauses, 37561 bytes)
3.45/3.65	c 4	145 (80%) CSP integer variables are encoded (3480 clauses, 43177 bytes)
3.45/3.66	c 4	163 (90%) CSP integer variables are encoded (3912 clauses, 48793 bytes)
3.45/3.66	c 4	181 (100%) CSP integer variables are encoded (4344 clauses, 54409 bytes)
63.86/66.04	c 66	909 (10%) CSP clauses are encoded (742167 clauses, 32965385 bytes)
63.86/66.09	c 66	1818 (20%) CSP clauses are encoded (763276 clauses, 33334917 bytes)
63.95/66.13	c 66	2727 (30%) CSP clauses are encoded (784385 clauses, 33710629 bytes)
63.95/66.17	c 66	3636 (40%) CSP clauses are encoded (805494 clauses, 34084543 bytes)
64.05/66.21	c 66	4545 (50%) CSP clauses are encoded (826603 clauses, 34472226 bytes)
64.05/66.25	c 66	5454 (60%) CSP clauses are encoded (847712 clauses, 34866732 bytes)
64.16/66.30	c 67	6363 (70%) CSP clauses are encoded (868821 clauses, 35263964 bytes)
64.16/66.35	c 67	7272 (80%) CSP clauses are encoded (890205 clauses, 35670111 bytes)
77.43/79.82	c 80	8181 (90%) CSP clauses are encoded (971457 clauses, 39790918 bytes)
91.74/94.64	c 95	9090 (100%) CSP clauses are encoded (1060863 clauses, 45507146 bytes)
91.74/94.64	c 95	9090 CSP clauses encoded
91.74/94.64	c 95	Writing map file : HOME/temp.map
91.74/94.65	c 95	Heap : 59 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
91.74/94.65	c 95	SAT : 12571 SAT variables, 1060863 SAT clauses, 45507146 bytes
91.74/94.65	c 95	Heap : 59 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
91.80/94.71	c 95	SOLVING HOME/temp.cnf
91.80/94.71	c 95	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1839.62	c 1840	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1839.62	c 1840	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.04/1839.62	c ERROR INTERRUPTED
1800.04/1839.62	s UNKNOWN
1800.04/1839.62	c 1840	CPU 91.82 (0.06 0.02 91.1 0.64)
1800.04/1839.62	c 1840	END Sun Jul 12 04:54:00 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-2077648-1247365400/watcher-2077648-1247365400 -o /tmp/evaluation-result-2077648-1247365400/solver-2077648-1247365400 -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-2077648-1247365400.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.89 2.32 2.18 4/79 28515
/proc/meminfo: memFree=1733456/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=12272 CPUtime=0
/proc/28515/stat : 28515 (sugar) R 28510 28515 25392 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23603322 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 251255290469 0 0 4224 0 0 0 0 17 1 0 0
/proc/28515/statm: 3068 327 246 3 0 168 0

[startup+0.02682 s]
/proc/loadavg: 2.89 2.32 2.18 4/79 28515
/proc/meminfo: memFree=1733456/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=12940 CPUtime=0.01
/proc/28515/stat : 28515 (sugar) R 28510 28515 25392 0 -1 4194304 602 0 0 0 1 0 0 0 18 0 1 0 23603322 13250560 570 996147200 4194304 4206940 548682068608 18446744073709551615 251254969057 0 0 4224 0 0 0 0 17 1 0 0
/proc/28515/statm: 3235 570 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.102826 s]
/proc/loadavg: 2.89 2.32 2.18 4/79 28515
/proc/meminfo: memFree=1733456/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=0.07
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23603322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28515/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30285 s]
/proc/loadavg: 2.89 2.32 2.18 4/79 28515
/proc/meminfo: memFree=1733456/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=0.07
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23603322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28515/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702897 s]
/proc/loadavg: 2.89 2.32 2.18 4/79 28515
/proc/meminfo: memFree=1733456/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=0.64
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1292 7463 0 1 5 2 51 6 17 0 1 0 23603322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28515/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 16868

[startup+1.50198 s]
/proc/loadavg: 2.89 2.32 2.18 5/90 28600
/proc/meminfo: memFree=1720568/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=0.64
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1309 7463 0 1 5 2 51 6 16 0 1 0 23603322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28515/statm: 4217 1111 409 3 0 796 0
[pid=28578] ppid=28515 vsize=5356 CPUtime=0
/proc/28578/stat : 28578 (sh) S 28515 28515 25392 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23603391 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28578/statm: 1339 233 193 169 0 50 0
[pid=28579] ppid=28578 vsize=864252 CPUtime=0.74
/proc/28579/stat : 28579 (java) S 28578 28515 25392 0 -1 0 8124 0 1 0 70 4 0 0 18 0 9 0 23603391 884994048 7394 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28579/statm: 216063 7395 2566 9 0 210568 0
[pid=28579/tid=28580] ppid=28578 vsize=864252 CPUtime=0.38
/proc/28579/task/28580/stat : 28580 (java) R 28578 28515 25392 0 -1 64 2695 0 1 0 37 1 0 0 22 0 9 0 23603392 884994048 7396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28583] ppid=28578 vsize=864252 CPUtime=0.27
/proc/28579/task/28583/stat : 28583 (java) R 28578 28515 25392 0 -1 64 4417 0 0 0 26 1 0 0 16 0 9 0 23603393 884994048 7398 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28585] ppid=28578 vsize=864252 CPUtime=0
/proc/28579/task/28585/stat : 28585 (java) S 28578 28515 25392 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23603394 884994048 7399 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28586] ppid=28578 vsize=864252 CPUtime=0
/proc/28579/task/28586/stat : 28586 (java) S 28578 28515 25392 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23603394 884994048 7401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28587] ppid=28578 vsize=864252 CPUtime=0
/proc/28579/task/28587/stat : 28587 (java) S 28578 28515 25392 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23603396 884994048 7403 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28588] ppid=28578 vsize=864252 CPUtime=0.05
/proc/28579/task/28588/stat : 28588 (java) S 28578 28515 25392 0 -1 64 313 0 0 0 5 0 0 0 16 0 9 0 23603396 884994048 7405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28591] ppid=28578 vsize=864252 CPUtime=0
/proc/28579/task/28591/stat : 28591 (java) S 28578 28515 25392 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23603397 884994048 7407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28592] ppid=28578 vsize=864252 CPUtime=0
/proc/28579/task/28592/stat : 28592 (java) S 28578 28515 25392 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23603397 884994048 7409 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 886476

[startup+3.10116 s]
/proc/loadavg: 2.89 2.32 2.18 6/90 28650
/proc/meminfo: memFree=1693432/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=0.64
/proc/28515/stat : 28515 (sugar) R 28510 28515 25392 0 -1 4194304 1309 7463 0 1 5 2 51 6 16 0 1 0 23603322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28515/statm: 4217 1111 409 3 0 796 0
[pid=28578] ppid=28515 vsize=5356 CPUtime=0
/proc/28578/stat : 28578 (sh) S 28515 28515 25392 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23603391 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28578/statm: 1339 233 193 169 0 50 0
[pid=28579] ppid=28578 vsize=868540 CPUtime=2.32
/proc/28579/stat : 28579 (java) S 28578 28515 25392 0 -1 0 18720 0 1 0 223 9 0 0 18 0 9 0 23603391 889384960 17916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28579/statm: 217135 17916 2567 9 0 211640 0
[pid=28579/tid=28580] ppid=28578 vsize=868540 CPUtime=1.05
/proc/28579/task/28580/stat : 28580 (java) R 28578 28515 25392 0 -1 64 3209 0 1 0 104 1 0 0 16 0 9 0 23603392 889384960 17916 996147200 134512640 134550932 4294955936 18446744073709551615 4126457509 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28579/tid=28583] ppid=28578 vsize=868540 CPUtime=1.08
/proc/28579/task/28583/stat : 28583 (java) S 28578 28515 25392 0 -1 64 13356 0 0 0 102 6 0 0 16 0 9 0 23603393 889384960 17916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28579/tid=28585] ppid=28578 vsize=868540 CPUtime=0
/proc/28579/task/28585/stat : 28585 (java) S 28578 28515 25392 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23603394 889384960 17916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28586] ppid=28578 vsize=868540 CPUtime=0
/proc/28579/task/28586/stat : 28586 (java) S 28578 28515 25392 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23603394 889384960 17916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28587] ppid=28578 vsize=868540 CPUtime=0
/proc/28579/task/28587/stat : 28587 (java) S 28578 28515 25392 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23603396 889384960 17916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28588] ppid=28578 vsize=868540 CPUtime=0.15
/proc/28579/task/28588/stat : 28588 (java) R 28578 28515 25392 0 -1 64 1452 0 0 0 15 0 0 0 16 0 9 0 23603396 889384960 17916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28579/tid=28591] ppid=28578 vsize=868540 CPUtime=0
/proc/28579/task/28591/stat : 28591 (java) S 28578 28515 25392 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23603397 889384960 17916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28592] ppid=28578 vsize=868540 CPUtime=0
/proc/28579/task/28592/stat : 28592 (java) S 28578 28515 25392 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23603397 889384960 17916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 890764

[startup+6.30251 s]
/proc/loadavg: 2.89 2.33 2.18 4/90 28800
/proc/meminfo: memFree=1654904/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=0.64
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1310 7463 0 1 5 2 51 6 15 0 1 0 23603322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28515/statm: 4217 1111 409 3 0 796 0
[pid=28578] ppid=28515 vsize=5356 CPUtime=0
/proc/28578/stat : 28578 (sh) S 28515 28515 25392 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23603391 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28578/statm: 1339 233 193 169 0 50 0
[pid=28579] ppid=28578 vsize=868736 CPUtime=5.41
/proc/28579/stat : 28579 (java) S 28578 28515 25392 0 -1 0 21267 0 1 0 528 13 0 0 18 0 9 0 23603391 889585664 20309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28579/statm: 217184 20309 2591 9 0 211661 0
[pid=28579/tid=28580] ppid=28578 vsize=868736 CPUtime=3.61
/proc/28579/task/28580/stat : 28580 (java) R 28578 28515 25392 0 -1 64 3459 0 1 0 357 4 0 0 25 0 9 0 23603392 889585664 20309 996147200 134512640 134550932 4294955936 18446744073709551615 4126915186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28579/tid=28583] ppid=28578 vsize=868736 CPUtime=1.57
/proc/28579/task/28583/stat : 28583 (java) S 28578 28515 25392 0 -1 64 15624 0 0 0 150 7 0 0 16 0 9 0 23603393 889585664 20309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28579/tid=28585] ppid=28578 vsize=868736 CPUtime=0
/proc/28579/task/28585/stat : 28585 (java) S 28578 28515 25392 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23603394 889585664 20309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28586] ppid=28578 vsize=868736 CPUtime=0
/proc/28579/task/28586/stat : 28586 (java) S 28578 28515 25392 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23603394 889585664 20309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28587] ppid=28578 vsize=868736 CPUtime=0
/proc/28579/task/28587/stat : 28587 (java) S 28578 28515 25392 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23603396 889585664 20309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28588] ppid=28578 vsize=868736 CPUtime=0.19
/proc/28579/task/28588/stat : 28588 (java) S 28578 28515 25392 0 -1 64 1481 0 0 0 19 0 0 0 17 0 9 0 23603396 889585664 20309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28579/tid=28591] ppid=28578 vsize=868736 CPUtime=0
/proc/28579/task/28591/stat : 28591 (java) S 28578 28515 25392 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23603397 889585664 20309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28592] ppid=28578 vsize=868736 CPUtime=0
/proc/28579/task/28592/stat : 28592 (java) S 28578 28515 25392 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23603397 889585664 20309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 890960

[startup+12.7022 s]
/proc/loadavg: 2.90 2.34 2.18 4/90 29290
/proc/meminfo: memFree=1645176/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=0.64
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1310 7463 0 1 5 2 51 6 15 0 1 0 23603322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28515/statm: 4217 1111 409 3 0 796 0
[pid=28578] ppid=28515 vsize=5356 CPUtime=0
/proc/28578/stat : 28578 (sh) S 28515 28515 25392 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23603391 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28578/statm: 1339 233 193 169 0 50 0
[pid=28579] ppid=28578 vsize=868736 CPUtime=11.67
/proc/28579/stat : 28579 (java) S 28578 28515 25392 0 -1 0 22355 0 1 0 1148 19 0 0 18 0 9 0 23603391 889585664 21320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28579/statm: 217184 21320 2591 9 0 211661 0
[pid=28579/tid=28580] ppid=28578 vsize=868736 CPUtime=9.67
/proc/28579/task/28580/stat : 28580 (java) R 28578 28515 25392 0 -1 64 3536 0 1 0 958 9 0 0 25 0 9 0 23603392 889585664 21320 996147200 134512640 134550932 4294955936 18446744073709551615 4126569492 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28579/tid=28583] ppid=28578 vsize=868736 CPUtime=1.77
/proc/28579/task/28583/stat : 28583 (java) S 28578 28515 25392 0 -1 64 16631 0 0 0 169 8 0 0 16 0 9 0 23603393 889585664 21320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28579/tid=28585] ppid=28578 vsize=868736 CPUtime=0
/proc/28579/task/28585/stat : 28585 (java) S 28578 28515 25392 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23603394 889585664 21320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28586] ppid=28578 vsize=868736 CPUtime=0
/proc/28579/task/28586/stat : 28586 (java) S 28578 28515 25392 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23603394 889585664 21320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28587] ppid=28578 vsize=868736 CPUtime=0
/proc/28579/task/28587/stat : 28587 (java) S 28578 28515 25392 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23603396 889585664 21320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28588] ppid=28578 vsize=868736 CPUtime=0.19
/proc/28579/task/28588/stat : 28588 (java) S 28578 28515 25392 0 -1 64 1485 0 0 0 19 0 0 0 16 0 9 0 23603396 889585664 21320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28579/tid=28591] ppid=28578 vsize=868736 CPUtime=0
/proc/28579/task/28591/stat : 28591 (java) S 28578 28515 25392 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23603397 889585664 21320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28592] ppid=28578 vsize=868736 CPUtime=0
/proc/28579/task/28592/stat : 28592 (java) S 28578 28515 25392 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23603397 889585664 21320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 890960

[startup+25.5026 s]
/proc/loadavg: 3.06 2.41 2.21 4/89 30459
/proc/meminfo: memFree=1616696/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=0.64
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1310 7463 0 1 5 2 51 6 15 0 1 0 23603322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28515/statm: 4217 1111 409 3 0 796 0
[pid=28578] ppid=28515 vsize=5356 CPUtime=0
/proc/28578/stat : 28578 (sh) S 28515 28515 25392 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23603391 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28578/statm: 1339 233 193 169 0 50 0
[pid=28579] ppid=28578 vsize=868736 CPUtime=24
/proc/28579/stat : 28579 (java) S 28578 28515 25392 0 -1 0 26841 0 1 0 2373 27 0 0 18 0 9 0 23603391 889585664 25682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28579/statm: 217184 25682 2591 9 0 211661 0
[pid=28579/tid=28580] ppid=28578 vsize=868736 CPUtime=21.61
/proc/28579/task/28580/stat : 28580 (java) R 28578 28515 25392 0 -1 64 3661 0 1 0 2146 15 0 0 25 0 9 0 23603392 889585664 25682 996147200 134512640 134550932 4294955936 18446744073709551615 4126834231 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28579/tid=28583] ppid=28578 vsize=868736 CPUtime=2.15
/proc/28579/task/28583/stat : 28583 (java) S 28578 28515 25392 0 -1 64 20988 0 0 0 205 10 0 0 16 0 9 0 23603393 889585664 25682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28579/tid=28585] ppid=28578 vsize=868736 CPUtime=0
/proc/28579/task/28585/stat : 28585 (java) S 28578 28515 25392 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23603394 889585664 25682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28586] ppid=28578 vsize=868736 CPUtime=0
/proc/28579/task/28586/stat : 28586 (java) S 28578 28515 25392 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23603394 889585664 25682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28579/tid=28587] ppid=28578 vsize=868736 CPUtime=0

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

/proc/meminfo: memFree=1581408/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=91.82
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1365 47252 0 2 6 2 9110 64 17 0 1 0 23603322 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28515/statm: 4217 1113 409 3 0 796 0
[pid=4037] ppid=28515 vsize=5356 CPUtime=0
/proc/4037/stat : 4037 (sh) S 28515 28515 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612794 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4037/statm: 1339 232 193 169 0 50 0
[pid=4038] ppid=4037 vsize=77836 CPUtime=1173.35
/proc/4038/stat : 4038 (picosat) R 4037 28515 25392 0 -1 4194304 20216 0 0 0 116201 1134 0 0 25 0 1 0 23612794 79704064 18409 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/4038/statm: 19459 18409 48 102 0 19354 0
Current children cumulated CPU time (s) 1265.17
Current children cumulated vsize (KiB) 100060

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/75 22016
/proc/meminfo: memFree=1581408/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=91.82
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1365 47252 0 2 6 2 9110 64 17 0 1 0 23603322 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28515/statm: 4217 1113 409 3 0 796 0
[pid=4037] ppid=28515 vsize=5356 CPUtime=0
/proc/4037/stat : 4037 (sh) S 28515 28515 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612794 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4037/statm: 1339 232 193 169 0 50 0
[pid=4038] ppid=4037 vsize=77836 CPUtime=1233.06
/proc/4038/stat : 4038 (picosat) R 4037 28515 25392 0 -1 4194304 20216 0 0 0 122172 1134 0 0 25 0 1 0 23612794 79704064 18409 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4038/statm: 19459 18409 48 102 0 19354 0
Current children cumulated CPU time (s) 1324.88
Current children cumulated vsize (KiB) 100060

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.10 3/75 22016
/proc/meminfo: memFree=1580128/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=91.82
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1365 47252 0 2 6 2 9110 64 17 0 1 0 23603322 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28515/statm: 4217 1113 409 3 0 796 0
[pid=4037] ppid=28515 vsize=5356 CPUtime=0
/proc/4037/stat : 4037 (sh) S 28515 28515 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612794 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4037/statm: 1339 232 193 169 0 50 0
[pid=4038] ppid=4037 vsize=79288 CPUtime=1292.79
/proc/4038/stat : 4038 (picosat) R 4037 28515 25392 0 -1 4194304 20578 0 0 0 128144 1135 0 0 25 0 1 0 23612794 81190912 18771 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4038/statm: 19822 18771 48 102 0 19717 0
Current children cumulated CPU time (s) 1384.61
Current children cumulated vsize (KiB) 101512

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/75 22016
/proc/meminfo: memFree=1579232/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=91.82
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1365 47252 0 2 6 2 9110 64 17 0 1 0 23603322 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28515/statm: 4217 1113 409 3 0 796 0
[pid=4037] ppid=28515 vsize=5356 CPUtime=0
/proc/4037/stat : 4037 (sh) S 28515 28515 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612794 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4037/statm: 1339 232 193 169 0 50 0
[pid=4038] ppid=4037 vsize=79816 CPUtime=1352.49
/proc/4038/stat : 4038 (picosat) R 4037 28515 25392 0 -1 4194304 20932 0 0 0 134114 1135 0 0 25 0 1 0 23612794 81731584 18927 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4038/statm: 19954 18927 48 102 0 19849 0
Current children cumulated CPU time (s) 1444.31
Current children cumulated vsize (KiB) 102040

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/87 22056
/proc/meminfo: memFree=1537920/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=91.82
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1365 47252 0 2 6 2 9110 64 17 0 1 0 23603322 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28515/statm: 4217 1113 409 3 0 796 0
[pid=4037] ppid=28515 vsize=5356 CPUtime=0
/proc/4037/stat : 4037 (sh) S 28515 28515 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612794 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4037/statm: 1339 232 193 169 0 50 0
[pid=4038] ppid=4037 vsize=79816 CPUtime=1412.21
/proc/4038/stat : 4038 (picosat) R 4037 28515 25392 0 -1 4194304 20932 0 0 0 140085 1136 0 0 25 0 1 0 23612794 81731584 18927 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 0 0 0
/proc/4038/statm: 19954 18927 48 102 0 19849 0
Current children cumulated CPU time (s) 1504.03
Current children cumulated vsize (KiB) 102040

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/87 22056
/proc/meminfo: memFree=1497920/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=91.82
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1365 47252 0 2 6 2 9110 64 17 0 1 0 23603322 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28515/statm: 4217 1113 409 3 0 796 0
[pid=4037] ppid=28515 vsize=5356 CPUtime=0
/proc/4037/stat : 4037 (sh) S 28515 28515 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612794 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4037/statm: 1339 232 193 169 0 50 0
[pid=4038] ppid=4037 vsize=80476 CPUtime=1471.9
/proc/4038/stat : 4038 (picosat) R 4037 28515 25392 0 -1 4194304 21309 0 0 0 146054 1136 0 0 25 0 1 0 23612794 82407424 19096 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/4038/statm: 20119 19096 48 102 0 20014 0
Current children cumulated CPU time (s) 1563.72
Current children cumulated vsize (KiB) 102700

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/87 22056
/proc/meminfo: memFree=1497920/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=91.82
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1365 47252 0 2 6 2 9110 64 17 0 1 0 23603322 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28515/statm: 4217 1113 409 3 0 796 0
[pid=4037] ppid=28515 vsize=5356 CPUtime=0
/proc/4037/stat : 4037 (sh) S 28515 28515 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612794 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4037/statm: 1339 232 193 169 0 50 0
[pid=4038] ppid=4037 vsize=80476 CPUtime=1531.65
/proc/4038/stat : 4038 (picosat) R 4037 28515 25392 0 -1 4194304 21309 0 0 0 152029 1136 0 0 25 0 1 0 23612794 82407424 19096 996147200 134512640 134931368 4294956256 18446744073709551615 134524208 0 0 4096 0 0 0 0 17 0 0 0
/proc/4038/statm: 20119 19096 48 102 0 20014 0
Current children cumulated CPU time (s) 1623.47
Current children cumulated vsize (KiB) 102700

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/87 22058
/proc/meminfo: memFree=1497792/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=91.82
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1365 47252 0 2 6 2 9110 64 17 0 1 0 23603322 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28515/statm: 4217 1113 409 3 0 796 0
[pid=4037] ppid=28515 vsize=5356 CPUtime=0
/proc/4037/stat : 4037 (sh) S 28515 28515 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612794 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4037/statm: 1339 232 193 169 0 50 0
[pid=4038] ppid=4037 vsize=80476 CPUtime=1591.41
/proc/4038/stat : 4038 (picosat) R 4037 28515 25392 0 -1 4194304 21538 0 0 0 158004 1137 0 0 25 0 1 0 23612794 82407424 19110 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/4038/statm: 20119 19110 48 102 0 20014 0
Current children cumulated CPU time (s) 1683.23
Current children cumulated vsize (KiB) 102700

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/87 22058
/proc/meminfo: memFree=1497856/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=91.82
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1365 47252 0 2 6 2 9110 64 17 0 1 0 23603322 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28515/statm: 4217 1113 409 3 0 796 0
[pid=4037] ppid=28515 vsize=5356 CPUtime=0
/proc/4037/stat : 4037 (sh) S 28515 28515 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612794 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4037/statm: 1339 232 193 169 0 50 0
[pid=4038] ppid=4037 vsize=80476 CPUtime=1651.15
/proc/4038/stat : 4038 (picosat) R 4037 28515 25392 0 -1 4194304 21538 0 0 0 163978 1137 0 0 25 0 1 0 23612794 82407424 19110 996147200 134512640 134931368 4294956256 18446744073709551615 134529446 0 0 4096 0 0 0 0 17 0 0 0
/proc/4038/statm: 20119 19110 48 102 0 20014 0
Current children cumulated CPU time (s) 1742.97
Current children cumulated vsize (KiB) 102700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1839.6 s]
/proc/loadavg: 2.00 2.00 2.06 3/87 22058
/proc/meminfo: memFree=1497856/2055920 swapFree=4192812/4192956
[pid=28515] ppid=28510 vsize=16868 CPUtime=91.82
/proc/28515/stat : 28515 (sugar) S 28510 28515 25392 0 -1 4194304 1365 47252 0 2 6 2 9110 64 17 0 1 0 23603322 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28515/statm: 4217 1113 409 3 0 796 0
[pid=4037] ppid=28515 vsize=5356 CPUtime=0
/proc/4037/stat : 4037 (sh) S 28515 28515 25392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23612794 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4037/statm: 1339 232 193 169 0 50 0
[pid=4038] ppid=4037 vsize=80476 CPUtime=1708.22
/proc/4038/stat : 4038 (picosat) R 4037 28515 25392 0 -1 4194304 21538 0 0 0 169685 1137 0 0 25 0 1 0 23612794 82407424 19110 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/4038/statm: 20119 19110 48 102 0 20014 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 102700

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 28515 and gives
#  childrusage.ru_utime.tv_sec=91
#  childrusage.ru_utime.tv_usec=169140
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=693894
# CPU time returned by wait4() is 91.863
# 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): 1839.65
CPU time (s): 1800.04
CPU user time (s): 1788.01
CPU system time (s): 12.03
CPU usage (%): 97.847
Max. virtual memory (cumulated for all children) (KiB): 901208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.1691
system time used= 0.693894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49097
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= 9126
involuntary context switches= 9964

runsolver used 1.78973 second user time and 5.2812 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-12 04:23:20
IDJOB=2077648
IDBENCH=56642
IDSOLVER=738
FILE ID=node64/2077648-1247365400
PBS_JOBID= 9507105
Free space on /tmp= 66344 MiB

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

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

MD5SUM BENCH= 4360b7515e3cf9892bebc930385bd72b
RANDOM SEED=1788068154

node64.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.220
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.220
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:       1734144 kB
Buffers:         34736 kB
Cached:         154440 kB
SwapCached:          0 kB
Active:         141180 kB
Inactive:       109324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2932 kB
Writeback:           0 kB
Mapped:          73196 kB
Slab:            55856 kB
Committed_AS:   221096 kB
PageTables:       2028 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= 66344 MiB
End job on node64 at 2009-07-12 04:54:02