Trace number 1081842

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.06 1809.02

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-16.xml
MD5SUM468d36833d7492d6979583a020018ac9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.34264
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints1935
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1935
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 02:58:13 2008
0.00/0.04	c 0	PID 4184
0.00/0.04	c 0	HOST node83.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1081842-1215219493.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1081842-1215219493.xml' 'HOME/temp.csp'
0.03/0.48	c 0	1 domains, 256 variables, 4 predicates, 0 relations, 1935 constraints
0.03/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.59	c 0	Parsing HOME/temp.csp
0.47/0.76	c 0	parsed 2196 expressions
0.47/0.77	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.77	c 0	Converting to clausal form CSP
0.47/0.79	c 0	converted 220 (10%) expressions
0.47/0.95	c 1	converted 440 (20%) expressions
0.94/1.00	c 1	converted 659 (30%) expressions
0.94/1.04	c 1	converted 879 (40%) expressions
0.94/1.06	c 1	converted 1098 (50%) expressions
0.94/1.08	c 1	converted 1318 (60%) expressions
1.04/1.11	c 1	converted 1538 (70%) expressions
1.04/1.13	c 1	converted 1757 (80%) expressions
1.04/1.15	c 1	converted 1977 (90%) expressions
1.04/1.17	c 1	converted 2196 (100%) expressions
1.04/1.17	c 1	CSP : 256 integers, 1702 booleans, 5579 clauses, largest domain size 16
1.04/1.18	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.18	c 1	Propagation in CSP
1.13/1.25	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.25	c 1	CSP : 256 integers, 1702 booleans, 5579 clauses, largest domain size 16
1.13/1.25	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.26	c 1	Simplifing CSP by introducing new Boolean variables
1.13/1.27	c 1	CSP : 256 integers, 3840 booleans, 7717 clauses, largest domain size 16
1.13/1.27	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.32	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.35	c 1	26 (10%) CSP integer variables are encoded (364 clauses, 3866 bytes)
1.23/1.36	c 1	52 (20%) CSP integer variables are encoded (728 clauses, 7870 bytes)
1.23/1.36	c 1	77 (30%) CSP integer variables are encoded (1078 clauses, 12011 bytes)
1.23/1.37	c 1	103 (40%) CSP integer variables are encoded (1442 clauses, 16743 bytes)
1.23/1.37	c 1	128 (50%) CSP integer variables are encoded (1792 clauses, 21293 bytes)
1.23/1.37	c 1	154 (60%) CSP integer variables are encoded (2156 clauses, 26025 bytes)
1.23/1.37	c 1	180 (70%) CSP integer variables are encoded (2520 clauses, 30757 bytes)
1.23/1.38	c 1	205 (80%) CSP integer variables are encoded (2870 clauses, 35307 bytes)
1.23/1.38	c 1	231 (90%) CSP integer variables are encoded (3234 clauses, 40039 bytes)
1.23/1.38	c 1	256 (100%) CSP integer variables are encoded (3584 clauses, 44589 bytes)
1.33/1.46	c 1	772 (10%) CSP clauses are encoded (12463 clauses, 190245 bytes)
1.43/1.51	c 1	1544 (20%) CSP clauses are encoded (21782 clauses, 349297 bytes)
1.43/1.55	c 1	2316 (30%) CSP clauses are encoded (30898 clauses, 504681 bytes)
1.43/1.59	c 1	3087 (40%) CSP clauses are encoded (40183 clauses, 663901 bytes)
1.53/1.63	c 1	3859 (50%) CSP clauses are encoded (49352 clauses, 825749 bytes)
1.53/1.67	c 1	4631 (60%) CSP clauses are encoded (58573 clauses, 993075 bytes)
1.63/1.70	c 1	5402 (70%) CSP clauses are encoded (67366 clauses, 1151999 bytes)
1.63/1.74	c 1	6174 (80%) CSP clauses are encoded (76511 clauses, 1317740 bytes)
1.63/1.78	c 1	6946 (90%) CSP clauses are encoded (85688 clauses, 1484403 bytes)
1.72/1.82	c 2	7717 (100%) CSP clauses are encoded (95076 clauses, 1655061 bytes)
1.72/1.82	c 2	7717 CSP clauses encoded
1.72/1.82	c 2	Writing map file : HOME/temp.map
1.72/1.82	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.82	c 2	SAT : 7680 SAT variables, 95076 SAT clauses, 1655061 bytes
1.72/1.82	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.87	c 2	SOLVING HOME/temp.cnf
1.72/1.87	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1809.01	sh: line 1:  4208 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.03/1809.01	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1809.01	c 1809	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1809.01	c ERROR INTERRUPTED
1800.03/1809.02	s UNKNOWN
1800.03/1809.02	c 1809	CPU 1799.33 (0.03 0.01 1799.3 0.7)
1800.03/1809.02	c 1809	END Sat Jul  5 03:28:22 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-1081842-1215219493/watcher-1081842-1215219493 -o /tmp/evaluation-result-1081842-1215219493/solver-1081842-1215219493 -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-1081842-1215219493.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: 1.92 1.98 1.99 4/73 4184
/proc/meminfo: memFree=1384416/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=12268 CPUtime=0
/proc/4184/stat : 4184 (sugar) R 4182 4184 2260 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 677678846 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 230266671841 0 0 4224 0 0 0 0 17 0 0 0
/proc/4184/statm: 3068 322 242 3 0 168 0

