Trace number 1042079

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.02 1817.45

General information on the benchmark

Namecsp/allsquares/
normalized-squares-29-29.xml
MD5SUMd035cd3d8103dc78d5bd0a4ba36241d0
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1015.17
Satisfiable
(Un)Satisfiability was proved
Number of variables1682
Number of constraints2033
Maximum constraint arity29
Maximum domain size93
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1625
Global constraints used (with number of constraints)cumulative(2),weightedsum(406)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:42:47 2008
0.00/0.04	c 0	PID 384
0.03/0.05	c 0	HOST node38.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1042079-1215002567.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042079-1215002567.xml' 'HOME/temp.csp'
0.03/0.62	c 1	30 domains, 1682 variables, 2 predicates, 0 relations, 2033 constraints
0.03/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	c 1	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'
0.60/0.71	c 1	Parsing HOME/temp.csp
0.60/0.95	c 1	parsed 3747 expressions
0.60/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.95	c 1	Converting to clausal form CSP
0.60/0.98	c 1	converted 375 (10%) expressions
0.60/0.98	c 1	converted 750 (20%) expressions
0.60/0.99	c 1	converted 1125 (30%) expressions
0.60/0.99	c 1	converted 1499 (40%) expressions
1.06/1.15	c 1	converted 1874 (50%) expressions
1.15/1.21	c 1	converted 2249 (60%) expressions
1.15/1.25	c 1	converted 2623 (70%) expressions
1.15/1.28	c 1	converted 2998 (80%) expressions
1.25/1.32	c 1	converted 3373 (90%) expressions
2.44/2.52	c 3	converted 3747 (100%) expressions
2.44/2.53	c 3	CSP : 12098 integers, 3590 booleans, 31789 clauses, largest domain size 226
2.44/2.53	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.44/2.53	c 3	Propagation in CSP
2.75/2.84	c 3	48247 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.75/2.85	c 3	CSP : 12098 integers, 3590 booleans, 31789 clauses, largest domain size 94
2.75/2.85	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.75/2.86	c 3	Simplifing CSP by introducing new Boolean variables
2.75/2.88	c 3	CSP : 12098 integers, 3590 booleans, 31789 clauses, largest domain size 94
2.75/2.88	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.94/3.01	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.94/3.05	c 3	1210 (10%) CSP integer variables are encoded (4402 clauses, 55103 bytes)
2.94/3.07	c 3	2420 (20%) CSP integer variables are encoded (16850 clauses, 234412 bytes)
2.94/3.09	c 3	3630 (30%) CSP integer variables are encoded (37194 clauses, 539572 bytes)
3.04/3.12	c 3	4840 (40%) CSP integer variables are encoded (57055 clauses, 837487 bytes)
3.04/3.15	c 3	6049 (50%) CSP integer variables are encoded (76560 clauses, 1130062 bytes)
3.04/3.17	c 3	7259 (60%) CSP integer variables are encoded (95466 clauses, 1418715 bytes)
3.14/3.21	c 3	8469 (70%) CSP integer variables are encoded (115910 clauses, 1766263 bytes)
3.14/3.23	c 3	9679 (80%) CSP integer variables are encoded (136271 clauses, 2112400 bytes)
3.14/3.26	c 3	10889 (90%) CSP integer variables are encoded (155515 clauses, 2439548 bytes)
3.14/3.29	c 3	12098 (100%) CSP integer variables are encoded (174765 clauses, 2766798 bytes)
3.63/3.70	c 4	3179 (10%) CSP clauses are encoded (376238 clauses, 6373922 bytes)
4.72/4.81	c 5	6358 (20%) CSP clauses are encoded (994705 clauses, 19067885 bytes)
5.71/5.86	c 6	9537 (30%) CSP clauses are encoded (1576081 clauses, 31362759 bytes)
6.72/6.83	c 7	12716 (40%) CSP clauses are encoded (2134765 clauses, 43176861 bytes)
7.61/7.80	c 8	15895 (50%) CSP clauses are encoded (2692273 clauses, 54954743 bytes)
8.91/9.02	c 9	19074 (60%) CSP clauses are encoded (3390129 clauses, 70334271 bytes)
9.98/10.39	c 11	22253 (70%) CSP clauses are encoded (3999504 clauses, 85014886 bytes)
11.07/11.50	c 12	25432 (80%) CSP clauses are encoded (4558652 clauses, 98483457 bytes)
12.16/12.57	c 13	28611 (90%) CSP clauses are encoded (5119467 clauses, 111987512 bytes)
13.34/13.74	c 14	31789 (100%) CSP clauses are encoded (5725907 clauses, 126543574 bytes)
13.34/13.74	c 14	31789 CSP clauses encoded
13.34/13.74	c 14	Writing map file : HOME/temp.map
13.34/13.79	c 14	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.34/13.79	c 14	SAT : 190389 SAT variables, 5725907 SAT clauses, 126543574 bytes
13.34/13.79	c 14	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.44/13.81	c 14	SOLVING HOME/temp.cnf
13.44/13.81	c 14	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1817.42	c ERROR INTERRUPTED
1800.02/1817.44	s UNKNOWN
1800.02/1817.44	c 1818	CPU 12.5 (0.04 0 12.46 0.96)
1800.02/1817.44	c 1818	END Wed Jul  2 15:13:05 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-1042079-1215002567/watcher-1042079-1215002567 -o /tmp/evaluation-result-1042079-1215002567/solver-1042079-1215002567 -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-1042079-1215002567.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: 2.00 2.00 1.99 4/72 384
/proc/meminfo: memFree=1433704/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=18572 CPUtime=0
/proc/384/stat : 384 (runsolver) R 382 384 32205 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1529927115 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/384/statm: 4643 292 257 25 0 2626 0

