Trace number 1051920

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.1 1807.82

General information on the benchmark

Namecsp/ramsey4/
normalized-ramsey-38-4.xml
MD5SUM06664dac960f5505ba0d82ad19b5ce56
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark551.135
Satisfiable
(Un)Satisfiability was proved
Number of variables703
Number of constraints8436
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8436
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 05:17:06 2008
0.00/0.04	c 0	PID 14189
0.00/0.04	c 0	HOST node81.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1051920-1215055025.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-1051920-1215055025.xml' 'HOME/temp.csp'
0.03/0.83	c 0	1 domains, 703 variables, 1 predicates, 0 relations, 8436 constraints
0.03/0.84	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.84	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.79/0.92	c 1	Parsing HOME/temp.csp
1.23/1.39	c 1	parsed 9141 expressions
1.23/1.40	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.40	c 1	Converting to clausal form CSP
1.43/1.59	c 1	converted 915 (10%) expressions
1.52/1.68	c 1	converted 1829 (20%) expressions
1.72/1.80	c 1	converted 2743 (30%) expressions
1.72/1.87	c 1	converted 3657 (40%) expressions
1.82/1.94	c 2	converted 4571 (50%) expressions
1.92/2.01	c 2	converted 5485 (60%) expressions
2.02/2.18	c 2	converted 6399 (70%) expressions
2.12/2.25	c 2	converted 7313 (80%) expressions
2.21/2.32	c 2	converted 8227 (90%) expressions
2.21/2.39	c 2	converted 9141 (100%) expressions
2.21/2.39	c 2	CSP : 703 integers, 0 booleans, 8436 clauses, largest domain size 4
2.21/2.39	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.21/2.39	c 2	Propagation in CSP
2.30/2.46	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.30/2.46	c 2	CSP : 703 integers, 0 booleans, 8436 clauses, largest domain size 4
2.30/2.46	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.30/2.47	c 2	Simplifing CSP by introducing new Boolean variables
2.72/2.87	c 2	CSP : 703 integers, 50616 booleans, 59052 clauses, largest domain size 4
2.72/2.87	c 2	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.90/3.07	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.10	c 3	71 (10%) CSP integer variables are encoded (142 clauses, 1482 bytes)
3.01/3.10	c 3	141 (20%) CSP integer variables are encoded (282 clauses, 3022 bytes)
3.01/3.11	c 3	211 (30%) CSP integer variables are encoded (422 clauses, 4562 bytes)
3.01/3.11	c 3	282 (40%) CSP integer variables are encoded (564 clauses, 6124 bytes)
3.01/3.11	c 3	352 (50%) CSP integer variables are encoded (704 clauses, 7740 bytes)
3.01/3.11	c 3	422 (60%) CSP integer variables are encoded (844 clauses, 9560 bytes)
3.01/3.11	c 3	493 (70%) CSP integer variables are encoded (986 clauses, 11406 bytes)
3.01/3.11	c 3	563 (80%) CSP integer variables are encoded (1126 clauses, 13226 bytes)
3.01/3.11	c 3	633 (90%) CSP integer variables are encoded (1266 clauses, 15046 bytes)
3.01/3.11	c 3	703 (100%) CSP integer variables are encoded (1406 clauses, 16866 bytes)
3.11/3.23	c 3	5906 (10%) CSP clauses are encoded (22501 clauses, 331447 bytes)
3.11/3.30	c 3	11811 (20%) CSP clauses are encoded (43589 clauses, 674654 bytes)
3.21/3.37	c 3	17716 (30%) CSP clauses are encoded (64680 clauses, 1032482 bytes)
3.30/3.44	c 3	23621 (40%) CSP clauses are encoded (85768 clauses, 1391056 bytes)
3.39/3.51	c 3	29526 (50%) CSP clauses are encoded (106856 clauses, 1750176 bytes)
3.39/3.58	c 3	35432 (60%) CSP clauses are encoded (127951 clauses, 2110776 bytes)
3.50/3.65	c 3	41337 (70%) CSP clauses are encoded (149039 clauses, 2487206 bytes)
3.60/3.72	c 3	47242 (80%) CSP clauses are encoded (170130 clauses, 2868518 bytes)
3.60/3.79	c 3	53147 (90%) CSP clauses are encoded (191218 clauses, 3249799 bytes)
3.70/3.85	c 3	59052 (100%) CSP clauses are encoded (212306 clauses, 3631080 bytes)
3.70/3.85	c 3	59052 CSP clauses encoded
3.70/3.85	c 3	Writing map file : HOME/temp.map
3.70/3.88	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.70/3.88	c 3	SAT : 52725 SAT variables, 212306 SAT clauses, 3631080 bytes
3.70/3.88	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.70/3.89	c 3	SOLVING HOME/temp.cnf
3.70/3.89	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.10/1807.81	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.10/1807.81	c 1807	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.10/1807.81	c ERROR INTERRUPTED
1800.10/1807.82	s UNKNOWN
1800.10/1807.82	c 1807	CPU 3.6 (0.04 0.01 3.56 0.22)
1800.10/1807.82	c 1807	END Thu Jul  3 05:47:13 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-1051920-1215055025/watcher-1051920-1215055025 -o /tmp/evaluation-result-1051920-1215055025/solver-1051920-1215055025 -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-1051920-1215055025.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.13 2.08 2.03 4/84 14189
/proc/meminfo: memFree=1158528/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=12268 CPUtime=0
/proc/14189/stat : 14189 (sugar) R 14187 14189 11556 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 238490499 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269816478718 0 0 4224 0 0 0 0 17 0 0 0
/proc/14189/statm: 3067 316 241 3 0 167 0

