Trace number 1051197

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

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-44-10-a4.xml
MD5SUMd64b0b30fe6539783bc7e2d71db09770
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.72067
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints915
Maximum constraint arity4
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension915
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 Thu Jul  3 04:35:19 2008
0.00/0.04	c 0	PID 31686
0.00/0.05	c 0	HOST node39.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051197-1215052519.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-1051197-1215052519.xml' 'HOME/temp.csp'
0.03/0.42	c 0	1 domains, 10 variables, 2 predicates, 0 relations, 915 constraints
0.03/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	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.41/0.55	c 0	Parsing HOME/temp.csp
0.41/0.69	c 0	parsed 928 expressions
0.41/0.69	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.69	c 0	Converting to clausal form CSP
0.41/0.75	c 0	converted 93 (10%) expressions
0.41/0.79	c 0	converted 186 (20%) expressions
0.41/0.81	c 0	converted 279 (30%) expressions
0.41/0.93	c 1	converted 372 (40%) expressions
0.41/0.98	c 1	converted 464 (50%) expressions
0.41/1.02	c 1	converted 557 (60%) expressions
0.41/1.05	c 1	converted 650 (70%) expressions
0.41/1.07	c 1	converted 743 (80%) expressions
1.01/1.10	c 1	converted 836 (90%) expressions
1.01/1.13	c 1	converted 928 (100%) expressions
1.01/1.13	c 1	CSP : 2530 integers, 0 booleans, 5955 clauses, largest domain size 89
1.01/1.13	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.13	c 1	Propagation in CSP
1.20/1.39	c 1	45450 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.20/1.39	c 1	CSP : 2530 integers, 0 booleans, 5955 clauses, largest domain size 71
1.20/1.39	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.39	c 1	Simplifing CSP by introducing new Boolean variables
1.31/1.42	c 1	CSP : 2530 integers, 1740 booleans, 7695 clauses, largest domain size 71
1.31/1.42	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.46	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.50	c 1	253 (10%) CSP integer variables are encoded (17107 clauses, 234797 bytes)
1.41/1.53	c 1	506 (20%) CSP integer variables are encoded (34564 clauses, 496652 bytes)
1.41/1.55	c 1	759 (30%) CSP integer variables are encoded (52021 clauses, 758507 bytes)
1.41/1.57	c 1	1012 (40%) CSP integer variables are encoded (69478 clauses, 1020362 bytes)
1.41/1.60	c 1	1265 (50%) CSP integer variables are encoded (86935 clauses, 1282217 bytes)
1.51/1.62	c 1	1518 (60%) CSP integer variables are encoded (104392 clauses, 1555725 bytes)
1.51/1.65	c 1	1771 (70%) CSP integer variables are encoded (121849 clauses, 1852494 bytes)
1.51/1.67	c 1	2024 (80%) CSP integer variables are encoded (139306 clauses, 2149263 bytes)
1.51/1.70	c 1	2277 (90%) CSP integer variables are encoded (156763 clauses, 2446032 bytes)
1.61/1.72	c 1	2530 (100%) CSP integer variables are encoded (174220 clauses, 2742801 bytes)
2.00/2.16	c 2	770 (10%) CSP clauses are encoded (345518 clauses, 6457044 bytes)
3.28/3.46	c 3	1539 (20%) CSP clauses are encoded (1079027 clauses, 17902594 bytes)
4.56/4.77	c 4	2309 (30%) CSP clauses are encoded (1813919 clauses, 29881510 bytes)
5.85/6.06	c 6	3078 (40%) CSP clauses are encoded (2547460 clauses, 42113063 bytes)
7.14/7.35	c 7	3848 (50%) CSP clauses are encoded (3282138 clauses, 54310315 bytes)
8.41/8.67	c 8	4617 (60%) CSP clauses are encoded (4015757 clauses, 66517579 bytes)
9.80/10.02	c 10	5387 (70%) CSP clauses are encoded (4750541 clauses, 79573239 bytes)
11.08/11.37	c 11	6156 (80%) CSP clauses are encoded (5484182 clauses, 92729387 bytes)
12.47/12.72	c 12	6926 (90%) CSP clauses are encoded (6219084 clauses, 106053937 bytes)
13.84/14.12	c 14	7695 (100%) CSP clauses are encoded (6952757 clauses, 119504670 bytes)
13.84/14.12	c 14	7695 CSP clauses encoded
13.84/14.12	c 14	Writing map file : HOME/temp.map
13.84/14.12	c 14	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.84/14.12	c 14	SAT : 178490 SAT variables, 6952757 SAT clauses, 119504670 bytes
13.84/14.12	c 14	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.84/14.17	c 14	SOLVING HOME/temp.cnf
13.84/14.17	c 14	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1817.41	c ERROR INTERRUPTED
1800.08/1817.45	s UNKNOWN
1800.08/1817.45	c 1817	CPU 12.77 (0.03 0.01 12.74 1.09)
1800.08/1817.45	c 1817	END Thu Jul  3 05:05:36 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-1051197-1215052519/watcher-1051197-1215052519 -o /tmp/evaluation-result-1051197-1215052519/solver-1051197-1215052519 -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-1051197-1215052519.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.12 2.05 2.01 4/81 31686
/proc/meminfo: memFree=1749096/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=12268 CPUtime=0
/proc/31686/stat : 31686 (sugar) R 31684 31686 29620 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 628185455 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231493532748 0 0 4224 0 0 0 0 17 1 0 0
/proc/31686/statm: 3067 316 241 3 0 167 0

