Trace number 1042190

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.27 1814.34

General information on the benchmark

Namecsp/allsquares/
normalized-squares-36-36.xml
MD5SUM191789448d36808dd71b4998bbbde126
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 variables2592
Number of constraints3153
Maximum constraint arity36
Maximum domain size128
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2521
Global constraints used (with number of constraints)cumulative(2),weightedsum(630)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul  2 14:45:41 2008
0.00/0.05	c 0	PID 19076
0.00/0.05	c 0	HOST node48.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042190-1215002741.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042190-1215002741.xml' 'HOME/temp.csp'
0.03/0.98	c 1	37 domains, 2592 variables, 2 predicates, 0 relations, 3153 constraints
0.95/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.00	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.95/1.08	c 1	Parsing HOME/temp.csp
0.95/1.56	c 1	parsed 5784 expressions
0.95/1.57	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.57	c 1	Converting to clausal form CSP
0.95/1.60	c 2	converted 579 (10%) expressions
0.95/1.60	c 2	converted 1157 (20%) expressions
0.95/1.62	c 2	converted 1736 (30%) expressions
0.95/1.62	c 2	converted 2314 (40%) expressions
0.95/1.79	c 2	converted 2892 (50%) expressions
0.95/1.85	c 2	converted 3471 (60%) expressions
0.95/1.90	c 2	converted 4049 (70%) expressions
0.95/1.98	c 2	converted 4628 (80%) expressions
0.95/2.02	c 2	converted 5206 (90%) expressions
3.99/4.14	c 4	converted 5784 (100%) expressions
3.99/4.14	c 4	CSP : 20512 integers, 6460 booleans, 54595 clauses, largest domain size 351
3.99/4.14	c 4	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.99/4.14	c 4	Propagation in CSP
4.30/4.45	c 4	105395 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.30/4.46	c 4	CSP : 20512 integers, 6460 booleans, 54595 clauses, largest domain size 129
4.30/4.46	c 4	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.30/4.48	c 4	Simplifing CSP by introducing new Boolean variables
4.39/4.51	c 4	CSP : 20512 integers, 6460 booleans, 54595 clauses, largest domain size 129
4.39/4.51	c 4	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.59/4.72	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.59/4.77	c 5	2052 (10%) CSP integer variables are encoded (7720 clauses, 98229 bytes)
4.69/4.81	c 5	4103 (20%) CSP integer variables are encoded (39590 clauses, 576279 bytes)
4.69/4.87	c 5	6154 (30%) CSP integer variables are encoded (83820 clauses, 1239729 bytes)
4.79/4.93	c 5	8205 (40%) CSP integer variables are encoded (127098 clauses, 1956350 bytes)
4.79/4.98	c 5	10256 (50%) CSP integer variables are encoded (169492 clauses, 2677048 bytes)
4.89/5.05	c 5	12308 (60%) CSP integer variables are encoded (213249 clauses, 3420917 bytes)
4.99/5.10	c 5	14359 (70%) CSP integer variables are encoded (256712 clauses, 4159788 bytes)
4.99/5.16	c 5	16410 (80%) CSP integer variables are encoded (299835 clauses, 4892879 bytes)
5.08/5.22	c 5	18461 (90%) CSP integer variables are encoded (343239 clauses, 5630747 bytes)
5.08/5.28	c 5	20512 (100%) CSP integer variables are encoded (386326 clauses, 6363226 bytes)
5.98/6.11	c 6	5460 (10%) CSP clauses are encoded (842561 clauses, 14687068 bytes)
9.53/9.74	c 10	10919 (20%) CSP clauses are encoded (2806935 clauses, 56406385 bytes)
12.61/12.80	c 13	16379 (30%) CSP clauses are encoded (4439605 clauses, 91073953 bytes)
15.74/16.27	c 16	21838 (40%) CSP clauses are encoded (6072273 clauses, 130478327 bytes)
19.10/19.64	c 20	27298 (50%) CSP clauses are encoded (7764538 clauses, 171419473 bytes)
23.31/23.98	c 24	32757 (60%) CSP clauses are encoded (9954331 clauses, 224331889 bytes)
26.67/27.58	c 28	38217 (70%) CSP clauses are encoded (11657519 clauses, 265530542 bytes)
29.88/30.89	c 31	43676 (80%) CSP clauses are encoded (13290188 clauses, 305024378 bytes)
33.18/34.20	c 34	49136 (90%) CSP clauses are encoded (14917930 clauses, 344402673 bytes)
37.10/38.28	c 38	54595 (100%) CSP clauses are encoded (16922909 clauses, 392851376 bytes)
37.10/38.28	c 38	54595 CSP clauses encoded
37.10/38.28	c 38	Writing map file : HOME/temp.map
37.17/38.34	c 38	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.17/38.34	c 38	SAT : 413206 SAT variables, 16922909 SAT clauses, 392851376 bytes
37.17/38.34	c 38	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.17/38.37	c 38	SOLVING HOME/temp.cnf
37.17/38.37	c 38	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
37.17/38.37	c 38	This is MiniSat 2.0 beta
37.17/38.37	c 38	WARNING: for repeatability, setting FPU to use double precision
37.17/38.37	c 38	============================[ Problem Statistics ]=============================
37.17/38.37	c 38	|                                                                             |
37.17/38.37	c 38	|  Number of variables:  413206                                               |
37.17/38.37	c 38	|  Number of clauses:    16922909                                             |
45.86/47.15	c 47	|  Parsing time:         7.62         s                                       |
46.25/47.56	c 47	============================[ Search Statistics ]==============================
46.25/47.56	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
46.25/47.56	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
46.25/47.56	c 47	===============================================================================
46.25/47.56	c 47	|         0 |  413206 16922909 49715724 |  5640969        0    nan |  0.000 % |
52.19/53.54	c 53	|       100 |  413206 16922909 49715724 |  6205066      100     77 |  0.000 % |
58.63/60.01	c 60	|       251 |  413206 16922909 49715724 |  6825573      251     73 |  0.000 % |
70.11/71.61	c 72	|       478 |  413206 16922909 49715724 |  7508130      478     61 |  0.000 % |
87.26/88.95	c 89	|       815 |  413206 16922909 49715724 |  8258943      815     62 |  0.000 % |
111.03/112.94	c 113	|      1321 |  413206 16922909 49715724 |  9084838     1321     59 |  0.000 % |
143.92/146.13	c 146	|      2081 |  413206 16922909 49715724 |  9993321     2081     64 |  0.000 % |
195.23/197.98	c 198	|      3221 |  413206 16922909 49715724 | 10992654     3221     64 |  0.000 % |
283.76/287.42	c 287	|      4929 |  413206 16922909 49715724 | 12091919     4929     68 |  0.000 % |
385.53/389.93	c 390	|      7492 |  413206 16922909 49715724 | 13301111     7492     67 |  0.000 % |
542.00/546.53	c 546	|     11337 |  413206 16922909 49715724 | 14631222    11337     77 |  0.000 % |
757.22/761.84	c 762	|     17105 |  413206 16922909 49715724 | 16094344    17105     84 |  0.000 % |
1167.62/1175.31	c 1175	|     25758 |  413206 16922909 49715724 | 17703779    25758     82 |  0.000 % |
1764.44/1778.20	c 1778	|     38736 |  413206 16922909 49715724 | 19474157    38736     76 |  0.000 % |
1800.01/1814.01	c ERROR INTERRUPTED
1800.12/1814.13	s UNKNOWN
1800.12/1814.13	c 1814	CPU 34.49 (0.04 0.01 34.45 2.73)
1800.12/1814.13	c 1814	END Wed Jul  2 15:15:55 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-1042190-1215002741/watcher-1042190-1215002741 -o /tmp/evaluation-result-1042190-1215002741/solver-1042190-1215002741 -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-1042190-1215002741.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/80 19076
/proc/meminfo: memFree=1856736/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=4708 CPUtime=0
/proc/19076/stat : 19076 (sugar) R 19074 19076 15105 0 -1 4194304 57 0 0 0 0 0 0 0 22 0 1 0 1979246279 4820992 42 996147200 4194304 4206940 548682068608 18446744073709551615 255536985529 0 0 4096 0 0 0 0 17 1 0 0
/proc/19076/statm: 1177 42 32 3 0 8 0

