Trace number 1080914

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.03 1848.83

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-2.xml
MD5SUM95412b3e8393abe23916a66472a7044f
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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1368
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
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 01:23:45 2008
0.00/0.04	c 0	PID 18090
0.00/0.05	c 0	HOST node39.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1080914-1215213825.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-1080914-1215213825.xml' 'HOME/temp.csp'
0.03/0.67	c 0	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.03/0.69	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.69	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.64/0.77	c 0	Parsing HOME/temp.csp
0.93/1.02	c 1	parsed 3732 expressions
0.93/1.03	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.03	c 1	Converting to clausal form CSP
0.93/1.05	c 1	converted 374 (10%) expressions
1.02/1.11	c 1	converted 747 (20%) expressions
1.12/1.23	c 1	converted 1120 (30%) expressions
1.12/1.26	c 1	converted 1493 (40%) expressions
1.12/1.27	c 1	converted 1866 (50%) expressions
1.12/1.28	c 1	converted 2240 (60%) expressions
1.12/1.29	c 1	converted 2613 (70%) expressions
1.23/1.30	c 1	converted 2986 (80%) expressions
1.23/1.31	c 1	converted 3359 (90%) expressions
1.23/1.32	c 1	converted 3732 (100%) expressions
1.23/1.33	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1368
1.23/1.33	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.33	c 1	Propagation in CSP
1.33/1.49	c 1	203574 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.33/1.49	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 905
1.33/1.49	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.50	c 1	Simplifing CSP by introducing new Boolean variables
1.43/1.58	c 1	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 905
1.43/1.58	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.63	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.56/1.90	c 2	30 (10%) CSP integer variables are encoded (20955 clauses, 292213 bytes)
1.61/1.93	c 2	60 (20%) CSP integer variables are encoded (43515 clauses, 630613 bytes)
1.61/1.95	c 2	90 (30%) CSP integer variables are encoded (60540 clauses, 885988 bytes)
1.61/1.98	c 2	120 (40%) CSP integer variables are encoded (79575 clauses, 1171513 bytes)
1.69/2.00	c 2	150 (50%) CSP integer variables are encoded (94755 clauses, 1399213 bytes)
1.69/2.02	c 2	180 (60%) CSP integer variables are encoded (113460 clauses, 1707025 bytes)
1.69/2.05	c 2	210 (70%) CSP integer variables are encoded (134520 clauses, 2065045 bytes)
1.69/2.08	c 2	240 (80%) CSP integer variables are encoded (154455 clauses, 2403940 bytes)
1.80/2.11	c 2	270 (90%) CSP integer variables are encoded (175065 clauses, 2754310 bytes)
1.80/2.13	c 2	300 (100%) CSP integer variables are encoded (191985 clauses, 3041950 bytes)
2.28/2.66	c 2	883 (10%) CSP clauses are encoded (433368 clauses, 8359761 bytes)
2.78/3.19	c 3	1766 (20%) CSP clauses are encoded (691940 clauses, 14345563 bytes)
3.28/3.66	c 3	2649 (30%) CSP clauses are encoded (925909 clauses, 19760221 bytes)
3.88/4.22	c 4	3532 (40%) CSP clauses are encoded (1203607 clauses, 26196366 bytes)
4.27/4.85	c 5	4415 (50%) CSP clauses are encoded (1417598 clauses, 31162697 bytes)
4.77/5.31	c 5	5298 (60%) CSP clauses are encoded (1655270 clauses, 36684835 bytes)
5.06/5.67	c 5	6181 (70%) CSP clauses are encoded (1838593 clauses, 40952194 bytes)
5.56/6.13	c 6	7064 (80%) CSP clauses are encoded (2074442 clauses, 46508565 bytes)
6.05/6.61	c 6	7947 (90%) CSP clauses are encoded (2317587 clauses, 52384157 bytes)
6.45/7.07	c 7	8830 (100%) CSP clauses are encoded (2570723 clauses, 58252583 bytes)
6.45/7.07	c 7	8830 CSP clauses encoded
6.45/7.07	c 7	Writing map file : HOME/temp.map
6.45/7.07	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.45/7.07	c 7	SAT : 197985 SAT variables, 2570723 SAT clauses, 58252583 bytes
6.45/7.07	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.52/7.24	c 7	SOLVING HOME/temp.cnf
6.52/7.24	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1848.81	c ERROR INTERRUPTED
1800.03/1848.82	s UNKNOWN
1800.03/1848.82	c 1849	CPU 5.95 (0.03 0.01 5.92 0.59)
1800.03/1848.82	c 1849	END Sat Jul  5 01:54:34 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-1080914-1215213825/watcher-1080914-1215213825 -o /tmp/evaluation-result-1080914-1215213825/solver-1080914-1215213825 -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-1080914-1215213825.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.38 2.24 2.11 4/83 18090
/proc/meminfo: memFree=1123352/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=18572 CPUtime=0
/proc/18090/stat : 18090 (runsolver) R 18088 18090 16021 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 644316064 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 231493659943 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18090/statm: 4643 292 257 25 0 2626 0