[startup+0.107194 s]
/proc/loadavg: 2.12 2.05 2.01 4/81 31686
/proc/meminfo: memFree=1749096/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=0.03
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 628185455 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.20121 s]
/proc/loadavg: 2.12 2.05 2.01 4/81 31686
/proc/meminfo: memFree=1749096/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=0.03
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 628185455 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301226 s]
/proc/loadavg: 2.12 2.05 2.01 4/81 31686
/proc/meminfo: memFree=1749096/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=0.03
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 628185455 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701281 s]
/proc/loadavg: 2.12 2.05 2.01 4/81 31686
/proc/meminfo: memFree=1749096/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=0.41
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 973 4759 0 1 3 1 34 3 15 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13600

[startup+1.5024 s]
/proc/loadavg: 2.12 2.05 2.01 3/92 31708
/proc/meminfo: memFree=1733840/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=0.41
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 974 4759 0 1 3 1 34 3 15 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
[pid=31699] ppid=31686 vsize=5356 CPUtime=0
/proc/31699/stat : 31699 (sh) S 31686 31686 29620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 628185502 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31699/statm: 1339 233 193 169 0 50 0
[pid=31700] ppid=31699 vsize=868492 CPUtime=1
/proc/31700/stat : 31700 (java) S 31699 31686 29620 0 -1 0 7154 0 1 0 96 4 0 0 18 0 9 0 628185502 889335808 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31700/statm: 217123 6343 2562 9 0 211670 0
[pid=31700/tid=31701] ppid=31699 vsize=868492 CPUtime=0.61
/proc/31700/task/31701/stat : 31701 (java) R 31699 31686 29620 0 -1 64 2752 0 1 0 60 1 0 0 18 0 9 0 628185503 889335808 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4126549832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31702] ppid=31699 vsize=868492 CPUtime=0.14
/proc/31700/task/31702/stat : 31702 (java) S 31699 31686 29620 0 -1 64 2235 0 0 0 14 0 0 0 16 0 9 0 628185504 889335808 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31703] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31703/stat : 31703 (java) S 31699 31686 29620 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628185505 889335808 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31704] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31704/stat : 31704 (java) S 31699 31686 29620 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 628185505 889335808 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31705] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31705/stat : 31705 (java) S 31699 31686 29620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 628185507 889335808 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31706] ppid=31699 vsize=868492 CPUtime=0.21
/proc/31700/task/31706/stat : 31706 (java) S 31699 31686 29620 0 -1 64 1475 0 0 0 20 1 0 0 16 0 9 0 628185507 889335808 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31707] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31707/stat : 31707 (java) S 31699 31686 29620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628185507 889335808 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31708] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31708/stat : 31708 (java) S 31699 31686 29620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628185507 889335808 6343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887448