[startup+0.051977 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 19076
/proc/meminfo: memFree=1856736/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=0.03
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 884 127 0 0 3 0 0 0 18 0 1 0 1979246279 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102355 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 19076
/proc/meminfo: memFree=1856736/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=0.03
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979246279 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301367 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 19076
/proc/meminfo: memFree=1856736/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=0.03
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979246279 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701414 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 19076
/proc/meminfo: memFree=1856736/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=0.03
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979246279 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50149 s]
/proc/loadavg: 1.92 1.98 1.99 2/91 19088
/proc/meminfo: memFree=1840328/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=0.95
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 973 7175 0 2 3 0 87 5 16 0 1 0 1979246279 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 13600

[startup+3.10264 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 19098
/proc/meminfo: memFree=1836040/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=0.95
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 974 7175 0 2 3 0 87 5 15 0 1 0 1979246279 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 797 370 3 0 500 0
[pid=19089] ppid=19076 vsize=5356 CPUtime=0
/proc/19089/stat : 19089 (sh) S 19076 19076 15105 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979246380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19089/statm: 1339 233 193 169 0 50 0
[pid=19090] ppid=19089 vsize=868660 CPUtime=2.05
/proc/19090/stat : 19090 (java) S 19089 19076 15105 0 -1 0 11352 0 1 0 199 6 0 0 18 0 9 0 1979246380 889507840 10462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19090/statm: 217165 10462 2541 9 0 211740 0
[pid=19090/tid=19091] ppid=19089 vsize=868660 CPUtime=1.32
/proc/19090/task/19091/stat : 19091 (java) R 19089 19076 15105 0 -1 64 2861 0 1 0 130 2 0 0 25 0 9 0 1979246381 889507840 10462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19092] ppid=19089 vsize=868660 CPUtime=0.48
/proc/19090/task/19092/stat : 19092 (java) R 19089 19076 15105 0 -1 64 6307 0 0 0 45 3 0 0 16 0 9 0 1979246382 889507840 10462 996147200 134512640 134550740 4294955952 18446744073709551615 104180096 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19093] ppid=19089 vsize=868660 CPUtime=0
/proc/19090/task/19093/stat : 19093 (java) S 19089 19076 15105 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979246382 889507840 10462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19094] ppid=19089 vsize=868660 CPUtime=0
/proc/19090/task/19094/stat : 19094 (java) S 19089 19076 15105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979246382 889507840 10462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19095] ppid=19089 vsize=868660 CPUtime=0
/proc/19090/task/19095/stat : 19095 (java) S 19089 19076 15105 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979246384 889507840 10462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19096] ppid=19089 vsize=868660 CPUtime=0.23
/proc/19090/task/19096/stat : 19096 (java) S 19089 19076 15105 0 -1 64 1491 0 0 0 23 0 0 0 16 0 9 0 1979246384 889507840 10462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19097] ppid=19089 vsize=868660 CPUtime=0
/proc/19090/task/19097/stat : 19097 (java) S 19089 19076 15105 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979246384 889507840 10462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19098] ppid=19089 vsize=868660 CPUtime=0
/proc/19090/task/19098/stat : 19098 (java) S 19089 19076 15105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979246384 889507840 10462 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887616

