Trace number 1081779

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.13+picosat? (TO) 1800.04 1814.55

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-45.xml
MD5SUMc4567f2420b9c0b07f072179a1cd8341
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark346.213
Satisfiable
(Un)Satisfiability was proved
Number of variables2025
Number of constraints44594
Maximum constraint arity2
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44594
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 02:49:48 2008
0.00/0.04	c 0	PID 7254
0.03/0.04	c 0	HOST node63.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1081779-1215218988.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081779-1215218988.xml' 'HOME/temp.csp'
2.17/2.24	c 2	1 domains, 2025 variables, 4 predicates, 0 relations, 44594 constraints
2.17/2.30	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.22/2.30	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.22/2.38	c 3	Parsing HOME/temp.csp
2.22/2.67	c 3	parsed 10000 expressions
2.22/2.86	c 3	parsed 20000 expressions
2.22/3.06	c 3	parsed 30000 expressions
3.09/3.22	c 3	parsed 40000 expressions
3.19/3.39	c 4	parsed 46624 expressions
3.19/3.39	c 4	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.19/3.39	c 4	Converting to clausal form CSP
3.88/4.07	c 4	converted 4663 (10%) expressions
4.78/4.97	c 5	converted 9325 (20%) expressions
5.57/5.74	c 6	converted 13988 (30%) expressions
6.36/6.50	c 7	converted 18650 (40%) expressions
7.35/7.53	c 8	converted 23312 (50%) expressions
8.04/8.28	c 9	converted 27975 (60%) expressions
8.83/9.04	c 9	converted 32637 (70%) expressions
9.53/9.80	c 10	converted 37300 (80%) expressions
10.71/10.94	c 11	converted 41962 (90%) expressions
11.41/11.68	c 12	converted 46624 (100%) expressions
11.41/11.69	c 12	CSP : 2025 integers, 42976 booleans, 132526 clauses, largest domain size 45
11.41/11.69	c 12	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.41/11.69	c 12	Propagation in CSP
13.59/13.83	c 14	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.59/13.83	c 14	CSP : 2025 integers, 42976 booleans, 132526 clauses, largest domain size 45
13.59/13.83	c 14	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.59/13.86	c 14	Simplifing CSP by introducing new Boolean variables
13.88/14.15	c 14	CSP : 2025 integers, 89100 booleans, 178650 clauses, largest domain size 45
13.88/14.15	c 14	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.38/14.65	c 15	Encoding CSP to SAT : HOME/temp.cnf
14.47/14.74	c 15	203 (10%) CSP integer variables are encoded (8729 clauses, 111378 bytes)
14.47/14.78	c 15	405 (20%) CSP integer variables are encoded (17415 clauses, 239583 bytes)
14.57/14.82	c 15	608 (30%) CSP integer variables are encoded (26144 clauses, 370518 bytes)
14.57/14.87	c 15	810 (40%) CSP integer variables are encoded (34830 clauses, 500808 bytes)
14.67/14.91	c 15	1013 (50%) CSP integer variables are encoded (43559 clauses, 631743 bytes)
14.67/14.95	c 15	1215 (60%) CSP integer variables are encoded (52245 clauses, 762033 bytes)
14.67/14.99	c 15	1418 (70%) CSP integer variables are encoded (60974 clauses, 892968 bytes)
14.77/15.03	c 15	1620 (80%) CSP integer variables are encoded (69660 clauses, 1023258 bytes)
14.77/15.07	c 15	1823 (90%) CSP integer variables are encoded (78389 clauses, 1154193 bytes)
14.86/15.11	c 15	2025 (100%) CSP integer variables are encoded (87075 clauses, 1284483 bytes)
17.53/17.85	c 18	17865 (10%) CSP clauses are encoded (685163 clauses, 13664119 bytes)
20.12/20.47	c 21	35730 (20%) CSP clauses are encoded (1282619 clauses, 26206825 bytes)
22.77/23.15	c 23	53595 (30%) CSP clauses are encoded (1882984 clauses, 39522068 bytes)
25.45/25.82	c 26	71460 (40%) CSP clauses are encoded (2481641 clauses, 53081318 bytes)
28.11/28.52	c 29	89325 (50%) CSP clauses are encoded (3081492 clauses, 66668820 bytes)
30.68/31.17	c 31	107190 (60%) CSP clauses are encoded (3677462 clauses, 80166354 bytes)
33.35/33.88	c 34	125055 (70%) CSP clauses are encoded (4280149 clauses, 93820548 bytes)
36.02/36.57	c 37	142920 (80%) CSP clauses are encoded (4876975 clauses, 107338208 bytes)
38.68/39.29	c 40	160785 (90%) CSP clauses are encoded (5480271 clauses, 121007758 bytes)
41.35/41.99	c 42	178650 (100%) CSP clauses are encoded (6082789 clauses, 134657348 bytes)
41.35/41.99	c 42	178650 CSP clauses encoded
41.35/42.00	c 42	Writing map file : HOME/temp.map
41.46/42.05	c 42	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
41.46/42.05	c 42	SAT : 178200 SAT variables, 6082789 SAT clauses, 134657348 bytes
41.46/42.05	c 42	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
41.51/42.12	c 42	SOLVING HOME/temp.cnf
41.51/42.12	c 42	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1814.52	c ERROR INTERRUPTED
1800.04/1814.54	s UNKNOWN
1800.04/1814.54	c 1815	CPU 40.46 (0.04 0 40.42 1.1)
1800.04/1814.54	c 1815	END Sat Jul  5 03:20:03 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081779-1215218988/watcher-1081779-1215218988 -o /tmp/evaluation-result-1081779-1215218988/solver-1081779-1215218988 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1081779-1215218988.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.04 2.00 4/72 7254
/proc/meminfo: memFree=1038328/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=12268 CPUtime=0
/proc/7254/stat : 7254 (sugar) R 7252 7254 5874 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 133894146 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244277017189 0 0 4224 0 0 0 0 17 1 0 0
/proc/7254/statm: 3067 316 241 3 0 167 0

