Trace number 1070793

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.01 1806.63

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-cardinality-75-70.xml
MD5SUMba81807e40af74aa6f6018e065c0701d
Bench CategoryGLOBAL (global constraints)
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 variables5250
Number of constraints145
Maximum constraint arity75
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(145)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 12:24:12 2008
0.00/0.05	c 0	PID 28457
0.00/0.05	c 0	HOST node74.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070793-1215167052.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-1070793-1215167052.xml' 'HOME/temp.csp'
0.03/0.57	c 1	1 domains, 5250 variables, 0 predicates, 0 relations, 145 constraints
0.03/0.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	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.54/0.66	c 1	Parsing HOME/temp.csp
0.54/0.99	c 1	parsed 5396 expressions
0.54/1.00	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/1.00	c 1	Converting to clausal form CSP
0.94/1.03	c 1	converted 540 (10%) expressions
0.94/1.04	c 1	converted 1080 (20%) expressions
0.94/1.05	c 1	converted 1619 (30%) expressions
0.94/1.05	c 1	converted 2159 (40%) expressions
0.94/1.06	c 1	converted 2698 (50%) expressions
0.94/1.06	c 1	converted 3238 (60%) expressions
0.94/1.06	c 1	converted 3778 (70%) expressions
0.94/1.06	c 1	converted 4317 (80%) expressions
0.94/1.06	c 1	converted 4857 (90%) expressions
1.93/2.08	c 3	converted 5396 (100%) expressions
1.93/2.08	c 3	CSP : 15460 integers, 0 booleans, 20565 clauses, largest domain size 39
1.93/2.08	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.08	c 3	Propagation in CSP
2.22/2.35	c 3	22680 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.22/2.36	c 3	CSP : 15460 integers, 0 booleans, 20565 clauses, largest domain size 36
2.22/2.36	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.37	c 3	Simplifing CSP by introducing new Boolean variables
2.22/2.38	c 3	CSP : 15460 integers, 0 booleans, 20565 clauses, largest domain size 36
2.22/2.38	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.48	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.42/2.51	c 3	1546 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.42/2.51	c 3	3092 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.42/2.51	c 3	4638 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.42/2.52	c 3	6184 (40%) CSP integer variables are encoded (4011 clauses, 52525 bytes)
2.42/2.54	c 3	7730 (50%) CSP integer variables are encoded (10681 clauses, 152575 bytes)
2.42/2.55	c 3	9276 (60%) CSP integer variables are encoded (17377 clauses, 253015 bytes)
2.42/2.55	c 3	10822 (70%) CSP integer variables are encoded (22050 clauses, 323110 bytes)
2.42/2.56	c 3	12368 (80%) CSP integer variables are encoded (22050 clauses, 323110 bytes)
2.42/2.56	c 3	13914 (90%) CSP integer variables are encoded (22050 clauses, 323110 bytes)
2.42/2.56	c 3	15460 (100%) CSP integer variables are encoded (22050 clauses, 323110 bytes)
2.63/2.70	c 3	2057 (10%) CSP clauses are encoded (68631 clauses, 1136373 bytes)
2.72/2.80	c 3	4113 (20%) CSP clauses are encoded (115211 clauses, 2062736 bytes)
2.83/2.91	c 3	6170 (30%) CSP clauses are encoded (161794 clauses, 2989147 bytes)
2.92/3.01	c 3	8226 (40%) CSP clauses are encoded (208372 clauses, 3915478 bytes)
3.03/3.11	c 4	10283 (50%) CSP clauses are encoded (254941 clauses, 4841638 bytes)
3.03/3.13	c 4	12339 (60%) CSP clauses are encoded (259039 clauses, 4905338 bytes)
3.03/3.16	c 4	14396 (70%) CSP clauses are encoded (263138 clauses, 4969109 bytes)
3.03/3.18	c 4	16452 (80%) CSP clauses are encoded (267236 clauses, 5032912 bytes)
3.12/3.21	c 4	18509 (90%) CSP clauses are encoded (271337 clauses, 5096759 bytes)
3.12/3.24	c 4	20565 (100%) CSP clauses are encoded (275435 clauses, 5160567 bytes)
3.12/3.24	c 4	20565 CSP clauses encoded
3.12/3.24	c 4	Writing map file : HOME/temp.map
3.12/3.30	c 4	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.12/3.30	c 4	SAT : 37510 SAT variables, 275435 SAT clauses, 5160567 bytes
3.12/3.30	c 4	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.22/3.32	c 4	SOLVING HOME/temp.cnf
3.22/3.32	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1806.61	c ERROR INTERRUPTED
1800.01/1806.63	s UNKNOWN
1800.01/1806.63	c 1807	CPU 3.07 (0.04 0 3.03 0.17)
1800.01/1806.63	c 1807	END Fri Jul  4 12:54:19 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-1070793-1215167052/watcher-1070793-1215167052 -o /tmp/evaluation-result-1070793-1215167052/solver-1070793-1215167052 -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-1070793-1215167052.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.07 2.00 2.00 4/75 28457
/proc/meminfo: memFree=1819944/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=12268 CPUtime=0
/proc/28457/stat : 28457 (sugar) R 28455 28457 27468 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1995656371 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228774869605 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28457/statm: 3067 316 241 3 0 167 0

