Trace number 1041160

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+minisat? (TO) 1800.05 1807.53

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-20.xml
MD5SUM145c5c87867fde59caf4355db1528459
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 variables207
Number of constraints206
Maximum constraint arity20
Maximum domain size38
Number of constraints which are defined in extension0
Number of constraints which are defined in intension188
Global constraints used (with number of constraints)alldifferent(18)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:04:58 2008
0.00/0.05	c 0	PID 30346
0.03/0.05	c 0	HOST node12.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1041160-1215000298.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041160-1215000298.xml' 'HOME/temp.csp'
0.03/0.36	c 0	2 domains, 207 variables, 2 predicates, 0 relations, 206 constraints
0.03/0.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.41	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.03/0.49	c 1	Parsing HOME/temp.csp
0.36/0.61	c 1	parsed 417 expressions
0.36/0.61	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.61	c 1	Converting to clausal form CSP
0.36/0.63	c 1	converted 42 (10%) expressions
0.36/0.63	c 1	converted 84 (20%) expressions
0.36/0.63	c 1	converted 126 (30%) expressions
0.36/0.63	c 1	converted 167 (40%) expressions
0.36/0.64	c 1	converted 209 (50%) expressions
0.36/0.67	c 1	converted 251 (60%) expressions
0.36/0.69	c 1	converted 292 (70%) expressions
0.36/0.70	c 1	converted 334 (80%) expressions
0.36/0.72	c 1	converted 376 (90%) expressions
1.62/1.75	c 2	converted 417 (100%) expressions
1.62/1.75	c 2	CSP : 211 integers, 0 booleans, 1748 clauses, largest domain size 39
1.62/1.75	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.75	c 2	Propagation in CSP
1.82/2.00	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.82/2.00	c 2	CSP : 211 integers, 0 booleans, 1748 clauses, largest domain size 39
1.82/2.00	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.00	c 2	Simplifing CSP by introducing new Boolean variables
1.92/2.03	c 2	CSP : 211 integers, 2660 booleans, 4408 clauses, largest domain size 39
1.92/2.03	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.07	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.92/2.09	c 2	22 (10%) CSP integer variables are encoded (432 clauses, 4612 bytes)
2.02/2.12	c 2	43 (20%) CSP integer variables are encoded (1188 clauses, 13379 bytes)
2.02/2.13	c 2	64 (30%) CSP integer variables are encoded (1944 clauses, 23207 bytes)
2.02/2.13	c 2	85 (40%) CSP integer variables are encoded (2700 clauses, 33035 bytes)
2.02/2.14	c 2	106 (50%) CSP integer variables are encoded (3456 clauses, 42863 bytes)
2.02/2.14	c 2	127 (60%) CSP integer variables are encoded (4212 clauses, 52691 bytes)
2.02/2.15	c 2	148 (70%) CSP integer variables are encoded (4968 clauses, 62519 bytes)
2.02/2.15	c 2	169 (80%) CSP integer variables are encoded (5724 clauses, 72347 bytes)
2.02/2.16	c 2	190 (90%) CSP integer variables are encoded (6480 clauses, 82175 bytes)
2.02/2.16	c 2	211 (100%) CSP integer variables are encoded (7240 clauses, 92055 bytes)
2.61/2.73	c 3	441 (10%) CSP clauses are encoded (156832 clauses, 2403972 bytes)
2.70/2.80	c 3	882 (20%) CSP clauses are encoded (167892 clauses, 2610162 bytes)
2.70/2.86	c 3	1323 (30%) CSP clauses are encoded (179063 clauses, 2818467 bytes)
2.80/2.93	c 3	1764 (40%) CSP clauses are encoded (190345 clauses, 3028689 bytes)
2.80/2.99	c 3	2204 (50%) CSP clauses are encoded (201552 clauses, 3237657 bytes)
2.92/3.05	c 3	2645 (60%) CSP clauses are encoded (212797 clauses, 3447213 bytes)
3.01/3.11	c 3	3086 (70%) CSP clauses are encoded (224079 clauses, 3657479 bytes)
3.01/3.16	c 3	3527 (80%) CSP clauses are encoded (235361 clauses, 3858216 bytes)
3.11/3.21	c 3	3968 (90%) CSP clauses are encoded (245022 clauses, 4019207 bytes)
3.11/3.23	c 3	4408 (100%) CSP clauses are encoded (251010 clauses, 4118411 bytes)
3.11/3.23	c 3	4408 CSP clauses encoded
3.11/3.23	c 3	Writing map file : HOME/temp.map
3.11/3.23	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.23	c 3	SAT : 10111 SAT variables, 251010 SAT clauses, 4118411 bytes
3.11/3.23	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.28	c 3	SOLVING HOME/temp.cnf
3.11/3.28	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.11/3.28	c 3	This is MiniSat 2.0 beta
3.11/3.28	c 3	WARNING: for repeatability, setting FPU to use double precision
3.11/3.28	c 3	============================[ Problem Statistics ]=============================
3.11/3.28	c 3	|                                                                             |
3.11/3.28	c 3	|  Number of variables:  10111                                                |
3.11/3.28	c 3	|  Number of clauses:    251010                                               |
3.17/3.40	c 4	|  Parsing time:         0.10         s                                       |
3.17/3.41	c 4	============================[ Search Statistics ]==============================
3.17/3.41	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.17/3.41	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.17/3.41	c 4	===============================================================================
3.17/3.41	c 4	|         0 |   10111   251010   724930 |    83670        0    nan |  0.000 % |
3.17/3.66	c 4	|       100 |   10111   251010   724930 |    92037      100     21 |  0.000 % |
3.17/3.87	c 4	|       251 |   10111   251010   724930 |   101240      251     22 |  0.000 % |
3.17/4.29	c 4	|       477 |   10111   251010   724930 |   111364      477     22 |  0.000 % |
4.66/4.82	c 5	|       815 |   10111   251010   724930 |   122501      815     19 |  0.000 % |
5.45/5.68	c 6	|      1322 |   10111   251010   724930 |   134751     1322     20 |  0.000 % |
7.44/7.61	c 8	|      2081 |   10111   251010   724930 |   148226     2081     21 |  0.000 % |
9.51/9.72	c 10	|      3220 |   10111   251010   724930 |   163049     3220     20 |  0.000 % |
13.27/13.59	c 14	|      4929 |   10111   251010   724930 |   179354     4929     21 |  0.000 % |
19.42/19.80	c 20	|      7492 |   10111   251010   724930 |   197289     7492     22 |  0.000 % |
27.44/27.83	c 28	|     11336 |   10111   251010   724930 |   217018    11336     22 |  0.000 % |
40.81/41.39	c 42	|     17103 |   10111   251010   724930 |   238720    17103     22 |  0.000 % |
59.93/60.67	c 61	|     25752 |   10111   251010   724930 |   262592    25752     23 |  0.000 % |
87.08/88.09	c 88	|     38726 |   10111   251010   724930 |   288851    38726     23 |  0.000 % |
138.49/139.98	c 140	|     58187 |   10111   251010   724930 |   317736    58187     24 |  0.000 % |
223.10/225.34	c 225	|     87379 |   10111   251010   724930 |   349510    87379     24 |  0.000 % |
346.52/349.90	c 350	|    131168 |   10111   251010   724930 |   384461   131168     25 |  0.000 % |
604.59/610.50	c 611	|    196854 |   10111   251010   724930 |   422907   196854     25 |  0.000 % |
1072.89/1079.79	c 1080	|    295381 |   10111   251010   724930 |   465198   295381     25 |  0.000 % |
1800.05/1807.52	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1807.52	c 1808	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.05/1807.52	c ERROR INTERRUPTED
1800.05/1807.52	s UNKNOWN
1800.05/1807.52	c 1808	CPU 3.01 (0.04 0.01 2.97 0.15)
1800.05/1807.52	c 1808	END Wed Jul  2 14:35:06 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041160-1215000298/watcher-1041160-1215000298 -o /tmp/evaluation-result-1041160-1215000298/solver-1041160-1215000298 -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/minisat -tmp=HOME/temp HOME/instance-1041160-1215000298.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.89 4/74 30346
/proc/meminfo: memFree=1525984/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=18572 CPUtime=0
/proc/30346/stat : 30346 (runsolver) R 30344 30346 29821 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1529704852 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30346/statm: 4643 292 257 25 0 2626 0