[startup+0.0951319 s]
/proc/loadavg: 2.13 2.08 2.03 4/84 14189
/proc/meminfo: memFree=1158528/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=0.03
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 238490499 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102126 s]
/proc/loadavg: 2.13 2.08 2.03 4/84 14189
/proc/meminfo: memFree=1158528/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=0.03
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 238490499 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30215 s]
/proc/loadavg: 2.13 2.08 2.03 4/84 14189
/proc/meminfo: memFree=1158528/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=0.03
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 238490499 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702202 s]
/proc/loadavg: 2.13 2.08 2.03 4/84 14189
/proc/meminfo: memFree=1158528/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=0.03
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 238490499 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5039 s]
/proc/loadavg: 2.12 2.08 2.03 4/95 14211
/proc/meminfo: memFree=1149672/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=0.79
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 973 8723 0 1 3 0 70 6 15 0 1 0 238490499 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14189/statm: 3400 797 370 3 0 500 0
[pid=14202] ppid=14189 vsize=5356 CPUtime=0
/proc/14202/stat : 14202 (sh) S 14189 14189 11556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238490584 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14202/statm: 1339 233 193 169 0 50 0
[pid=14203] ppid=14202 vsize=864244 CPUtime=0.64
/proc/14203/stat : 14203 (java) S 14202 14189 11556 0 -1 0 6161 0 1 0 59 5 0 0 18 0 9 0 238490584 884985856 5391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14203/statm: 216061 5391 2542 9 0 210636 0
[pid=14203/tid=14204] ppid=14202 vsize=864244 CPUtime=0.4
/proc/14203/task/14204/stat : 14204 (java) R 14202 14189 11556 0 -1 64 2616 0 1 0 38 2 0 0 23 0 9 0 238490585 884985856 5391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14203/tid=14205] ppid=14202 vsize=864244 CPUtime=0.12
/proc/14203/task/14205/stat : 14205 (java) S 14202 14189 11556 0 -1 64 2496 0 0 0 11 1 0 0 15 0 9 0 238490586 884985856 5391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14203/tid=14206] ppid=14202 vsize=864244 CPUtime=0
/proc/14203/task/14206/stat : 14206 (java) S 14202 14189 11556 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238490586 884985856 5391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14203/tid=14207] ppid=14202 vsize=864244 CPUtime=0
/proc/14203/task/14207/stat : 14207 (java) S 14202 14189 11556 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 238490586 884985856 5391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14203/tid=14208] ppid=14202 vsize=864244 CPUtime=0
/proc/14203/task/14208/stat : 14208 (java) S 14202 14189 11556 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 238490588 884985856 5391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14203/tid=14209] ppid=14202 vsize=864244 CPUtime=0.09
/proc/14203/task/14209/stat : 14209 (java) S 14202 14189 11556 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 238490588 884985856 5391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14203/tid=14210] ppid=14202 vsize=864244 CPUtime=0
/proc/14203/task/14210/stat : 14210 (java) S 14202 14189 11556 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 238490588 884985856 5391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14203/tid=14211] ppid=14202 vsize=864244 CPUtime=0
/proc/14203/task/14211/stat : 14211 (java) S 14202 14189 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238490588 884985856 5391 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) 883200