[startup+6.30293 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 19098
/proc/meminfo: memFree=1795272/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=0.96
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 974 7175 0 2 3 1 87 5 15 0 1 0 1979246279 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 797 370 3 0 500 0
[pid=19089] ppid=19076 vsize=5356 CPUtime=0
/proc/19089/stat : 19089 (sh) S 19076 19076 15105 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979246380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19089/statm: 1339 233 193 169 0 50 0
[pid=19090] ppid=19089 vsize=868520 CPUtime=5.22
/proc/19090/stat : 19090 (java) S 19089 19076 15105 0 -1 0 17128 0 1 0 501 21 0 0 18 0 9 0 1979246380 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19090/statm: 217130 15334 2565 9 0 211677 0
[pid=19090/tid=19091] ppid=19089 vsize=868520 CPUtime=3.64
/proc/19090/task/19091/stat : 19091 (java) R 19089 19076 15105 0 -1 64 3453 0 1 0 352 12 0 0 25 0 9 0 1979246381 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4126840648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19092] ppid=19089 vsize=868520 CPUtime=1.22
/proc/19090/task/19092/stat : 19092 (java) S 19089 19076 15105 0 -1 64 11435 0 0 0 116 6 0 0 16 0 9 0 1979246382 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19093] ppid=19089 vsize=868520 CPUtime=0
/proc/19090/task/19093/stat : 19093 (java) S 19089 19076 15105 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979246382 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19094] ppid=19089 vsize=868520 CPUtime=0
/proc/19090/task/19094/stat : 19094 (java) S 19089 19076 15105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979246382 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19095] ppid=19089 vsize=868520 CPUtime=0
/proc/19090/task/19095/stat : 19095 (java) S 19089 19076 15105 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979246384 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19096] ppid=19089 vsize=868520 CPUtime=0.31
/proc/19090/task/19096/stat : 19096 (java) S 19089 19076 15105 0 -1 64 1547 0 0 0 31 0 0 0 16 0 9 0 1979246384 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19097] ppid=19089 vsize=868520 CPUtime=0
/proc/19090/task/19097/stat : 19097 (java) S 19089 19076 15105 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979246384 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19098] ppid=19089 vsize=868520 CPUtime=0
/proc/19090/task/19098/stat : 19098 (java) S 19089 19076 15105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979246384 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887476

