Trace number 2086360

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.1 1805.43

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-25-25-9-9-3_glb.xml
MD5SUM7cebeb969d1f6f6aa3f29840f791d3da
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.5294
Satisfiable
(Un)Satisfiability was proved
Number of variables8125
Number of constraints7850
Maximum constraint arity25
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7500
Global constraints used (with number of constraints)weightedsum(350)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 09:24:36 2009
0.06/0.08	c 0	PID 21800
0.06/0.08	c 0	HOST node22.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2086360-1247383476.xml TO HOME/temp.csp
0.06/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-2086360-1247383476.xml' 'HOME/temp.csp'
1.06/1.13	c 1	1 domains, 8125 variables, 1 predicates, 0 relations, 7850 constraints
1.06/1.18	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.18	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'
1.09/1.26	c 1	Parsing HOME/temp.csp
1.09/1.41	c 2	parsed 10000 expressions
1.09/1.54	c 2	parsed 15977 expressions
1.09/1.55	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.55	c 2	Converting to clausal form CSP
1.09/1.60	c 2	converted 1598 (10%) expressions
1.09/1.60	c 2	converted 3196 (20%) expressions
1.09/1.60	c 2	converted 4794 (30%) expressions
1.09/1.61	c 2	converted 6391 (40%) expressions
1.09/1.61	c 2	converted 7989 (50%) expressions
2.17/2.38	c 3	converted 9587 (60%) expressions
2.77/2.91	c 3	converted 11184 (70%) expressions
3.17/3.31	c 3	converted 12782 (80%) expressions
3.75/3.91	c 4	converted 14380 (90%) expressions
4.55/4.77	c 5	converted 15977 (100%) expressions
4.55/4.78	c 5	CSP : 25225 integers, 15000 booleans, 79900 clauses, largest domain size 10
4.55/4.78	c 5	Heap : 48 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.55/4.78	c 5	Propagation in CSP
4.85/5.02	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.85/5.03	c 5	CSP : 25225 integers, 15000 booleans, 79900 clauses, largest domain size 10
4.85/5.03	c 5	Heap : 51 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.85/5.06	c 5	Simplifing CSP by introducing new Boolean variables
4.85/5.09	c 5	CSP : 25225 integers, 15000 booleans, 79900 clauses, largest domain size 10
4.85/5.09	c 5	Heap : 52 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.15/5.39	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.25/5.43	c 6	2523 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.25/5.44	c 6	5045 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.25/5.44	c 6	7568 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.25/5.44	c 6	10090 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.25/5.45	c 6	12613 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.25/5.45	c 6	15135 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.25/5.46	c 6	17658 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.25/5.46	c 6	20180 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.25/5.46	c 6	22703 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.25/5.48	c 6	25225 (100%) CSP integer variables are encoded (10600 clauses, 159064 bytes)
5.35/5.57	c 6	7990 (10%) CSP clauses are encoded (18590 clauses, 273738 bytes)
5.44/5.62	c 6	15980 (20%) CSP clauses are encoded (26580 clauses, 395476 bytes)
5.44/5.67	c 6	23970 (30%) CSP clauses are encoded (34570 clauses, 519178 bytes)
5.53/5.73	c 6	31960 (40%) CSP clauses are encoded (42560 clauses, 645420 bytes)
5.53/5.78	c 6	39950 (50%) CSP clauses are encoded (50550 clauses, 771662 bytes)
5.64/5.83	c 6	47940 (60%) CSP clauses are encoded (58540 clauses, 897904 bytes)
5.64/5.89	c 6	55930 (70%) CSP clauses are encoded (66530 clauses, 1024146 bytes)
5.74/5.94	c 6	63920 (80%) CSP clauses are encoded (74520 clauses, 1150388 bytes)
5.74/5.99	c 6	71910 (90%) CSP clauses are encoded (82510 clauses, 1276630 bytes)
21.87/22.25	c 22	79900 (100%) CSP clauses are encoded (1122700 clauses, 31930364 bytes)
21.87/22.25	c 22	79900 CSP clauses encoded
21.87/22.25	c 22	Writing map file : HOME/temp.map
21.87/22.29	c 22	Heap : 42 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.87/22.29	c 22	SAT : 50825 SAT variables, 1122700 SAT clauses, 31930364 bytes
21.87/22.29	c 22	Heap : 42 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.97/22.32	c 22	SOLVING HOME/temp.cnf
21.97/22.32	c 22	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.10/1805.42	c ERROR INTERRUPTED
1800.10/1805.43	s UNKNOWN
1800.10/1805.43	c 1806	CPU 22 (0.06 0.01 21.54 0.39)
1800.10/1805.43	c 1806	END Sun Jul 12 09:54:42 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-2086360-1247383476/watcher-2086360-1247383476 -o /tmp/evaluation-result-2086360-1247383476/solver-2086360-1247383476 -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-2086360-1247383476.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.21 2.08 2.02 4/72 21800
/proc/meminfo: memFree=1907040/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=18576 CPUtime=0
/proc/21800/stat : 21800 (runsolver) R 21798 21800 21017 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25414107 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21800/statm: 4644 284 249 26 0 2626 0