[startup+3.10263 s]
/proc/loadavg: 2.12 2.05 2.01 3/92 31708
/proc/meminfo: memFree=1724624/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=0.41
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 974 4759 0 1 3 1 34 3 15 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
[pid=31699] ppid=31686 vsize=5356 CPUtime=0
/proc/31699/stat : 31699 (sh) S 31686 31686 29620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 628185502 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31699/statm: 1339 233 193 169 0 50 0
[pid=31700] ppid=31699 vsize=868492 CPUtime=2.58
/proc/31700/stat : 31700 (java) S 31699 31686 29620 0 -1 0 7648 0 1 0 242 16 0 0 18 0 9 0 628185502 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31700/statm: 217123 6363 2563 9 0 211670 0
[pid=31700/tid=31701] ppid=31699 vsize=868492 CPUtime=2.05
/proc/31700/task/31701/stat : 31701 (java) R 31699 31686 29620 0 -1 64 3229 0 1 0 195 10 0 0 25 0 9 0 628185503 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4126472900 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31702] ppid=31699 vsize=868492 CPUtime=0.26
/proc/31700/task/31702/stat : 31702 (java) S 31699 31686 29620 0 -1 64 2235 0 0 0 23 3 0 0 16 0 9 0 628185504 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31703] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31703/stat : 31703 (java) S 31699 31686 29620 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628185505 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31704] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31704/stat : 31704 (java) S 31699 31686 29620 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 628185505 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31705] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31705/stat : 31705 (java) S 31699 31686 29620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 628185507 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31706] ppid=31699 vsize=868492 CPUtime=0.24
/proc/31700/task/31706/stat : 31706 (java) S 31699 31686 29620 0 -1 64 1492 0 0 0 23 1 0 0 16 0 9 0 628185507 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31707] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31707/stat : 31707 (java) S 31699 31686 29620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628185507 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31708] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31708/stat : 31708 (java) S 31699 31686 29620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628185507 889335808 6363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887448

[startup+6.30211 s]
/proc/loadavg: 2.19 2.07 2.01 3/92 31708
/proc/meminfo: memFree=1694736/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=0.41
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 974 4759 0 1 3 1 34 3 16 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
[pid=31699] ppid=31686 vsize=5356 CPUtime=0
/proc/31699/stat : 31699 (sh) S 31686 31686 29620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 628185502 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31699/statm: 1339 233 193 169 0 50 0
[pid=31700] ppid=31699 vsize=868492 CPUtime=5.74
/proc/31700/stat : 31700 (java) S 31699 31686 29620 0 -1 0 8622 0 1 0 534 40 0 0 18 0 9 0 628185502 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31700/statm: 217123 6365 2563 9 0 211670 0
[pid=31700/tid=31701] ppid=31699 vsize=868492 CPUtime=4.97
/proc/31700/task/31701/stat : 31701 (java) R 31699 31686 29620 0 -1 64 4201 0 1 0 469 28 0 0 25 0 9 0 628185503 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4126535464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31702] ppid=31699 vsize=868492 CPUtime=0.5
/proc/31700/task/31702/stat : 31702 (java) S 31699 31686 29620 0 -1 64 2235 0 0 0 40 10 0 0 16 0 9 0 628185504 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31703] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31703/stat : 31703 (java) S 31699 31686 29620 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628185505 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31704] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31704/stat : 31704 (java) S 31699 31686 29620 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 628185505 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31705] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31705/stat : 31705 (java) S 31699 31686 29620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 628185507 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31706] ppid=31699 vsize=868492 CPUtime=0.25
/proc/31700/task/31706/stat : 31706 (java) S 31699 31686 29620 0 -1 64 1494 0 0 0 24 1 0 0 16 0 9 0 628185507 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31707] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31707/stat : 31707 (java) S 31699 31686 29620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628185507 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31708] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31708/stat : 31708 (java) S 31699 31686 29620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628185507 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887448

