Trace number 1041099

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 1808.83

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-27-27.xml
MD5SUM1a46e95d1fa613e95eaf09befcc9f6de
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.255961
Satisfiable
(Un)Satisfiability was proved
Number of variables1458
Number of constraints1758
Maximum constraint arity27
Maximum domain size83
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1405
Global constraints used (with number of constraints)cumulative(2),weightedsum(351)

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 13:50:57 2008
0.00/0.04	c 0	PID 10550
0.00/0.05	c 0	HOST node27.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1041099-1214999457.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-1041099-1214999457.xml' 'HOME/temp.csp'
0.03/0.60	c 1	28 domains, 1458 variables, 2 predicates, 0 relations, 1758 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.58/0.71	c 1	Parsing HOME/temp.csp
0.58/0.94	c 1	parsed 3246 expressions
0.58/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.94	c 1	Converting to clausal form CSP
0.58/0.97	c 1	converted 325 (10%) expressions
0.58/0.98	c 1	converted 650 (20%) expressions
0.58/0.98	c 1	converted 974 (30%) expressions
0.58/0.98	c 1	converted 1299 (40%) expressions
1.03/1.13	c 1	converted 1623 (50%) expressions
1.03/1.18	c 1	converted 1948 (60%) expressions
1.13/1.22	c 1	converted 2273 (70%) expressions
1.13/1.25	c 1	converted 2597 (80%) expressions
1.13/1.28	c 1	converted 2922 (90%) expressions
2.22/2.33	c 2	converted 3246 (100%) expressions
2.22/2.34	c 2	CSP : 10090 integers, 2914 booleans, 26362 clauses, largest domain size 197
2.22/2.34	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.34	c 2	Propagation in CSP
2.42/2.51	c 3	37004 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.42/2.51	c 3	CSP : 10090 integers, 2914 booleans, 26362 clauses, largest domain size 84
2.42/2.51	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.42/2.53	c 3	Simplifing CSP by introducing new Boolean variables
2.42/2.55	c 3	CSP : 10090 integers, 2914 booleans, 26362 clauses, largest domain size 84
2.42/2.55	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.52/2.67	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.62/2.71	c 3	1009 (10%) CSP integer variables are encoded (3616 clauses, 44889 bytes)
2.62/2.72	c 3	2018 (20%) CSP integer variables are encoded (12508 clauses, 169012 bytes)
2.62/2.75	c 3	3027 (30%) CSP integer variables are encoded (28296 clauses, 405832 bytes)
2.62/2.77	c 3	4036 (40%) CSP integer variables are encoded (43711 clauses, 637057 bytes)
2.62/2.79	c 3	5045 (50%) CSP integer variables are encoded (58864 clauses, 864352 bytes)
2.73/2.81	c 3	6054 (60%) CSP integer variables are encoded (73392 clauses, 1082272 bytes)
2.73/2.83	c 3	7063 (70%) CSP integer variables are encoded (89315 clauses, 1321117 bytes)
2.73/2.85	c 3	8072 (80%) CSP integer variables are encoded (104826 clauses, 1577962 bytes)
2.73/2.87	c 3	9081 (90%) CSP integer variables are encoded (119794 clauses, 1832418 bytes)
2.73/2.89	c 3	10090 (100%) CSP integer variables are encoded (134608 clauses, 2084256 bytes)
3.13/3.21	c 3	2637 (10%) CSP clauses are encoded (282703 clauses, 4715770 bytes)
3.82/3.95	c 4	5273 (20%) CSP clauses are encoded (687600 clauses, 12841370 bytes)
4.60/4.75	c 5	7909 (30%) CSP clauses are encoded (1107178 clauses, 21696551 bytes)
5.30/5.45	c 6	10545 (40%) CSP clauses are encoded (1481788 clauses, 29600128 bytes)
5.99/6.14	c 6	13181 (50%) CSP clauses are encoded (1853091 clauses, 37423077 bytes)
6.88/7.01	c 7	15818 (60%) CSP clauses are encoded (2313859 clauses, 47112095 bytes)
7.68/7.82	c 8	18454 (70%) CSP clauses are encoded (2744964 clauses, 56209029 bytes)
8.38/8.58	c 9	21090 (80%) CSP clauses are encoded (3130967 clauses, 65418369 bytes)
9.17/9.32	c 9	23726 (90%) CSP clauses are encoded (3494185 clauses, 74141064 bytes)
9.95/10.17	c 10	26362 (100%) CSP clauses are encoded (3905357 clauses, 83978810 bytes)
9.95/10.17	c 10	26362 CSP clauses encoded
9.95/10.17	c 10	Writing map file : HOME/temp.map
10.05/10.22	c 10	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.05/10.22	c 10	SAT : 147556 SAT variables, 3905357 SAT clauses, 83978810 bytes
10.05/10.22	c 10	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.05/10.24	c 10	SOLVING HOME/temp.cnf
10.05/10.24	c 10	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1808.81	c ERROR INTERRUPTED
1800.03/1808.83	s UNKNOWN
1800.03/1808.83	c 1809	CPU 9.33 (0.04 0.01 9.29 0.76)
1800.03/1808.83	c 1809	END Wed Jul  2 14:21:06 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-1041099-1214999457/watcher-1041099-1214999457 -o /tmp/evaluation-result-1041099-1214999457/solver-1041099-1214999457 -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-1041099-1214999457.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 1.98 1.80 4/72 10550
/proc/meminfo: memFree=1913864/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=12268 CPUtime=0
/proc/10550/stat : 10550 (sugar) R 10548 10550 10306 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 111615835 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233606630037 0 0 4224 0 0 0 0 17 0 0 0
/proc/10550/statm: 3067 316 241 3 0 167 0