[startup+0.0808789 s]
/proc/loadavg: 2.21 2.08 2.02 4/72 21800
/proc/meminfo: memFree=1907040/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16740 CPUtime=0.06
/proc/21800/stat : 21800 (sugar) R 21798 21800 21017 0 -1 4194304 1125 0 0 0 5 1 0 0 18 0 1 0 25414107 17141760 1093 996147200 4194304 4206940 548682068608 18446744073709551615 272476712914 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21800/statm: 4185 1093 392 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10181 s]
/proc/loadavg: 2.21 2.08 2.02 4/72 21800
/proc/meminfo: memFree=1907040/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=0.06
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25414107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301837 s]
/proc/loadavg: 2.21 2.08 2.02 4/72 21800
/proc/meminfo: memFree=1907040/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=0.06
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25414107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701895 s]
/proc/loadavg: 2.21 2.08 2.02 4/72 21800
/proc/meminfo: memFree=1907040/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=0.06
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25414107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50201 s]
/proc/loadavg: 2.19 2.08 2.02 3/83 21812
/proc/meminfo: memFree=1880200/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=1.09
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1309 10033 0 1 5 1 98 5 15 0 1 0 25414107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 16868

[startup+3.10124 s]
/proc/loadavg: 2.19 2.08 2.02 4/83 21822
/proc/meminfo: memFree=1881160/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=1.09
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1309 10033 0 1 5 1 98 5 15 0 1 0 25414107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1111 409 3 0 796 0
[pid=21813] ppid=21800 vsize=5356 CPUtime=0
/proc/21813/stat : 21813 (sh) S 21800 21800 21017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25414226 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21813/statm: 1339 233 193 169 0 50 0
[pid=21814] ppid=21813 vsize=868592 CPUtime=1.88
/proc/21814/stat : 21814 (java) S 21813 21800 21017 0 -1 0 13356 0 1 0 181 7 0 0 18 0 9 0 25414226 889438208 12275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21814/statm: 217148 12275 2566 9 0 211653 0
[pid=21814/tid=21815] ppid=21813 vsize=868592 CPUtime=1.05
/proc/21814/task/21815/stat : 21815 (java) R 21813 21800 21017 0 -1 64 2870 0 1 0 104 1 0 0 25 0 9 0 25414227 889438208 12275 996147200 134512640 134550932 4294955936 18446744073709551615 4126514822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21816] ppid=21813 vsize=868592 CPUtime=0.61
/proc/21814/task/21816/stat : 21816 (java) S 21813 21800 21017 0 -1 64 8286 0 0 0 57 4 0 0 16 0 9 0 25414228 889438208 12275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21817] ppid=21813 vsize=868592 CPUtime=0
/proc/21814/task/21817/stat : 21817 (java) S 21813 21800 21017 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25414228 889438208 12275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21818] ppid=21813 vsize=868592 CPUtime=0
/proc/21814/task/21818/stat : 21818 (java) S 21813 21800 21017 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25414228 889438208 12275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21819] ppid=21813 vsize=868592 CPUtime=0
/proc/21814/task/21819/stat : 21819 (java) S 21813 21800 21017 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25414230 889438208 12275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21820] ppid=21813 vsize=868592 CPUtime=0.19
/proc/21814/task/21820/stat : 21820 (java) S 21813 21800 21017 0 -1 64 1498 0 0 0 19 0 0 0 16 0 9 0 25414230 889438208 12275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21821] ppid=21813 vsize=868592 CPUtime=0
/proc/21814/task/21821/stat : 21821 (java) S 21813 21800 21017 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25414230 889438208 12275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21822] ppid=21813 vsize=868592 CPUtime=0
/proc/21814/task/21822/stat : 21822 (java) S 21813 21800 21017 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25414230 889438208 12275 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890816