[startup+0.053343 s]
/proc/loadavg: 2.07 2.00 2.00 4/75 28457
/proc/meminfo: memFree=1819944/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=0.03
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 884 127 0 0 3 0 0 0 18 0 1 0 1995656371 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101911 s]
/proc/loadavg: 2.07 2.00 2.00 4/75 28457
/proc/meminfo: memFree=1819944/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=0.03
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995656371 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301951 s]
/proc/loadavg: 2.07 2.00 2.00 4/75 28457
/proc/meminfo: memFree=1819944/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=0.03
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995656371 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702029 s]
/proc/loadavg: 2.07 2.00 2.00 4/75 28457
/proc/meminfo: memFree=1819944/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=0.54
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 973 5364 0 1 3 0 48 3 16 0 1 0 1995656371 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50218 s]
/proc/loadavg: 2.07 2.00 2.00 4/86 28479
/proc/meminfo: memFree=1808976/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=0.54
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 973 5364 0 1 3 0 48 3 15 0 1 0 1995656371 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 797 370 3 0 500 0
[pid=28470] ppid=28457 vsize=5356 CPUtime=0
/proc/28470/stat : 28470 (sh) S 28457 28457 27468 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995656430 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28470/statm: 1339 233 193 169 0 50 0
[pid=28471] ppid=28470 vsize=868388 CPUtime=0.89
/proc/28471/stat : 28471 (java) S 28470 28457 27468 0 -1 0 7746 0 1 0 84 5 0 0 18 0 9 0 1995656430 889229312 6962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28471/statm: 217097 6962 2540 9 0 211672 0
[pid=28471/tid=28472] ppid=28470 vsize=868388 CPUtime=0.54
/proc/28471/task/28472/stat : 28472 (java) R 28470 28457 27468 0 -1 64 2687 0 1 0 52 2 0 0 24 0 9 0 1995656431 889229312 6962 996147200 134512640 134550740 4294955952 18446744073709551615 4126642651 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28471/tid=28473] ppid=28470 vsize=868388 CPUtime=0.13
/proc/28471/task/28473/stat : 28473 (java) S 28470 28457 27468 0 -1 64 2897 0 0 0 12 1 0 0 16 0 9 0 1995656432 889229312 6962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28471/tid=28474] ppid=28470 vsize=868388 CPUtime=0
/proc/28471/task/28474/stat : 28474 (java) S 28470 28457 27468 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995656432 889229312 6962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28471/tid=28475] ppid=28470 vsize=868388 CPUtime=0
/proc/28471/task/28475/stat : 28475 (java) S 28470 28457 27468 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995656432 889229312 6962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28471/tid=28476] ppid=28470 vsize=868388 CPUtime=0
/proc/28471/task/28476/stat : 28476 (java) S 28470 28457 27468 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995656434 889229312 6962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28471/tid=28477] ppid=28470 vsize=868388 CPUtime=0.2
/proc/28471/task/28477/stat : 28477 (java) S 28470 28457 27468 0 -1 64 1470 0 0 0 19 1 0 0 16 0 9 0 1995656434 889229312 6962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28471/tid=28478] ppid=28470 vsize=868388 CPUtime=0
/proc/28471/task/28478/stat : 28478 (java) S 28470 28457 27468 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995656434 889229312 6962 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28471/tid=28479] ppid=28470 vsize=868388 CPUtime=0
/proc/28471/task/28479/stat : 28479 (java) S 28470 28457 27468 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995656434 889229312 6962 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) 887344