[startup+0.0575331 s]
/proc/loadavg: 2.00 1.98 1.80 4/72 10550
/proc/meminfo: memFree=1913864/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=0.03
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 111615835 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101538 s]
/proc/loadavg: 2.00 1.98 1.80 4/72 10550
/proc/meminfo: memFree=1913864/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=0.03
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 111615835 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301561 s]
/proc/loadavg: 2.00 1.98 1.80 4/72 10550
/proc/meminfo: memFree=1913864/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=0.03
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 111615835 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.7016 s]
/proc/loadavg: 2.00 1.98 1.80 4/72 10550
/proc/meminfo: memFree=1913864/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=0.58
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 956 5304 0 1 3 0 50 5 16 0 1 0 111615835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10550/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50268 s]
/proc/loadavg: 2.08 2.00 1.81 3/83 10572
/proc/meminfo: memFree=1904232/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=0.58
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 974 5304 0 1 3 0 50 5 15 0 1 0 111615835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 797 370 3 0 500 0
[pid=10563] ppid=10550 vsize=5356 CPUtime=0
/proc/10563/stat : 10563 (sh) S 10550 10550 10306 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 111615898 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10563/statm: 1339 233 193 169 0 50 0
[pid=10564] ppid=10563 vsize=868272 CPUtime=0.85
/proc/10564/stat : 10564 (java) S 10563 10550 10306 0 -1 0 7330 0 1 0 80 5 0 0 18 0 9 0 111615899 889110528 6562 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10564/statm: 217068 6562 2541 9 0 211643 0
[pid=10564/tid=10565] ppid=10563 vsize=868272 CPUtime=0.5
/proc/10564/task/10565/stat : 10565 (java) R 10563 10550 10306 0 -1 64 2672 0 1 0 49 1 0 0 23 0 9 0 111615900 889110528 6562 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10566] ppid=10563 vsize=868272 CPUtime=0.11
/proc/10564/task/10566/stat : 10566 (java) S 10563 10550 10306 0 -1 64 2493 0 0 0 10 1 0 0 16 0 9 0 111615901 889110528 6562 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10567] ppid=10563 vsize=868272 CPUtime=0
/proc/10564/task/10567/stat : 10567 (java) S 10563 10550 10306 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 111615901 889110528 6562 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10568] ppid=10563 vsize=868272 CPUtime=0
/proc/10564/task/10568/stat : 10568 (java) S 10563 10550 10306 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 111615901 889110528 6562 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10569] ppid=10563 vsize=868272 CPUtime=0
/proc/10564/task/10569/stat : 10569 (java) S 10563 10550 10306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 111615903 889110528 6562 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10570] ppid=10563 vsize=868272 CPUtime=0.2
/proc/10564/task/10570/stat : 10570 (java) R 10563 10550 10306 0 -1 64 1473 0 0 0 19 1 0 0 16 0 9 0 111615903 889110528 6562 996147200 134512640 134550740 4294955952 18446744073709551615 102010208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10571] ppid=10563 vsize=868272 CPUtime=0
/proc/10564/task/10571/stat : 10571 (java) S 10563 10550 10306 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 111615903 889110528 6562 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10572] ppid=10563 vsize=868272 CPUtime=0
/proc/10564/task/10572/stat : 10572 (java) S 10563 10550 10306 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 111615903 889110528 6562 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887228

