Trace number 1064421

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

General information on the benchmark

Namecsp/tdsp/
normalized-C4-3-60.xml
MD5SUM2e6b653379e70d82ad071d293c462e81
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 benchmark104.074
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1274
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 05:15:12 2008
0.00/0.04	c 0	PID 8444
0.00/0.05	c 0	HOST node39.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1064421-1215141312.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-1064421-1215141312.xml' 'HOME/temp.csp'
0.03/0.65	c 1	5 domains, 149 variables, 2 predicates, 0 relations, 1274 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	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.62/0.76	c 1	Parsing HOME/temp.csp
0.62/0.95	c 1	parsed 1430 expressions
0.62/0.95	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.62/0.95	c 1	Converting to clausal form CSP
0.62/0.98	c 1	converted 143 (10%) expressions
1.02/1.14	c 1	converted 286 (20%) expressions
1.02/1.18	c 1	converted 429 (30%) expressions
1.02/1.20	c 1	converted 572 (40%) expressions
1.11/1.21	c 1	converted 715 (50%) expressions
1.11/1.22	c 1	converted 858 (60%) expressions
1.11/1.24	c 1	converted 1001 (70%) expressions
1.11/1.25	c 1	converted 1144 (80%) expressions
1.11/1.26	c 1	converted 1287 (90%) expressions
1.11/1.27	c 1	converted 1430 (100%) expressions
1.11/1.27	c 1	CSP : 244 integers, 0 booleans, 1458 clauses, largest domain size 61
1.11/1.27	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.27	c 1	Propagation in CSP
1.21/1.30	c 1	468 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.30	c 1	CSP : 244 integers, 0 booleans, 1458 clauses, largest domain size 60
1.21/1.30	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.30	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.34	c 1	CSP : 244 integers, 4704 booleans, 6162 clauses, largest domain size 60
1.21/1.34	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.38	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.40	c 1	25 (10%) CSP integer variables are encoded (848 clauses, 9180 bytes)
1.31/1.40	c 1	49 (20%) CSP integer variables are encoded (1728 clauses, 20373 bytes)
1.31/1.41	c 1	74 (30%) CSP integer variables are encoded (2634 clauses, 32151 bytes)
1.31/1.41	c 1	98 (40%) CSP integer variables are encoded (3498 clauses, 43383 bytes)
1.31/1.41	c 1	122 (50%) CSP integer variables are encoded (4364 clauses, 54641 bytes)
1.31/1.41	c 1	147 (60%) CSP integer variables are encoded (5260 clauses, 66289 bytes)
1.31/1.41	c 1	171 (70%) CSP integer variables are encoded (5450 clauses, 68759 bytes)
1.31/1.41	c 1	196 (80%) CSP integer variables are encoded (5615 clauses, 70904 bytes)
1.31/1.41	c 1	220 (90%) CSP integer variables are encoded (5761 clauses, 72802 bytes)
1.31/1.41	c 1	244 (100%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
1.51/1.67	c 2	617 (10%) CSP clauses are encoded (110263 clauses, 2278385 bytes)
1.90/2.09	c 2	1233 (20%) CSP clauses are encoded (292606 clauses, 6274421 bytes)
2.50/2.64	c 3	1849 (30%) CSP clauses are encoded (546067 clauses, 11909989 bytes)
2.89/3.09	c 3	2465 (40%) CSP clauses are encoded (755681 clauses, 16614561 bytes)
3.28/3.50	c 3	3081 (50%) CSP clauses are encoded (946279 clauses, 21015858 bytes)
3.68/3.82	c 4	3698 (60%) CSP clauses are encoded (1100999 clauses, 24558540 bytes)
3.98/4.15	c 4	4314 (70%) CSP clauses are encoded (1256807 clauses, 28128708 bytes)
4.37/4.53	c 5	4930 (80%) CSP clauses are encoded (1438220 clauses, 32309557 bytes)
4.68/4.88	c 5	5546 (90%) CSP clauses are encoded (1601626 clauses, 36196174 bytes)
5.16/5.35	c 5	6162 (100%) CSP clauses are encoded (1816594 clauses, 41391902 bytes)
5.16/5.35	c 5	6162 CSP clauses encoded
5.16/5.35	c 5	Writing map file : HOME/temp.map
5.16/5.36	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.16/5.36	c 5	SAT : 10879 SAT variables, 1816594 SAT clauses, 41391902 bytes
5.16/5.36	c 5	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.16/5.38	c 5	SOLVING HOME/temp.cnf
5.16/5.38	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.16/5.38	c 5	This is MiniSat 2.0 beta
5.16/5.38	c 5	WARNING: for repeatability, setting FPU to use double precision
5.16/5.38	c 5	============================[ Problem Statistics ]=============================
5.16/5.38	c 5	|                                                                             |
5.16/5.38	c 5	|  Number of variables:  10879                                                |
5.16/5.38	c 5	|  Number of clauses:    1816594                                              |
6.14/6.39	c 6	|  Parsing time:         0.85         s                                       |
6.24/6.45	c 6	============================[ Search Statistics ]==============================
6.24/6.45	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.24/6.45	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.24/6.45	c 6	===============================================================================
6.24/6.45	c 6	|         0 |   10879  1816594  6928036 |   605531        0    nan |  0.000 % |
6.64/6.86	c 7	|       100 |   10879  1816594  6928036 |   666084      100     19 |  0.000 % |
7.12/7.32	c 7	|       251 |   10879  1816594  6928036 |   732692      251     17 |  0.000 % |
7.43/7.66	c 8	|       476 |   10879  1816594  6928036 |   805962      476     20 |  0.000 % |
8.02/8.23	c 8	|       813 |   10879  1816594  6928036 |   886558      813     20 |  0.000 % |
8.81/9.00	c 9	|      1319 |   10879  1816594  6928036 |   975214     1319     21 |  0.000 % |
9.60/9.83	c 10	|      2078 |   10879  1816594  6928036 |  1072735     2078     25 |  0.000 % |
10.79/11.09	c 11	|      3217 |   10879  1816594  6928036 |  1180009     3217     35 |  0.000 % |
12.57/12.80	c 13	|      4928 |   10879  1816594  6928036 |  1298010     4928     37 |  0.000 % |
15.94/16.25	c 16	|      7490 |   10879  1816594  6928036 |  1427811     7490     62 |  0.000 % |
19.60/19.98	c 20	|     11334 |   10879  1816594  6928036 |  1570592    11334     72 |  0.000 % |
25.85/26.24	c 26	|     17100 |   10879  1816594  6928036 |  1727651    17100     71 |  0.000 % |
35.25/35.71	c 36	|     25749 |   10879  1816594  6928036 |  1900416    25749     69 |  0.000 % |
52.28/52.90	c 53	|     38724 |   10879  1816594  6928036 |  2090458    38724     83 |  0.000 % |
77.65/78.52	c 78	|     58186 |   10879  1816594  6928036 |  2299504    58186     94 |  0.000 % |
120.44/121.72	c 122	|     87378 |   10879  1816594  6928036 |  2529454    87378    117 |  0.000 % |
194.04/196.08	c 196	|    131169 |   10879  1816594  6928036 |  2782400   131169    139 |  0.000 % |
332.99/335.47	c 335	|    196853 |   10879  1816594  6928036 |  3060640   196853    161 |  0.000 % |
556.19/558.74	c 559	|    295381 |   10879  1816594  6928036 |  3366704   295381    167 |  0.000 % |
905.84/908.58	c 909	|    443171 |   10879  1816594  6928036 |  3703374   443171    172 |  0.000 % |
1670.93/1673.90	c 1674	|    664856 |   10879  1816594  6928036 |  4073712   664856    181 |  0.000 % |
1800.07/1803.11	c ERROR INTERRUPTED
1800.07/1803.20	s UNKNOWN
1800.07/1803.20	c 1803	CPU 4.83 (0.03 0.01 4.8 0.41)
1800.07/1803.20	c 1803	END Fri Jul  4 05:45:15 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-1064421-1215141312/watcher-1064421-1215141312 -o /tmp/evaluation-result-1064421-1215141312/solver-1064421-1215141312 -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-1064421-1215141312.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.16 2.26 2.16 4/74 8444
/proc/meminfo: memFree=1469720/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=12268 CPUtime=0
/proc/8444/stat : 8444 (sugar) R 8442 8444 6336 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 637064792 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231493827173 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/8444/statm: 3067 316 241 3 0 167 0

[startup+0.0782549 s]
/proc/loadavg: 2.16 2.26 2.16 4/74 8444
/proc/meminfo: memFree=1469720/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=0.03
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 637064792 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8444/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101458 s]
/proc/loadavg: 2.16 2.26 2.16 4/74 8444
/proc/meminfo: memFree=1469720/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=0.03
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 637064792 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8444/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301481 s]
/proc/loadavg: 2.16 2.26 2.16 4/74 8444
/proc/meminfo: memFree=1469720/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=0.03
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 637064792 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8444/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701554 s]
/proc/loadavg: 2.16 2.26 2.16 4/74 8444
/proc/meminfo: memFree=1469720/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=0.62
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 956 4922 0 1 3 1 55 3 16 0 1 0 637064792 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8444/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13600