[startup+12.7021 s]
/proc/loadavg: 2.25 2.08 2.02 3/92 31708
/proc/meminfo: memFree=1632528/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=0.41
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 974 4759 0 1 3 1 34 3 16 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
[pid=31699] ppid=31686 vsize=5356 CPUtime=0
/proc/31699/stat : 31699 (sh) S 31686 31686 29620 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 628185502 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31699/statm: 1339 233 193 169 0 50 0
[pid=31700] ppid=31699 vsize=868492 CPUtime=12.06
/proc/31700/stat : 31700 (java) S 31699 31686 29620 0 -1 0 10566 0 1 0 1113 93 0 0 18 0 9 0 628185502 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31700/statm: 217123 6365 2563 9 0 211670 0
[pid=31700/tid=31701] ppid=31699 vsize=868492 CPUtime=10.79
/proc/31700/task/31701/stat : 31701 (java) R 31699 31686 29620 0 -1 64 6145 0 1 0 1009 70 0 0 25 0 9 0 628185503 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 102064662 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31702] ppid=31699 vsize=868492 CPUtime=1
/proc/31700/task/31702/stat : 31702 (java) S 31699 31686 29620 0 -1 64 2235 0 0 0 79 21 0 0 16 0 9 0 628185504 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31703] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31703/stat : 31703 (java) S 31699 31686 29620 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628185505 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31704] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31704/stat : 31704 (java) S 31699 31686 29620 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 628185505 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31705] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31705/stat : 31705 (java) S 31699 31686 29620 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 628185507 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31706] ppid=31699 vsize=868492 CPUtime=0.25
/proc/31700/task/31706/stat : 31706 (java) S 31699 31686 29620 0 -1 64 1494 0 0 0 24 1 0 0 16 0 9 0 628185507 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31707] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31707/stat : 31707 (java) S 31699 31686 29620 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628185507 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31700/tid=31708] ppid=31699 vsize=868492 CPUtime=0
/proc/31700/task/31708/stat : 31708 (java) S 31699 31686 29620 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628185507 889335808 6365 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887448

[startup+25.5019 s]
/proc/loadavg: 2.34 2.11 2.03 3/84 31710
/proc/meminfo: memFree=1575696/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=13.87
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 1021 16052 0 2 3 1 1274 109 16 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
[pid=31709] ppid=31686 vsize=5356 CPUtime=0
/proc/31709/stat : 31709 (sh) S 31686 31686 29620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 628186873 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31709/statm: 1339 232 193 169 0 50 0
[pid=31710] ppid=31709 vsize=63872 CPUtime=11.2
/proc/31710/stat : 31710 (picosat) R 31709 31686 29620 0 -1 4194304 13614 0 0 0 494 626 0 0 25 0 1 0 628186873 65404928 13600 996147200 134512640 134931368 4294956256 18446744073709551615 134549585 0 0 4096 0 0 0 0 17 1 0 0
/proc/31710/statm: 15968 13600 40 102 0 15863 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 82828

[startup+51.1017 s]
/proc/loadavg: 2.22 2.10 2.02 3/84 31710
/proc/meminfo: memFree=1477392/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=13.87
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 1021 16052 0 2 3 1 1274 109 16 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1378384/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=13.87
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 1021 16052 0 2 3 1 1274 109 16 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
[pid=31709] ppid=31686 vsize=5356 CPUtime=0
/proc/31709/stat : 31709 (sh) S 31686 31686 29620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 628186873 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31709/statm: 1339 232 193 169 0 50 0
[pid=31710] ppid=31709 vsize=265876 CPUtime=1335.4
/proc/31710/stat : 31710 (picosat) R 31709 31686 29620 0 -1 4194304 62457 0 0 0 130147 3393 0 0 25 0 1 0 628186873 272257024 62443 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31710/statm: 66469 62443 42 102 0 66364 0
Current children cumulated CPU time (s) 1349.27
Current children cumulated vsize (KiB) 284832