[startup+3.10245 s]
/proc/loadavg: 2.12 2.08 2.03 4/95 14211
/proc/meminfo: memFree=1132008/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=0.79
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 974 8723 0 1 3 0 70 6 15 0 1 0 238490499 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14189/statm: 3400 797 370 3 0 500 0
[pid=14202] ppid=14189 vsize=5356 CPUtime=0
/proc/14202/stat : 14202 (sh) S 14189 14189 11556 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238490584 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14202/statm: 1339 233 193 169 0 50 0
[pid=14203] ppid=14202 vsize=868500 CPUtime=2.22
/proc/14203/stat : 14203 (java) S 14202 14189 11556 0 -1 0 14471 0 1 0 211 11 0 0 18 0 9 0 238490584 889344000 13351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14203/statm: 217125 13351 2563 9 0 211672 0
[pid=14203/tid=14204] ppid=14202 vsize=868500 CPUtime=1.06
/proc/14203/task/14204/stat : 14204 (java) R 14202 14189 11556 0 -1 64 3017 0 1 0 103 3 0 0 24 0 9 0 238490585 889344000 13351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14203/tid=14205] ppid=14202 vsize=868500 CPUtime=0.92
/proc/14203/task/14205/stat : 14205 (java) S 14202 14189 11556 0 -1 64 9285 0 0 0 86 6 0 0 16 0 9 0 238490586 889344000 13351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14203/tid=14206] ppid=14202 vsize=868500 CPUtime=0
/proc/14203/task/14206/stat : 14206 (java) S 14202 14189 11556 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 238490586 889344000 13351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14203/tid=14207] ppid=14202 vsize=868500 CPUtime=0
/proc/14203/task/14207/stat : 14207 (java) S 14202 14189 11556 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 238490586 889344000 13351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14203/tid=14208] ppid=14202 vsize=868500 CPUtime=0
/proc/14203/task/14208/stat : 14208 (java) S 14202 14189 11556 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 238490588 889344000 13351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14203/tid=14209] ppid=14202 vsize=868500 CPUtime=0.2
/proc/14203/task/14209/stat : 14209 (java) R 14202 14189 11556 0 -1 64 1472 0 0 0 20 0 0 0 16 0 9 0 238490588 889344000 13351 996147200 134512640 134550740 4294955952 18446744073709551615 101655111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14203/tid=14210] ppid=14202 vsize=868500 CPUtime=0
/proc/14203/task/14210/stat : 14210 (java) S 14202 14189 11556 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 238490588 889344000 13351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14203/tid=14211] ppid=14202 vsize=868500 CPUtime=0
/proc/14203/task/14211/stat : 14211 (java) S 14202 14189 11556 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238490588 889344000 13351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887456

[startup+6.3018 s]
/proc/loadavg: 2.12 2.08 2.03 3/76 14241
/proc/meminfo: memFree=1825472/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14189 14189 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238490889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14220] ppid=14217 vsize=10848 CPUtime=2.37
/proc/14220/stat : 14220 (picosat) R 14217 14189 11556 0 -1 4194304 2375 0 0 0 144 93 0 0 25 0 1 0 238490889 11108352 2346 996147200 134512640 134931368 4294956256 18446744073709551615 134544811 0 0 4096 0 0 0 0 17 0 0 0
/proc/14220/statm: 2712 2346 42 102 0 2607 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 29804

[startup+12.7015 s]
/proc/loadavg: 2.10 2.08 2.03 3/77 14242
/proc/meminfo: memFree=1812344/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14189 14189 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238490889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14220] ppid=14217 vsize=11112 CPUtime=8.74
/proc/14220/stat : 14220 (picosat) R 14217 14189 11556 0 -1 4194304 2450 0 0 0 781 93 0 0 25 0 1 0 238490889 11378688 2421 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14220/statm: 2778 2421 42 102 0 2673 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 30068

[startup+25.5029 s]
/proc/loadavg: 2.09 2.07 2.02 3/77 14242
/proc/meminfo: memFree=1811832/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14189 14189 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238490889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14220] ppid=14217 vsize=12284 CPUtime=21.49
/proc/14220/stat : 14220 (picosat) R 14217 14189 11556 0 -1 4194304 2634 0 0 0 2056 93 0 0 25 0 1 0 238490889 12578816 2605 996147200 134512640 134931368 4294956256 18446744073709551615 134544704 0 0 4096 0 0 0 0 17 0 0 0
/proc/14220/statm: 3071 2605 42 102 0 2966 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 31240