[startup+12.7025 s]
/proc/loadavg: 2.09 2.02 2.01 3/91 19098
/proc/meminfo: memFree=1721032/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=0.97
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 974 7175 0 2 4 1 87 5 16 0 1 0 1979246279 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 797 370 3 0 500 0
[pid=19089] ppid=19076 vsize=5356 CPUtime=0
/proc/19089/stat : 19089 (sh) S 19076 19076 15105 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979246380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19089/statm: 1339 233 193 169 0 50 0
[pid=19090] ppid=19089 vsize=868520 CPUtime=11.54
/proc/19090/stat : 19090 (java) S 19089 19076 15105 0 -1 0 17593 0 1 0 1088 66 0 0 18 0 9 0 1979246380 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19090/statm: 217130 15334 2565 9 0 211677 0
[pid=19090/tid=19091] ppid=19089 vsize=868520 CPUtime=9.76
/proc/19090/task/19091/stat : 19091 (java) R 19089 19076 15105 0 -1 64 3918 0 1 0 921 55 0 0 25 0 9 0 1979246381 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4127154348 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19092] ppid=19089 vsize=868520 CPUtime=1.43
/proc/19090/task/19092/stat : 19092 (java) S 19089 19076 15105 0 -1 64 11435 0 0 0 134 9 0 0 16 0 9 0 1979246382 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19093] ppid=19089 vsize=868520 CPUtime=0
/proc/19090/task/19093/stat : 19093 (java) S 19089 19076 15105 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979246382 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19094] ppid=19089 vsize=868520 CPUtime=0
/proc/19090/task/19094/stat : 19094 (java) S 19089 19076 15105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979246382 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19095] ppid=19089 vsize=868520 CPUtime=0
/proc/19090/task/19095/stat : 19095 (java) S 19089 19076 15105 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979246384 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19096] ppid=19089 vsize=868520 CPUtime=0.31
/proc/19090/task/19096/stat : 19096 (java) S 19089 19076 15105 0 -1 64 1547 0 0 0 31 0 0 0 17 0 9 0 1979246384 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19097] ppid=19089 vsize=868520 CPUtime=0
/proc/19090/task/19097/stat : 19097 (java) S 19089 19076 15105 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979246384 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19098] ppid=19089 vsize=868520 CPUtime=0
/proc/19090/task/19098/stat : 19098 (java) S 19089 19076 15105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979246384 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887476

