Trace number 1081611

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.01 1806.75

General information on the benchmark

Namecsp/knights/
normalized-knights-100-25.xml
MD5SUM2de87842e968f8244d3eba63b4585241
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size10000
Number of constraints which are defined in extension0
Number of constraints which are defined in intension300
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:33:23 2008
0.00/0.04	c 0	PID 5972
0.00/0.05	c 0	HOST node14.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081611-1215218003.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081611-1215218003.xml' 'HOME/temp.csp'
0.03/0.36	c 0	1 domains, 25 variables, 2 predicates, 0 relations, 300 constraints
0.03/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.41	c 0	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.03/0.49	c 0	Parsing HOME/temp.csp
0.39/0.59	c 1	parsed 328 expressions
0.39/0.59	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.59	c 1	Converting to clausal form CSP
0.39/0.63	c 1	converted 33 (10%) expressions
0.39/0.65	c 1	converted 66 (20%) expressions
0.39/0.67	c 1	converted 99 (30%) expressions
0.39/0.68	c 1	converted 132 (40%) expressions
0.39/0.70	c 1	converted 164 (50%) expressions
0.39/0.77	c 1	converted 197 (60%) expressions
0.39/0.78	c 1	converted 230 (70%) expressions
0.39/0.78	c 1	converted 263 (80%) expressions
0.39/0.79	c 1	converted 296 (90%) expressions
0.40/0.81	c 1	converted 328 (100%) expressions
0.40/0.81	c 1	CSP : 125 integers, 50 booleans, 700 clauses, largest domain size 10000
0.40/0.81	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.81	c 1	Propagation in CSP
0.40/0.83	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.40/0.83	c 1	CSP : 125 integers, 50 booleans, 700 clauses, largest domain size 10000
0.40/0.83	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.83	c 1	Simplifing CSP by introducing new Boolean variables
0.40/0.85	c 1	CSP : 125 integers, 800 booleans, 1450 clauses, largest domain size 10000
0.40/0.85	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.40/0.87	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.40/1.07	c 1	13 (10%) CSP integer variables are encoded (129974 clauses, 1987438 bytes)
1.16/1.24	c 1	25 (20%) CSP integer variables are encoded (249950 clauses, 4027030 bytes)
1.16/1.25	c 1	38 (30%) CSP integer variables are encoded (251224 clauses, 4048688 bytes)
1.16/1.25	c 1	50 (40%) CSP integer variables are encoded (252400 clauses, 4068680 bytes)
1.16/1.25	c 1	63 (50%) CSP integer variables are encoded (253674 clauses, 4090338 bytes)
1.16/1.25	c 1	75 (60%) CSP integer variables are encoded (254850 clauses, 4110330 bytes)
1.16/1.25	c 1	88 (70%) CSP integer variables are encoded (256124 clauses, 4131988 bytes)
1.16/1.26	c 1	100 (80%) CSP integer variables are encoded (257300 clauses, 4151980 bytes)
1.16/1.26	c 1	113 (90%) CSP integer variables are encoded (258574 clauses, 4173638 bytes)
1.16/1.26	c 1	125 (100%) CSP integer variables are encoded (259750 clauses, 4193630 bytes)
2.34/2.45	c 2	145 (10%) CSP clauses are encoded (864499 clauses, 17954312 bytes)
3.93/4.09	c 4	290 (20%) CSP clauses are encoded (1706116 clauses, 37867180 bytes)
5.31/5.42	c 5	435 (30%) CSP clauses are encoded (2429301 clauses, 54993478 bytes)
6.52/6.70	c 7	580 (40%) CSP clauses are encoded (3142487 clauses, 71959798 bytes)
7.81/7.98	c 8	725 (50%) CSP clauses are encoded (3855673 clauses, 89006110 bytes)
9.18/9.31	c 9	870 (60%) CSP clauses are encoded (4578858 clauses, 106492282 bytes)
10.45/10.74	c 11	1015 (70%) CSP clauses are encoded (5292043 clauses, 124266819 bytes)
11.55/11.83	c 12	1160 (80%) CSP clauses are encoded (5886798 clauses, 139058138 bytes)
12.55/12.89	c 13	1305 (90%) CSP clauses are encoded (6471646 clauses, 153574350 bytes)
13.15/13.49	c 13	1450 (100%) CSP clauses are encoded (6799450 clauses, 161690590 bytes)
13.15/13.49	c 13	1450 CSP clauses encoded
13.15/13.49	c 13	Writing map file : HOME/temp.map
13.15/13.49	c 13	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.15/13.49	c 13	SAT : 260675 SAT variables, 6799450 SAT clauses, 161690590 bytes
13.15/13.49	c 13	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.24/13.54	c 14	SOLVING HOME/temp.cnf
13.24/13.54	c 14	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1806.71	c ERROR INTERRUPTED
1800.01/1806.75	s UNKNOWN
1800.01/1806.75	c 1807	CPU 11.99 (0.03 0.01 11.96 1.25)
1800.01/1806.75	c 1807	END Sat Jul  5 03:03:30 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-1081611-1215218003/watcher-1081611-1215218003 -o /tmp/evaluation-result-1081611-1215218003/solver-1081611-1215218003 -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-1081611-1215218003.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.01 2.00 4/80 5972
/proc/meminfo: memFree=1684200/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=0.03
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1551474327 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5972/statm: 3400 792 367 3 0 500 0
[pid=5973] ppid=5972 vsize=13600 CPUtime=0
/proc/5973/stat : 5973 (sugar) R 5972 5972 5004 0 -1 4194368 13 0 0 0 0 0 0 0 20 0 1 0 1551474332 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 212234464551 0 0 4096 16386 0 0 0 17 1 0 0
/proc/5973/statm: 3400 792 367 3 0 500 0