[startup+1.50266 s]
/proc/loadavg: 2.23 2.27 2.17 3/85 8466
/proc/meminfo: memFree=1460800/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=0.62
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 974 4922 0 1 3 1 55 3 15 0 1 0 637064792 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8444/statm: 3400 797 370 3 0 500 0
[pid=8457] ppid=8444 vsize=5356 CPUtime=0
/proc/8457/stat : 8457 (sh) S 8444 8444 6336 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637064860 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8457/statm: 1339 233 193 169 0 50 0
[pid=8458] ppid=8457 vsize=868476 CPUtime=0.79
/proc/8458/stat : 8458 (java) S 8457 8444 6336 0 -1 0 7008 0 1 0 73 6 0 0 19 0 9 0 637064860 889319424 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8458/statm: 217119 6215 2563 9 0 211666 0
[pid=8458/tid=8459] ppid=8457 vsize=868476 CPUtime=0.47
/proc/8458/task/8459/stat : 8459 (java) R 8457 8444 6336 0 -1 64 2730 0 1 0 44 3 0 0 18 0 9 0 637064861 889319424 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4126906468 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8458/tid=8460] ppid=8457 vsize=868476 CPUtime=0.08
/proc/8458/task/8460/stat : 8460 (java) S 8457 8444 6336 0 -1 64 2120 0 0 0 7 1 0 0 16 0 9 0 637064863 889319424 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8458/tid=8461] ppid=8457 vsize=868476 CPUtime=0
/proc/8458/task/8461/stat : 8461 (java) S 8457 8444 6336 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 637064863 889319424 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8458/tid=8462] ppid=8457 vsize=868476 CPUtime=0
/proc/8458/task/8462/stat : 8462 (java) S 8457 8444 6336 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637064863 889319424 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8458/tid=8463] ppid=8457 vsize=868476 CPUtime=0
/proc/8458/task/8463/stat : 8463 (java) S 8457 8444 6336 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 637064865 889319424 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8458/tid=8464] ppid=8457 vsize=868476 CPUtime=0.21
/proc/8458/task/8464/stat : 8464 (java) S 8457 8444 6336 0 -1 64 1465 0 0 0 21 0 0 0 16 0 9 0 637064865 889319424 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8458/tid=8465] ppid=8457 vsize=868476 CPUtime=0
/proc/8458/task/8465/stat : 8465 (java) S 8457 8444 6336 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637064865 889319424 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8458/tid=8466] ppid=8457 vsize=868476 CPUtime=0
/proc/8458/task/8466/stat : 8466 (java) S 8457 8444 6336 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637064865 889319424 6215 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887432