[startup+25.5017 s]
/proc/loadavg: 2.29 2.06 2.02 3/91 19098
/proc/meminfo: memFree=1562248/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=0.97
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 974 7175 0 2 4 1 87 5 16 0 1 0 1979246279 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 797 370 3 0 500 0
[pid=19089] ppid=19076 vsize=5356 CPUtime=0
/proc/19089/stat : 19089 (sh) S 19076 19076 15105 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979246380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19089/statm: 1339 233 193 169 0 50 0
[pid=19090] ppid=19089 vsize=868520 CPUtime=23.73
/proc/19090/stat : 19090 (java) S 19089 19076 15105 0 -1 0 18492 0 1 0 2209 164 0 0 18 0 9 0 1979246380 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19090/statm: 217130 15334 2565 9 0 211677 0
[pid=19090/tid=19091] ppid=19089 vsize=868520 CPUtime=21.51
/proc/19090/task/19091/stat : 19091 (java) R 19089 19076 15105 0 -1 64 4817 0 1 0 2004 147 0 0 24 0 9 0 1979246381 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4127151722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19092] ppid=19089 vsize=868520 CPUtime=1.88
/proc/19090/task/19092/stat : 19092 (java) S 19089 19076 15105 0 -1 64 11435 0 0 0 173 15 0 0 16 0 9 0 1979246382 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19093] ppid=19089 vsize=868520 CPUtime=0
/proc/19090/task/19093/stat : 19093 (java) S 19089 19076 15105 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979246382 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19094] ppid=19089 vsize=868520 CPUtime=0
/proc/19090/task/19094/stat : 19094 (java) S 19089 19076 15105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979246382 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19095] ppid=19089 vsize=868520 CPUtime=0
/proc/19090/task/19095/stat : 19095 (java) S 19089 19076 15105 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979246384 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19096] ppid=19089 vsize=868520 CPUtime=0.31
/proc/19090/task/19096/stat : 19096 (java) S 19089 19076 15105 0 -1 64 1547 0 0 0 31 0 0 0 17 0 9 0 1979246384 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19097] ppid=19089 vsize=868520 CPUtime=0
/proc/19090/task/19097/stat : 19097 (java) S 19089 19076 15105 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979246384 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19090/tid=19098] ppid=19089 vsize=868520 CPUtime=0
/proc/19090/task/19098/stat : 19098 (java) S 19089 19076 15105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979246384 889364480 15334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 887476