[startup+0.045954 s]
/proc/loadavg: 1.93 2.04 2.00 4/72 7254
/proc/meminfo: memFree=1038328/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=0.03
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 837 0 0 0 3 0 0 0 20 0 1 0 133894146 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102154 s]
/proc/loadavg: 1.93 2.04 2.00 4/72 7254
/proc/meminfo: memFree=1038328/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=0.03
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 133894146 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30119 s]
/proc/loadavg: 1.93 2.04 2.00 4/72 7254
/proc/meminfo: memFree=1038328/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=0.03
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 133894146 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.703076 s]
/proc/loadavg: 1.93 2.04 2.00 4/72 7254
/proc/meminfo: memFree=1038328/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=0.03
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 133894146 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50242 s]
/proc/loadavg: 1.93 2.04 2.00 4/83 7266
/proc/meminfo: memFree=1002656/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=0.03
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 133894146 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 796 370 3 0 500 0
[pid=7257] ppid=7254 vsize=5356 CPUtime=0
/proc/7257/stat : 7257 (sh) S 7254 7254 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133894150 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7257/statm: 1339 233 193 169 0 50 0
[pid=7258] ppid=7257 vsize=864660 CPUtime=1.44
/proc/7258/stat : 7258 (java) S 7257 7254 5874 0 -1 0 18883 0 1 0 135 9 0 0 18 0 9 0 133894151 885411840 15459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7258/statm: 216165 15459 2529 9 0 210747 0
[pid=7258/tid=7259] ppid=7257 vsize=864660 CPUtime=0.65
/proc/7258/task/7259/stat : 7259 (java) R 7257 7254 5874 0 -1 64 3359 0 1 0 63 2 0 0 25 0 9 0 133894152 885411840 15459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7258/tid=7260] ppid=7257 vsize=864660 CPUtime=0.66
/proc/7258/task/7260/stat : 7260 (java) R 7257 7254 5874 0 -1 64 14322 0 0 0 61 5 0 0 16 0 9 0 133894153 885411840 15459 996147200 134512640 134550740 4294956000 18446744073709551615 101443169 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7258/tid=7261] ppid=7257 vsize=864660 CPUtime=0
/proc/7258/task/7261/stat : 7261 (java) S 7257 7254 5874 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 133894153 885411840 15459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7258/tid=7262] ppid=7257 vsize=864660 CPUtime=0
/proc/7258/task/7262/stat : 7262 (java) S 7257 7254 5874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 133894153 885411840 15459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7258/tid=7263] ppid=7257 vsize=864660 CPUtime=0
/proc/7258/task/7263/stat : 7263 (java) S 7257 7254 5874 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 133894155 885411840 15459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7258/tid=7264] ppid=7257 vsize=864660 CPUtime=0.1
/proc/7258/task/7264/stat : 7264 (java) S 7257 7254 5874 0 -1 64 502 0 0 0 10 0 0 0 16 0 9 0 133894155 885411840 15459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7258/tid=7265] ppid=7257 vsize=864660 CPUtime=0
/proc/7258/task/7265/stat : 7265 (java) S 7257 7254 5874 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 133894155 885411840 15459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7258/tid=7266] ppid=7257 vsize=864660 CPUtime=0
/proc/7258/task/7266/stat : 7266 (java) S 7257 7254 5874 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 133894155 885411840 15459 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883616