[startup+3.1019 s]
/proc/loadavg: 2.23 2.27 2.17 3/85 8466
/proc/meminfo: memFree=1445952/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=0.62
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 974 4922 0 1 3 1 55 3 15 0 1 0 637064792 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8444/statm: 3400 797 370 3 0 500 0
[pid=8457] ppid=8444 vsize=5356 CPUtime=0
/proc/8457/stat : 8457 (sh) S 8444 8444 6336 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 637064860 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8457/statm: 1339 233 193 169 0 50 0
[pid=8458] ppid=8457 vsize=868476 CPUtime=2.37
/proc/8458/stat : 8458 (java) S 8457 8444 6336 0 -1 0 7534 0 1 0 220 17 0 0 19 0 9 0 637064860 889319424 6230 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8458/statm: 217119 6230 2563 9 0 211666 0
[pid=8458/tid=8459] ppid=8457 vsize=868476 CPUtime=1.9
/proc/8458/task/8459/stat : 8459 (java) R 8457 8444 6336 0 -1 64 3244 0 1 0 179 11 0 0 25 0 9 0 637064861 889319424 6230 996147200 134512640 134550740 4294955952 18446744073709551615 4126910126 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8458/tid=8460] ppid=8457 vsize=868476 CPUtime=0.2
/proc/8458/task/8460/stat : 8460 (java) S 8457 8444 6336 0 -1 64 2120 0 0 0 17 3 0 0 16 0 9 0 637064863 889319424 6230 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8458/tid=8461] ppid=8457 vsize=868476 CPUtime=0
/proc/8458/task/8461/stat : 8461 (java) S 8457 8444 6336 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 637064863 889319424 6230 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8458/tid=8462] ppid=8457 vsize=868476 CPUtime=0
/proc/8458/task/8462/stat : 8462 (java) S 8457 8444 6336 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 637064863 889319424 6230 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8458/tid=8463] ppid=8457 vsize=868476 CPUtime=0
/proc/8458/task/8463/stat : 8463 (java) S 8457 8444 6336 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 637064865 889319424 6230 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8458/tid=8464] ppid=8457 vsize=868476 CPUtime=0.23
/proc/8458/task/8464/stat : 8464 (java) S 8457 8444 6336 0 -1 64 1477 0 0 0 23 0 0 0 16 0 9 0 637064865 889319424 6230 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8458/tid=8465] ppid=8457 vsize=868476 CPUtime=0
/proc/8458/task/8465/stat : 8465 (java) S 8457 8444 6336 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 637064865 889319424 6230 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8458/tid=8466] ppid=8457 vsize=868476 CPUtime=0
/proc/8458/task/8466/stat : 8466 (java) S 8457 8444 6336 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 637064865 889319424 6230 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887432