[startup+0.0957479 s]
/proc/loadavg: 2.38 2.24 2.11 4/83 18090
/proc/meminfo: memFree=1123352/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=0.03
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 644316064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18090/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101751 s]
/proc/loadavg: 2.38 2.24 2.11 4/83 18090
/proc/meminfo: memFree=1123352/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=0.03
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 644316064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18090/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301782 s]
/proc/loadavg: 2.38 2.24 2.11 4/83 18090
/proc/meminfo: memFree=1123352/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=0.03
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 644316064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18090/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701838 s]
/proc/loadavg: 2.38 2.24 2.11 4/83 18090
/proc/meminfo: memFree=1123352/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=0.64
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 956 6758 0 1 3 0 55 6 16 0 1 0 644316064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18090/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13600

[startup+1.50295 s]
/proc/loadavg: 2.38 2.24 2.11 3/94 18112
/proc/meminfo: memFree=1114496/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=0.65
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 974 6758 0 1 3 1 55 6 15 0 1 0 644316064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18090/statm: 3400 797 370 3 0 500 0
[pid=18103] ppid=18090 vsize=5356 CPUtime=0
/proc/18103/stat : 18103 (sh) S 18090 18090 16021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644316133 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18103/statm: 1339 233 193 169 0 50 0
[pid=18104] ppid=18103 vsize=868248 CPUtime=0.78
/proc/18104/stat : 18104 (java) S 18103 18090 16021 0 -1 0 5857 0 1 0 73 5 0 0 20 0 9 0 644316134 889085952 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 217062 5222 1734 9 0 211637 0
[pid=18104/tid=18105] ppid=18103 vsize=868248 CPUtime=0.5
/proc/18104/task/18105/stat : 18105 (java) R 18103 18090 16021 0 -1 64 2685 0 1 0 48 2 0 0 25 0 9 0 644316135 889085952 5222 996147200 134512640 134550740 4294955952 18446744073709551615 102226627 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18106] ppid=18103 vsize=868248 CPUtime=0.05
/proc/18104/task/18106/stat : 18106 (java) S 18103 18090 16021 0 -1 64 1010 0 0 0 5 0 0 0 16 0 9 0 644316136 889085952 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18107] ppid=18103 vsize=868248 CPUtime=0
/proc/18104/task/18107/stat : 18107 (java) S 18103 18090 16021 0 -1 64 9 0 0 0 0 0 0 0 24 0 9 0 644316136 889085952 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18108] ppid=18103 vsize=868248 CPUtime=0
/proc/18104/task/18108/stat : 18108 (java) S 18103 18090 16021 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 644316136 889085952 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18109] ppid=18103 vsize=868248 CPUtime=0
/proc/18104/task/18109/stat : 18109 (java) S 18103 18090 16021 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 644316138 889085952 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18110] ppid=18103 vsize=868248 CPUtime=0.19
/proc/18104/task/18110/stat : 18110 (java) S 18103 18090 16021 0 -1 64 1470 0 0 0 18 1 0 0 16 0 9 0 644316138 889085952 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18111] ppid=18103 vsize=868248 CPUtime=0
/proc/18104/task/18111/stat : 18111 (java) S 18103 18090 16021 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 644316138 889085952 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18112] ppid=18103 vsize=868248 CPUtime=0
/proc/18104/task/18112/stat : 18112 (java) S 18103 18090 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 644316138 889085952 5222 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887204