[startup+51.1011 s]
/proc/loadavg: 2.43 2.12 2.04 3/83 19100
/proc/meminfo: memFree=760200/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=37.23
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 1033 26895 0 3 4 1 3445 273 15 0 1 0 1979246279 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 799 370 3 0 500 0
[pid=19099] ppid=19076 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19076 19076 15105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 232 193 169 0 50 0
[pid=19100] ppid=19099 vsize=710620 CPUtime=12.59
/proc/19100/stat : 19100 (minisat) R 19099 19076 15105 0 -1 4194304 175496 0 0 0 1149 110 0 0 25 0 1 0 1979250116 727674880 175482 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0

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

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/87 19265
/proc/meminfo: memFree=609832/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=37.23
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 1033 26895 0 3 4 1 3445 273 16 0 1 0 1979246279 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 799 370 3 0 500 0
[pid=19099] ppid=19076 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19076 19076 15105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 232 193 169 0 50 0
[pid=19100] ppid=19099 vsize=750952 CPUtime=1434.51
/proc/19100/stat : 19100 (minisat) R 19099 19076 15105 0 -1 4194304 185511 0 0 0 143328 123 0 0 25 0 1 0 1979250116 768974848 185497 996147200 134512640 135127466 4294956272 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/19100/statm: 187738 185497 76 150 0 187585 0
Current children cumulated CPU time (s) 1471.74
Current children cumulated vsize (KiB) 769908

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/87 19265
/proc/meminfo: memFree=609192/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=37.23
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 1033 26895 0 3 4 1 3445 273 16 0 1 0 1979246279 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 799 370 3 0 500 0
[pid=19099] ppid=19076 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19076 19076 15105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 232 193 169 0 50 0
[pid=19100] ppid=19099 vsize=751480 CPUtime=1493.95
/proc/19100/stat : 19100 (minisat) R 19099 19076 15105 0 -1 4194304 185651 0 0 0 149272 123 0 0 25 0 1 0 1979250116 769515520 185637 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/19100/statm: 187870 185637 76 150 0 187717 0
Current children cumulated CPU time (s) 1531.18
Current children cumulated vsize (KiB) 770436

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/87 19265
/proc/meminfo: memFree=551656/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=37.23
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 1033 26895 0 3 4 1 3445 273 16 0 1 0 1979246279 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 799 370 3 0 500 0
[pid=19099] ppid=19076 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19076 19076 15105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 232 193 169 0 50 0
[pid=19100] ppid=19099 vsize=752008 CPUtime=1553.06
/proc/19100/stat : 19100 (minisat) R 19099 19076 15105 0 -1 4194304 185793 0 0 0 155183 123 0 0 25 0 1 0 1979250116 770056192 185779 996147200 134512640 135127466 4294956272 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/19100/statm: 188002 185779 76 150 0 187849 0
Current children cumulated CPU time (s) 1590.29
Current children cumulated vsize (KiB) 770964

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/87 19265
/proc/meminfo: memFree=551080/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=37.23
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 1033 26895 0 3 4 1 3445 273 16 0 1 0 1979246279 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 799 370 3 0 500 0
[pid=19099] ppid=19076 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19076 19076 15105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 232 193 169 0 50 0
[pid=19100] ppid=19099 vsize=752536 CPUtime=1612.5
/proc/19100/stat : 19100 (minisat) R 19099 19076 15105 0 -1 4194304 185902 0 0 0 161127 123 0 0 25 0 1 0 1979250116 770596864 185888 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19100/statm: 188134 185888 76 150 0 187981 0
Current children cumulated CPU time (s) 1649.73
Current children cumulated vsize (KiB) 771492

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/87 19265
/proc/meminfo: memFree=550824/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=37.23
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 1033 26895 0 3 4 1 3445 273 16 0 1 0 1979246279 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 799 370 3 0 500 0
[pid=19099] ppid=19076 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19076 19076 15105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 232 193 169 0 50 0
[pid=19100] ppid=19099 vsize=752800 CPUtime=1671.93
/proc/19100/stat : 19100 (minisat) R 19099 19076 15105 0 -1 4194304 185976 0 0 0 167070 123 0 0 25 0 1 0 1979250116 770867200 185962 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19100/statm: 188200 185962 76 150 0 188047 0
Current children cumulated CPU time (s) 1709.16
Current children cumulated vsize (KiB) 771756

[startup+1782.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/87 19265
/proc/meminfo: memFree=550440/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=37.23
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 1033 26895 0 3 4 1 3445 273 16 0 1 0 1979246279 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 799 370 3 0 500 0
[pid=19099] ppid=19076 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19076 19076 15105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 232 193 169 0 50 0
[pid=19100] ppid=19099 vsize=753064 CPUtime=1731.37
/proc/19100/stat : 19100 (minisat) R 19099 19076 15105 0 -1 4194304 186051 0 0 0 173014 123 0 0 25 0 1 0 1979250116 771137536 186037 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/19100/statm: 188266 186037 76 150 0 188113 0
Current children cumulated CPU time (s) 1768.6
Current children cumulated vsize (KiB) 772020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814 s]
/proc/loadavg: 2.07 2.03 2.01 3/87 19265
/proc/meminfo: memFree=550056/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=37.23
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 1033 26895 0 3 4 1 3445 273 16 0 1 0 1979246279 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 799 370 3 0 500 0
[pid=19099] ppid=19076 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19076 19076 15105 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979250116 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 232 193 169 0 50 0
[pid=19100] ppid=19099 vsize=753460 CPUtime=1762.78
/proc/19100/stat : 19100 (minisat) R 19099 19076 15105 0 -1 4194304 186133 0 0 0 176154 124 0 0 25 0 1 0 1979250116 771543040 186119 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/19100/statm: 188365 186119 76 150 0 188212 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 772416

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