[startup+51.1026 s]
/proc/loadavg: 2.06 2.07 2.02 3/77 14242
/proc/meminfo: memFree=1811320/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14189 14189 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238490889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14220] ppid=14217 vsize=12500 CPUtime=46.98
/proc/14220/stat : 14220 (picosat) R 14217 14189 11556 0 -1 4194304 2739 0 0 0 4605 93 0 0 25 0 1 0 238490889 12800000 2708 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 0 0 0
/proc/14220/statm: 3125 2708 48 102 0 3020 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 31456

[startup+102.306 s]
/proc/loadavg: 2.02 2.05 2.02 3/77 14242
/proc/meminfo: memFree=1810744/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14189 14189 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238490889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14220] ppid=14217 vsize=12944 CPUtime=97.98
/proc/14220/stat : 14220 (picosat) R 14217 14189 11556 0 -1 4194304 2850 0 0 0 9705 93 0 0 25 0 1 0 238490889 13254656 2786 996147200 134512640 134931368 4294956256 18446744073709551615 134522819 0 0 4096 0 0 0 0 17 0 0 0
/proc/14220/statm: 3236 2786 48 102 0 3131 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 31900

[startup+162.303 s]
/proc/loadavg: 2.01 2.04 2.01 3/77 14242
/proc/meminfo: memFree=1809848/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1774128/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14189 14189 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238490889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14220] ppid=14217 vsize=48700 CPUtime=1293.13
/proc/14220/stat : 14220 (picosat) R 14217 14189 11556 0 -1 4194304 13737 0 0 0 129211 102 0 0 25 0 1 0 238490889 49868800 11757 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 0 0 0
/proc/14220/statm: 12175 11757 48 102 0 12070 0
Current children cumulated CPU time (s) 1296.95
Current children cumulated vsize (KiB) 67656

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 14244
/proc/meminfo: memFree=1773992/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14189 14189 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238490889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14220] ppid=14217 vsize=48700 CPUtime=1352.87
/proc/14220/stat : 14220 (picosat) R 14217 14189 11556 0 -1 4194304 13865 0 0 0 135185 102 0 0 25 0 1 0 238490889 49868800 11763 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14220/statm: 12175 11763 48 102 0 12070 0
Current children cumulated CPU time (s) 1356.69
Current children cumulated vsize (KiB) 67656

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 14244
/proc/meminfo: memFree=1773992/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14189 14189 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238490889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14220] ppid=14217 vsize=48700 CPUtime=1412.6
/proc/14220/stat : 14220 (picosat) R 14217 14189 11556 0 -1 4194304 13865 0 0 0 141158 102 0 0 25 0 1 0 238490889 49868800 11763 996147200 134512640 134931368 4294956256 18446744073709551615 134524062 0 0 4096 0 0 0 0 17 0 0 0
/proc/14220/statm: 12175 11763 48 102 0 12070 0
Current children cumulated CPU time (s) 1416.42
Current children cumulated vsize (KiB) 67656

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 14244
/proc/meminfo: memFree=1772200/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14189 14189 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238490889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14220] ppid=14217 vsize=50380 CPUtime=1472.34
/proc/14220/stat : 14220 (picosat) R 14217 14189 11556 0 -1 4194304 14423 0 0 0 147131 103 0 0 25 0 1 0 238490889 51589120 12197 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/14220/statm: 12595 12197 48 102 0 12490 0
Current children cumulated CPU time (s) 1476.16
Current children cumulated vsize (KiB) 69336

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 14244
/proc/meminfo: memFree=1771112/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14189 14189 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238490889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14220] ppid=14217 vsize=51924 CPUtime=1532.07
/proc/14220/stat : 14220 (picosat) R 14217 14189 11556 0 -1 4194304 14823 0 0 0 153103 104 0 0 25 0 1 0 238490889 53170176 12469 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/14220/statm: 12981 12469 48 102 0 12876 0
Current children cumulated CPU time (s) 1535.89
Current children cumulated vsize (KiB) 70880

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 14245
/proc/meminfo: memFree=1770976/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14189 14189 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238490889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14220] ppid=14217 vsize=51924 CPUtime=1591.79
/proc/14220/stat : 14220 (picosat) R 14217 14189 11556 0 -1 4194304 14964 0 0 0 159075 104 0 0 25 0 1 0 238490889 53170176 12478 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/14220/statm: 12981 12478 48 102 0 12876 0
Current children cumulated CPU time (s) 1595.61
Current children cumulated vsize (KiB) 70880

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 14245
/proc/meminfo: memFree=1759264/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14189 14189 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238490889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14220] ppid=14217 vsize=63684 CPUtime=1651.49
/proc/14220/stat : 14220 (picosat) R 14217 14189 11556 0 -1 4194304 18021 0 0 0 165043 106 0 0 25 0 1 0 238490889 65212416 15401 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 0 0 0
/proc/14220/statm: 15921 15401 48 102 0 15816 0
Current children cumulated CPU time (s) 1655.31
Current children cumulated vsize (KiB) 82640

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 14245
/proc/meminfo: memFree=1759200/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14189 14189 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238490889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14220] ppid=14217 vsize=63684 CPUtime=1711.19
/proc/14220/stat : 14220 (picosat) R 14217 14189 11556 0 -1 4194304 18021 0 0 0 171013 106 0 0 25 0 1 0 238490889 65212416 15401 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14220/statm: 15921 15401 48 102 0 15816 0
Current children cumulated CPU time (s) 1715.01
Current children cumulated vsize (KiB) 82640

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 14245
/proc/meminfo: memFree=1759456/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14189 14189 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238490889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14220] ppid=14217 vsize=63260 CPUtime=1770.9
/proc/14220/stat : 14220 (picosat) R 14217 14189 11556 0 -1 4194304 18155 0 0 0 176983 107 0 0 25 0 1 0 238490889 64778240 15317 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14220/statm: 15815 15317 48 102 0 15710 0
Current children cumulated CPU time (s) 1774.72
Current children cumulated vsize (KiB) 82216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14245
/proc/meminfo: memFree=1757408/2055920 swapFree=4180076/4192956
[pid=14189] ppid=14187 vsize=13600 CPUtime=3.82
/proc/14189/stat : 14189 (sugar) S 14187 14189 11556 0 -1 4194304 1023 23582 0 2 4 1 356 21 16 0 1 0 238490499 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14189/statm: 3400 799 370 3 0 500 0
[pid=14217] ppid=14189 vsize=5356 CPUtime=0
/proc/14217/stat : 14217 (sh) S 14189 14189 11556 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238490889 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14217/statm: 1339 232 193 169 0 50 0
[pid=14220] ppid=14217 vsize=65456 CPUtime=1796.28
/proc/14220/stat : 14220 (picosat) R 14217 14189 11556 0 -1 4194304 18692 0 0 0 179521 107 0 0 25 0 1 0 238490889 67026944 15854 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/14220/statm: 16364 15854 48 102 0 16259 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 84412

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