[startup+3.10284 s]
/proc/loadavg: 2.08 2.00 1.81 4/83 10572
/proc/meminfo: memFree=1887144/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=0.59
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 974 5304 0 1 3 1 50 5 15 0 1 0 111615835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 797 370 3 0 500 0
[pid=10563] ppid=10550 vsize=5356 CPUtime=0
/proc/10563/stat : 10563 (sh) S 10550 10550 10306 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 111615898 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10563/statm: 1339 233 193 169 0 50 0
[pid=10564] ppid=10563 vsize=868500 CPUtime=2.43
/proc/10564/stat : 10564 (java) S 10563 10550 10306 0 -1 0 11094 0 1 0 233 10 0 0 18 0 9 0 111615899 889344000 10075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10564/statm: 217125 10075 2565 9 0 211672 0
[pid=10564/tid=10565] ppid=10563 vsize=868500 CPUtime=1.56
/proc/10564/task/10565/stat : 10565 (java) R 10563 10550 10306 0 -1 64 2982 0 1 0 152 4 0 0 25 0 9 0 111615900 889344000 10075 996147200 134512640 134550740 4294955952 18446744073709551615 102064747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10566] ppid=10563 vsize=868500 CPUtime=0.55
/proc/10564/task/10566/stat : 10566 (java) S 10563 10550 10306 0 -1 64 5884 0 0 0 52 3 0 0 16 0 9 0 111615901 889344000 10075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10567] ppid=10563 vsize=868500 CPUtime=0
/proc/10564/task/10567/stat : 10567 (java) S 10563 10550 10306 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 111615901 889344000 10075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10568] ppid=10563 vsize=868500 CPUtime=0
/proc/10564/task/10568/stat : 10568 (java) S 10563 10550 10306 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 111615901 889344000 10075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10569] ppid=10563 vsize=868500 CPUtime=0
/proc/10564/task/10569/stat : 10569 (java) S 10563 10550 10306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 111615903 889344000 10075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10570] ppid=10563 vsize=868500 CPUtime=0.29
/proc/10564/task/10570/stat : 10570 (java) S 10563 10550 10306 0 -1 64 1536 0 0 0 28 1 0 0 16 0 9 0 111615903 889344000 10075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10571] ppid=10563 vsize=868500 CPUtime=0
/proc/10564/task/10571/stat : 10571 (java) S 10563 10550 10306 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 111615903 889344000 10075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10572] ppid=10563 vsize=868500 CPUtime=0
/proc/10564/task/10572/stat : 10572 (java) S 10563 10550 10306 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 111615903 889344000 10075 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887456

[startup+6.30217 s]
/proc/loadavg: 2.15 2.02 1.82 3/83 10572
/proc/meminfo: memFree=1852200/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=0.59
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 974 5304 0 1 3 1 50 5 15 0 1 0 111615835 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 797 370 3 0 500 0
[pid=10563] ppid=10550 vsize=5356 CPUtime=0
/proc/10563/stat : 10563 (sh) S 10550 10550 10306 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 111615898 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10563/statm: 1339 233 193 169 0 50 0
[pid=10564] ppid=10563 vsize=868500 CPUtime=5.6
/proc/10564/stat : 10564 (java) S 10563 10550 10306 0 -1 0 11598 0 1 0 526 34 0 0 18 0 9 0 111615899 889344000 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10564/statm: 217125 10080 2565 9 0 211672 0
[pid=10564/tid=10565] ppid=10563 vsize=868500 CPUtime=4.55
/proc/10564/task/10565/stat : 10565 (java) R 10563 10550 10306 0 -1 64 3483 0 1 0 430 25 0 0 25 0 9 0 111615900 889344000 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4126871336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10566] ppid=10563 vsize=868500 CPUtime=0.72
/proc/10564/task/10566/stat : 10566 (java) S 10563 10550 10306 0 -1 64 5884 0 0 0 66 6 0 0 16 0 9 0 111615901 889344000 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10567] ppid=10563 vsize=868500 CPUtime=0
/proc/10564/task/10567/stat : 10567 (java) S 10563 10550 10306 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 111615901 889344000 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10568] ppid=10563 vsize=868500 CPUtime=0
/proc/10564/task/10568/stat : 10568 (java) S 10563 10550 10306 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 111615901 889344000 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10569] ppid=10563 vsize=868500 CPUtime=0
/proc/10564/task/10569/stat : 10569 (java) S 10563 10550 10306 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 111615903 889344000 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10570] ppid=10563 vsize=868500 CPUtime=0.3
/proc/10564/task/10570/stat : 10570 (java) S 10563 10550 10306 0 -1 64 1539 0 0 0 29 1 0 0 17 0 9 0 111615903 889344000 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10571] ppid=10563 vsize=868500 CPUtime=0
/proc/10564/task/10571/stat : 10571 (java) S 10563 10550 10306 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 111615903 889344000 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10564/tid=10572] ppid=10563 vsize=868500 CPUtime=0
/proc/10564/task/10572/stat : 10572 (java) S 10563 10550 10306 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 111615903 889344000 10080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887456