[startup+3.10173 s]
/proc/loadavg: 1.93 2.04 2.00 4/83 7266
/proc/meminfo: memFree=967840/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=2.22
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 974 23240 0 1 3 0 207 12 15 0 1 0 133894146 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 13600

[startup+6.30234 s]
/proc/loadavg: 1.94 2.04 2.00 3/83 7276
/proc/meminfo: memFree=999200/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=2.22
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 974 23240 0 1 3 0 207 12 15 0 1 0 133894146 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 797 370 3 0 500 0
[pid=7267] ppid=7254 vsize=5356 CPUtime=0
/proc/7267/stat : 7267 (sh) S 7254 7254 5874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 133894376 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7267/statm: 1339 233 193 169 0 50 0
[pid=7268] ppid=7267 vsize=868412 CPUtime=3.94
/proc/7268/stat : 7268 (java) S 7267 7254 5874 0 -1 0 14499 0 1 0 385 9 0 0 20 0 9 0 133894376 889253888 12920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7268/statm: 217103 12920 2541 9 0 211678 0
[pid=7268/tid=7269] ppid=7267 vsize=868412 CPUtime=3.03
/proc/7268/task/7269/stat : 7269 (java) R 7267 7254 5874 0 -1 64 3070 0 1 0 301 2 0 0 25 0 9 0 133894377 889253888 12920 996147200 134512640 134550740 4294955952 18446744073709551615 4126542222 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7270] ppid=7267 vsize=868412 CPUtime=0.69
/proc/7268/task/7270/stat : 7270 (java) S 7267 7254 5874 0 -1 64 9256 0 0 0 64 5 0 0 16 0 9 0 133894378 889253888 12920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7271] ppid=7267 vsize=868412 CPUtime=0
/proc/7268/task/7271/stat : 7271 (java) S 7267 7254 5874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 133894378 889253888 12920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7272] ppid=7267 vsize=868412 CPUtime=0
/proc/7268/task/7272/stat : 7272 (java) S 7267 7254 5874 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 133894378 889253888 12920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7273] ppid=7267 vsize=868412 CPUtime=0
/proc/7268/task/7273/stat : 7273 (java) S 7267 7254 5874 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 133894380 889253888 12920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7274] ppid=7267 vsize=868412 CPUtime=0.19
/proc/7268/task/7274/stat : 7274 (java) S 7267 7254 5874 0 -1 64 1477 0 0 0 19 0 0 0 16 0 9 0 133894380 889253888 12920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7275] ppid=7267 vsize=868412 CPUtime=0
/proc/7268/task/7275/stat : 7275 (java) S 7267 7254 5874 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 133894380 889253888 12920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7276] ppid=7267 vsize=868412 CPUtime=0
/proc/7268/task/7276/stat : 7276 (java) S 7267 7254 5874 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 133894380 889253888 12920 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887368