[startup+3.1022 s]
/proc/loadavg: 2.38 2.24 2.11 4/94 18112
/proc/meminfo: memFree=1103744/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=0.65
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 974 6758 0 1 3 1 55 6 15 0 1 0 644316064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18090/statm: 3400 797 370 3 0 500 0
[pid=18103] ppid=18090 vsize=5356 CPUtime=0
/proc/18103/stat : 18103 (sh) S 18090 18090 16021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644316133 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18103/statm: 1339 233 193 169 0 50 0
[pid=18104] ppid=18103 vsize=868472 CPUtime=2.13
/proc/18104/stat : 18104 (java) S 18103 18090 16021 0 -1 0 7864 0 1 0 197 16 0 0 20 0 9 0 644316134 889315328 6692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 217118 6692 2564 9 0 211665 0
[pid=18104/tid=18105] ppid=18103 vsize=868472 CPUtime=1.61
/proc/18104/task/18105/stat : 18105 (java) R 18103 18090 16021 0 -1 64 3096 0 1 0 151 10 0 0 25 0 9 0 644316135 889315328 6692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18104/tid=18106] ppid=18103 vsize=868472 CPUtime=0.26
/proc/18104/task/18106/stat : 18106 (java) R 18103 18090 16021 0 -1 64 2579 0 0 0 23 3 0 0 15 0 9 0 644316136 889315328 6692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18104/tid=18107] ppid=18103 vsize=868472 CPUtime=0
/proc/18104/task/18107/stat : 18107 (java) S 18103 18090 16021 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644316136 889315328 6692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18108] ppid=18103 vsize=868472 CPUtime=0
/proc/18104/task/18108/stat : 18108 (java) S 18103 18090 16021 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 644316136 889315328 6692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18109] ppid=18103 vsize=868472 CPUtime=0
/proc/18104/task/18109/stat : 18109 (java) S 18103 18090 16021 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 644316138 889315328 6692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18110] ppid=18103 vsize=868472 CPUtime=0.23
/proc/18104/task/18110/stat : 18110 (java) S 18103 18090 16021 0 -1 64 1496 0 0 0 22 1 0 0 16 0 9 0 644316138 889315328 6692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18104/tid=18111] ppid=18103 vsize=868472 CPUtime=0
/proc/18104/task/18111/stat : 18111 (java) S 18103 18090 16021 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 644316138 889315328 6692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18112] ppid=18103 vsize=868472 CPUtime=0
/proc/18104/task/18112/stat : 18112 (java) S 18103 18090 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 644316138 889315328 6692 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 887428

[startup+6.30266 s]
/proc/loadavg: 2.43 2.25 2.12 3/94 18112
/proc/meminfo: memFree=1066368/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=0.65
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 974 6758 0 1 3 1 55 6 15 0 1 0 644316064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18090/statm: 3400 797 370 3 0 500 0
[pid=18103] ppid=18090 vsize=5356 CPUtime=0
/proc/18103/stat : 18103 (sh) S 18090 18090 16021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644316133 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18103/statm: 1339 233 193 169 0 50 0
[pid=18104] ppid=18103 vsize=868472 CPUtime=5.11
/proc/18104/stat : 18104 (java) S 18103 18090 16021 0 -1 0 8789 0 1 0 465 46 0 0 20 0 9 0 644316134 889315328 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18104/statm: 217118 6694 2564 9 0 211665 0
[pid=18104/tid=18105] ppid=18103 vsize=868472 CPUtime=4.33
/proc/18104/task/18105/stat : 18105 (java) R 18103 18090 16021 0 -1 64 4018 0 1 0 399 34 0 0 25 0 9 0 644316135 889315328 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4126937312 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18106] ppid=18103 vsize=868472 CPUtime=0.5
/proc/18104/task/18106/stat : 18106 (java) S 18103 18090 16021 0 -1 64 2579 0 0 0 42 8 0 0 16 0 9 0 644316136 889315328 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18107] ppid=18103 vsize=868472 CPUtime=0
/proc/18104/task/18107/stat : 18107 (java) S 18103 18090 16021 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644316136 889315328 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18108] ppid=18103 vsize=868472 CPUtime=0
/proc/18104/task/18108/stat : 18108 (java) S 18103 18090 16021 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 644316136 889315328 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18109] ppid=18103 vsize=868472 CPUtime=0
/proc/18104/task/18109/stat : 18109 (java) S 18103 18090 16021 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 644316138 889315328 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18110] ppid=18103 vsize=868472 CPUtime=0.23
/proc/18104/task/18110/stat : 18110 (java) S 18103 18090 16021 0 -1 64 1498 0 0 0 22 1 0 0 16 0 9 0 644316138 889315328 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18104/tid=18111] ppid=18103 vsize=868472 CPUtime=0
/proc/18104/task/18111/stat : 18111 (java) S 18103 18090 16021 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 644316138 889315328 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18104/tid=18112] ppid=18103 vsize=868472 CPUtime=0
/proc/18104/task/18112/stat : 18112 (java) S 18103 18090 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 644316138 889315328 6694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 887428