[startup+0.0506709 s]
/proc/loadavg: 1.92 1.98 1.89 4/74 30346
/proc/meminfo: memFree=1525984/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=0.03
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1529704852 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30346/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101983 s]
/proc/loadavg: 1.92 1.98 1.89 4/74 30346
/proc/meminfo: memFree=1525984/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=0.03
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1529704852 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30346/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302006 s]
/proc/loadavg: 1.92 1.98 1.89 4/74 30346
/proc/meminfo: memFree=1525984/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=0.03
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1529704852 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30346/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701041 s]
/proc/loadavg: 1.92 1.98 1.89 4/74 30346
/proc/meminfo: memFree=1525984/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=0.36
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 973 4391 0 1 3 0 30 3 15 0 1 0 1529704852 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30346/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 13600

[startup+1.50212 s]
/proc/loadavg: 1.92 1.98 1.89 3/85 30368
/proc/meminfo: memFree=1513032/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=0.36
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 973 4391 0 1 3 0 30 3 15 0 1 0 1529704852 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30346/statm: 3400 797 370 3 0 500 0
[pid=30359] ppid=30346 vsize=5356 CPUtime=0
/proc/30359/stat : 30359 (sh) S 30346 30346 29821 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529704893 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30359/statm: 1339 233 193 169 0 50 0
[pid=30360] ppid=30359 vsize=868260 CPUtime=1.06
/proc/30360/stat : 30360 (java) S 30359 30346 29821 0 -1 0 5125 0 1 0 103 3 0 0 18 0 9 0 1529704894 889098240 4549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30360/statm: 217065 4549 1729 9 0 211640 0
[pid=30360/tid=30361] ppid=30359 vsize=868260 CPUtime=0.84
/proc/30360/task/30361/stat : 30361 (java) R 30359 30346 29821 0 -1 64 2648 0 1 0 83 1 0 0 24 0 9 0 1529704895 889098240 4549 996147200 134512640 134550740 4294955952 18446744073709551615 4126463816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30360/tid=30362] ppid=30359 vsize=868260 CPUtime=0.02
/proc/30360/task/30362/stat : 30362 (java) S 30359 30346 29821 0 -1 64 361 0 0 0 2 0 0 0 16 0 9 0 1529704896 889098240 4549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30360/tid=30363] ppid=30359 vsize=868260 CPUtime=0
/proc/30360/task/30363/stat : 30363 (java) S 30359 30346 29821 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1529704896 889098240 4549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30360/tid=30364] ppid=30359 vsize=868260 CPUtime=0
/proc/30360/task/30364/stat : 30364 (java) S 30359 30346 29821 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1529704896 889098240 4549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30360/tid=30365] ppid=30359 vsize=868260 CPUtime=0
/proc/30360/task/30365/stat : 30365 (java) S 30359 30346 29821 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529704898 889098240 4549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30360/tid=30366] ppid=30359 vsize=868260 CPUtime=0.17
/proc/30360/task/30366/stat : 30366 (java) S 30359 30346 29821 0 -1 64 1424 0 0 0 16 1 0 0 16 0 9 0 1529704898 889098240 4549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30360/tid=30367] ppid=30359 vsize=868260 CPUtime=0
/proc/30360/task/30367/stat : 30367 (java) S 30359 30346 29821 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1529704898 889098240 4549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30360/tid=30368] ppid=30359 vsize=868260 CPUtime=0
/proc/30360/task/30368/stat : 30368 (java) S 30359 30346 29821 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529704898 889098240 4549 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887216