[startup+0.0498449 s]
/proc/loadavg: 2.00 2.00 1.99 4/72 384
/proc/meminfo: memFree=1433704/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=0.03
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1529927115 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101725 s]
/proc/loadavg: 2.00 2.00 1.99 4/72 384
/proc/meminfo: memFree=1433704/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=0.03
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1529927115 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301748 s]
/proc/loadavg: 2.00 2.00 1.99 4/72 384
/proc/meminfo: memFree=1433704/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=0.03
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1529927115 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701792 s]
/proc/loadavg: 2.00 2.00 1.99 4/72 384
/proc/meminfo: memFree=1433704/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=0.6
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 956 5430 0 1 3 0 53 4 16 0 1 0 1529927115 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50188 s]
/proc/loadavg: 2.00 2.00 1.99 4/83 406
/proc/meminfo: memFree=1424008/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=0.6
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 974 5430 0 1 3 0 53 4 15 0 1 0 1529927115 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 797 370 3 0 500 0
[pid=397] ppid=384 vsize=5356 CPUtime=0
/proc/397/stat : 397 (sh) S 384 384 32205 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529927178 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/397/statm: 1339 233 193 169 0 50 0
[pid=398] ppid=397 vsize=868272 CPUtime=0.85
/proc/398/stat : 398 (java) S 397 384 32205 0 -1 0 7367 0 1 0 81 4 0 0 18 0 9 0 1529927179 889110528 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/398/statm: 217068 6598 2541 9 0 211643 0
[pid=398/tid=399] ppid=397 vsize=868272 CPUtime=0.51
/proc/398/task/399/stat : 399 (java) R 397 384 32205 0 -1 64 2674 0 1 0 50 1 0 0 23 0 9 0 1529927179 889110528 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4126540647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=400] ppid=397 vsize=868272 CPUtime=0.1
/proc/398/task/400/stat : 400 (java) S 397 384 32205 0 -1 64 2525 0 0 0 10 0 0 0 16 0 9 0 1529927181 889110528 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=401] ppid=397 vsize=868272 CPUtime=0
/proc/398/task/401/stat : 401 (java) S 397 384 32205 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529927181 889110528 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=402] ppid=397 vsize=868272 CPUtime=0
/proc/398/task/402/stat : 402 (java) S 397 384 32205 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529927181 889110528 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=403] ppid=397 vsize=868272 CPUtime=0
/proc/398/task/403/stat : 403 (java) S 397 384 32205 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529927183 889110528 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=404] ppid=397 vsize=868272 CPUtime=0.21
/proc/398/task/404/stat : 404 (java) S 397 384 32205 0 -1 64 1476 0 0 0 20 1 0 0 16 0 9 0 1529927183 889110528 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=405] ppid=397 vsize=868272 CPUtime=0
/proc/398/task/405/stat : 405 (java) S 397 384 32205 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529927183 889110528 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=406] ppid=397 vsize=868272 CPUtime=0
/proc/398/task/406/stat : 406 (java) S 397 384 32205 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529927183 889110528 6598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887228