[startup+0.113639 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 5972
/proc/meminfo: memFree=1684200/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=0.03
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1551474327 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5972/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201658 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 5972
/proc/meminfo: memFree=1684200/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=0.03
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1551474327 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5972/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301673 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 5972
/proc/meminfo: memFree=1684200/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=0.03
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1551474327 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5972/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701741 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 5972
/proc/meminfo: memFree=1684200/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=0.39
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 973 4498 0 1 3 0 33 3 15 0 1 0 1551474327 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5972/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50288 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 5994
/proc/meminfo: memFree=1667856/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=0.4
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 974 4498 0 1 3 1 33 3 15 0 1 0 1551474327 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5972/statm: 3400 797 370 3 0 500 0
[pid=5985] ppid=5972 vsize=5356 CPUtime=0
/proc/5985/stat : 5985 (sh) S 5972 5972 5004 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1551474369 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5985/statm: 1339 233 193 169 0 50 0
[pid=5986] ppid=5985 vsize=868336 CPUtime=1.05
/proc/5986/stat : 5986 (java) S 5985 5972 5004 0 -1 0 6423 0 1 0 97 8 0 0 18 0 9 0 1551474369 889176064 5488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 217084 5488 2562 9 0 211631 0
[pid=5986/tid=5987] ppid=5985 vsize=868336 CPUtime=0.79
/proc/5986/task/5987/stat : 5987 (java) R 5985 5972 5004 0 -1 64 2857 0 1 0 73 6 0 0 22 0 9 0 1551474370 889176064 5488 996147200 134512640 134550740 4294955952 18446744073709551615 4126491576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5988] ppid=5985 vsize=868336 CPUtime=0.05
/proc/5986/task/5988/stat : 5988 (java) S 5985 5972 5004 0 -1 64 1415 0 0 0 5 0 0 0 16 0 9 0 1551474371 889176064 5488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5989] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5989/stat : 5989 (java) S 5985 5972 5004 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1551474372 889176064 5488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5990/stat : 5990 (java) S 5985 5972 5004 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551474372 889176064 5488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5991/stat : 5991 (java) S 5985 5972 5004 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1551474374 889176064 5488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5985 vsize=868336 CPUtime=0.18
/proc/5986/task/5992/stat : 5992 (java) S 5985 5972 5004 0 -1 64 1458 0 0 0 17 1 0 0 16 0 9 0 1551474374 889176064 5488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5993] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5993/stat : 5993 (java) S 5985 5972 5004 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1551474374 889176064 5488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5994/stat : 5994 (java) S 5985 5972 5004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551474374 889176064 5488 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) 887292