[startup+12.7026 s]
/proc/loadavg: 2.39 2.25 2.12 3/86 18114
/proc/meminfo: memFree=1033344/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=6.55
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 1022 16102 0 2 3 1 592 59 17 0 1 0 644316064 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18090/statm: 3400 799 370 3 0 500 0
[pid=18113] ppid=18090 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18090 18090 16021 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 644316789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 232 193 169 0 50 0
[pid=18114] ppid=18113 vsize=37280 CPUtime=5.01
/proc/18114/stat : 18114 (picosat) R 18113 18090 16021 0 -1 4194304 8095 0 0 0 226 275 0 0 25 0 1 0 644316789 38174720 8081 996147200 134512640 134931368 4294956256 18446744073709551615 134545605 0 0 4096 0 0 0 0 17 0 0 0
/proc/18114/statm: 9320 8081 40 102 0 9215 0
Current children cumulated CPU time (s) 11.56
Current children cumulated vsize (KiB) 56236

[startup+25.5015 s]
/proc/loadavg: 2.31 2.23 2.11 5/86 18114
/proc/meminfo: memFree=988480/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=6.55
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 1022 16102 0 2 3 1 592 59 17 0 1 0 644316064 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18090/statm: 3400 799 370 3 0 500 0
[pid=18113] ppid=18090 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18090 18090 16021 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 644316789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 232 193 169 0 50 0
[pid=18114] ppid=18113 vsize=83420 CPUtime=16.99
/proc/18114/stat : 18114 (picosat) R 18113 18090 16021 0 -1 4194304 19395 0 0 0 768 931 0 0 25 0 1 0 644316789 85422080 19381 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18114/statm: 20855 19381 40 102 0 20750 0
Current children cumulated CPU time (s) 23.54
Current children cumulated vsize (KiB) 102376

[startup+51.1013 s]
/proc/loadavg: 2.20 2.21 2.11 3/86 18114
/proc/meminfo: memFree=967232/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=6.55
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 1022 16102 0 2 3 1 592 59 17 0 1 0 644316064 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18090/statm: 3400 799 370 3 0 500 0
[pid=18113] ppid=18090 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18090 18090 16021 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 644316789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 232 193 169 0 50 0
[pid=18114] ppid=18113 vsize=111696 CPUtime=41.44
/proc/18114/stat : 18114 (picosat) R 18113 18090 16021 0 -1 4194304 24134 0 0 0 2939 1205 0 0 25 0 1 0 644316789 114376704 24120 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18114/statm: 27924 24120 42 102 0 27819 0
Current children cumulated CPU time (s) 47.99
Current children cumulated vsize (KiB) 130652