[startup+3.10128 s]
/proc/loadavg: 1.92 1.98 1.89 3/85 30368
/proc/meminfo: memFree=1510088/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=0.37
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 974 4391 0 1 3 1 30 3 15 0 1 0 1529704852 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30346/statm: 3400 797 370 3 0 500 0
[pid=30359] ppid=30346 vsize=5356 CPUtime=0
/proc/30359/stat : 30359 (sh) S 30346 30346 29821 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529704893 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30359/statm: 1339 233 193 169 0 50 0
[pid=30360] ppid=30359 vsize=868372 CPUtime=2.64
/proc/30360/stat : 30360 (java) S 30359 30346 29821 0 -1 0 6888 0 1 0 254 10 0 0 18 0 9 0 1529704894 889212928 5937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30360/statm: 217093 5937 2563 9 0 211640 0
[pid=30360/tid=30361] ppid=30359 vsize=868372 CPUtime=2.25
/proc/30360/task/30361/stat : 30361 (java) R 30359 30346 29821 0 -1 64 2903 0 1 0 219 6 0 0 25 0 9 0 1529704895 889212928 5937 996147200 134512640 134550740 4294955952 18446744073709551615 4126914396 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30360/tid=30362] ppid=30359 vsize=868372 CPUtime=0.12
/proc/30360/task/30362/stat : 30362 (java) S 30359 30346 29821 0 -1 64 1819 0 0 0 10 2 0 0 16 0 9 0 1529704896 889212928 5937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30360/tid=30363] ppid=30359 vsize=868372 CPUtime=0
/proc/30360/task/30363/stat : 30363 (java) S 30359 30346 29821 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529704896 889212928 5937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30360/tid=30364] ppid=30359 vsize=868372 CPUtime=0
/proc/30360/task/30364/stat : 30364 (java) S 30359 30346 29821 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1529704896 889212928 5937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30360/tid=30365] ppid=30359 vsize=868372 CPUtime=0
/proc/30360/task/30365/stat : 30365 (java) S 30359 30346 29821 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529704898 889212928 5937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30360/tid=30366] ppid=30359 vsize=868372 CPUtime=0.25
/proc/30360/task/30366/stat : 30366 (java) S 30359 30346 29821 0 -1 64 1472 0 0 0 24 1 0 0 16 0 9 0 1529704898 889212928 5937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30360/tid=30367] ppid=30359 vsize=868372 CPUtime=0
/proc/30360/task/30367/stat : 30367 (java) S 30359 30346 29821 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1529704898 889212928 5937 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30360/tid=30368] ppid=30359 vsize=868372 CPUtime=0
/proc/30360/task/30368/stat : 30368 (java) S 30359 30346 29821 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1529704898 889212928 5937 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) 887328