[startup+3.10121 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 5994
/proc/meminfo: memFree=1654864/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=0.4
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 974 4498 0 1 3 1 33 3 16 0 1 0 1551474327 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5972/statm: 3400 797 370 3 0 500 0
[pid=5985] ppid=5972 vsize=5356 CPUtime=0
/proc/5985/stat : 5985 (sh) S 5972 5972 5004 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1551474369 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5985/statm: 1339 233 193 169 0 50 0
[pid=5986] ppid=5985 vsize=868336 CPUtime=2.64
/proc/5986/stat : 5986 (java) S 5985 5972 5004 0 -1 0 6926 0 1 0 242 22 0 0 18 0 9 0 1551474369 889176064 5489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 217084 5489 2562 9 0 211631 0
[pid=5986/tid=5987] ppid=5985 vsize=868336 CPUtime=2.24
/proc/5986/task/5987/stat : 5987 (java) R 5985 5972 5004 0 -1 64 3359 0 1 0 207 17 0 0 25 0 9 0 1551474370 889176064 5489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5988] ppid=5985 vsize=868336 CPUtime=0.19
/proc/5986/task/5988/stat : 5988 (java) S 5985 5972 5004 0 -1 64 1415 0 0 0 16 3 0 0 15 0 9 0 1551474371 889176064 5489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5989] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5989/stat : 5989 (java) S 5985 5972 5004 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1551474372 889176064 5489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5990/stat : 5990 (java) S 5985 5972 5004 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551474372 889176064 5489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5991/stat : 5991 (java) S 5985 5972 5004 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1551474374 889176064 5489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5985 vsize=868336 CPUtime=0.18
/proc/5986/task/5992/stat : 5992 (java) S 5985 5972 5004 0 -1 64 1459 0 0 0 17 1 0 0 16 0 9 0 1551474374 889176064 5489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5993] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5993/stat : 5993 (java) S 5985 5972 5004 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1551474374 889176064 5489 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5994/stat : 5994 (java) S 5985 5972 5004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551474374 889176064 5489 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) 887292

[startup+6.30271 s]
/proc/loadavg: 2.15 2.04 2.01 4/91 5994
/proc/meminfo: memFree=1613400/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=0.4
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 974 4498 0 1 3 1 33 3 16 0 1 0 1551474327 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5972/statm: 3400 797 370 3 0 500 0
[pid=5985] ppid=5972 vsize=5356 CPUtime=0
/proc/5985/stat : 5985 (sh) S 5972 5972 5004 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1551474369 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5985/statm: 1339 233 193 169 0 50 0
[pid=5986] ppid=5985 vsize=868336 CPUtime=5.82
/proc/5986/stat : 5986 (java) S 5985 5972 5004 0 -1 0 7976 0 1 0 531 51 0 0 18 0 9 0 1551474369 889176064 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 217084 5491 2562 9 0 211631 0
[pid=5986/tid=5987] ppid=5985 vsize=868336 CPUtime=5.18
/proc/5986/task/5987/stat : 5987 (java) R 5985 5972 5004 0 -1 64 4407 0 1 0 478 40 0 0 25 0 9 0 1551474370 889176064 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4160656260 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5986/tid=5988] ppid=5985 vsize=868336 CPUtime=0.42
/proc/5986/task/5988/stat : 5988 (java) S 5985 5972 5004 0 -1 64 1415 0 0 0 34 8 0 0 16 0 9 0 1551474371 889176064 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5986/tid=5989] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5989/stat : 5989 (java) S 5985 5972 5004 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1551474372 889176064 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5990/stat : 5990 (java) S 5985 5972 5004 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551474372 889176064 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5991/stat : 5991 (java) S 5985 5972 5004 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1551474374 889176064 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5985 vsize=868336 CPUtime=0.19
/proc/5986/task/5992/stat : 5992 (java) S 5985 5972 5004 0 -1 64 1461 0 0 0 18 1 0 0 16 0 9 0 1551474374 889176064 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5986/tid=5993] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5993/stat : 5993 (java) S 5985 5972 5004 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1551474374 889176064 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5994/stat : 5994 (java) S 5985 5972 5004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551474374 889176064 5491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887292