[startup+0.0880629 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 4184
/proc/meminfo: memFree=1384416/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=0.03
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 677678846 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4184/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101064 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 4184
/proc/meminfo: memFree=1384416/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=0.03
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 677678846 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4184/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301102 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 4184
/proc/meminfo: memFree=1384416/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=0.03
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 677678846 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4184/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701176 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 4184
/proc/meminfo: memFree=1384416/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=0.47
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 973 5095 0 1 3 1 39 4 15 0 1 0 677678846 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13600

[startup+1.50232 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 4206
/proc/meminfo: memFree=1370888/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=0.47
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 974 5095 0 1 3 1 39 4 15 0 1 0 677678846 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 797 370 3 0 500 0
[pid=4197] ppid=4184 vsize=5356 CPUtime=0
/proc/4197/stat : 4197 (sh) S 4184 4184 2260 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677678897 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4197/statm: 1339 233 193 169 0 50 0
[pid=4198] ppid=4197 vsize=868492 CPUtime=0.96
/proc/4198/stat : 4198 (java) S 4197 4184 2260 0 -1 0 7064 0 1 0 92 4 0 0 18 0 9 0 677678898 889335808 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4198/statm: 217123 6275 2563 9 0 211670 0
[pid=4198/tid=4199] ppid=4197 vsize=868492 CPUtime=0.6
/proc/4198/task/4199/stat : 4199 (java) R 4197 4184 2260 0 -1 64 2743 0 1 0 58 2 0 0 18 0 9 0 677678899 889335808 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4126948355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4198/tid=4200] ppid=4197 vsize=868492 CPUtime=0.09
/proc/4198/task/4200/stat : 4200 (java) S 4197 4184 2260 0 -1 64 2151 0 0 0 9 0 0 0 16 0 9 0 677678900 889335808 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4198/tid=4201] ppid=4197 vsize=868492 CPUtime=0
/proc/4198/task/4201/stat : 4201 (java) S 4197 4184 2260 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677678900 889335808 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4198/tid=4202] ppid=4197 vsize=868492 CPUtime=0
/proc/4198/task/4202/stat : 4202 (java) S 4197 4184 2260 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677678900 889335808 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4198/tid=4203] ppid=4197 vsize=868492 CPUtime=0
/proc/4198/task/4203/stat : 4203 (java) S 4197 4184 2260 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 677678902 889335808 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4198/tid=4204] ppid=4197 vsize=868492 CPUtime=0.23
/proc/4198/task/4204/stat : 4204 (java) S 4197 4184 2260 0 -1 64 1478 0 0 0 23 0 0 0 16 0 9 0 677678902 889335808 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4198/tid=4205] ppid=4197 vsize=868492 CPUtime=0
/proc/4198/task/4205/stat : 4205 (java) S 4197 4184 2260 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 677678902 889335808 6275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4198/tid=4206] ppid=4197 vsize=868492 CPUtime=0
/proc/4198/task/4206/stat : 4206 (java) S 4197 4184 2260 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 677678902 889335808 6275 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) 887448