[startup+12.7016 s]
/proc/loadavg: 1.94 2.04 2.00 3/83 7276
/proc/meminfo: memFree=953184/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=2.22
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 974 23240 0 1 3 0 207 12 15 0 1 0 133894146 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 797 370 3 0 500 0
[pid=7267] ppid=7254 vsize=5356 CPUtime=0
/proc/7267/stat : 7267 (sh) S 7254 7254 5874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 133894376 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7267/statm: 1339 233 193 169 0 50 0
[pid=7268] ppid=7267 vsize=868412 CPUtime=10.28
/proc/7268/stat : 7268 (java) S 7267 7254 5874 0 -1 0 34807 0 1 0 1009 19 0 0 20 0 9 0 133894376 889253888 23674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7268/statm: 217103 23674 2541 9 0 211678 0
[pid=7268/tid=7269] ppid=7267 vsize=868412 CPUtime=8.13
/proc/7268/task/7269/stat : 7269 (java) R 7267 7254 5874 0 -1 64 3822 0 1 0 810 3 0 0 25 0 9 0 133894377 889253888 23674 996147200 134512640 134550740 4294955952 18446744073709551615 4126622177 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7270] ppid=7267 vsize=868412 CPUtime=1.91
/proc/7268/task/7270/stat : 7270 (java) S 7267 7254 5874 0 -1 64 28804 0 0 0 177 14 0 0 16 0 9 0 133894378 889253888 23674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7271] ppid=7267 vsize=868412 CPUtime=0
/proc/7268/task/7271/stat : 7271 (java) S 7267 7254 5874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 133894378 889253888 23674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7272] ppid=7267 vsize=868412 CPUtime=0
/proc/7268/task/7272/stat : 7272 (java) S 7267 7254 5874 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 133894378 889253888 23674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7273] ppid=7267 vsize=868412 CPUtime=0
/proc/7268/task/7273/stat : 7273 (java) S 7267 7254 5874 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 133894380 889253888 23674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7274] ppid=7267 vsize=868412 CPUtime=0.2
/proc/7268/task/7274/stat : 7274 (java) S 7267 7254 5874 0 -1 64 1485 0 0 0 20 0 0 0 16 0 9 0 133894380 889253888 23674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7275] ppid=7267 vsize=868412 CPUtime=0
/proc/7268/task/7275/stat : 7275 (java) S 7267 7254 5874 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 133894380 889253888 23674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7276] ppid=7267 vsize=868412 CPUtime=0
/proc/7268/task/7276/stat : 7276 (java) S 7267 7254 5874 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 133894380 889253888 23674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887368

[startup+25.503 s]
/proc/loadavg: 1.95 2.04 2.00 3/83 7276
/proc/meminfo: memFree=879584/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=2.22
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 974 23240 0 1 3 0 207 12 16 0 1 0 133894146 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 797 370 3 0 500 0
[pid=7267] ppid=7254 vsize=5356 CPUtime=0
/proc/7267/stat : 7267 (sh) S 7254 7254 5874 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 133894376 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7267/statm: 1339 233 193 169 0 50 0
[pid=7268] ppid=7267 vsize=868524 CPUtime=22.93
/proc/7268/stat : 7268 (java) S 7267 7254 5874 0 -1 0 42029 0 1 0 2242 51 0 0 20 0 9 0 133894376 889368576 28847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7268/statm: 217131 28847 2566 9 0 211678 0
[pid=7268/tid=7269] ppid=7267 vsize=868524 CPUtime=19.82
/proc/7268/task/7269/stat : 7269 (java) R 7267 7254 5874 0 -1 64 4154 0 1 0 1951 31 0 0 25 0 9 0 133894377 889368576 28847 996147200 134512640 134550740 4294955952 18446744073709551615 4127021140 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7270] ppid=7267 vsize=868524 CPUtime=2.81
/proc/7268/task/7270/stat : 7270 (java) S 7267 7254 5874 0 -1 64 35654 0 0 0 263 18 0 0 16 0 9 0 133894378 889368576 28847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7271] ppid=7267 vsize=868524 CPUtime=0
/proc/7268/task/7271/stat : 7271 (java) S 7267 7254 5874 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 133894378 889368576 28847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7272] ppid=7267 vsize=868524 CPUtime=0
/proc/7268/task/7272/stat : 7272 (java) S 7267 7254 5874 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 133894378 889368576 28847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7273] ppid=7267 vsize=868524 CPUtime=0
/proc/7268/task/7273/stat : 7273 (java) S 7267 7254 5874 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 133894380 889368576 28847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7274] ppid=7267 vsize=868524 CPUtime=0.27
/proc/7268/task/7274/stat : 7274 (java) S 7267 7254 5874 0 -1 64 1525 0 0 0 27 0 0 0 16 0 9 0 133894380 889368576 28847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7275] ppid=7267 vsize=868524 CPUtime=0
/proc/7268/task/7275/stat : 7275 (java) S 7267 7254 5874 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 133894380 889368576 28847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7268/tid=7276] ppid=7267 vsize=868524 CPUtime=0
/proc/7268/task/7276/stat : 7276 (java) S 7267 7254 5874 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 133894380 889368576 28847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887480