[startup+6.3027 s]
/proc/loadavg: 2.19 2.08 2.02 3/83 21822
/proc/meminfo: memFree=1837192/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=1.1
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1310 10033 0 1 6 1 98 5 15 0 1 0 25414107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1111 409 3 0 796 0
[pid=21813] ppid=21800 vsize=5356 CPUtime=0
/proc/21813/stat : 21813 (sh) S 21800 21800 21017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25414226 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21813/statm: 1339 233 193 169 0 50 0
[pid=21814] ppid=21813 vsize=868704 CPUtime=5.05
/proc/21814/stat : 21814 (java) S 21813 21800 21017 0 -1 0 20946 0 1 0 492 13 0 0 18 0 9 0 25414226 889552896 19090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21814/statm: 217176 19090 2590 9 0 211653 0
[pid=21814/tid=21815] ppid=21813 vsize=868704 CPUtime=3.31
/proc/21814/task/21815/stat : 21815 (java) R 21813 21800 21017 0 -1 64 3339 0 1 0 328 3 0 0 25 0 9 0 25414227 889552896 19090 996147200 134512640 134550932 4294955936 18446744073709551615 4127121627 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21816] ppid=21813 vsize=868704 CPUtime=1.44
/proc/21814/task/21816/stat : 21816 (java) S 21813 21800 21017 0 -1 64 15351 0 0 0 136 8 0 0 16 0 9 0 25414228 889552896 19090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21817] ppid=21813 vsize=868704 CPUtime=0
/proc/21814/task/21817/stat : 21817 (java) S 21813 21800 21017 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25414228 889552896 19090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21818] ppid=21813 vsize=868704 CPUtime=0
/proc/21814/task/21818/stat : 21818 (java) S 21813 21800 21017 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25414228 889552896 19090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21819] ppid=21813 vsize=868704 CPUtime=0
/proc/21814/task/21819/stat : 21819 (java) S 21813 21800 21017 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25414230 889552896 19090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21820] ppid=21813 vsize=868704 CPUtime=0.26
/proc/21814/task/21820/stat : 21820 (java) S 21813 21800 21017 0 -1 64 1554 0 0 0 26 0 0 0 15 0 9 0 25414230 889552896 19090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21821] ppid=21813 vsize=868704 CPUtime=0
/proc/21814/task/21821/stat : 21821 (java) S 21813 21800 21017 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25414230 889552896 19090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21822] ppid=21813 vsize=868704 CPUtime=0
/proc/21814/task/21822/stat : 21822 (java) S 21813 21800 21017 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25414230 889552896 19090 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890928

[startup+12.7026 s]
/proc/loadavg: 2.16 2.08 2.01 3/83 21822
/proc/meminfo: memFree=1824136/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=1.1
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1310 10033 0 1 6 1 98 5 15 0 1 0 25414107 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1111 409 3 0 796 0
[pid=21813] ppid=21800 vsize=5356 CPUtime=0
/proc/21813/stat : 21813 (sh) S 21800 21800 21017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25414226 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21813/statm: 1339 233 193 169 0 50 0
[pid=21814] ppid=21813 vsize=868704 CPUtime=11.37
/proc/21814/stat : 21814 (java) S 21813 21800 21017 0 -1 0 21057 0 1 0 1117 20 0 0 18 0 9 0 25414226 889552896 19096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21814/statm: 217176 19096 2590 9 0 211653 0
[pid=21814/tid=21815] ppid=21813 vsize=868704 CPUtime=9.58
/proc/21814/task/21815/stat : 21815 (java) R 21813 21800 21017 0 -1 64 3445 0 1 0 948 10 0 0 25 0 9 0 25414227 889552896 19096 996147200 134512640 134550932 4294955936 18446744073709551615 4127138213 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21816] ppid=21813 vsize=868704 CPUtime=1.49
/proc/21814/task/21816/stat : 21816 (java) S 21813 21800 21017 0 -1 64 15351 0 0 0 141 8 0 0 16 0 9 0 25414228 889552896 19096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21817] ppid=21813 vsize=868704 CPUtime=0
/proc/21814/task/21817/stat : 21817 (java) S 21813 21800 21017 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25414228 889552896 19096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21818] ppid=21813 vsize=868704 CPUtime=0
/proc/21814/task/21818/stat : 21818 (java) S 21813 21800 21017 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25414228 889552896 19096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21819] ppid=21813 vsize=868704 CPUtime=0
/proc/21814/task/21819/stat : 21819 (java) S 21813 21800 21017 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25414230 889552896 19096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21820] ppid=21813 vsize=868704 CPUtime=0.27
/proc/21814/task/21820/stat : 21820 (java) S 21813 21800 21017 0 -1 64 1559 0 0 0 27 0 0 0 16 0 9 0 25414230 889552896 19096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21821] ppid=21813 vsize=868704 CPUtime=0
/proc/21814/task/21821/stat : 21821 (java) S 21813 21800 21017 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25414230 889552896 19096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21814/tid=21822] ppid=21813 vsize=868704 CPUtime=0
/proc/21814/task/21822/stat : 21822 (java) S 21813 21800 21017 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25414230 889552896 19096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890928