[startup+3.10206 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 406
/proc/meminfo: memFree=1406472/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=0.6
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 974 5430 0 1 3 0 53 4 15 0 1 0 1529927115 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 797 370 3 0 500 0
[pid=397] ppid=384 vsize=5356 CPUtime=0
/proc/397/stat : 397 (sh) S 384 384 32205 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529927178 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/397/statm: 1339 233 193 169 0 50 0
[pid=398] ppid=397 vsize=868500 CPUtime=2.44
/proc/398/stat : 398 (java) S 397 384 32205 0 -1 0 12199 0 1 0 238 6 0 0 18 0 9 0 1529927179 889344000 11013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/398/statm: 217125 11013 2565 9 0 211672 0
[pid=398/tid=399] ppid=397 vsize=868500 CPUtime=1.44
/proc/398/task/399/stat : 399 (java) R 397 384 32205 0 -1 64 3041 0 1 0 142 2 0 0 25 0 9 0 1529927179 889344000 11013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=400] ppid=397 vsize=868500 CPUtime=0.7
/proc/398/task/400/stat : 400 (java) S 397 384 32205 0 -1 64 6938 0 0 0 68 2 0 0 16 0 9 0 1529927181 889344000 11013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=401] ppid=397 vsize=868500 CPUtime=0
/proc/398/task/401/stat : 401 (java) S 397 384 32205 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529927181 889344000 11013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=402] ppid=397 vsize=868500 CPUtime=0
/proc/398/task/402/stat : 402 (java) S 397 384 32205 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529927181 889344000 11013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=403] ppid=397 vsize=868500 CPUtime=0
/proc/398/task/403/stat : 403 (java) S 397 384 32205 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529927183 889344000 11013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=404] ppid=397 vsize=868500 CPUtime=0.28
/proc/398/task/404/stat : 404 (java) S 397 384 32205 0 -1 64 1528 0 0 0 27 1 0 0 16 0 9 0 1529927183 889344000 11013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=405] ppid=397 vsize=868500 CPUtime=0
/proc/398/task/405/stat : 405 (java) S 397 384 32205 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529927183 889344000 11013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=406] ppid=397 vsize=868500 CPUtime=0
/proc/398/task/406/stat : 406 (java) S 397 384 32205 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529927183 889344000 11013 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887456

[startup+6.30264 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 406
/proc/meminfo: memFree=1371272/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=0.6
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 974 5430 0 1 3 0 53 4 16 0 1 0 1529927115 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 797 370 3 0 500 0
[pid=397] ppid=384 vsize=5356 CPUtime=0
/proc/397/stat : 397 (sh) S 384 384 32205 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529927178 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/397/statm: 1339 233 193 169 0 50 0
[pid=398] ppid=397 vsize=868500 CPUtime=5.61
/proc/398/stat : 398 (java) S 397 384 32205 0 -1 0 12611 0 1 0 532 29 0 0 18 0 9 0 1529927179 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/398/statm: 217125 11032 2565 9 0 211672 0
[pid=398/tid=399] ppid=397 vsize=868500 CPUtime=4.43
/proc/398/task/399/stat : 399 (java) R 397 384 32205 0 -1 64 3436 0 1 0 421 22 0 0 25 0 9 0 1529927179 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=400] ppid=397 vsize=868500 CPUtime=0.84
/proc/398/task/400/stat : 400 (java) S 397 384 32205 0 -1 64 6938 0 0 0 80 4 0 0 15 0 9 0 1529927181 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=401] ppid=397 vsize=868500 CPUtime=0
/proc/398/task/401/stat : 401 (java) S 397 384 32205 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529927181 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=402] ppid=397 vsize=868500 CPUtime=0
/proc/398/task/402/stat : 402 (java) S 397 384 32205 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529927181 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=403] ppid=397 vsize=868500 CPUtime=0
/proc/398/task/403/stat : 403 (java) S 397 384 32205 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529927183 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=404] ppid=397 vsize=868500 CPUtime=0.31
/proc/398/task/404/stat : 404 (java) S 397 384 32205 0 -1 64 1545 0 0 0 30 1 0 0 17 0 9 0 1529927183 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=405] ppid=397 vsize=868500 CPUtime=0
/proc/398/task/405/stat : 405 (java) S 397 384 32205 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529927183 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=406] ppid=397 vsize=868500 CPUtime=0
/proc/398/task/406/stat : 406 (java) S 397 384 32205 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529927183 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887456