[startup+6.30161 s]
/proc/loadavg: 1.93 1.98 1.89 3/77 30370
/proc/meminfo: memFree=1506888/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 15 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0
/proc/30369/stat : 30369 (sh) S 30346 30346 29821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529705181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30369/statm: 1339 232 193 169 0 50 0
[pid=30370] ppid=30369 vsize=13532 CPUtime=2.98
/proc/30370/stat : 30370 (minisat) R 30369 30346 29821 0 -1 4194304 3220 0 0 0 296 2 0 0 25 0 1 0 1529705181 13856768 3206 996147200 134512640 135127466 4294956272 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/30370/statm: 3383 3206 75 150 0 3230 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 32488

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.89 3/77 30370
/proc/meminfo: memFree=1506632/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 16 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0
/proc/30369/stat : 30369 (sh) S 30346 30346 29821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529705181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30369/statm: 1339 232 193 169 0 50 0
[pid=30370] ppid=30369 vsize=13928 CPUtime=9.31
/proc/30370/stat : 30370 (minisat) R 30369 30346 29821 0 -1 4194304 3299 0 0 0 929 2 0 0 25 0 1 0 1529705181 14262272 3285 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30370/statm: 3482 3285 75 150 0 3329 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 32884

[startup+25.5015 s]
/proc/loadavg: 2.02 2.00 1.89 3/77 30370
/proc/meminfo: memFree=1506056/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 16 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0
/proc/30369/stat : 30369 (sh) S 30346 30346 29821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529705181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30369/statm: 1339 232 193 169 0 50 0
[pid=30370] ppid=30369 vsize=14500 CPUtime=21.98
/proc/30370/stat : 30370 (minisat) R 30369 30346 29821 0 -1 4194304 3453 0 0 0 2196 2 0 0 25 0 1 0 1529705181 14848000 3439 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/30370/statm: 3625 3439 75 150 0 3472 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 33456

[startup+51.1011 s]
/proc/loadavg: 2.01 2.00 1.90 3/77 30370
/proc/meminfo: memFree=1504776/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 16 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0
/proc/30369/stat : 30369 (sh) S 30346 30346 29821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529705181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30369/statm: 1339 232 193 169 0 50 0
[pid=30370] ppid=30369 vsize=15752 CPUtime=47.35
/proc/30370/stat : 30370 (minisat) R 30369 30346 29821 0 -1 4194304 3754 0 0 0 4732 3 0 0 25 0 1 0 1529705181 16130048 3740 996147200 134512640 135127466 4294956272 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/30370/statm: 3938 3740 75 150 0 3785 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 34708