[startup+12.7018 s]
/proc/loadavg: 2.22 2.03 1.82 3/75 10574
/proc/meminfo: memFree=1812264/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=10.1
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 1022 17810 0 2 4 1 929 76 16 0 1 0 111615835 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 799 370 3 0 500 0
[pid=10573] ppid=10550 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (sh) S 10550 10550 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111616860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10573/statm: 1339 232 193 169 0 50 0
[pid=10574] ppid=10573 vsize=26976 CPUtime=2.43
/proc/10574/stat : 10574 (picosat) R 10573 10550 10306 0 -1 4194304 4801 0 0 0 110 133 0 0 25 0 1 0 111616860 27623424 4787 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/10574/statm: 6744 4787 40 102 0 6639 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 45932

[startup+25.5011 s]
/proc/loadavg: 2.17 2.03 1.83 3/75 10576
/proc/meminfo: memFree=1761704/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=10.1
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 1022 17810 0 2 4 1 929 76 16 0 1 0 111615835 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 799 370 3 0 500 0
[pid=10573] ppid=10550 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (sh) S 10550 10550 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111616860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10573/statm: 1339 232 193 169 0 50 0
[pid=10574] ppid=10573 vsize=77704 CPUtime=15.17
/proc/10574/stat : 10574 (picosat) R 10573 10550 10306 0 -1 4194304 17058 0 0 0 694 823 0 0 25 0 1 0 111616860 79568896 17044 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/10574/statm: 19426 17044 40 102 0 19321 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 96660