[startup+1422.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 31712
/proc/meminfo: memFree=1378384/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=13.87
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 1021 16052 0 2 3 1 1274 109 16 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
[pid=31709] ppid=31686 vsize=5356 CPUtime=0
/proc/31709/stat : 31709 (sh) S 31686 31686 29620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 628186873 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31709/statm: 1339 232 193 169 0 50 0
[pid=31710] ppid=31709 vsize=265876 CPUtime=1394.84
/proc/31710/stat : 31710 (picosat) R 31709 31686 29620 0 -1 4194304 62457 0 0 0 136091 3393 0 0 25 0 1 0 628186873 272257024 62443 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31710/statm: 66469 62443 42 102 0 66364 0
Current children cumulated CPU time (s) 1408.71
Current children cumulated vsize (KiB) 284832

[startup+1482.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 31712
/proc/meminfo: memFree=1378448/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=13.87
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 1021 16052 0 2 3 1 1274 109 16 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
[pid=31709] ppid=31686 vsize=5356 CPUtime=0
/proc/31709/stat : 31709 (sh) S 31686 31686 29620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 628186873 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31709/statm: 1339 232 193 169 0 50 0
[pid=31710] ppid=31709 vsize=265876 CPUtime=1454.27
/proc/31710/stat : 31710 (picosat) R 31709 31686 29620 0 -1 4194304 62457 0 0 0 142034 3393 0 0 25 0 1 0 628186873 272257024 62443 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31710/statm: 66469 62443 42 102 0 66364 0
Current children cumulated CPU time (s) 1468.14
Current children cumulated vsize (KiB) 284832

[startup+1542.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 31712
/proc/meminfo: memFree=1378448/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=13.87
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 1021 16052 0 2 3 1 1274 109 16 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
[pid=31709] ppid=31686 vsize=5356 CPUtime=0
/proc/31709/stat : 31709 (sh) S 31686 31686 29620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 628186873 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31709/statm: 1339 232 193 169 0 50 0
[pid=31710] ppid=31709 vsize=265876 CPUtime=1513.71
/proc/31710/stat : 31710 (picosat) R 31709 31686 29620 0 -1 4194304 62457 0 0 0 147978 3393 0 0 25 0 1 0 628186873 272257024 62443 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 1 0 0
/proc/31710/statm: 66469 62443 42 102 0 66364 0
Current children cumulated CPU time (s) 1527.58
Current children cumulated vsize (KiB) 284832

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 31718
/proc/meminfo: memFree=1378248/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=13.87
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 1021 16052 0 2 3 1 1274 109 16 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
[pid=31709] ppid=31686 vsize=5356 CPUtime=0
/proc/31709/stat : 31709 (sh) S 31686 31686 29620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 628186873 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31709/statm: 1339 232 193 169 0 50 0
[pid=31710] ppid=31709 vsize=265876 CPUtime=1573.14
/proc/31710/stat : 31710 (picosat) R 31709 31686 29620 0 -1 4194304 62457 0 0 0 153920 3394 0 0 25 0 1 0 628186873 272257024 62443 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31710/statm: 66469 62443 42 102 0 66364 0
Current children cumulated CPU time (s) 1587.01
Current children cumulated vsize (KiB) 284832

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 31718
/proc/meminfo: memFree=1378248/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=13.87
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 1021 16052 0 2 3 1 1274 109 16 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
[pid=31709] ppid=31686 vsize=5356 CPUtime=0
/proc/31709/stat : 31709 (sh) S 31686 31686 29620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 628186873 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31709/statm: 1339 232 193 169 0 50 0
[pid=31710] ppid=31709 vsize=265876 CPUtime=1632.56
/proc/31710/stat : 31710 (picosat) R 31709 31686 29620 0 -1 4194304 62457 0 0 0 159862 3394 0 0 25 0 1 0 628186873 272257024 62443 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31710/statm: 66469 62443 42 102 0 66364 0
Current children cumulated CPU time (s) 1646.43
Current children cumulated vsize (KiB) 284832

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 31718
/proc/meminfo: memFree=1378184/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=13.87
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 1021 16052 0 2 3 1 1274 109 16 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
[pid=31709] ppid=31686 vsize=5356 CPUtime=0
/proc/31709/stat : 31709 (sh) S 31686 31686 29620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 628186873 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31709/statm: 1339 232 193 169 0 50 0
[pid=31710] ppid=31709 vsize=265876 CPUtime=1692
/proc/31710/stat : 31710 (picosat) R 31709 31686 29620 0 -1 4194304 62457 0 0 0 165806 3394 0 0 25 0 1 0 628186873 272257024 62443 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31710/statm: 66469 62443 42 102 0 66364 0
Current children cumulated CPU time (s) 1705.87
Current children cumulated vsize (KiB) 284832

[startup+1782.3 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 31760
/proc/meminfo: memFree=1252872/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=13.87
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 1021 16052 0 2 3 1 1274 109 16 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
[pid=31709] ppid=31686 vsize=5356 CPUtime=0
/proc/31709/stat : 31709 (sh) S 31686 31686 29620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 628186873 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31709/statm: 1339 232 193 169 0 50 0
[pid=31710] ppid=31709 vsize=266008 CPUtime=1751.45
/proc/31710/stat : 31710 (picosat) R 31709 31686 29620 0 -1 4194304 62458 0 0 0 171750 3395 0 0 25 0 1 0 628186873 272392192 62444 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31710/statm: 66502 62444 42 102 0 66397 0
Current children cumulated CPU time (s) 1765.32
Current children cumulated vsize (KiB) 284964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.4 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 31760
/proc/meminfo: memFree=1237896/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=13.87
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 1021 16052 0 2 3 1 1274 109 16 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
[pid=31709] ppid=31686 vsize=5356 CPUtime=0
/proc/31709/stat : 31709 (sh) S 31686 31686 29620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 628186873 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31709/statm: 1339 232 193 169 0 50 0
[pid=31710] ppid=31709 vsize=266008 CPUtime=1786.21
/proc/31710/stat : 31710 (picosat) R 31709 31686 29620 0 -1 4194304 62458 0 0 0 175226 3395 0 0 25 0 1 0 628186873 272392192 62444 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31710/statm: 66502 62444 42 102 0 66397 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 284964

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

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

[startup+1817.4 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 31760
/proc/meminfo: memFree=1237896/2055920 swapFree=4180236/4192956
[pid=31686] ppid=31684 vsize=13600 CPUtime=13.87
/proc/31686/stat : 31686 (sugar) S 31684 31686 29620 0 -1 4194304 1021 16052 0 2 3 1 1274 109 16 0 1 0 628185455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31686/statm: 3400 797 370 3 0 500 0
[pid=31709] ppid=31686 vsize=5356 CPUtime=0
/proc/31709/stat : 31709 (sh) S 31686 31686 29620 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 628186873 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31709/statm: 1339 232 193 169 0 50 0
[pid=31710] ppid=31709 vsize=266008 CPUtime=1786.21
/proc/31710/stat : 31710 (picosat) R 31709 31686 29620 0 -1 4194304 62458 0 0 0 175226 3395 0 0 25 0 1 0 628186873 272392192 62444 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31710/statm: 66502 62444 42 102 0 66397 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 284964

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31686 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=788055
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=110831
# CPU time returned by wait4() is 13.8989
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.45
CPU time (s): 1800.08
CPU user time (s): 1765.03
CPU system time (s): 35.05
CPU usage (%): 99.0442
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.7881
system time used= 1.11083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17426
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= 29179
involuntary context switches= 29347

runsolver used 2.13068 second user time and 6.14706 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-03 04:35:19
IDJOB=1051197
IDBENCH=55428
IDSOLVER=345
FILE ID=node39/1051197-1215052519
PBS_JOBID= 7875096
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-44-10-a4.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-1051197-1215052519/watcher-1051197-1215052519 -o /tmp/evaluation-result-1051197-1215052519/solver-1051197-1215052519 -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-1051197-1215052519.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d64b0b30fe6539783bc7e2d71db09770
RANDOM SEED=147097001

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:       1749576 kB
Buffers:         39648 kB
Cached:         142660 kB
SwapCached:       6528 kB
Active:         143168 kB
Inactive:        92016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749576 kB
SwapTotal:     4192956 kB
SwapFree:      4180236 kB
Dirty:            2272 kB
Writeback:           0 kB
Mapped:          68512 kB
Slab:            56256 kB
Committed_AS:   893448 kB
PageTables:       1936 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= 66544 MiB
End job on node39 at 2008-07-03 05:05:38