[startup+25.5015 s]
/proc/loadavg: 2.14 2.07 2.01 3/75 21824
/proc/meminfo: memFree=1859400/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=21.99
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1365 31555 0 2 6 1 2154 38 16 0 1 0 25414107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1113 409 3 0 796 0
[pid=21823] ppid=21800 vsize=5356 CPUtime=0
/proc/21823/stat : 21823 (sh) S 21800 21800 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21823/statm: 1339 232 193 169 0 50 0
[pid=21824] ppid=21823 vsize=14600 CPUtime=3.14
/proc/21824/stat : 21824 (picosat) R 21823 21800 21017 0 -1 4194304 3303 0 0 0 144 170 0 0 25 0 1 0 25416339 14950400 3278 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21824/statm: 3650 3278 40 102 0 3545 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 36824

[startup+51.1012 s]
/proc/loadavg: 2.08 2.06 2.01 3/75 21824
/proc/meminfo: memFree=1820168/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=21.99
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1365 31555 0 2 6 1 2154 38 16 0 1 0 25414107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1113 409 3 0 796 0
[pid=21823] ppid=21800 vsize=5356 CPUtime=0
/proc/21823/stat : 21823 (sh) S 21800 21800 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21823/statm: 1339 232 193 169 0 50 0
[pid=21824] ppid=21823 vsize=57212 CPUtime=28.5
/proc/21824/stat : 21824 (picosat) R 21823 21800 21017 0 -1 4194304 12995 0 0 0 2036 814 0 0 25 0 1 0 25416339 58585088 12960 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21824/statm: 14303 12960 48 102 0 14198 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 79436

[startup+102.307 s]
/proc/loadavg: 2.03 2.05 2.01 3/75 21824
/proc/meminfo: memFree=1802888/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=21.99
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1365 31555 0 2 6 1 2154 38 16 0 1 0 25414107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1113 409 3 0 796 0
[pid=21823] ppid=21800 vsize=5356 CPUtime=0
/proc/21823/stat : 21823 (sh) S 21800 21800 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21823/statm: 1339 232 193 169 0 50 0
[pid=21824] ppid=21823 vsize=74352 CPUtime=79.22
/proc/21824/stat : 21824 (picosat) R 21823 21800 21017 0 -1 4194304 17324 0 0 0 7104 818 0 0 25 0 1 0 25416339 76136448 17275 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21824/statm: 18588 17275 48 102 0 18483 0
Current children cumulated CPU time (s) 101.21

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