[startup+6.30137 s]
/proc/loadavg: 2.23 2.27 2.17 3/77 8468
/proc/meminfo: memFree=1422592/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.25
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 1032 13511 0 2 3 1 480 41 16 0 1 0 637064792 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8444/statm: 3400 798 370 3 0 500 0
[pid=8467] ppid=8444 vsize=5356 CPUtime=0
/proc/8467/stat : 8467 (sh) S 8444 8444 6336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637065330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8467/statm: 1339 232 193 169 0 50 0
[pid=8468] ppid=8467 vsize=77024 CPUtime=0.89
/proc/8468/stat : 8468 (minisat) R 8467 8444 6336 0 -1 4194304 18443 0 0 0 76 13 0 0 25 0 1 0 637065330 78872576 18429 996147200 134512640 135127466 4294956272 18446744073709551615 134532752 0 0 4096 3 0 0 0 17 1 0 0
/proc/8468/statm: 19256 18429 62 150 0 19103 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 95980

[startup+12.7013 s]
/proc/loadavg: 2.19 2.26 2.17 3/77 8468
/proc/meminfo: memFree=1330304/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.25
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 1032 13511 0 2 3 1 480 41 16 0 1 0 637064792 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8444/statm: 3400 798 370 3 0 500 0
[pid=8467] ppid=8444 vsize=5356 CPUtime=0
/proc/8467/stat : 8467 (sh) S 8444 8444 6336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637065330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8467/statm: 1339 232 193 169 0 50 0
[pid=8468] ppid=8467 vsize=98144 CPUtime=7.22
/proc/8468/stat : 8468 (minisat) R 8467 8444 6336 0 -1 4194304 23914 0 0 0 706 16 0 0 25 0 1 0 637065330 100499456 23900 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8468/statm: 24536 23900 76 150 0 24383 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 117100