[startup+12.7018 s]
/proc/loadavg: 2.22 2.06 2.02 3/91 5994
/proc/meminfo: memFree=1527136/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=0.4
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 974 4498 0 1 3 1 33 3 16 0 1 0 1551474327 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5972/statm: 3400 797 370 3 0 500 0
[pid=5985] ppid=5972 vsize=5356 CPUtime=0
/proc/5985/stat : 5985 (sh) S 5972 5972 5004 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1551474369 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5985/statm: 1339 233 193 169 0 50 0
[pid=5986] ppid=5985 vsize=868336 CPUtime=12.05
/proc/5986/stat : 5986 (java) S 5985 5972 5004 0 -1 0 10112 0 1 0 1091 114 0 0 18 0 9 0 1551474369 889176064 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5986/statm: 217084 5494 2562 9 0 211631 0
[pid=5986/tid=5987] ppid=5985 vsize=868336 CPUtime=10.92
/proc/5986/task/5987/stat : 5987 (java) R 5985 5972 5004 0 -1 64 6540 0 1 0 1000 92 0 0 25 0 9 0 1551474370 889176064 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5986/tid=5988] ppid=5985 vsize=868336 CPUtime=0.9
/proc/5986/task/5988/stat : 5988 (java) S 5985 5972 5004 0 -1 64 1415 0 0 0 71 19 0 0 16 0 9 0 1551474371 889176064 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5986/tid=5989] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5989/stat : 5989 (java) S 5985 5972 5004 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1551474372 889176064 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5990] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5990/stat : 5990 (java) S 5985 5972 5004 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1551474372 889176064 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5991] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5991/stat : 5991 (java) S 5985 5972 5004 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1551474374 889176064 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5992] ppid=5985 vsize=868336 CPUtime=0.19
/proc/5986/task/5992/stat : 5992 (java) S 5985 5972 5004 0 -1 64 1464 0 0 0 18 1 0 0 17 0 9 0 1551474374 889176064 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5986/tid=5993] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5993/stat : 5993 (java) S 5985 5972 5004 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1551474374 889176064 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5986/tid=5994] ppid=5985 vsize=868336 CPUtime=0
/proc/5986/task/5994/stat : 5994 (java) S 5985 5972 5004 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1551474374 889176064 5494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887292

[startup+25.501 s]
/proc/loadavg: 2.26 2.07 2.02 3/83 5996
/proc/meminfo: memFree=1454752/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=13.25
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 1023 15185 0 2 3 1 1196 125 16 0 1 0 1551474327 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5972/statm: 3400 798 370 3 0 500 0
[pid=5995] ppid=5972 vsize=5356 CPUtime=0
/proc/5995/stat : 5995 (sh) S 5972 5972 5004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551475682 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5995/statm: 1339 232 193 169 0 50 0
[pid=5996] ppid=5995 vsize=71016 CPUtime=11.91
/proc/5996/stat : 5996 (picosat) R 5995 5972 5004 0 -1 4194304 16782 0 0 0 546 645 0 0 25 0 1 0 1551475682 72720384 16768 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/5996/statm: 17754 16768 40 102 0 17649 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 89972

[startup+51.1025 s]
/proc/loadavg: 2.16 2.06 2.02 3/83 5996

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