[startup+3.1025 s]
/proc/loadavg: 2.07 2.00 2.00 4/86 28479
/proc/meminfo: memFree=1791248/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=0.55
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 974 5364 0 1 4 0 48 3 15 0 1 0 1995656371 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 797 370 3 0 500 0
[pid=28470] ppid=28457 vsize=5356 CPUtime=0
/proc/28470/stat : 28470 (sh) S 28457 28457 27468 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995656430 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28470/statm: 1339 233 193 169 0 50 0
[pid=28471] ppid=28470 vsize=868500 CPUtime=2.48
/proc/28471/stat : 28471 (java) S 28470 28457 27468 0 -1 0 10226 0 1 0 237 11 0 0 18 0 9 0 1995656430 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28471/statm: 217125 9163 2565 9 0 211672 0
[pid=28471/tid=28472] ppid=28470 vsize=868500 CPUtime=1.67
/proc/28471/task/28472/stat : 28472 (java) R 28470 28457 27468 0 -1 64 3013 0 1 0 162 5 0 0 25 0 9 0 1995656431 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4126940077 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28471/tid=28473] ppid=28470 vsize=868500 CPUtime=0.51
/proc/28471/task/28473/stat : 28473 (java) S 28470 28457 27468 0 -1 64 5015 0 0 0 48 3 0 0 16 0 9 0 1995656432 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28471/tid=28474] ppid=28470 vsize=868500 CPUtime=0
/proc/28471/task/28474/stat : 28474 (java) S 28470 28457 27468 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995656432 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28471/tid=28475] ppid=28470 vsize=868500 CPUtime=0
/proc/28471/task/28475/stat : 28475 (java) S 28470 28457 27468 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995656432 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28471/tid=28476] ppid=28470 vsize=868500 CPUtime=0
/proc/28471/task/28476/stat : 28476 (java) S 28470 28457 27468 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995656434 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28471/tid=28477] ppid=28470 vsize=868500 CPUtime=0.26
/proc/28471/task/28477/stat : 28477 (java) S 28470 28457 27468 0 -1 64 1506 0 0 0 25 1 0 0 16 0 9 0 1995656434 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28471/tid=28478] ppid=28470 vsize=868500 CPUtime=0
/proc/28471/task/28478/stat : 28478 (java) S 28470 28457 27468 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995656434 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28471/tid=28479] ppid=28470 vsize=868500 CPUtime=0
/proc/28471/task/28479/stat : 28479 (java) S 28470 28457 27468 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995656434 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887456

[startup+6.30213 s]
/proc/loadavg: 2.07 2.00 2.00 3/78 28481
/proc/meminfo: memFree=1802512/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0
/proc/28480/stat : 28480 (sh) S 28457 28457 27468 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995656704 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28480/statm: 1339 232 193 169 0 50 0
[pid=28481] ppid=28480 vsize=13888 CPUtime=2.94
/proc/28481/stat : 28481 (picosat) R 28480 28457 27468 0 -1 4194304 2850 0 0 0 170 124 0 0 25 0 1 0 1995656704 14221312 2773 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/28481/statm: 3472 2773 48 102 0 3367 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 32844