[startup+25.5012 s]
/proc/loadavg: 2.16 2.25 2.16 3/77 8468
/proc/meminfo: memFree=1326080/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.25
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 1032 13511 0 2 3 1 480 41 16 0 1 0 637064792 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8444/statm: 3400 798 370 3 0 500 0
[pid=8467] ppid=8444 vsize=5356 CPUtime=0
/proc/8467/stat : 8467 (sh) S 8444 8444 6336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637065330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8467/statm: 1339 232 193 169 0 50 0
[pid=8468] ppid=8467 vsize=102580 CPUtime=19.9
/proc/8468/stat : 8468 (minisat) R 8467 8444 6336 0 -1 4194304 25018 0 0 0 1972 18 0 0 25 0 1 0 637065330 105041920 25004 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8468/statm: 25645 25004 76 150 0 25492 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 121536

[startup+51.102 s]
/proc/loadavg: 2.11 2.23 2.16 3/77 8468
/proc/meminfo: memFree=1317952/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.25
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 1032 13511 0 2 3 1 480 41 16 0 1 0 637064792 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8444/statm: 3400 798 370 3 0 500 0
[pid=8467] ppid=8444 vsize=5356 CPUtime=0
/proc/8467/stat : 8467 (sh) S 8444 8444 6336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637065330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8467/statm: 1339 232 193 169 0 50 0
[pid=8468] ppid=8467 vsize=110532 CPUtime=45.26
/proc/8468/stat : 8468 (minisat) R 8467 8444 6336 0 -1 4194304 26983 0 0 0 4506 20 0 0 25 0 1 0 637065330 113184768 26969 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8468/statm: 27633 26969 76 150 0 27480 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 129488

[startup+102.307 s]
/proc/loadavg: 2.04 2.19 2.15 3/77 8468
/proc/meminfo: memFree=1293760/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.25
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 1032 13511 0 2 3 1 480 41 16 0 1 0 637064792 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8444/statm: 3400 798 370 3 0 500 0
[pid=8467] ppid=8444 vsize=5356 CPUtime=0
/proc/8467/stat : 8467 (sh) S 8444 8444 6336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637065330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8467/statm: 1339 232 193 169 0 50 0
[pid=8468] ppid=8467 vsize=132252 CPUtime=95.97
/proc/8468/stat : 8468 (minisat) R 8467 8444 6336 0 -1 4194304 32422 0 0 0 9572 25 0 0 25 0 1 0 637065330 135426048 32408 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8468/statm: 33063 32408 76 150 0 32910 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 151208

[startup+162.302 s]
/proc/loadavg: 2.01 2.15 2.14 3/77 8468
/proc/meminfo: memFree=1267648/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.25
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 1032 13511 0 2 3 1 480 41 16 0 1 0 637064792 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8444/statm: 3400 798 370 3 0 500 0
[pid=8467] ppid=8444 vsize=5356 CPUtime=0

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

[pid=8467] ppid=8444 vsize=5356 CPUtime=0
/proc/8467/stat : 8467 (sh) S 8444 8444 6336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637065330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8467/statm: 1339 232 193 169 0 50 0
[pid=8468] ppid=8467 vsize=535872 CPUtime=1414.19
/proc/8468/stat : 8468 (minisat) R 8467 8444 6336 0 -1 4194304 133188 0 0 0 141278 141 0 0 25 0 1 0 637065330 548732928 133174 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8468/statm: 133968 133174 76 150 0 133815 0
Current children cumulated CPU time (s) 1419.44
Current children cumulated vsize (KiB) 554828

[startup+1482.3 s]
/proc/loadavg: 2.09 2.07 2.03 3/75 8496
/proc/meminfo: memFree=1273232/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.25
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 1032 13511 0 2 3 1 480 41 16 0 1 0 637064792 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8444/statm: 3400 798 370 3 0 500 0
[pid=8467] ppid=8444 vsize=5356 CPUtime=0
/proc/8467/stat : 8467 (sh) S 8444 8444 6336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637065330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8467/statm: 1339 232 193 169 0 50 0
[pid=8468] ppid=8467 vsize=550260 CPUtime=1474.15
/proc/8468/stat : 8468 (minisat) R 8467 8444 6336 0 -1 4194304 136824 0 0 0 147271 144 0 0 25 0 1 0 637065330 563466240 136810 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8468/statm: 137565 136810 76 150 0 137412 0
Current children cumulated CPU time (s) 1479.4
Current children cumulated vsize (KiB) 569216