[startup+51.1018 s]
/proc/loadavg: 1.97 2.03 2.00 3/75 7278
/proc/meminfo: memFree=857248/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=41.56
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 1022 65972 0 2 4 0 4042 110 16 0 1 0 133894146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 799 370 3 0 500 0
[pid=7277] ppid=7254 vsize=5356 CPUtime=0
/proc/7277/stat : 7277 (sh) S 7254 7254 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133898358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7277/statm: 1339 232 193 169 0 50 0
[pid=7278] ppid=7277 vsize=53876 CPUtime=8.89
/proc/7278/stat : 7278 (picosat) R 7277 7254 5874 0 -1 4194304 11458 0 0 0 405 484 0 0 25 0 1 0 133898358 55169024 11444 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0

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

/proc/meminfo: memFree=667744/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=41.56
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 1022 65972 0 2 4 0 4042 110 16 0 1 0 133894146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 799 370 3 0 500 0
[pid=7277] ppid=7254 vsize=5356 CPUtime=0
/proc/7277/stat : 7277 (sh) S 7254 7254 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133898358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7277/statm: 1339 232 193 169 0 50 0
[pid=7278] ppid=7277 vsize=246952 CPUtime=1309.8
/proc/7278/stat : 7278 (picosat) R 7277 7254 5874 0 -1 4194304 57417 0 0 0 128244 2736 0 0 25 0 1 0 133898358 252878848 57155 996147200 134512640 134931368 4294956256 18446744073709551615 134544827 0 0 4096 0 0 0 0 17 0 0 0
/proc/7278/statm: 61738 57155 48 102 0 61633 0
Current children cumulated CPU time (s) 1351.36
Current children cumulated vsize (KiB) 265908

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 7314
/proc/meminfo: memFree=666464/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=41.56
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 1022 65972 0 2 4 0 4042 110 16 0 1 0 133894146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 799 370 3 0 500 0
[pid=7277] ppid=7254 vsize=5356 CPUtime=0
/proc/7277/stat : 7277 (sh) S 7254 7254 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133898358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7277/statm: 1339 232 193 169 0 50 0
[pid=7278] ppid=7277 vsize=248140 CPUtime=1369.33
/proc/7278/stat : 7278 (picosat) R 7277 7254 5874 0 -1 4194304 57847 0 0 0 134196 2737 0 0 25 0 1 0 133898358 254095360 57464 996147200 134512640 134931368 4294956256 18446744073709551615 134523985 0 0 4096 0 0 0 0 17 0 0 0
/proc/7278/statm: 62035 57464 48 102 0 61930 0
Current children cumulated CPU time (s) 1410.89
Current children cumulated vsize (KiB) 267096

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 7314
/proc/meminfo: memFree=666464/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=41.56
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 1022 65972 0 2 4 0 4042 110 16 0 1 0 133894146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 799 370 3 0 500 0
[pid=7277] ppid=7254 vsize=5356 CPUtime=0
/proc/7277/stat : 7277 (sh) S 7254 7254 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133898358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7277/statm: 1339 232 193 169 0 50 0
[pid=7278] ppid=7277 vsize=248140 CPUtime=1428.86
/proc/7278/stat : 7278 (picosat) R 7277 7254 5874 0 -1 4194304 57847 0 0 0 140149 2737 0 0 25 0 1 0 133898358 254095360 57464 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/7278/statm: 62035 57464 48 102 0 61930 0
Current children cumulated CPU time (s) 1470.42
Current children cumulated vsize (KiB) 267096

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 4/75 7314
/proc/meminfo: memFree=666528/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=41.56
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 1022 65972 0 2 4 0 4042 110 16 0 1 0 133894146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 799 370 3 0 500 0
[pid=7277] ppid=7254 vsize=5356 CPUtime=0
/proc/7277/stat : 7277 (sh) S 7254 7254 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133898358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7277/statm: 1339 232 193 169 0 50 0
[pid=7278] ppid=7277 vsize=248140 CPUtime=1488.4
/proc/7278/stat : 7278 (picosat) R 7277 7254 5874 0 -1 4194304 57847 0 0 0 146103 2737 0 0 25 0 1 0 133898358 254095360 57464 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7278/statm: 62035 57464 48 102 0 61930 0
Current children cumulated CPU time (s) 1529.96
Current children cumulated vsize (KiB) 267096

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 7314
/proc/meminfo: memFree=666464/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=41.56
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 1022 65972 0 2 4 0 4042 110 16 0 1 0 133894146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 799 370 3 0 500 0
[pid=7277] ppid=7254 vsize=5356 CPUtime=0
/proc/7277/stat : 7277 (sh) S 7254 7254 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133898358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7277/statm: 1339 232 193 169 0 50 0
[pid=7278] ppid=7277 vsize=248140 CPUtime=1547.93
/proc/7278/stat : 7278 (picosat) R 7277 7254 5874 0 -1 4194304 57847 0 0 0 152056 2737 0 0 25 0 1 0 133898358 254095360 57464 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/7278/statm: 62035 57464 48 102 0 61930 0
Current children cumulated CPU time (s) 1589.49
Current children cumulated vsize (KiB) 267096

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 7314
/proc/meminfo: memFree=666400/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=41.56
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 1022 65972 0 2 4 0 4042 110 16 0 1 0 133894146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 799 370 3 0 500 0
[pid=7277] ppid=7254 vsize=5356 CPUtime=0
/proc/7277/stat : 7277 (sh) S 7254 7254 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133898358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7277/statm: 1339 232 193 169 0 50 0
[pid=7278] ppid=7277 vsize=248140 CPUtime=1607.46
/proc/7278/stat : 7278 (picosat) R 7277 7254 5874 0 -1 4194304 57847 0 0 0 158009 2737 0 0 25 0 1 0 133898358 254095360 57464 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 0 0 0
/proc/7278/statm: 62035 57464 48 102 0 61930 0
Current children cumulated CPU time (s) 1649.02
Current children cumulated vsize (KiB) 267096

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 7314
/proc/meminfo: memFree=666208/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=41.56
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 1022 65972 0 2 4 0 4042 110 16 0 1 0 133894146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 799 370 3 0 500 0
[pid=7277] ppid=7254 vsize=5356 CPUtime=0
/proc/7277/stat : 7277 (sh) S 7254 7254 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133898358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7277/statm: 1339 232 193 169 0 50 0
[pid=7278] ppid=7277 vsize=248536 CPUtime=1667.01
/proc/7278/stat : 7278 (picosat) R 7277 7254 5874 0 -1 4194304 57949 0 0 0 163963 2738 0 0 25 0 1 0 133898358 254500864 57566 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/7278/statm: 62134 57566 48 102 0 62029 0
Current children cumulated CPU time (s) 1708.57
Current children cumulated vsize (KiB) 267492

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 7314
/proc/meminfo: memFree=665504/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=41.56
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 1022 65972 0 2 4 0 4042 110 16 0 1 0 133894146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 799 370 3 0 500 0
[pid=7277] ppid=7254 vsize=5356 CPUtime=0
/proc/7277/stat : 7277 (sh) S 7254 7254 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133898358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7277/statm: 1339 232 193 169 0 50 0
[pid=7278] ppid=7277 vsize=248932 CPUtime=1726.54
/proc/7278/stat : 7278 (picosat) R 7277 7254 5874 0 -1 4194304 58199 0 0 0 169916 2738 0 0 25 0 1 0 133898358 254906368 57690 996147200 134512640 134931368 4294956256 18446744073709551615 134525631 0 0 4096 0 0 0 0 17 0 0 0
/proc/7278/statm: 62233 57690 48 102 0 62128 0
Current children cumulated CPU time (s) 1768.1
Current children cumulated vsize (KiB) 267888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.5 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 7314
/proc/meminfo: memFree=665504/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=41.56
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 1022 65972 0 2 4 0 4042 110 16 0 1 0 133894146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 799 370 3 0 500 0
[pid=7277] ppid=7254 vsize=5356 CPUtime=0
/proc/7277/stat : 7277 (sh) S 7254 7254 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133898358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7277/statm: 1339 232 193 169 0 50 0
[pid=7278] ppid=7277 vsize=248932 CPUtime=1758.48
/proc/7278/stat : 7278 (picosat) R 7277 7254 5874 0 -1 4194304 58199 0 0 0 173110 2738 0 0 25 0 1 0 133898358 254906368 57690 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/7278/statm: 62233 57690 48 102 0 62128 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 267888

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

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