Real time (s): 1807.82
CPU time (s): 1800.1
CPU user time (s): 1798.81
CPU system time (s): 1.29
CPU usage (%): 99.5728
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.60745
system time used= 0.235964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25043
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= 3570
involuntary context switches= 3436

runsolver used 1.58976 second user time and 5.00924 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-03 05:17:06
IDJOB=1051920
IDBENCH=55957
IDSOLVER=345
FILE ID=node81/1051920-1215055025
PBS_JOBID= 7875015
Free space on /tmp= 126852 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ramsey4/normalized-ramsey-38-4.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-1051920-1215055025/watcher-1051920-1215055025 -o /tmp/evaluation-result-1051920-1215055025/solver-1051920-1215055025 -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-1051920-1215055025.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 06664dac960f5505ba0d82ad19b5ce56
RANDOM SEED=1002237725

node81.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.236
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.236
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:      2055920 kB
MemFree:       1159136 kB
Buffers:         18272 kB
Cached:         120340 kB
SwapCached:       5616 kB
Active:         719596 kB
Inactive:       115296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1159136 kB
SwapTotal:     4192956 kB
SwapFree:      4180076 kB
Dirty:            2500 kB
Writeback:           0 kB
Mapped:         708744 kB
Slab:            45660 kB
Committed_AS:  1173328 kB
PageTables:       3172 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= 126848 MiB
End job on node81 at 2008-07-03 05:47:15