[startup+1542.3 s]
/proc/loadavg: 2.03 2.06 2.02 3/75 8496
/proc/meminfo: memFree=1258640/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.25
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 1032 13511 0 2 3 1 480 41 16 0 1 0 637064792 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8444/statm: 3400 798 370 3 0 500 0
[pid=8467] ppid=8444 vsize=5356 CPUtime=0
/proc/8467/stat : 8467 (sh) S 8444 8444 6336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637065330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8467/statm: 1339 232 193 169 0 50 0
[pid=8468] ppid=8467 vsize=564604 CPUtime=1534.13
/proc/8468/stat : 8468 (minisat) R 8467 8444 6336 0 -1 4194304 140420 0 0 0 153264 149 0 0 25 0 1 0 637065330 578154496 140406 996147200 134512640 135127466 4294956272 18446744073709551615 134529469 0 0 4096 3 0 0 0 17 0 0 0
/proc/8468/statm: 141151 140406 76 150 0 140998 0
Current children cumulated CPU time (s) 1539.38
Current children cumulated vsize (KiB) 583560

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 2.02 3/75 8496
/proc/meminfo: memFree=1245904/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.25
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 1032 13511 0 2 3 1 480 41 16 0 1 0 637064792 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8444/statm: 3400 798 370 3 0 500 0
[pid=8467] ppid=8444 vsize=5356 CPUtime=0
/proc/8467/stat : 8467 (sh) S 8444 8444 6336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637065330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8467/statm: 1339 232 193 169 0 50 0
[pid=8468] ppid=8467 vsize=577452 CPUtime=1594.1
/proc/8468/stat : 8468 (minisat) R 8467 8444 6336 0 -1 4194304 143640 0 0 0 159257 153 0 0 25 0 1 0 637065330 591310848 143626 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8468/statm: 144363 143626 76 150 0 144210 0
Current children cumulated CPU time (s) 1599.35
Current children cumulated vsize (KiB) 596408

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/75 8496
/proc/meminfo: memFree=1234192/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.25
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 1032 13511 0 2 3 1 480 41 16 0 1 0 637064792 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8444/statm: 3400 798 370 3 0 500 0
[pid=8467] ppid=8444 vsize=5356 CPUtime=0
/proc/8467/stat : 8467 (sh) S 8444 8444 6336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637065330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8467/statm: 1339 232 193 169 0 50 0
[pid=8468] ppid=8467 vsize=588968 CPUtime=1654.08
/proc/8468/stat : 8468 (minisat) R 8467 8444 6336 0 -1 4194304 146521 0 0 0 165252 156 0 0 25 0 1 0 637065330 603103232 146507 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8468/statm: 147242 146507 76 150 0 147089 0
Current children cumulated CPU time (s) 1659.33
Current children cumulated vsize (KiB) 607924

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/75 8496
/proc/meminfo: memFree=1223568/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.25
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 1032 13511 0 2 3 1 480 41 16 0 1 0 637064792 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8444/statm: 3400 798 370 3 0 500 0
[pid=8467] ppid=8444 vsize=5356 CPUtime=0
/proc/8467/stat : 8467 (sh) S 8444 8444 6336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637065330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8467/statm: 1339 232 193 169 0 50 0
[pid=8468] ppid=8467 vsize=599672 CPUtime=1714.05
/proc/8468/stat : 8468 (minisat) R 8467 8444 6336 0 -1 4194304 149197 0 0 0 171246 159 0 0 25 0 1 0 637065330 614064128 149183 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8468/statm: 149918 149183 76 150 0 149765 0
Current children cumulated CPU time (s) 1719.3
Current children cumulated vsize (KiB) 618628

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 8496
/proc/meminfo: memFree=1212560/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.25
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 1032 13511 0 2 3 1 480 41 16 0 1 0 637064792 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8444/statm: 3400 798 370 3 0 500 0
[pid=8467] ppid=8444 vsize=5356 CPUtime=0
/proc/8467/stat : 8467 (sh) S 8444 8444 6336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637065330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8467/statm: 1339 232 193 169 0 50 0
[pid=8468] ppid=8467 vsize=610496 CPUtime=1774.03
/proc/8468/stat : 8468 (minisat) R 8467 8444 6336 0 -1 4194304 151900 0 0 0 177242 161 0 0 25 0 1 0 637065330 625147904 151886 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8468/statm: 152624 151886 76 150 0 152471 0
Current children cumulated CPU time (s) 1779.28
Current children cumulated vsize (KiB) 629452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 8496
/proc/meminfo: memFree=1208528/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.25
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 1032 13511 0 2 3 1 480 41 16 0 1 0 637064792 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8444/statm: 3400 798 370 3 0 500 0
[pid=8467] ppid=8444 vsize=5356 CPUtime=0
/proc/8467/stat : 8467 (sh) S 8444 8444 6336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637065330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8467/statm: 1339 232 193 169 0 50 0
[pid=8468] ppid=8467 vsize=614324 CPUtime=1794.82
/proc/8468/stat : 8468 (minisat) R 8467 8444 6336 0 -1 4194304 152886 0 0 0 179320 162 0 0 25 0 1 0 637065330 629067776 152872 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8468/statm: 153581 152872 76 150 0 153428 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 633280

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