/proc/meminfo: memFree=1255328/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=13.25
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 1023 15185 0 2 3 1 1196 125 16 0 1 0 1551474327 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5972/statm: 3400 798 370 3 0 500 0
[pid=5995] ppid=5972 vsize=5356 CPUtime=0
/proc/5995/stat : 5995 (sh) S 5972 5972 5004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551475682 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5995/statm: 1339 232 193 169 0 50 0
[pid=5996] ppid=5995 vsize=273952 CPUtime=1283.1
/proc/5996/stat : 5996 (picosat) R 5995 5972 5004 0 -1 4194304 66149 0 0 0 125242 3068 0 0 25 0 1 0 1551475682 280526848 66036 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5996/statm: 68488 66036 48 102 0 68383 0
Current children cumulated CPU time (s) 1296.35
Current children cumulated vsize (KiB) 292908

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 5996
/proc/meminfo: memFree=1255200/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=13.25
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 1023 15185 0 2 3 1 1196 125 16 0 1 0 1551474327 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5972/statm: 3400 798 370 3 0 500 0
[pid=5995] ppid=5972 vsize=5356 CPUtime=0
/proc/5995/stat : 5995 (sh) S 5972 5972 5004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551475682 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5995/statm: 1339 232 193 169 0 50 0
[pid=5996] ppid=5995 vsize=273952 CPUtime=1342.76
/proc/5996/stat : 5996 (picosat) R 5995 5972 5004 0 -1 4194304 66149 0 0 0 131208 3068 0 0 25 0 1 0 1551475682 280526848 66036 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5996/statm: 68488 66036 48 102 0 68383 0
Current children cumulated CPU time (s) 1356.01
Current children cumulated vsize (KiB) 292908

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6027
/proc/meminfo: memFree=1300760/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=13.25
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 1023 15185 0 2 3 1 1196 125 16 0 1 0 1551474327 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5972/statm: 3400 798 370 3 0 500 0
[pid=5995] ppid=5972 vsize=5356 CPUtime=0
/proc/5995/stat : 5995 (sh) S 5972 5972 5004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551475682 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5995/statm: 1339 232 193 169 0 50 0
[pid=5996] ppid=5995 vsize=273952 CPUtime=1402.7
/proc/5996/stat : 5996 (picosat) R 5995 5972 5004 0 -1 4194304 66149 0 0 0 137201 3069 0 0 25 0 1 0 1551475682 280526848 66036 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5996/statm: 68488 66036 48 102 0 68383 0
Current children cumulated CPU time (s) 1415.95
Current children cumulated vsize (KiB) 292908

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 6027
/proc/meminfo: memFree=1300376/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=13.25
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 1023 15185 0 2 3 1 1196 125 16 0 1 0 1551474327 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5972/statm: 3400 798 370 3 0 500 0
[pid=5995] ppid=5972 vsize=5356 CPUtime=0
/proc/5995/stat : 5995 (sh) S 5972 5972 5004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551475682 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5995/statm: 1339 232 193 169 0 50 0
[pid=5996] ppid=5995 vsize=274480 CPUtime=1462.65
/proc/5996/stat : 5996 (picosat) R 5995 5972 5004 0 -1 4194304 66259 0 0 0 143196 3069 0 0 25 0 1 0 1551475682 281067520 66146 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/5996/statm: 68620 66146 48 102 0 68515 0
Current children cumulated CPU time (s) 1475.9
Current children cumulated vsize (KiB) 293436

[startup+1542.31 s]
/proc/loadavg: 2.10 2.03 2.01 3/76 6027
/proc/meminfo: memFree=1299736/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=13.25
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 1023 15185 0 2 3 1 1196 125 16 0 1 0 1551474327 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5972/statm: 3400 798 370 3 0 500 0
[pid=5995] ppid=5972 vsize=5356 CPUtime=0
/proc/5995/stat : 5995 (sh) S 5972 5972 5004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551475682 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5995/statm: 1339 232 193 169 0 50 0
[pid=5996] ppid=5995 vsize=275008 CPUtime=1522.6
/proc/5996/stat : 5996 (picosat) R 5995 5972 5004 0 -1 4194304 66402 0 0 0 149191 3069 0 0 25 0 1 0 1551475682 281608192 66289 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5996/statm: 68752 66289 48 102 0 68647 0
Current children cumulated CPU time (s) 1535.85
Current children cumulated vsize (KiB) 293964