[startup+12.7014 s]
/proc/loadavg: 2.06 2.00 2.00 3/78 28481
/proc/meminfo: memFree=1798864/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0
/proc/28480/stat : 28480 (sh) S 28457 28457 27468 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995656704 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28480/statm: 1339 232 193 169 0 50 0
[pid=28481] ppid=28480 vsize=16264 CPUtime=9.28
/proc/28481/stat : 28481 (picosat) R 28480 28457 27468 0 -1 4194304 3450 0 0 0 803 125 0 0 25 0 1 0 1995656704 16654336 3373 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/28481/statm: 4066 3373 48 102 0 3961 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 35220

[startup+25.5029 s]
/proc/loadavg: 2.05 2.00 2.00 3/78 28481
/proc/meminfo: memFree=1791440/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0
/proc/28480/stat : 28480 (sh) S 28457 28457 27468 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995656704 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28480/statm: 1339 232 193 169 0 50 0
[pid=28481] ppid=28480 vsize=23512 CPUtime=21.95
/proc/28481/stat : 28481 (picosat) R 28480 28457 27468 0 -1 4194304 5273 0 0 0 2068 127 0 0 25 0 1 0 1995656704 24076288 5196 996147200 134512640 134931368 4294956256 18446744073709551615 134520135 0 0 4096 0 0 0 0 17 1 0 0
/proc/28481/statm: 5878 5196 48 102 0 5773 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 42468

[startup+51.1029 s]
/proc/loadavg: 2.03 2.00 2.00 3/78 28481
/proc/meminfo: memFree=1780304/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0
/proc/28480/stat : 28480 (sh) S 28457 28457 27468 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995656704 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28480/statm: 1339 232 193 169 0 50 0
[pid=28481] ppid=28480 vsize=34504 CPUtime=47.31
/proc/28481/stat : 28481 (picosat) R 28480 28457 27468 0 -1 4194304 8156 0 0 0 4601 130 0 0 25 0 1 0 1995656704 35332096 7986 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28481/statm: 8626 7986 48 102 0 8521 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 53460