[startup+1803.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 8496
/proc/meminfo: memFree=1208528/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.25
/proc/8444/stat : 8444 (sugar) S 8442 8444 6336 0 -1 4194304 1032 13511 0 2 3 1 480 41 16 0 1 0 637064792 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/8444/statm: 3400 798 370 3 0 500 0
[pid=8467] ppid=8444 vsize=5356 CPUtime=0
/proc/8467/stat : 8467 (sh) S 8444 8444 6336 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 637065330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8467/statm: 1339 232 193 169 0 50 0
[pid=8468] ppid=8467 vsize=614324 CPUtime=1794.82
/proc/8468/stat : 8468 (minisat) R 8467 8444 6336 0 -1 4194304 152886 0 0 0 179320 162 0 0 25 0 1 0 637065330 629067776 152872 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/8468/statm: 153581 152872 76 150 0 153428 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 633280

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

[startup+1803.22 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 8496
/proc/meminfo: memFree=1208528/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.27
/proc/8444/stat : 8444 (sugar) R 8442 8444 6336 0 -1 4194304 1067 13788 0 2 3 3 480 41 17 0 1 0 637064792 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231493833769 0 0 4224 16386 0 0 0 17 0 0 0
/proc/8444/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 5.27
Current children cumulated vsize (KiB) 13600

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

[startup+1803.22 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 8496
/proc/meminfo: memFree=1208528/2055920 swapFree=4180808/4192956
[pid=8444] ppid=8442 vsize=13600 CPUtime=5.27
/proc/8444/stat : 8444 (sugar) R 8442 8444 6336 0 -1 4194304 1067 13788 0 2 3 3 480 41 17 0 1 0 637064792 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231493833769 0 0 4224 16386 0 0 0 17 0 0 0
/proc/8444/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 5.27
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): 1794.8
#  lost CPU user time (s): 1793.2
#  lost CPU system time (s): 1.6

Real time (s): 1803.22
CPU time (s): 1800.1
CPU user time (s): 1798.04
CPU system time (s): 2.05593
CPU usage (%): 99.8269
Max. virtual memory (cumulated for all children) (KiB): 887484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.84326
system time used= 0.45593
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14886
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= 10813
involuntary context switches= 10749

runsolver used 2.23066 second user time and 5.98409 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-04 05:15:12
IDJOB=1064421
IDBENCH=54947
IDSOLVER=346
FILE ID=node39/1064421-1215141312
PBS_JOBID= 7877313
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C4-3-60.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-1064421-1215141312/watcher-1064421-1215141312 -o /tmp/evaluation-result-1064421-1215141312/solver-1064421-1215141312 -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-1064421-1215141312.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e6b653379e70d82ad071d293c462e81
RANDOM SEED=1168753793

node39.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.267
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.267
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:       1470200 kB
Buffers:         12240 kB
Cached:         283940 kB
SwapCached:       6012 kB
Active:         462888 kB
Inactive:        64132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1470200 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:         237760 kB
Slab:            43464 kB
Committed_AS:  1113008 kB
PageTables:       2268 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= 66560 MiB
End job on node39 at 2008-07-04 05:45:17