[startup+3.10263 s]
/proc/loadavg: 1.92 1.98 1.99 3/76 4208
/proc/meminfo: memFree=1378952/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=4712 CPUtime=1.2
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 1069 0 0 0 78 42 0 0 25 0 1 0 677679034 4825088 1055 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 1178 1055 42 102 0 1073 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 23668

[startup+6.30122 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 4208
/proc/meminfo: memFree=1374984/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=5908 CPUtime=4.38
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 1392 0 0 0 396 42 0 0 25 0 1 0 677679034 6049792 1366 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 1477 1366 48 102 0 1372 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 24864

[startup+12.7024 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 4208
/proc/meminfo: memFree=1374024/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=6620 CPUtime=10.76
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 1589 0 0 0 1033 43 0 0 25 0 1 0 677679034 6778880 1563 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 1655 1563 48 102 0 1550 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 25576

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4208
/proc/meminfo: memFree=1372808/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=7776 CPUtime=23.5
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 2143 0 0 0 2307 43 0 0 25 0 1 0 677679034 7962624 1851 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 1944 1851 48 102 0 1839 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 26732

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4208
/proc/meminfo: memFree=1371272/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=9740 CPUtime=48.98
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 3023 0 0 0 4854 44 0 0 25 0 1 0 677679034 9973760 2242 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 2435 2242 48 102 0 2330 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 28696

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4208
/proc/meminfo: memFree=1368968/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=12108 CPUtime=99.95
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 4437 0 0 0 9950 45 0 0 25 0 1 0 677679034 12398592 2824 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 3027 2824 48 102 0 2922 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 31064

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4208
/proc/meminfo: memFree=1367176/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=13540 CPUtime=159.66
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 5623 0 0 0 15921 45 0 0 25 0 1 0 677679034 13864960 3211 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 3385 3211 48 102 0 3280 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 32496

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4214
/proc/meminfo: memFree=1365512/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=25648 CPUtime=1234.87
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 15837 0 0 0 123433 54 0 0 25 0 1 0 677679034 26263552 6086 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 6412 6086 48 102 0 6307 0
Current children cumulated CPU time (s) 1236.64
Current children cumulated vsize (KiB) 44604

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4214
/proc/meminfo: memFree=1355336/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=25000 CPUtime=1294.6
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 16054 0 0 0 129406 54 0 0 25 0 1 0 677679034 25600000 5931 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 6250 5931 48 102 0 6145 0
Current children cumulated CPU time (s) 1296.37
Current children cumulated vsize (KiB) 43956

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4214
/proc/meminfo: memFree=1353800/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=26584 CPUtime=1354.34
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 16645 0 0 0 135379 55 0 0 25 0 1 0 677679034 27222016 6304 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 6646 6304 48 102 0 6541 0
Current children cumulated CPU time (s) 1356.11
Current children cumulated vsize (KiB) 45540

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4214
/proc/meminfo: memFree=1353736/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=26488 CPUtime=1414.07
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 16874 0 0 0 141352 55 0 0 25 0 1 0 677679034 27123712 6312 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 6622 6312 48 102 0 6517 0
Current children cumulated CPU time (s) 1415.84
Current children cumulated vsize (KiB) 45444

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4214
/proc/meminfo: memFree=1353544/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=26884 CPUtime=1473.81
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 17193 0 0 0 147325 56 0 0 25 0 1 0 677679034 27529216 6403 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 6721 6403 48 102 0 6616 0
Current children cumulated CPU time (s) 1475.58
Current children cumulated vsize (KiB) 45840

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4214
/proc/meminfo: memFree=1353032/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=27148 CPUtime=1533.55
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 17504 0 0 0 153299 56 0 0 25 0 1 0 677679034 27799552 6487 996147200 134512640 134931368 4294956256 18446744073709551615 134549535 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 6787 6487 48 102 0 6682 0
Current children cumulated CPU time (s) 1535.32
Current children cumulated vsize (KiB) 46104

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4242
/proc/meminfo: memFree=1651720/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=26988 CPUtime=1593.14
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 17960 0 0 0 159257 57 0 0 25 0 1 0 677679034 27635712 6449 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 6747 6449 48 102 0 6642 0
Current children cumulated CPU time (s) 1594.91
Current children cumulated vsize (KiB) 45944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4242
/proc/meminfo: memFree=1651016/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=27384 CPUtime=1652.68
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 18307 0 0 0 165211 57 0 0 25 0 1 0 677679034 28041216 6557 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 6846 6557 48 102 0 6741 0
Current children cumulated CPU time (s) 1654.45
Current children cumulated vsize (KiB) 46340

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/76 4242
/proc/meminfo: memFree=1650696/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=27516 CPUtime=1712.21
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 18592 0 0 0 171164 57 0 0 25 0 1 0 677679034 28176384 6602 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 6879 6602 48 102 0 6774 0
Current children cumulated CPU time (s) 1713.98
Current children cumulated vsize (KiB) 46472

[startup+1782.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/76 4242
/proc/meminfo: memFree=1649928/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=28308 CPUtime=1771.76
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 19002 0 0 0 177119 57 0 0 25 0 1 0 677679034 28987392 6772 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 7077 6772 48 102 0 6972 0
Current children cumulated CPU time (s) 1773.53
Current children cumulated vsize (KiB) 47264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.08 2.04 2.01 3/76 4242
/proc/meminfo: memFree=1649992/2055924 swapFree=4177320/4192956
[pid=4184] ppid=4182 vsize=13600 CPUtime=1.77
/proc/4184/stat : 4184 (sugar) S 4182 4184 2260 0 -1 4194304 1024 12533 0 2 3 1 162 11 16 0 1 0 677678846 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4184/statm: 3400 799 370 3 0 500 0
[pid=4207] ppid=4184 vsize=5356 CPUtime=0
/proc/4207/stat : 4207 (sh) S 4184 4184 2260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677679033 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4207/statm: 1339 232 193 169 0 50 0
[pid=4208] ppid=4207 vsize=28308 CPUtime=1798.26
/proc/4208/stat : 4208 (picosat) R 4207 4184 2260 0 -1 4194304 19002 0 0 0 179768 58 0 0 25 0 1 0 677679034 28987392 6772 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/4208/statm: 7077 6772 48 102 0 6972 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 47264

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

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

Child status: 0
Real time (s): 1809.02
CPU time (s): 1800.06
CPU user time (s): 1799.34
CPU system time (s): 0.715891
CPU usage (%): 99.5046
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.715891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33230
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= 2774
involuntary context switches= 26429

runsolver used 2.01469 second user time and 5.2742 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 02:58:13
IDJOB=1081842
IDBENCH=57146
IDSOLVER=345
FILE ID=node83/1081842-1215219493
PBS_JOBID= 7881765
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-16.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-1081842-1215219493/watcher-1081842-1215219493 -o /tmp/evaluation-result-1081842-1215219493/solver-1081842-1215219493 -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-1081842-1215219493.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 468d36833d7492d6979583a020018ac9
RANDOM SEED=1372750939

node83.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.263
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1384896 kB
Buffers:         52600 kB
Cached:         254436 kB
SwapCached:       9572 kB
Active:         491976 kB
Inactive:       131300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1384896 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            1524 kB
Writeback:           0 kB
Mapped:         322064 kB
Slab:            32524 kB
Committed_AS:  1534232 kB
PageTables:       2404 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= 66488 MiB
End job on node83 at 2008-07-05 03:28:24