[startup+102.308 s]
/proc/loadavg: 2.01 2.00 2.00 3/78 28481
/proc/meminfo: memFree=1772176/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0
/proc/28480/stat : 28480 (sh) S 28457 28457 27468 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995656704 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28480/statm: 1339 232 193 169 0 50 0
[pid=28481] ppid=28480 vsize=42616 CPUtime=98.03
/proc/28481/stat : 28481 (picosat) R 28480 28457 27468 0 -1 4194304 10237 0 0 0 9670 133 0 0 25 0 1 0 1995656704 43638784 10017 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 1 0 0
/proc/28481/statm: 10654 10017 48 102 0 10549 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 61572

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 28481
/proc/meminfo: memFree=1765200/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1720608/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0
/proc/28480/stat : 28480 (sh) S 28457 28457 27468 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995656704 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28480/statm: 1339 232 193 169 0 50 0
[pid=28481] ppid=28480 vsize=124880 CPUtime=1292.72
/proc/28481/stat : 28481 (picosat) R 28480 28457 27468 0 -1 4194304 31741 0 0 0 129113 159 0 0 25 0 1 0 1995656704 127877120 30368 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/28481/statm: 31220 30368 48 102 0 31115 0
Current children cumulated CPU time (s) 1295.95
Current children cumulated vsize (KiB) 143836

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 28689
/proc/meminfo: memFree=1720608/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0
/proc/28480/stat : 28480 (sh) S 28457 28457 27468 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995656704 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28480/statm: 1339 232 193 169 0 50 0
[pid=28481] ppid=28480 vsize=124880 CPUtime=1352.68
/proc/28481/stat : 28481 (picosat) R 28480 28457 27468 0 -1 4194304 31741 0 0 0 135109 159 0 0 25 0 1 0 1995656704 127877120 30368 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/28481/statm: 31220 30368 48 102 0 31115 0
Current children cumulated CPU time (s) 1355.91
Current children cumulated vsize (KiB) 143836

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 28689
/proc/meminfo: memFree=1720608/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0
/proc/28480/stat : 28480 (sh) S 28457 28457 27468 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995656704 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28480/statm: 1339 232 193 169 0 50 0
[pid=28481] ppid=28480 vsize=124880 CPUtime=1412.66
/proc/28481/stat : 28481 (picosat) R 28480 28457 27468 0 -1 4194304 31741 0 0 0 141107 159 0 0 25 0 1 0 1995656704 127877120 30368 996147200 134512640 134931368 4294956256 18446744073709551615 134549518 0 0 4096 0 0 0 0 17 0 0 0
/proc/28481/statm: 31220 30368 48 102 0 31115 0
Current children cumulated CPU time (s) 1415.89
Current children cumulated vsize (KiB) 143836

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 28689
/proc/meminfo: memFree=1716512/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0
/proc/28480/stat : 28480 (sh) S 28457 28457 27468 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995656704 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28480/statm: 1339 232 193 169 0 50 0
[pid=28481] ppid=28480 vsize=128884 CPUtime=1472.63
/proc/28481/stat : 28481 (picosat) R 28480 28457 27468 0 -1 4194304 32862 0 0 0 147103 160 0 0 25 0 1 0 1995656704 131977216 31380 996147200 134512640 134931368 4294956256 18446744073709551615 134525629 0 0 4096 0 0 0 0 17 0 0 0
/proc/28481/statm: 32221 31380 48 102 0 32116 0
Current children cumulated CPU time (s) 1475.86
Current children cumulated vsize (KiB) 147840

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 28689
/proc/meminfo: memFree=1716512/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0
/proc/28480/stat : 28480 (sh) S 28457 28457 27468 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995656704 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28480/statm: 1339 232 193 169 0 50 0
[pid=28481] ppid=28480 vsize=128884 CPUtime=1532.59
/proc/28481/stat : 28481 (picosat) R 28480 28457 27468 0 -1 4194304 32862 0 0 0 153099 160 0 0 25 0 1 0 1995656704 131977216 31380 996147200 134512640 134931368 4294956256 18446744073709551615 134597652 0 0 4096 0 0 0 0 17 0 0 0
/proc/28481/statm: 32221 31380 48 102 0 32116 0
Current children cumulated CPU time (s) 1535.82
Current children cumulated vsize (KiB) 147840

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 28689
/proc/meminfo: memFree=1708960/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0
/proc/28480/stat : 28480 (sh) S 28457 28457 27468 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995656704 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28480/statm: 1339 232 193 169 0 50 0
[pid=28481] ppid=28480 vsize=136420 CPUtime=1592.57
/proc/28481/stat : 28481 (picosat) R 28480 28457 27468 0 -1 4194304 34849 0 0 0 159094 163 0 0 25 0 1 0 1995656704 139694080 33253 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/28481/statm: 34105 33253 48 102 0 34000 0
Current children cumulated CPU time (s) 1595.8
Current children cumulated vsize (KiB) 155376

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 28689
/proc/meminfo: memFree=1708896/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0
/proc/28480/stat : 28480 (sh) S 28457 28457 27468 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995656704 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28480/statm: 1339 232 193 169 0 50 0
[pid=28481] ppid=28480 vsize=136420 CPUtime=1652.55
/proc/28481/stat : 28481 (picosat) R 28480 28457 27468 0 -1 4194304 34849 0 0 0 165092 163 0 0 25 0 1 0 1995656704 139694080 33253 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28481/statm: 34105 33253 48 102 0 34000 0
Current children cumulated CPU time (s) 1655.78
Current children cumulated vsize (KiB) 155376

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 28689
/proc/meminfo: memFree=1698400/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0
/proc/28480/stat : 28480 (sh) S 28457 28457 27468 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995656704 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28480/statm: 1339 232 193 169 0 50 0
[pid=28481] ppid=28480 vsize=146716 CPUtime=1712.51
/proc/28481/stat : 28481 (picosat) R 28480 28457 27468 0 -1 4194304 37573 0 0 0 171086 165 0 0 25 0 1 0 1995656704 150237184 35860 996147200 134512640 134931368 4294956256 18446744073709551615 134529977 0 0 4096 0 0 0 0 17 0 0 0
/proc/28481/statm: 36679 35860 48 102 0 36574 0
Current children cumulated CPU time (s) 1715.74
Current children cumulated vsize (KiB) 165672

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 28689
/proc/meminfo: memFree=1698208/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0
/proc/28480/stat : 28480 (sh) S 28457 28457 27468 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995656704 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28480/statm: 1339 232 193 169 0 50 0
[pid=28481] ppid=28480 vsize=146716 CPUtime=1772.48
/proc/28481/stat : 28481 (picosat) R 28480 28457 27468 0 -1 4194304 37573 0 0 0 177083 165 0 0 25 0 1 0 1995656704 150237184 35860 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/28481/statm: 36679 35860 48 102 0 36574 0
Current children cumulated CPU time (s) 1775.71
Current children cumulated vsize (KiB) 165672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.6 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 28689
/proc/meminfo: memFree=1698208/2055920 swapFree=4179604/4192956
[pid=28457] ppid=28455 vsize=13600 CPUtime=3.23
/proc/28457/stat : 28457 (sugar) S 28455 28457 27468 0 -1 4194304 1024 15927 0 2 4 0 303 16 16 0 1 0 1995656371 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28457/statm: 3400 799 370 3 0 500 0
[pid=28480] ppid=28457 vsize=5356 CPUtime=0
/proc/28480/stat : 28480 (sh) S 28457 28457 27468 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995656704 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28480/statm: 1339 232 193 169 0 50 0
[pid=28481] ppid=28480 vsize=146716 CPUtime=1796.78
/proc/28481/stat : 28481 (picosat) R 28480 28457 27468 0 -1 4194304 37573 0 0 0 179513 165 0 0 25 0 1 0 1995656704 150237184 35860 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/28481/statm: 36679 35860 48 102 0 36574 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 165672

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 28457 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=84531
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=179972
# CPU time returned by wait4() is 3.2645
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.63
CPU time (s): 1800.01
CPU user time (s): 1798.2
CPU system time (s): 1.81
CPU usage (%): 99.6336
Max. virtual memory (cumulated for all children) (KiB): 887596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.08453
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17305
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= 3897
involuntary context switches= 3836

runsolver used 1.68974 second user time and 5.48616 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-04 12:24:12
IDJOB=1070793
IDBENCH=55948
IDSOLVER=345
FILE ID=node74/1070793-1215167052
PBS_JOBID= 7881404
Free space on /tmp= 103236 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-cardinality-75-70.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-1070793-1215167052/watcher-1070793-1215167052 -o /tmp/evaluation-result-1070793-1215167052/solver-1070793-1215167052 -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-1070793-1215167052.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ba81807e40af74aa6f6018e065c0701d
RANDOM SEED=1694694082

node74.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.259
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.259
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:       1820424 kB
Buffers:          7560 kB
Cached:          91136 kB
SwapCached:       6432 kB
Active:         138124 kB
Inactive:        43140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820424 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            1668 kB
Writeback:           0 kB
Mapped:          89816 kB
Slab:            39300 kB
Committed_AS:  4043516 kB
PageTables:       2020 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103232 MiB
End job on node74 at 2008-07-04 12:54:21