[startup+1814.12 s]
/proc/loadavg: 2.07 2.03 2.01 3/87 19265
/proc/meminfo: memFree=550056/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=37.23
/proc/19076/stat : 19076 (sugar) S 19074 19076 15105 0 -1 4194304 1044 26895 0 3 4 1 3445 273 16 0 1 0 1979246279 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/19076/statm: 3400 799 370 3 0 500 0
[pid=19099] ppid=19076 vsize=0 CPUtime=0
/proc/19099/stat : 19099 (sh) Z 19076 19076 15105 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1979250116 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/19099/statm: 0 0 0 0 0 0 0
[pid=19100] ppid=1 vsize=0 CPUtime=1762.89
/proc/19100/stat : 19100 (minisat) R 1 19076 15105 0 -1 4195332 186133 0 0 0 176154 135 0 0 25 0 1 0 1979250116 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/19100/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (37.3 s) is less than in the last sample (1800.12 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1762.82 s) to the 'lost time'.

[startup+1814.2 s]
/proc/loadavg: 2.07 2.03 2.01 3/87 19265
/proc/meminfo: memFree=550056/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=37.3
/proc/19076/stat : 19076 (sugar) R 19074 19076 15105 0 -1 4194304 1069 27172 0 3 4 8 3445 273 16 0 1 0 1979246279 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19076/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 37.3
Current children cumulated vsize (KiB) 13600

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

[startup+1814.2 s]
/proc/loadavg: 2.07 2.03 2.01 3/87 19265
/proc/meminfo: memFree=550056/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=37.3
/proc/19076/stat : 19076 (sugar) R 19074 19076 15105 0 -1 4194304 1069 27172 0 3 4 8 3445 273 16 0 1 0 1979246279 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19076/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 37.3
Current children cumulated vsize (KiB) 13600

[startup+1814.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/87 19265
/proc/meminfo: memFree=550056/2055920 swapFree=4180436/4192956
[pid=19076] ppid=19074 vsize=13600 CPUtime=37.4
/proc/19076/stat : 19076 (sugar) R 19074 19076 15105 0 -1 4194304 1069 27172 0 3 4 18 3445 273 16 0 1 0 1979246279 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19076/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 37.4
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1762.82
#  lost CPU user time (s): 1761.54
#  lost CPU system time (s): 1.28

Real time (s): 1814.34
CPU time (s): 1800.27
CPU user time (s): 1796.04
CPU system time (s): 4.23155
CPU usage (%): 99.225
Max. virtual memory (cumulated for all children) (KiB): 888368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.5018
system time used= 2.95155
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28272
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20677
involuntary context switches= 21329

runsolver used 2.24566 second user time and 6.03108 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-02 14:45:41
IDJOB=1042190
IDBENCH=53881
IDSOLVER=346
FILE ID=node48/1042190-1215002741
PBS_JOBID= 7870826
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-36-36.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-1042190-1215002741/watcher-1042190-1215002741 -o /tmp/evaluation-result-1042190-1215002741/solver-1042190-1215002741 -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-1042190-1215002741.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 191789448d36808dd71b4998bbbde126
RANDOM SEED=538017950

node48.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.231
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.231
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:       1857216 kB
Buffers:          7548 kB
Cached:          62640 kB
SwapCached:       6720 kB
Active:         128972 kB
Inactive:        13584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857216 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            1840 kB
Writeback:           0 kB
Mapped:          85696 kB
Slab:            41244 kB
Committed_AS:  4839400 kB
PageTables:       1868 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= 66540 MiB
End job on node48 at 2008-07-02 15:15:57