[startup+12.7021 s]
/proc/loadavg: 2.00 2.00 1.99 2/79 516
/proc/meminfo: memFree=1291936/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=0.61
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 974 5430 0 1 4 0 53 4 16 0 1 0 1529927115 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/384/statm: 3400 797 370 3 0 500 0
[pid=397] ppid=384 vsize=5356 CPUtime=0
/proc/397/stat : 397 (sh) S 384 384 32205 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529927178 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/397/statm: 1339 233 193 169 0 50 0
[pid=398] ppid=397 vsize=868500 CPUtime=11.75
/proc/398/stat : 398 (java) S 397 384 32205 0 -1 0 13395 0 1 0 1094 81 0 0 18 0 9 0 1529927179 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/398/statm: 217125 11032 2565 9 0 211672 0
[pid=398/tid=399] ppid=397 vsize=868500 CPUtime=10.3
/proc/398/task/399/stat : 399 (java) R 397 384 32205 0 -1 64 4220 0 1 0 960 70 0 0 16 0 9 0 1529927179 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4126629579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=400] ppid=397 vsize=868500 CPUtime=1.12
/proc/398/task/400/stat : 400 (java) S 397 384 32205 0 -1 64 6938 0 0 0 103 9 0 0 16 0 9 0 1529927181 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=398/tid=401] ppid=397 vsize=868500 CPUtime=0
/proc/398/task/401/stat : 401 (java) S 397 384 32205 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529927181 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=402] ppid=397 vsize=868500 CPUtime=0
/proc/398/task/402/stat : 402 (java) S 397 384 32205 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529927181 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=403] ppid=397 vsize=868500 CPUtime=0
/proc/398/task/403/stat : 403 (java) S 397 384 32205 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529927183 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=404] ppid=397 vsize=868500 CPUtime=0.31
/proc/398/task/404/stat : 404 (java) S 397 384 32205 0 -1 64 1545 0 0 0 30 1 0 0 17 0 9 0 1529927183 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=405] ppid=397 vsize=868500 CPUtime=0
/proc/398/task/405/stat : 405 (java) S 397 384 32205 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529927183 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=398/tid=406] ppid=397 vsize=868500 CPUtime=0
/proc/398/task/406/stat : 406 (java) S 397 384 32205 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529927183 889344000 11032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 887456

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 1.99 3/76 530
/proc/meminfo: memFree=1243136/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=13.46
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 1022 19272 0 2 4 0 1246 96 16 0 1 0 1529927115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 799 370 3 0 500 0
[pid=529] ppid=384 vsize=5356 CPUtime=0
/proc/529/stat : 529 (sh) S 384 384 32205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529928497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/529/statm: 1339 232 193 169 0 50 0
[pid=530] ppid=529 vsize=65460 CPUtime=11.57
/proc/530/stat : 530 (picosat) R 529 384 32205 0 -1 4194304 14189 0 0 0 529 628 0 0 25 0 1 0 1529928497 67031040 14175 996147200 134512640 134931368 4294956256 18446744073709551615 134520817 0 0 4096 0 0 0 0 17 1 0 0
/proc/530/statm: 16365 14175 40 102 0 16260 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 84416

[startup+51.1014 s]
/proc/loadavg: 2.23 2.05 2.01 3/76 530
/proc/meminfo: memFree=1147968/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=13.46
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 1022 19272 0 2 4 0 1246 96 16 0 1 0 1529927115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1079160/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=13.46
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 1022 19272 0 2 4 0 1246 96 16 0 1 0 1529927115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 799 370 3 0 500 0
[pid=529] ppid=384 vsize=5356 CPUtime=0
/proc/529/stat : 529 (sh) S 384 384 32205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529928497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/529/statm: 1339 232 193 169 0 50 0
[pid=530] ppid=529 vsize=238164 CPUtime=1276.32
/proc/530/stat : 530 (picosat) R 529 384 32205 0 -1 4194304 54580 0 0 0 124883 2749 0 0 25 0 1 0 1529928497 243879936 54564 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/530/statm: 59541 54564 48 102 0 59436 0
Current children cumulated CPU time (s) 1289.78
Current children cumulated vsize (KiB) 257120