[startup+1814.5 s]
/proc/loadavg: 1.99 2.00 2.00 3/75 7314
/proc/meminfo: memFree=665504/2055920 swapFree=4191676/4192956
[pid=7254] ppid=7252 vsize=13600 CPUtime=41.56
/proc/7254/stat : 7254 (sugar) S 7252 7254 5874 0 -1 4194304 1022 65972 0 2 4 0 4042 110 16 0 1 0 133894146 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7254/statm: 3400 799 370 3 0 500 0
[pid=7277] ppid=7254 vsize=5356 CPUtime=0
/proc/7277/stat : 7277 (sh) S 7254 7254 5874 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133898358 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7277/statm: 1339 232 193 169 0 50 0
[pid=7278] ppid=7277 vsize=248932 CPUtime=1758.48
/proc/7278/stat : 7278 (picosat) R 7277 7254 5874 0 -1 4194304 58199 0 0 0 173110 2738 0 0 25 0 1 0 133898358 254906368 57690 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/7278/statm: 62233 57690 48 102 0 62128 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 267888

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7254 and gives
#  childrusage.ru_utime.tv_sec=40
#  childrusage.ru_utime.tv_usec=467847
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=114830
# CPU time returned by wait4() is 41.5827
# 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): 1814.55
CPU time (s): 1800.04
CPU user time (s): 1771.56
CPU system time (s): 28.48
CPU usage (%): 99.2006
Max. virtual memory (cumulated for all children) (KiB): 898120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.4678
system time used= 1.11483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67350
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= 10735
involuntary context switches= 11400

runsolver used 1.74073 second user time and 5.01424 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-05 02:49:48
IDJOB=1081779
IDBENCH=57137
IDSOLVER=345
FILE ID=node63/1081779-1215218988
PBS_JOBID= 7881778
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-45.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081779-1215218988/watcher-1081779-1215218988 -o /tmp/evaluation-result-1081779-1215218988/solver-1081779-1215218988 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1081779-1215218988.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c4567f2420b9c0b07f072179a1cd8341
RANDOM SEED=1448587086

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1038808 kB
Buffers:         95360 kB
Cached:         824148 kB
SwapCached:        260 kB
Active:         485756 kB
Inactive:       452496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1038808 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            6788 kB
Writeback:           0 kB
Mapped:          31204 kB
Slab:            64448 kB
Committed_AS:   358728 kB
PageTables:       1576 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= 66512 MiB
End job on node63 at 2008-07-05 03:20:05