[startup+102.307 s]
/proc/loadavg: 2.23 2.21 2.11 3/86 18114
/proc/meminfo: memFree=966400/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=6.55
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 1022 16102 0 2 3 1 592 59 17 0 1 0 644316064 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18090/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1647904/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=6.55
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 1022 16102 0 2 3 1 592 59 17 0 1 0 644316064 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18090/statm: 3400 799 370 3 0 500 0
[pid=18113] ppid=18090 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18090 18090 16021 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 644316789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 232 193 169 0 50 0
[pid=18114] ppid=18113 vsize=124640 CPUtime=1308.95
/proc/18114/stat : 18114 (picosat) R 18113 18090 16021 0 -1 4194304 27641 0 0 0 129684 1211 0 0 25 0 1 0 644316789 127631360 27527 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/18114/statm: 31160 27527 48 102 0 31055 0
Current children cumulated CPU time (s) 1315.5
Current children cumulated vsize (KiB) 143596

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.06 3/75 18142
/proc/meminfo: memFree=1647904/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=6.55
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 1022 16102 0 2 3 1 592 59 17 0 1 0 644316064 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18090/statm: 3400 799 370 3 0 500 0
[pid=18113] ppid=18090 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18090 18090 16021 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 644316789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 232 193 169 0 50 0
[pid=18114] ppid=18113 vsize=124640 CPUtime=1368.71
/proc/18114/stat : 18114 (picosat) R 18113 18090 16021 0 -1 4194304 27641 0 0 0 135660 1211 0 0 25 0 1 0 644316789 127631360 27527 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/18114/statm: 31160 27527 48 102 0 31055 0
Current children cumulated CPU time (s) 1375.26
Current children cumulated vsize (KiB) 143596

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/75 18142
/proc/meminfo: memFree=1647776/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=6.55
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 1022 16102 0 2 3 1 592 59 17 0 1 0 644316064 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18090/statm: 3400 799 370 3 0 500 0
[pid=18113] ppid=18090 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18090 18090 16021 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 644316789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 232 193 169 0 50 0
[pid=18114] ppid=18113 vsize=124640 CPUtime=1428.47
/proc/18114/stat : 18114 (picosat) R 18113 18090 16021 0 -1 4194304 27641 0 0 0 141635 1212 0 0 25 0 1 0 644316789 127631360 27527 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 0 0 0
/proc/18114/statm: 31160 27527 48 102 0 31055 0
Current children cumulated CPU time (s) 1435.02
Current children cumulated vsize (KiB) 143596