/proc/meminfo: memFree=1591232/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=21.99
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1365 31555 0 2 6 1 2154 38 16 0 1 0 25414107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1113 409 3 0 796 0
[pid=21823] ppid=21800 vsize=5356 CPUtime=0
/proc/21823/stat : 21823 (sh) S 21800 21800 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21823/statm: 1339 232 193 169 0 50 0
[pid=21824] ppid=21823 vsize=114912 CPUtime=1275.22
/proc/21824/stat : 21824 (picosat) R 21823 21800 21017 0 -1 4194304 28554 0 0 0 126687 835 0 0 25 0 1 0 25416339 117669888 27325 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/21824/statm: 28728 27325 48 102 0 28623 0
Current children cumulated CPU time (s) 1297.21
Current children cumulated vsize (KiB) 137136

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/77 21913
/proc/meminfo: memFree=1584832/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=21.99
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1365 31555 0 2 6 1 2154 38 16 0 1 0 25414107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1113 409 3 0 796 0
[pid=21823] ppid=21800 vsize=5356 CPUtime=0
/proc/21823/stat : 21823 (sh) S 21800 21800 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21823/statm: 1339 232 193 169 0 50 0
[pid=21824] ppid=21823 vsize=120172 CPUtime=1335.19
/proc/21824/stat : 21824 (picosat) R 21823 21800 21017 0 -1 4194304 30053 0 0 0 132682 837 0 0 25 0 1 0 25416339 123056128 28659 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21824/statm: 30043 28659 48 102 0 29938 0
Current children cumulated CPU time (s) 1357.18
Current children cumulated vsize (KiB) 142396

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.03 3/77 21913
/proc/meminfo: memFree=1584128/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=21.99
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1365 31555 0 2 6 1 2154 38 16 0 1 0 25414107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1113 409 3 0 796 0
[pid=21823] ppid=21800 vsize=5356 CPUtime=0
/proc/21823/stat : 21823 (sh) S 21800 21800 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21823/statm: 1339 232 193 169 0 50 0
[pid=21824] ppid=21823 vsize=120172 CPUtime=1395.18
/proc/21824/stat : 21824 (picosat) R 21823 21800 21017 0 -1 4194304 30053 0 0 0 138680 838 0 0 25 0 1 0 25416339 123056128 28659 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/21824/statm: 30043 28659 48 102 0 29938 0
Current children cumulated CPU time (s) 1417.17
Current children cumulated vsize (KiB) 142396

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/77 21913
/proc/meminfo: memFree=1583488/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=21.99
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1365 31555 0 2 6 1 2154 38 16 0 1 0 25414107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1113 409 3 0 796 0
[pid=21823] ppid=21800 vsize=5356 CPUtime=0
/proc/21823/stat : 21823 (sh) S 21800 21800 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21823/statm: 1339 232 193 169 0 50 0
[pid=21824] ppid=21823 vsize=120172 CPUtime=1455.14
/proc/21824/stat : 21824 (picosat) R 21823 21800 21017 0 -1 4194304 30053 0 0 0 144676 838 0 0 25 0 1 0 25416339 123056128 28659 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/21824/statm: 30043 28659 48 102 0 29938 0
Current children cumulated CPU time (s) 1477.13
Current children cumulated vsize (KiB) 142396

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/77 21913
/proc/meminfo: memFree=1577856/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=21.99
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1365 31555 0 2 6 1 2154 38 16 0 1 0 25414107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1113 409 3 0 796 0
[pid=21823] ppid=21800 vsize=5356 CPUtime=0
/proc/21823/stat : 21823 (sh) S 21800 21800 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21823/statm: 1339 232 193 169 0 50 0
[pid=21824] ppid=21823 vsize=124748 CPUtime=1515.11
/proc/21824/stat : 21824 (picosat) R 21823 21800 21017 0 -1 4194304 31394 0 0 0 150672 839 0 0 25 0 1 0 25416339 127741952 29827 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21824/statm: 31187 29827 48 102 0 31082 0
Current children cumulated CPU time (s) 1537.1
Current children cumulated vsize (KiB) 146972

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/77 21915
/proc/meminfo: memFree=1577024/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=21.99
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1365 31555 0 2 6 1 2154 38 16 0 1 0 25414107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1113 409 3 0 796 0
[pid=21823] ppid=21800 vsize=5356 CPUtime=0
/proc/21823/stat : 21823 (sh) S 21800 21800 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21823/statm: 1339 232 193 169 0 50 0
[pid=21824] ppid=21823 vsize=124748 CPUtime=1575.09
/proc/21824/stat : 21824 (picosat) R 21823 21800 21017 0 -1 4194304 31394 0 0 0 156670 839 0 0 25 0 1 0 25416339 127741952 29827 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 0 0 0
/proc/21824/statm: 31187 29827 48 102 0 31082 0
Current children cumulated CPU time (s) 1597.08
Current children cumulated vsize (KiB) 146972

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/77 21915
/proc/meminfo: memFree=1576128/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=21.99
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1365 31555 0 2 6 1 2154 38 16 0 1 0 25414107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1113 409 3 0 796 0
[pid=21823] ppid=21800 vsize=5356 CPUtime=0
/proc/21823/stat : 21823 (sh) S 21800 21800 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21823/statm: 1339 232 193 169 0 50 0
[pid=21824] ppid=21823 vsize=124748 CPUtime=1635.06
/proc/21824/stat : 21824 (picosat) R 21823 21800 21017 0 -1 4194304 31394 0 0 0 162667 839 0 0 25 0 1 0 25416339 127741952 29827 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21824/statm: 31187 29827 48 102 0 31082 0
Current children cumulated CPU time (s) 1657.05
Current children cumulated vsize (KiB) 146972

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 21915
/proc/meminfo: memFree=1566784/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=21.99
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1365 31555 0 2 6 1 2154 38 16 0 1 0 25414107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1113 409 3 0 796 0
[pid=21823] ppid=21800 vsize=5356 CPUtime=0
/proc/21823/stat : 21823 (sh) S 21800 21800 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21823/statm: 1339 232 193 169 0 50 0
[pid=21824] ppid=21823 vsize=133780 CPUtime=1695.03
/proc/21824/stat : 21824 (picosat) R 21823 21800 21017 0 -1 4194304 33655 0 0 0 168661 842 0 0 25 0 1 0 25416339 136990720 32088 996147200 134512640 134931368 4294956256 18446744073709551615 134525631 0 0 4096 0 0 0 0 17 0 0 0
/proc/21824/statm: 33445 32088 48 102 0 33340 0
Current children cumulated CPU time (s) 1717.02
Current children cumulated vsize (KiB) 156004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 21915
/proc/meminfo: memFree=1563008/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=21.99
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1365 31555 0 2 6 1 2154 38 16 0 1 0 25414107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1113 409 3 0 796 0
[pid=21823] ppid=21800 vsize=5356 CPUtime=0
/proc/21823/stat : 21823 (sh) S 21800 21800 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21823/statm: 1339 232 193 169 0 50 0
[pid=21824] ppid=21823 vsize=136000 CPUtime=1755.02
/proc/21824/stat : 21824 (picosat) R 21823 21800 21017 0 -1 4194304 34395 0 0 0 174659 843 0 0 25 0 1 0 25416339 139264000 32647 996147200 134512640 134931368 4294956256 18446744073709551615 134520081 0 0 4096 0 0 0 0 17 0 0 0
/proc/21824/statm: 34000 32647 48 102 0 33895 0
Current children cumulated CPU time (s) 1777.01
Current children cumulated vsize (KiB) 158224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 21915
/proc/meminfo: memFree=1562816/2055920 swapFree=4192812/4192956
[pid=21800] ppid=21798 vsize=16868 CPUtime=21.99
/proc/21800/stat : 21800 (sugar) S 21798 21800 21017 0 -1 4194304 1365 31555 0 2 6 1 2154 38 16 0 1 0 25414107 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21800/statm: 4217 1113 409 3 0 796 0
[pid=21823] ppid=21800 vsize=5356 CPUtime=0
/proc/21823/stat : 21823 (sh) S 21800 21800 21017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25416339 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21823/statm: 1339 232 193 169 0 50 0
[pid=21824] ppid=21823 vsize=136000 CPUtime=1778.11
/proc/21824/stat : 21824 (picosat) R 21823 21800 21017 0 -1 4194304 34395 0 0 0 176968 843 0 0 25 0 1 0 25416339 139264000 32647 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/21824/statm: 34000 32647 48 102 0 33895 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 158224

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 21800 and gives
#  childrusage.ru_utime.tv_sec=21
#  childrusage.ru_utime.tv_usec=613714
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=407937
# CPU time returned by wait4() is 22.0217
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.43
CPU time (s): 1800.1
CPU user time (s): 1791.28
CPU system time (s): 8.82
CPU usage (%): 99.7047
Max. virtual memory (cumulated for all children) (KiB): 891820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.6137
system time used= 0.407937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33314
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= 6461
involuntary context switches= 6802

runsolver used 2.02169 second user time and 6.21206 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 09:24:36
IDJOB=2086360
IDBENCH=58585
IDSOLVER=738
FILE ID=node22/2086360-1247383476
PBS_JOBID= 9507316
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-25-25-9-9-3_glb.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-2086360-1247383476/watcher-2086360-1247383476 -o /tmp/evaluation-result-2086360-1247383476/solver-2086360-1247383476 -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-2086360-1247383476.xml

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

MD5SUM BENCH= 7cebeb969d1f6f6aa3f29840f791d3da
RANDOM SEED=1023849764

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1907520 kB
Buffers:          9404 kB
Cached:          70020 kB
SwapCached:          0 kB
Active:          78696 kB
Inactive:        22924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1907520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2976 kB
Writeback:           0 kB
Mapped:          33728 kB
Slab:            32192 kB
Committed_AS:   159484 kB
PageTables:       1692 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= 66344 MiB
End job on node22 at 2009-07-12 09:54:44