[startup+51.1017 s]
/proc/loadavg: 2.11 2.03 1.83 3/75 10576
/proc/meminfo: memFree=1687336/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=10.1
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 1022 17810 0 2 4 1 929 76 16 0 1 0 111615835 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 799 370 3 0 500 0
[pid=10573] ppid=10550 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (sh) S 10550 10550 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111616860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10573/statm: 1339 232 193 169 0 50 0
[pid=10574] ppid=10573 vsize=152328 CPUtime=40.64
/proc/10574/stat : 10574 (picosat) R 10573 10550 10306 0 -1 4194304 35344 0 0 0 2231 1833 0 0 25 0 1 0 111616860 155983872 35330 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/10574/statm: 38082 35330 42 102 0 37977 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 171284

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 1.83 3/75 10576
/proc/meminfo: memFree=1687144/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=10.1
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 1022 17810 0 2 4 1 929 76 16 0 1 0 111615835 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1685032/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=10.1
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 1022 17810 0 2 4 1 929 76 16 0 1 0 111615835 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 799 370 3 0 500 0
[pid=10573] ppid=10550 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (sh) S 10550 10550 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111616860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10573/statm: 1339 232 193 169 0 50 0
[pid=10574] ppid=10573 vsize=164076 CPUtime=1285.74
/proc/10574/stat : 10574 (picosat) R 10573 10550 10306 0 -1 4194304 38349 0 0 0 126734 1840 0 0 25 0 1 0 111616860 168013824 38335 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 0 0 0
/proc/10574/statm: 41019 38335 42 102 0 40914 0
Current children cumulated CPU time (s) 1295.84
Current children cumulated vsize (KiB) 183032

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 1.93 3/75 10646
/proc/meminfo: memFree=1684656/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=10.1
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 1022 17810 0 2 4 1 929 76 16 0 1 0 111615835 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 799 370 3 0 500 0
[pid=10573] ppid=10550 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (sh) S 10550 10550 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111616860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10573/statm: 1339 232 193 169 0 50 0
[pid=10574] ppid=10573 vsize=164604 CPUtime=1345.45
/proc/10574/stat : 10574 (picosat) R 10573 10550 10306 0 -1 4194304 38492 0 0 0 132705 1840 0 0 25 0 1 0 111616860 168554496 38478 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10574/statm: 41151 38478 42 102 0 41046 0
Current children cumulated CPU time (s) 1355.55
Current children cumulated vsize (KiB) 183560

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 1.93 3/75 10646
/proc/meminfo: memFree=1683952/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=10.1
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 1022 17810 0 2 4 1 929 76 16 0 1 0 111615835 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 799 370 3 0 500 0
[pid=10573] ppid=10550 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (sh) S 10550 10550 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111616860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10573/statm: 1339 232 193 169 0 50 0
[pid=10574] ppid=10573 vsize=165264 CPUtime=1405.19
/proc/10574/stat : 10574 (picosat) R 10573 10550 10306 0 -1 4194304 38637 0 0 0 138679 1840 0 0 25 0 1 0 111616860 169230336 38623 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/10574/statm: 41316 38623 42 102 0 41211 0
Current children cumulated CPU time (s) 1415.29
Current children cumulated vsize (KiB) 184220

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/75 10646
/proc/meminfo: memFree=1683312/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=10.1
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 1022 17810 0 2 4 1 929 76 16 0 1 0 111615835 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 799 370 3 0 500 0
[pid=10573] ppid=10550 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (sh) S 10550 10550 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111616860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10573/statm: 1339 232 193 169 0 50 0
[pid=10574] ppid=10573 vsize=165792 CPUtime=1464.92
/proc/10574/stat : 10574 (picosat) R 10573 10550 10306 0 -1 4194304 38786 0 0 0 144651 1841 0 0 25 0 1 0 111616860 169771008 38772 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10574/statm: 41448 38772 42 102 0 41343 0
Current children cumulated CPU time (s) 1475.02
Current children cumulated vsize (KiB) 184748

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/75 10646
/proc/meminfo: memFree=1682736/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=10.1
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 1022 17810 0 2 4 1 929 76 16 0 1 0 111615835 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 799 370 3 0 500 0
[pid=10573] ppid=10550 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (sh) S 10550 10550 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111616860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10573/statm: 1339 232 193 169 0 50 0
[pid=10574] ppid=10573 vsize=166320 CPUtime=1524.64
/proc/10574/stat : 10574 (picosat) R 10573 10550 10306 0 -1 4194304 38921 0 0 0 150623 1841 0 0 25 0 1 0 111616860 170311680 38907 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/10574/statm: 41580 38907 42 102 0 41475 0
Current children cumulated CPU time (s) 1534.74
Current children cumulated vsize (KiB) 185276

[startup+1602.3 s]
/proc/loadavg: 2.06 2.03 1.95 3/75 10646
/proc/meminfo: memFree=1682096/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=10.1
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 1022 17810 0 2 4 1 929 76 16 0 1 0 111615835 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 799 370 3 0 500 0
[pid=10573] ppid=10550 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (sh) S 10550 10550 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111616860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10573/statm: 1339 232 193 169 0 50 0
[pid=10574] ppid=10573 vsize=166980 CPUtime=1584.36
/proc/10574/stat : 10574 (picosat) R 10573 10550 10306 0 -1 4194304 39081 0 0 0 156595 1841 0 0 25 0 1 0 111616860 170987520 39067 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10574/statm: 41745 39067 42 102 0 41640 0
Current children cumulated CPU time (s) 1594.46
Current children cumulated vsize (KiB) 185936

[startup+1662.3 s]
/proc/loadavg: 2.06 2.04 1.95 3/75 10646
/proc/meminfo: memFree=1681456/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=10.1
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 1022 17810 0 2 4 1 929 76 16 0 1 0 111615835 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 799 370 3 0 500 0
[pid=10573] ppid=10550 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (sh) S 10550 10550 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111616860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10573/statm: 1339 232 193 169 0 50 0
[pid=10574] ppid=10573 vsize=167508 CPUtime=1644.1
/proc/10574/stat : 10574 (picosat) R 10573 10550 10306 0 -1 4194304 39230 0 0 0 162568 1842 0 0 25 0 1 0 111616860 171528192 39216 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 0 0 0
/proc/10574/statm: 41877 39216 42 102 0 41772 0
Current children cumulated CPU time (s) 1654.2
Current children cumulated vsize (KiB) 186464