[startup+1602.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/76 6027
/proc/meminfo: memFree=1298456/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=13.25
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 1023 15185 0 2 3 1 1196 125 16 0 1 0 1551474327 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5972/statm: 3400 798 370 3 0 500 0
[pid=5995] ppid=5972 vsize=5356 CPUtime=0
/proc/5995/stat : 5995 (sh) S 5972 5972 5004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551475682 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5995/statm: 1339 232 193 169 0 50 0
[pid=5996] ppid=5995 vsize=276196 CPUtime=1582.54
/proc/5996/stat : 5996 (picosat) R 5995 5972 5004 0 -1 4194304 66701 0 0 0 155184 3070 0 0 25 0 1 0 1551475682 282824704 66588 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5996/statm: 69049 66588 48 102 0 68944 0
Current children cumulated CPU time (s) 1595.79
Current children cumulated vsize (KiB) 295152

[startup+1662.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/76 6033
/proc/meminfo: memFree=1297680/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=13.25
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 1023 15185 0 2 3 1 1196 125 16 0 1 0 1551474327 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5972/statm: 3400 798 370 3 0 500 0
[pid=5995] ppid=5972 vsize=5356 CPUtime=0
/proc/5995/stat : 5995 (sh) S 5972 5972 5004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551475682 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5995/statm: 1339 232 193 169 0 50 0
[pid=5996] ppid=5995 vsize=276856 CPUtime=1642.49
/proc/5996/stat : 5996 (picosat) R 5995 5972 5004 0 -1 4194304 66880 0 0 0 161178 3071 0 0 25 0 1 0 1551475682 283500544 66767 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5996/statm: 69214 66767 48 102 0 69109 0
Current children cumulated CPU time (s) 1655.74
Current children cumulated vsize (KiB) 295812

[startup+1722.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/76 6033
/proc/meminfo: memFree=1296920/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=13.25
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 1023 15185 0 2 3 1 1196 125 16 0 1 0 1551474327 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5972/statm: 3400 798 370 3 0 500 0
[pid=5995] ppid=5972 vsize=5356 CPUtime=0
/proc/5995/stat : 5995 (sh) S 5972 5972 5004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551475682 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5995/statm: 1339 232 193 169 0 50 0
[pid=5996] ppid=5995 vsize=277648 CPUtime=1702.43
/proc/5996/stat : 5996 (picosat) R 5995 5972 5004 0 -1 4194304 67060 0 0 0 167172 3071 0 0 25 0 1 0 1551475682 284311552 66947 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5996/statm: 69412 66947 48 102 0 69307 0
Current children cumulated CPU time (s) 1715.68
Current children cumulated vsize (KiB) 296604

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 6033
/proc/meminfo: memFree=1296024/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=13.25
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 1023 15185 0 2 3 1 1196 125 16 0 1 0 1551474327 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5972/statm: 3400 798 370 3 0 500 0
[pid=5995] ppid=5972 vsize=5356 CPUtime=0
/proc/5995/stat : 5995 (sh) S 5972 5972 5004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551475682 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5995/statm: 1339 232 193 169 0 50 0
[pid=5996] ppid=5995 vsize=278176 CPUtime=1762.38
/proc/5996/stat : 5996 (picosat) R 5995 5972 5004 0 -1 4194304 67348 0 0 0 173166 3072 0 0 25 0 1 0 1551475682 284852224 67116 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5996/statm: 69544 67116 48 102 0 69439 0
Current children cumulated CPU time (s) 1775.63
Current children cumulated vsize (KiB) 297132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.7 s]
/proc/loadavg: 2.01 2.03 2.00 3/76 6033
/proc/meminfo: memFree=1296024/2055920 swapFree=4121408/4192956
[pid=5972] ppid=5970 vsize=13600 CPUtime=13.25
/proc/5972/stat : 5972 (sugar) S 5970 5972 5004 0 -1 4194304 1023 15185 0 2 3 1 1196 125 16 0 1 0 1551474327 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5972/statm: 3400 798 370 3 0 500 0
[pid=5995] ppid=5972 vsize=5356 CPUtime=0
/proc/5995/stat : 5995 (sh) S 5972 5972 5004 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1551475682 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5995/statm: 1339 232 193 169 0 50 0
[pid=5996] ppid=5995 vsize=278176 CPUtime=1786.76
/proc/5996/stat : 5996 (picosat) R 5995 5972 5004 0 -1 4194304 67348 0 0 0 175604 3072 0 0 25 0 1 0 1551475682 284852224 67116 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/5996/statm: 69544 67116 48 102 0 69439 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 297132

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 5972 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=997176
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=272806
# CPU time returned by wait4() is 13.27
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.75
CPU time (s): 1800.01
CPU user time (s): 1768.03
CPU system time (s): 31.98
CPU usage (%): 99.6269
Max. virtual memory (cumulated for all children) (KiB): 887292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9972
system time used= 1.27281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16561
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= 30161
involuntary context switches= 30145

runsolver used 1.91471 second user time and 5.9251 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-05 02:33:23
IDJOB=1081611
IDBENCH=57118
IDSOLVER=345
FILE ID=node14/1081611-1215218003
PBS_JOBID= 7881748
Free space on /tmp= 66436 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/knights/normalized-knights-100-25.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-1081611-1215218003/watcher-1081611-1215218003 -o /tmp/evaluation-result-1081611-1215218003/solver-1081611-1215218003 -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-1081611-1215218003.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2de87842e968f8244d3eba63b4585241
RANDOM SEED=561957610

node14.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.267
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	: 5931.00
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.267
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:       1684680 kB
Buffers:         24232 kB
Cached:         131000 kB
SwapCached:      65428 kB
Active:         281924 kB
Inactive:        36092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684680 kB
SwapTotal:     4192956 kB
SwapFree:      4121408 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:         176704 kB
Slab:            38068 kB
Committed_AS:  3915572 kB
PageTables:       2156 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= 66436 MiB
End job on node14 at 2008-07-05 03:03:32