[startup+1362.3 s]
/proc/loadavg: 2.00 2.05 2.03 3/77 537
/proc/meminfo: memFree=1078456/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=13.46
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 1022 19272 0 2 4 0 1246 96 16 0 1 0 1529927115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 799 370 3 0 500 0
[pid=529] ppid=384 vsize=5356 CPUtime=0
/proc/529/stat : 529 (sh) S 384 384 32205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529928497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/529/statm: 1339 232 193 169 0 50 0
[pid=530] ppid=529 vsize=238824 CPUtime=1335.75
/proc/530/stat : 530 (picosat) R 529 384 32205 0 -1 4194304 54751 0 0 0 130826 2749 0 0 25 0 1 0 1529928497 244555776 54735 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/530/statm: 59706 54735 48 102 0 59601 0
Current children cumulated CPU time (s) 1349.21
Current children cumulated vsize (KiB) 257780

[startup+1422.31 s]
/proc/loadavg: 2.00 2.04 2.03 3/83 572
/proc/meminfo: memFree=1020360/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=13.46
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 1022 19272 0 2 4 0 1246 96 16 0 1 0 1529927115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 799 370 3 0 500 0
[pid=529] ppid=384 vsize=5356 CPUtime=0
/proc/529/stat : 529 (sh) S 384 384 32205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529928497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/529/statm: 1339 232 193 169 0 50 0
[pid=530] ppid=529 vsize=239352 CPUtime=1395.18
/proc/530/stat : 530 (picosat) R 529 384 32205 0 -1 4194304 54890 0 0 0 136768 2750 0 0 25 0 1 0 1529928497 245096448 54874 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/530/statm: 59838 54874 48 102 0 59733 0
Current children cumulated CPU time (s) 1408.64
Current children cumulated vsize (KiB) 258308

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/83 572
/proc/meminfo: memFree=1019656/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=13.46
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 1022 19272 0 2 4 0 1246 96 16 0 1 0 1529927115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 799 370 3 0 500 0
[pid=529] ppid=384 vsize=5356 CPUtime=0
/proc/529/stat : 529 (sh) S 384 384 32205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529928497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/529/statm: 1339 232 193 169 0 50 0
[pid=530] ppid=529 vsize=240012 CPUtime=1454.6
/proc/530/stat : 530 (picosat) R 529 384 32205 0 -1 4194304 55045 0 0 0 142710 2750 0 0 25 0 1 0 1529928497 245772288 55029 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/530/statm: 60003 55029 48 102 0 59898 0
Current children cumulated CPU time (s) 1468.06
Current children cumulated vsize (KiB) 258968

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/83 572
/proc/meminfo: memFree=1018824/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=13.46
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 1022 19272 0 2 4 0 1246 96 16 0 1 0 1529927115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 799 370 3 0 500 0
[pid=529] ppid=384 vsize=5356 CPUtime=0
/proc/529/stat : 529 (sh) S 384 384 32205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529928497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/529/statm: 1339 232 193 169 0 50 0
[pid=530] ppid=529 vsize=240672 CPUtime=1514.04
/proc/530/stat : 530 (picosat) R 529 384 32205 0 -1 4194304 55219 0 0 0 148654 2750 0 0 25 0 1 0 1529928497 246448128 55203 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/530/statm: 60168 55203 48 102 0 60063 0
Current children cumulated CPU time (s) 1527.5
Current children cumulated vsize (KiB) 259628

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/83 572
/proc/meminfo: memFree=1018184/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=13.46
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 1022 19272 0 2 4 0 1246 96 16 0 1 0 1529927115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 799 370 3 0 500 0
[pid=529] ppid=384 vsize=5356 CPUtime=0
/proc/529/stat : 529 (sh) S 384 384 32205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529928497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/529/statm: 1339 232 193 169 0 50 0
[pid=530] ppid=529 vsize=241332 CPUtime=1573.48
/proc/530/stat : 530 (picosat) R 529 384 32205 0 -1 4194304 55382 0 0 0 154598 2750 0 0 25 0 1 0 1529928497 247123968 55366 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/530/statm: 60333 55366 48 102 0 60228 0
Current children cumulated CPU time (s) 1586.94
Current children cumulated vsize (KiB) 260288

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 572
/proc/meminfo: memFree=1017608/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=13.46
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 1022 19272 0 2 4 0 1246 96 16 0 1 0 1529927115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 799 370 3 0 500 0
[pid=529] ppid=384 vsize=5356 CPUtime=0
/proc/529/stat : 529 (sh) S 384 384 32205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529928497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/529/statm: 1339 232 193 169 0 50 0
[pid=530] ppid=529 vsize=241860 CPUtime=1632.92
/proc/530/stat : 530 (picosat) R 529 384 32205 0 -1 4194304 55513 0 0 0 160541 2751 0 0 25 0 1 0 1529928497 247664640 55497 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/530/statm: 60465 55497 48 102 0 60360 0
Current children cumulated CPU time (s) 1646.38
Current children cumulated vsize (KiB) 260816

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 572
/proc/meminfo: memFree=1016840/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=13.46
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 1022 19272 0 2 4 0 1246 96 16 0 1 0 1529927115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 799 370 3 0 500 0
[pid=529] ppid=384 vsize=5356 CPUtime=0
/proc/529/stat : 529 (sh) S 384 384 32205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529928497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/529/statm: 1339 232 193 169 0 50 0
[pid=530] ppid=529 vsize=242520 CPUtime=1692.36
/proc/530/stat : 530 (picosat) R 529 384 32205 0 -1 4194304 55692 0 0 0 166485 2751 0 0 25 0 1 0 1529928497 248340480 55676 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/530/statm: 60630 55676 48 102 0 60525 0
Current children cumulated CPU time (s) 1705.82
Current children cumulated vsize (KiB) 261476

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 572
/proc/meminfo: memFree=1016328/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=13.46
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 1022 19272 0 2 4 0 1246 96 16 0 1 0 1529927115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 799 370 3 0 500 0
[pid=529] ppid=384 vsize=5356 CPUtime=0
/proc/529/stat : 529 (sh) S 384 384 32205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529928497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/529/statm: 1339 232 193 169 0 50 0
[pid=530] ppid=529 vsize=243048 CPUtime=1751.79
/proc/530/stat : 530 (picosat) R 529 384 32205 0 -1 4194304 55828 0 0 0 172428 2751 0 0 25 0 1 0 1529928497 248881152 55812 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/530/statm: 60762 55812 48 102 0 60657 0
Current children cumulated CPU time (s) 1765.25
Current children cumulated vsize (KiB) 262004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 572
/proc/meminfo: memFree=1015944/2055920 swapFree=4105660/4192956
[pid=384] ppid=382 vsize=13600 CPUtime=13.46
/proc/384/stat : 384 (sugar) S 382 384 32205 0 -1 4194304 1022 19272 0 2 4 0 1246 96 16 0 1 0 1529927115 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/384/statm: 3400 799 370 3 0 500 0
[pid=529] ppid=384 vsize=5356 CPUtime=0
/proc/529/stat : 529 (sh) S 384 384 32205 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529928497 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/529/statm: 1339 232 193 169 0 50 0
[pid=530] ppid=529 vsize=243444 CPUtime=1786.56
/proc/530/stat : 530 (picosat) R 529 384 32205 0 -1 4194304 55910 0 0 0 175905 2751 0 0 25 0 1 0 1529928497 249286656 55894 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/530/statm: 60861 55894 48 102 0 60756 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 262400

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 384 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=507098
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=976851
# CPU time returned by wait4() is 13.4839
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.45
CPU time (s): 1800.02
CPU user time (s): 1771.55
CPU system time (s): 28.47
CPU usage (%): 99.0411
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5071
system time used= 0.976851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20649
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= 11309
involuntary context switches= 10761

runsolver used 2.74358 second user time and 5.53016 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-02 14:42:47
IDJOB=1042079
IDBENCH=53870
IDSOLVER=345
FILE ID=node38/1042079-1215002567
PBS_JOBID= 7870847
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-29-29.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-1042079-1215002567/watcher-1042079-1215002567 -o /tmp/evaluation-result-1042079-1215002567/solver-1042079-1215002567 -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-1042079-1215002567.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d035cd3d8103dc78d5bd0a4ba36241d0
RANDOM SEED=1865354788

node38.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.223
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.223
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:       1434184 kB
Buffers:         62184 kB
Cached:         390844 kB
SwapCached:      81588 kB
Active:         370792 kB
Inactive:       176128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1434184 kB
SwapTotal:     4192956 kB
SwapFree:      4105660 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:         101032 kB
Slab:            59852 kB
Committed_AS:  2756504 kB
PageTables:       2020 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= 66548 MiB
End job on node38 at 2008-07-02 15:13:07