[startup+1722.3 s]
/proc/loadavg: 2.18 2.07 1.97 3/75 10646
/proc/meminfo: memFree=1680880/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=10.1
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 1022 17810 0 2 4 1 929 76 16 0 1 0 111615835 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 799 370 3 0 500 0
[pid=10573] ppid=10550 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (sh) S 10550 10550 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111616860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10573/statm: 1339 232 193 169 0 50 0
[pid=10574] ppid=10573 vsize=168168 CPUtime=1703.82
/proc/10574/stat : 10574 (picosat) R 10573 10550 10306 0 -1 4194304 39375 0 0 0 168540 1842 0 0 25 0 1 0 111616860 172204032 39361 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10574/statm: 42042 39361 42 102 0 41937 0
Current children cumulated CPU time (s) 1713.92
Current children cumulated vsize (KiB) 187124

[startup+1782.3 s]
/proc/loadavg: 2.16 2.09 1.98 3/75 10646
/proc/meminfo: memFree=1680176/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=10.1
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 1022 17810 0 2 4 1 929 76 16 0 1 0 111615835 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 799 370 3 0 500 0
[pid=10573] ppid=10550 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (sh) S 10550 10550 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111616860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10573/statm: 1339 232 193 169 0 50 0
[pid=10574] ppid=10573 vsize=168696 CPUtime=1763.55
/proc/10574/stat : 10574 (picosat) R 10573 10550 10306 0 -1 4194304 39516 0 0 0 174512 1843 0 0 25 0 1 0 111616860 172744704 39502 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10574/statm: 42174 39502 42 102 0 42069 0
Current children cumulated CPU time (s) 1773.65
Current children cumulated vsize (KiB) 187652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.8 s]
/proc/loadavg: 2.11 2.08 1.98 3/75 10646
/proc/meminfo: memFree=1679984/2055920 swapFree=4192812/4192956
[pid=10550] ppid=10548 vsize=13600 CPUtime=10.1
/proc/10550/stat : 10550 (sugar) S 10548 10550 10306 0 -1 4194304 1022 17810 0 2 4 1 929 76 16 0 1 0 111615835 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10550/statm: 3400 799 370 3 0 500 0
[pid=10573] ppid=10550 vsize=5356 CPUtime=0
/proc/10573/stat : 10573 (sh) S 10550 10550 10306 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 111616860 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10573/statm: 1339 232 193 169 0 50 0
[pid=10574] ppid=10573 vsize=168828 CPUtime=1789.93
/proc/10574/stat : 10574 (picosat) R 10573 10550 10306 0 -1 4194304 39575 0 0 0 177150 1843 0 0 25 0 1 0 111616860 172879872 39561 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/10574/statm: 42207 39561 42 102 0 42102 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 187784

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 10550 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=333581
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=782880
# CPU time returned by wait4() is 10.1165
# 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): 1808.83
CPU time (s): 1800.03
CPU user time (s): 1780.83
CPU system time (s): 19.2
CPU usage (%): 99.5132
Max. virtual memory (cumulated for all children) (KiB): 887596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.33358
system time used= 0.78288
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19187
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= 11338
involuntary context switches= 11330

runsolver used 2.09768 second user time and 5.66114 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-02 13:50:57
IDJOB=1041099
IDBENCH=53772
IDSOLVER=345
FILE ID=node27/1041099-1214999457
PBS_JOBID= 7870868
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-27-27.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-1041099-1214999457/watcher-1041099-1214999457 -o /tmp/evaluation-result-1041099-1214999457/solver-1041099-1214999457 -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-1041099-1214999457.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1a46e95d1fa613e95eaf09befcc9f6de
RANDOM SEED=1037120510

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1914344 kB
Buffers:          4232 kB
Cached:          46768 kB
SwapCached:          0 kB
Active:          79036 kB
Inactive:         8460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1914344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:          49488 kB
Slab:            39756 kB
Committed_AS:   192412 kB
PageTables:       1536 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-02 14:21:08