[startup+102.306 s]
/proc/loadavg: 2.06 2.01 1.91 3/77 30370
/proc/meminfo: memFree=1501768/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 16 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0
/proc/30369/stat : 30369 (sh) S 30346 30346 29821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529705181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30369/statm: 1339 232 193 169 0 50 0
[pid=30370] ppid=30369 vsize=18636 CPUtime=98.08
/proc/30370/stat : 30370 (minisat) R 30369 30346 29821 0 -1 4194304 4487 0 0 0 9804 4 0 0 25 0 1 0 1529705181 19083264 4473 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30370/statm: 4659 4473 75 150 0 4506 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 37592

[startup+162.301 s]
/proc/loadavg: 2.07 2.02 1.91 3/77 30370
/proc/meminfo: memFree=1498696/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 16 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1347784/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 16 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0
/proc/30369/stat : 30369 (sh) S 30346 30346 29821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529705181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30369/statm: 1339 232 193 169 0 50 0
[pid=30370] ppid=30369 vsize=60768 CPUtime=1352.06
/proc/30370/stat : 30370 (minisat) R 30369 30346 29821 0 -1 4194304 14865 0 0 0 135187 19 0 0 25 0 1 0 1529705181 62226432 14851 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30370/statm: 15192 14851 75 150 0 15039 0
Current children cumulated CPU time (s) 1355.23
Current children cumulated vsize (KiB) 79724

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/77 30421
/proc/meminfo: memFree=1343368/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 16 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0
/proc/30369/stat : 30369 (sh) S 30346 30346 29821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529705181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30369/statm: 1339 232 193 169 0 50 0
[pid=30370] ppid=30369 vsize=61956 CPUtime=1412.01
/proc/30370/stat : 30370 (minisat) R 30369 30346 29821 0 -1 4194304 15194 0 0 0 141182 19 0 0 25 0 1 0 1529705181 63442944 15180 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30370/statm: 15489 15180 75 150 0 15336 0
Current children cumulated CPU time (s) 1415.18
Current children cumulated vsize (KiB) 80912

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/77 30421
/proc/meminfo: memFree=1339592/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 16 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0
/proc/30369/stat : 30369 (sh) S 30346 30346 29821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529705181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30369/statm: 1339 232 193 169 0 50 0
[pid=30370] ppid=30369 vsize=63308 CPUtime=1471.96
/proc/30370/stat : 30370 (minisat) R 30369 30346 29821 0 -1 4194304 15542 0 0 0 147176 20 0 0 25 0 1 0 1529705181 64827392 15528 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/30370/statm: 15827 15528 75 150 0 15674 0
Current children cumulated CPU time (s) 1475.13
Current children cumulated vsize (KiB) 82264

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/77 30423
/proc/meminfo: memFree=1335048/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 16 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0
/proc/30369/stat : 30369 (sh) S 30346 30346 29821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529705181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30369/statm: 1339 232 193 169 0 50 0
[pid=30370] ppid=30369 vsize=64792 CPUtime=1531.91
/proc/30370/stat : 30370 (minisat) R 30369 30346 29821 0 -1 4194304 15897 0 0 0 153170 21 0 0 25 0 1 0 1529705181 66347008 15883 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30370/statm: 16198 15883 75 150 0 16045 0
Current children cumulated CPU time (s) 1535.08
Current children cumulated vsize (KiB) 83748

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/77 30423
/proc/meminfo: memFree=1331272/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 16 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0
/proc/30369/stat : 30369 (sh) S 30346 30346 29821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529705181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30369/statm: 1339 232 193 169 0 50 0
[pid=30370] ppid=30369 vsize=66228 CPUtime=1591.86
/proc/30370/stat : 30370 (minisat) R 30369 30346 29821 0 -1 4194304 16273 0 0 0 159164 22 0 0 25 0 1 0 1529705181 67817472 16259 996147200 134512640 135127466 4294956272 18446744073709551615 134531250 0 0 4096 3 0 0 0 17 0 0 0
/proc/30370/statm: 16557 16259 75 150 0 16404 0
Current children cumulated CPU time (s) 1595.03
Current children cumulated vsize (KiB) 85184

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/77 30423
/proc/meminfo: memFree=1327752/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 16 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0
/proc/30369/stat : 30369 (sh) S 30346 30346 29821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529705181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30369/statm: 1339 232 193 169 0 50 0
[pid=30370] ppid=30369 vsize=67436 CPUtime=1651.8
/proc/30370/stat : 30370 (minisat) R 30369 30346 29821 0 -1 4194304 16593 0 0 0 165158 22 0 0 25 0 1 0 1529705181 69054464 16579 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30370/statm: 16859 16579 75 150 0 16706 0
Current children cumulated CPU time (s) 1654.97
Current children cumulated vsize (KiB) 86392

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/77 30423
/proc/meminfo: memFree=1323976/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 16 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0
/proc/30369/stat : 30369 (sh) S 30346 30346 29821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529705181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30369/statm: 1339 232 193 169 0 50 0
[pid=30370] ppid=30369 vsize=68916 CPUtime=1711.75
/proc/30370/stat : 30370 (minisat) R 30369 30346 29821 0 -1 4194304 16963 0 0 0 171152 23 0 0 25 0 1 0 1529705181 70569984 16949 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30370/statm: 17229 16949 75 150 0 17076 0
Current children cumulated CPU time (s) 1714.92
Current children cumulated vsize (KiB) 87872

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/77 30423
/proc/meminfo: memFree=1320136/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 16 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0
/proc/30369/stat : 30369 (sh) S 30346 30346 29821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529705181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30369/statm: 1339 232 193 169 0 50 0
[pid=30370] ppid=30369 vsize=70276 CPUtime=1771.7
/proc/30370/stat : 30370 (minisat) R 30369 30346 29821 0 -1 4194304 17313 0 0 0 177147 23 0 0 25 0 1 0 1529705181 71962624 17299 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/30370/statm: 17569 17299 75 150 0 17416 0
Current children cumulated CPU time (s) 1774.87
Current children cumulated vsize (KiB) 89232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/77 30423
/proc/meminfo: memFree=1318856/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 16 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0
/proc/30369/stat : 30369 (sh) S 30346 30346 29821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529705181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30369/statm: 1339 232 193 169 0 50 0
[pid=30370] ppid=30369 vsize=70804 CPUtime=1796.88
/proc/30370/stat : 30370 (minisat) R 30369 30346 29821 0 -1 4194304 17446 0 0 0 179665 23 0 0 25 0 1 0 1529705181 72503296 17432 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30370/statm: 17701 17432 75 150 0 17548 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 89760

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

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

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/77 30423
/proc/meminfo: memFree=1318856/2055920 swapFree=4122540/4192956
[pid=30346] ppid=30344 vsize=13600 CPUtime=3.17
/proc/30346/stat : 30346 (sugar) S 30344 30346 29821 0 -1 4194304 1034 11606 0 2 4 1 297 15 16 0 1 0 1529704852 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30346/statm: 3400 799 370 3 0 500 0
[pid=30369] ppid=30346 vsize=5356 CPUtime=0
/proc/30369/stat : 30369 (sh) S 30346 30346 29821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529705181 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30369/statm: 1339 232 193 169 0 50 0
[pid=30370] ppid=30369 vsize=70804 CPUtime=1796.88
/proc/30370/stat : 30370 (minisat) R 30369 30346 29821 0 -1 4194304 17446 0 0 0 179665 23 0 0 25 0 1 0 1529705181 72503296 17432 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30370/statm: 17701 17432 75 150 0 17548 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 89760

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30346 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=16541
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=171973
# CPU time returned by wait4() is 3.18851
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.53
CPU time (s): 1800.05
CPU user time (s): 1799.66
CPU system time (s): 0.39
CPU usage (%): 99.5863
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.01654
system time used= 0.171973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13062
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= 3127
involuntary context switches= 3003

runsolver used 2.06669 second user time and 6.17706 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-02 14:04:58
IDJOB=1041160
IDBENCH=53778
IDSOLVER=346
FILE ID=node12/1041160-1215000298
PBS_JOBID= 7870899
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/costasArray/normalized-costasArray-20.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041160-1215000298/watcher-1041160-1215000298 -o /tmp/evaluation-result-1041160-1215000298/solver-1041160-1215000298 -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/minisat" -tmp="HOME/temp" HOME/instance-1041160-1215000298.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 145c5c87867fde59caf4355db1528459
RANDOM SEED=1412426156

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1526464 kB
Buffers:         53752 kB
Cached:         285296 kB
SwapCached:      64464 kB
Active:         214556 kB
Inactive:       233984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1526464 kB
SwapTotal:     4192956 kB
SwapFree:      4122540 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:         116276 kB
Slab:            66044 kB
Committed_AS:  2862000 kB
PageTables:       1956 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= 66512 MiB
End job on node12 at 2008-07-02 14:35:08