[startup+1542.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/75 18142
/proc/meminfo: memFree=1647776/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=6.55
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 1022 16102 0 2 3 1 592 59 17 0 1 0 644316064 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18090/statm: 3400 799 370 3 0 500 0
[pid=18113] ppid=18090 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18090 18090 16021 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 644316789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 232 193 169 0 50 0
[pid=18114] ppid=18113 vsize=124640 CPUtime=1488.23
/proc/18114/stat : 18114 (picosat) R 18113 18090 16021 0 -1 4194304 27641 0 0 0 147611 1212 0 0 25 0 1 0 644316789 127631360 27527 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18114/statm: 31160 27527 48 102 0 31055 0
Current children cumulated CPU time (s) 1494.78
Current children cumulated vsize (KiB) 143596

[startup+1602.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/75 18144
/proc/meminfo: memFree=1647648/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=6.55
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 1022 16102 0 2 3 1 592 59 17 0 1 0 644316064 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18090/statm: 3400 799 370 3 0 500 0
[pid=18113] ppid=18090 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18090 18090 16021 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 644316789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 232 193 169 0 50 0
[pid=18114] ppid=18113 vsize=124640 CPUtime=1547.98
/proc/18114/stat : 18114 (picosat) R 18113 18090 16021 0 -1 4194304 27641 0 0 0 153586 1212 0 0 25 0 1 0 644316789 127631360 27527 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18114/statm: 31160 27527 48 102 0 31055 0
Current children cumulated CPU time (s) 1554.53
Current children cumulated vsize (KiB) 143596

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.04 3/75 18144
/proc/meminfo: memFree=1647584/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=6.55
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 1022 16102 0 2 3 1 592 59 17 0 1 0 644316064 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18090/statm: 3400 799 370 3 0 500 0
[pid=18113] ppid=18090 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18090 18090 16021 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 644316789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 232 193 169 0 50 0
[pid=18114] ppid=18113 vsize=124640 CPUtime=1607.74
/proc/18114/stat : 18114 (picosat) R 18113 18090 16021 0 -1 4194304 27641 0 0 0 159562 1212 0 0 25 0 1 0 644316789 127631360 27527 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/18114/statm: 31160 27527 48 102 0 31055 0
Current children cumulated CPU time (s) 1614.29
Current children cumulated vsize (KiB) 143596

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/75 18144
/proc/meminfo: memFree=1647520/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=6.55
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 1022 16102 0 2 3 1 592 59 17 0 1 0 644316064 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18090/statm: 3400 799 370 3 0 500 0
[pid=18113] ppid=18090 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18090 18090 16021 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 644316789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 232 193 169 0 50 0
[pid=18114] ppid=18113 vsize=124640 CPUtime=1667.5
/proc/18114/stat : 18114 (picosat) R 18113 18090 16021 0 -1 4194304 27641 0 0 0 165538 1212 0 0 25 0 1 0 644316789 127631360 27527 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18114/statm: 31160 27527 48 102 0 31055 0
Current children cumulated CPU time (s) 1674.05
Current children cumulated vsize (KiB) 143596

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/75 18144
/proc/meminfo: memFree=1647392/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=6.55
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 1022 16102 0 2 3 1 592 59 17 0 1 0 644316064 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18090/statm: 3400 799 370 3 0 500 0
[pid=18113] ppid=18090 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18090 18090 16021 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 644316789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 232 193 169 0 50 0
[pid=18114] ppid=18113 vsize=124640 CPUtime=1727.25
/proc/18114/stat : 18114 (picosat) R 18113 18090 16021 0 -1 4194304 27641 0 0 0 171513 1212 0 0 25 0 1 0 644316789 127631360 27527 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18114/statm: 31160 27527 48 102 0 31055 0
Current children cumulated CPU time (s) 1733.8
Current children cumulated vsize (KiB) 143596

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/75 18144
/proc/meminfo: memFree=1647200/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=6.55
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 1022 16102 0 2 3 1 592 59 17 0 1 0 644316064 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18090/statm: 3400 799 370 3 0 500 0
[pid=18113] ppid=18090 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18090 18090 16021 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 644316789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 232 193 169 0 50 0
[pid=18114] ppid=18113 vsize=124772 CPUtime=1787.01
/proc/18114/stat : 18114 (picosat) R 18113 18090 16021 0 -1 4194304 27682 0 0 0 177489 1212 0 0 25 0 1 0 644316789 127766528 27568 996147200 134512640 134931368 4294956256 18446744073709551615 134525709 0 0 4096 0 0 0 0 17 0 0 0
/proc/18114/statm: 31193 27568 48 102 0 31088 0
Current children cumulated CPU time (s) 1793.56
Current children cumulated vsize (KiB) 143728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1848.8 s]
/proc/loadavg: 2.00 2.01 2.03 3/75 18144
/proc/meminfo: memFree=1647136/2055920 swapFree=4180808/4192956
[pid=18090] ppid=18088 vsize=13600 CPUtime=6.55
/proc/18090/stat : 18090 (sugar) S 18088 18090 16021 0 -1 4194304 1022 16102 0 2 3 1 592 59 17 0 1 0 644316064 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18090/statm: 3400 799 370 3 0 500 0
[pid=18113] ppid=18090 vsize=5356 CPUtime=0
/proc/18113/stat : 18113 (sh) S 18090 18090 16021 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 644316789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18113/statm: 1339 232 193 169 0 50 0
[pid=18114] ppid=18113 vsize=124904 CPUtime=1793.48
/proc/18114/stat : 18114 (picosat) R 18113 18090 16021 0 -1 4194304 27709 0 0 0 178136 1212 0 0 25 0 1 0 644316789 127901696 27595 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 0 0 0
/proc/18114/statm: 31226 27595 48 102 0 31121 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 143860

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 18090 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=958094
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=608907
# CPU time returned by wait4() is 6.567
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1848.83
CPU time (s): 1800.03
CPU user time (s): 1787.31
CPU system time (s): 12.72
CPU usage (%): 97.3607
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.95809
system time used= 0.608907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17479
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= 13008
involuntary context switches= 12971

runsolver used 1.70174 second user time and 5.2802 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-05 01:23:45
IDJOB=1080914
IDBENCH=57042
IDSOLVER=345
FILE ID=node39/1080914-1215213825
PBS_JOBID= 7881669
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-100-2.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-1080914-1215213825/watcher-1080914-1215213825 -o /tmp/evaluation-result-1080914-1215213825/solver-1080914-1215213825 -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-1080914-1215213825.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 95412b3e8393abe23916a66472a7044f
RANDOM SEED=395780043

node39.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	: 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.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:       1123896 kB
Buffers:         26144 kB
Cached:         141780 kB
SwapCached:       5748 kB
Active:         831724 kB
Inactive:        48052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1123896 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:         723512 kB
Slab:            36256 kB
Committed_AS:  1688896 kB
PageTables:       3132 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= 66556 MiB
End job on node39 at 2008-07-05 01:54:36