Trace number 1062426

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.02 1806.34

General information on the benchmark

Namecsp/pseudo/fpga/
normalized-fpga-30-28.xml
MD5SUM5abe5d0dc198a5e975b62f529c6a1b39
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 benchmark5.07423
Satisfiable
(Un)Satisfiability was proved
Number of variables1260
Number of constraints926
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension926
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 03:27:58 2008
0.00/0.05	c 0	PID 4706
0.03/0.05	c 0	HOST node11.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1062426-1215134878.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-1062426-1215134878.xml' 'HOME/temp.csp'
0.03/0.67	c 1	1 domains, 1260 variables, 4 predicates, 0 relations, 926 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.63/0.77	c 1	Parsing HOME/temp.csp
0.93/1.01	c 1	parsed 2191 expressions
0.93/1.02	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.02	c 1	Converting to clausal form CSP
0.93/1.04	c 1	converted 220 (10%) expressions
0.93/1.05	c 1	converted 439 (20%) expressions
0.93/1.05	c 1	converted 658 (30%) expressions
0.93/1.05	c 1	converted 877 (40%) expressions
0.93/1.06	c 1	converted 1096 (50%) expressions
1.12/1.29	c 1	converted 1315 (60%) expressions
1.41/1.52	c 2	converted 1534 (70%) expressions
1.61/1.74	c 2	converted 1753 (80%) expressions
1.81/1.91	c 2	converted 1972 (90%) expressions
2.12/2.20	c 2	converted 2191 (100%) expressions
2.12/2.21	c 2	CSP : 14108 integers, 0 booleans, 26622 clauses, largest domain size 16
2.12/2.21	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.21	c 2	Propagation in CSP
2.30/2.44	c 3	3328 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.30/2.45	c 3	CSP : 14108 integers, 0 booleans, 26622 clauses, largest domain size 16
2.30/2.45	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.30/2.46	c 3	Simplifing CSP by introducing new Boolean variables
2.30/2.48	c 3	CSP : 14108 integers, 0 booleans, 26622 clauses, largest domain size 16
2.30/2.48	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.40/2.59	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.50/2.62	c 3	1411 (10%) CSP integer variables are encoded (359 clauses, 4731 bytes)
2.50/2.63	c 3	2822 (20%) CSP integer variables are encoded (3722 clauses, 48450 bytes)
2.50/2.64	c 3	4233 (30%) CSP integer variables are encoded (7087 clauses, 94056 bytes)
2.50/2.65	c 3	5644 (40%) CSP integer variables are encoded (10452 clauses, 144531 bytes)
2.50/2.65	c 3	7054 (50%) CSP integer variables are encoded (13814 clauses, 194961 bytes)
2.50/2.66	c 3	8465 (60%) CSP integer variables are encoded (17179 clauses, 245436 bytes)
2.50/2.67	c 3	9876 (70%) CSP integer variables are encoded (20544 clauses, 295911 bytes)
2.50/2.67	c 3	11287 (80%) CSP integer variables are encoded (23907 clauses, 346356 bytes)
2.50/2.68	c 3	12698 (90%) CSP integer variables are encoded (26040 clauses, 378351 bytes)
2.50/2.68	c 3	14108 (100%) CSP integer variables are encoded (28560 clauses, 416151 bytes)
2.61/2.78	c 3	2663 (10%) CSP clauses are encoded (46999 clauses, 705597 bytes)
2.71/2.83	c 3	5325 (20%) CSP clauses are encoded (65427 clauses, 995648 bytes)
2.71/2.89	c 3	7987 (30%) CSP clauses are encoded (83863 clauses, 1325789 bytes)
2.81/2.94	c 3	10649 (40%) CSP clauses are encoded (102286 clauses, 1656031 bytes)
2.91/3.00	c 3	13311 (50%) CSP clauses are encoded (120751 clauses, 1986968 bytes)
2.91/3.06	c 3	15974 (60%) CSP clauses are encoded (139190 clauses, 2317771 bytes)
3.01/3.11	c 3	18636 (70%) CSP clauses are encoded (157618 clauses, 2648361 bytes)
3.01/3.17	c 3	21298 (80%) CSP clauses are encoded (176054 clauses, 2978620 bytes)
3.10/3.22	c 3	23960 (90%) CSP clauses are encoded (188162 clauses, 3188824 bytes)
3.10/3.28	c 3	26622 (100%) CSP clauses are encoded (208670 clauses, 3565034 bytes)
3.10/3.28	c 3	26622 CSP clauses encoded
3.10/3.28	c 3	Writing map file : HOME/temp.map
3.20/3.31	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.20/3.31	c 3	SAT : 42668 SAT variables, 208670 SAT clauses, 3565034 bytes
3.20/3.31	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.20/3.36	c 4	SOLVING HOME/temp.cnf
3.20/3.36	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.20/3.36	c 4	This is MiniSat 2.0 beta
3.20/3.36	c 4	WARNING: for repeatability, setting FPU to use double precision
3.20/3.36	c 4	============================[ Problem Statistics ]=============================
3.20/3.36	c 4	|                                                                             |
3.20/3.36	c 4	|  Number of variables:  42668                                                |
3.20/3.36	c 4	|  Number of clauses:    208670                                               |
3.24/3.48	c 4	|  Parsing time:         0.10         s                                       |
3.24/3.49	c 4	============================[ Search Statistics ]==============================
3.24/3.49	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.24/3.49	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.24/3.49	c 4	===============================================================================
3.24/3.49	c 4	|         0 |   42668   208670   512564 |    69556        0    nan |  0.000 % |
3.24/3.55	c 4	|       102 |   42668   208670   512564 |    76512      102     10 |  0.000 % |
3.24/3.59	c 4	|       254 |   42668   208670   512564 |    84163      254     26 |  0.000 % |
3.24/3.65	c 4	|       480 |   42668   208670   512564 |    92579      480     31 |  0.000 % |
3.24/3.87	c 4	|       818 |   42668   208670   512564 |   101837      818     25 |  0.000 % |
3.24/3.96	c 4	|      1324 |   42668   208670   512564 |   112021     1324     34 |  0.000 % |
4.26/4.50	c 5	|      2083 |   42668   208670   512564 |   123223     2083     33 |  0.000 % |
4.45/4.67	c 5	|      3222 |   42668   208670   512564 |   135546     3222     44 |  0.000 % |
6.24/6.48	c 7	|      4931 |   42668   208670   512564 |   149100     4931     41 |  0.000 % |
6.93/7.13	c 7	|      7494 |   42668   208670   512564 |   164010     7494     68 |  0.000 % |
10.79/11.04	c 11	|     11338 |   42668   208670   512564 |   180412    11338     52 |  0.000 % |
12.58/12.88	c 13	|     17106 |   42668   208670   512564 |   198453    17106     73 |  0.000 % |
14.85/15.11	c 15	|     25755 |   42668   208670   512564 |   218298    25755     67 |  0.000 % |
20.10/20.46	c 21	|     38729 |   42668   208670   512564 |   240128    38729     74 |  0.000 % |
28.72/29.15	c 29	|     58190 |   42668   208670   512564 |   264141    58190     71 |  0.000 % |
50.02/50.68	c 51	|     87383 |   42668   208670   512564 |   290555    87383     75 |  0.000 % |
85.18/86.16	c 86	|    131172 |   42668   208670   512564 |   319611   131172     70 |  0.000 % |
160.66/162.39	c 163	|    196858 |   42668   208670   512564 |   351572   196858     76 |  0.000 % |
323.81/327.02	c 327	|    295388 |   42668   208670   512564 |   386729   295388     83 |  0.000 % |
623.37/629.28	c 629	|    443178 |   42668   208670   512564 |   425402    68633     57 |  0.000 % |
1118.47/1124.56	c 1125	|    664861 |   42668   208670   512564 |   467942   290316     84 |  0.000 % |
1662.86/1669.16	c 1669	|    997386 |   42668   208670   512564 |   514736   168163     93 |  0.000 % |
1800.02/1806.31	c ERROR INTERRUPTED
1800.02/1806.34	s UNKNOWN
1800.02/1806.34	c 1806	CPU 3.11 (0.04 0 3.07 0.13)
1800.02/1806.34	c 1806	END Fri Jul  4 03:58:04 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-1062426-1215134878/watcher-1062426-1215134878 -o /tmp/evaluation-result-1062426-1215134878/solver-1062426-1215134878 -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-1062426-1215134878.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/83 4706
/proc/meminfo: memFree=1789392/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=12268 CPUtime=0
/proc/4706/stat : 4706 (sugar) R 4704 4706 3398 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1992462660 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 262910212709 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4706/statm: 3067 316 241 3 0 167 0

[startup+0.0557711 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 4706
/proc/meminfo: memFree=1789392/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=0.03
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1992462660 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4706/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10503 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 4706
/proc/meminfo: memFree=1789392/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=0.03
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992462660 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4706/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301902 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 4706
/proc/meminfo: memFree=1789392/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=0.03
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992462660 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4706/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701957 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 4706
/proc/meminfo: memFree=1789392/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=0.63
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 956 5039 0 1 3 0 57 3 16 0 1 0 1992462660 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4706/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50205 s]
/proc/loadavg: 1.92 1.98 1.99 3/94 4728
/proc/meminfo: memFree=1780152/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=0.63
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 973 5039 0 1 3 0 57 3 15 0 1 0 1992462660 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4706/statm: 3400 797 370 3 0 500 0
[pid=4719] ppid=4706 vsize=5356 CPUtime=0
/proc/4719/stat : 4719 (sh) S 4706 4706 3398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992462729 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4719/statm: 1339 233 193 169 0 50 0
[pid=4720] ppid=4719 vsize=868392 CPUtime=0.78
/proc/4720/stat : 4720 (java) S 4719 4706 3398 0 -1 0 7287 0 1 0 75 3 0 0 19 0 9 0 1992462729 889233408 6492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4720/statm: 217098 6492 2541 9 0 211673 0
[pid=4720/tid=4721] ppid=4719 vsize=868392 CPUtime=0.46
/proc/4720/task/4721/stat : 4721 (java) R 4719 4706 3398 0 -1 64 2676 0 1 0 45 1 0 0 20 0 9 0 1992462730 889233408 6492 996147200 134512640 134550740 4294955952 18446744073709551615 4126577236 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4720/tid=4722] ppid=4719 vsize=868392 CPUtime=0.09
/proc/4720/task/4722/stat : 4722 (java) S 4719 4706 3398 0 -1 64 2431 0 0 0 9 0 0 0 16 0 9 0 1992462731 889233408 6492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4720/tid=4723] ppid=4719 vsize=868392 CPUtime=0
/proc/4720/task/4723/stat : 4723 (java) S 4719 4706 3398 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992462731 889233408 6492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4720/tid=4724] ppid=4719 vsize=868392 CPUtime=0
/proc/4720/task/4724/stat : 4724 (java) S 4719 4706 3398 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992462731 889233408 6492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4720/tid=4725] ppid=4719 vsize=868392 CPUtime=0
/proc/4720/task/4725/stat : 4725 (java) S 4719 4706 3398 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992462733 889233408 6492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4720/tid=4726] ppid=4719 vsize=868392 CPUtime=0.19
/proc/4720/task/4726/stat : 4726 (java) S 4719 4706 3398 0 -1 64 1486 0 0 0 19 0 0 0 16 0 9 0 1992462733 889233408 6492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4720/tid=4727] ppid=4719 vsize=868392 CPUtime=0
/proc/4720/task/4727/stat : 4727 (java) S 4719 4706 3398 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992462733 889233408 6492 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4720/tid=4728] ppid=4719 vsize=868392 CPUtime=0
/proc/4720/task/4728/stat : 4728 (java) S 4719 4706 3398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992462733 889233408 6492 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) 887348

[startup+3.10224 s]
/proc/loadavg: 1.92 1.98 1.99 3/94 4728
/proc/meminfo: memFree=1761656/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=0.64
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 974 5039 0 1 4 0 57 3 15 0 1 0 1992462660 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4706/statm: 3400 797 370 3 0 500 0
[pid=4719] ppid=4706 vsize=5356 CPUtime=0
/proc/4719/stat : 4719 (sh) S 4706 4706 3398 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992462729 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4719/statm: 1339 233 193 169 0 50 0
[pid=4720] ppid=4719 vsize=868504 CPUtime=2.37
/proc/4720/stat : 4720 (java) S 4719 4706 3398 0 -1 0 10614 0 1 0 229 8 0 0 19 0 9 0 1992462729 889348096 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4720/statm: 217126 9423 2565 9 0 211673 0
[pid=4720/tid=4721] ppid=4719 vsize=868504 CPUtime=1.59
/proc/4720/task/4721/stat : 4721 (java) R 4719 4706 3398 0 -1 64 2974 0 1 0 156 3 0 0 25 0 9 0 1992462730 889348096 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4127011691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4720/tid=4722] ppid=4719 vsize=868504 CPUtime=0.48
/proc/4720/task/4722/stat : 4722 (java) S 4719 4706 3398 0 -1 64 5422 0 0 0 46 2 0 0 16 0 9 0 1992462731 889348096 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4720/tid=4723] ppid=4719 vsize=868504 CPUtime=0
/proc/4720/task/4723/stat : 4723 (java) S 4719 4706 3398 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992462731 889348096 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4720/tid=4724] ppid=4719 vsize=868504 CPUtime=0
/proc/4720/task/4724/stat : 4724 (java) S 4719 4706 3398 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992462731 889348096 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4720/tid=4725] ppid=4719 vsize=868504 CPUtime=0
/proc/4720/task/4725/stat : 4725 (java) S 4719 4706 3398 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992462733 889348096 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4720/tid=4726] ppid=4719 vsize=868504 CPUtime=0.27
/proc/4720/task/4726/stat : 4726 (java) S 4719 4706 3398 0 -1 64 1524 0 0 0 26 1 0 0 15 0 9 0 1992462733 889348096 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4720/tid=4727] ppid=4719 vsize=868504 CPUtime=0
/proc/4720/task/4727/stat : 4727 (java) S 4719 4706 3398 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992462733 889348096 9423 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4720/tid=4728] ppid=4719 vsize=868504 CPUtime=0
/proc/4720/task/4728/stat : 4728 (java) S 4719 4706 3398 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992462733 889348096 9423 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) 887460

[startup+6.30262 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 4730
/proc/meminfo: memFree=1770232/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 15 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0
/proc/4729/stat : 4729 (sh) S 4706 4706 3398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992462996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4729/statm: 1339 232 193 169 0 50 0
[pid=4730] ppid=4729 vsize=14784 CPUtime=2.9
/proc/4730/stat : 4730 (minisat) R 4729 4706 3398 0 -1 4194304 3337 0 0 0 289 1 0 0 25 0 1 0 1992462996 15138816 3323 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/4730/statm: 3696 3323 76 150 0 3543 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 33740

[startup+12.7014 s]
/proc/loadavg: 2.01 2.00 2.00 3/86 4730
/proc/meminfo: memFree=1766328/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 16 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0
/proc/4729/stat : 4729 (sh) S 4706 4706 3398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992462996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4729/statm: 1339 232 193 169 0 50 0
[pid=4730] ppid=4729 vsize=19432 CPUtime=9.24
/proc/4730/stat : 4730 (minisat) R 4729 4706 3398 0 -1 4194304 4500 0 0 0 921 3 0 0 25 0 1 0 1992462996 19898368 4486 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/4730/statm: 4858 4486 76 150 0 4705 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 38388

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 4730
/proc/meminfo: memFree=1753464/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 16 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0
/proc/4729/stat : 4729 (sh) S 4706 4706 3398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992462996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4729/statm: 1339 232 193 169 0 50 0
[pid=4730] ppid=4729 vsize=31500 CPUtime=21.91
/proc/4730/stat : 4730 (minisat) R 4729 4706 3398 0 -1 4194304 7519 0 0 0 2185 6 0 0 25 0 1 0 1992462996 32256000 7505 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4730/statm: 7875 7505 76 150 0 7722 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 50456

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 4730
/proc/meminfo: memFree=1740216/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 16 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0
/proc/4729/stat : 4729 (sh) S 4706 4706 3398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992462996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4729/statm: 1339 232 193 169 0 50 0
[pid=4730] ppid=4729 vsize=45168 CPUtime=47.27
/proc/4730/stat : 4730 (minisat) R 4729 4706 3398 0 -1 4194304 10933 0 0 0 4719 8 0 0 25 0 1 0 1992462996 46252032 10919 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4730/statm: 11292 10919 76 150 0 11139 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 64124

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 4730
/proc/meminfo: memFree=1718392/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 16 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0
/proc/4729/stat : 4729 (sh) S 4706 4706 3398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992462996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4729/statm: 1339 232 193 169 0 50 0
[pid=4730] ppid=4729 vsize=66716 CPUtime=97.99
/proc/4730/stat : 4730 (minisat) R 4729 4706 3398 0 -1 4194304 16198 0 0 0 9786 13 0 0 25 0 1 0 1992462996 68317184 16184 996147200 134512640 135127466 4294956272 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/4730/statm: 16679 16184 76 150 0 16526 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 85672

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 4730
/proc/meminfo: memFree=1700408/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 16 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1708880/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 16 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0
/proc/4729/stat : 4729 (sh) S 4706 4706 3398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992462996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4729/statm: 1339 232 193 169 0 50 0
[pid=4730] ppid=4729 vsize=188376 CPUtime=1352.95
/proc/4730/stat : 4730 (minisat) R 4729 4706 3398 0 -1 4194304 46408 0 0 0 135248 47 0 0 25 0 1 0 1992462996 192897024 46394 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4730/statm: 47094 46394 76 150 0 46941 0
Current children cumulated CPU time (s) 1356.19
Current children cumulated vsize (KiB) 207332

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4762
/proc/meminfo: memFree=1699408/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 16 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0
/proc/4729/stat : 4729 (sh) S 4706 4706 3398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992462996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4729/statm: 1339 232 193 169 0 50 0
[pid=4730] ppid=4729 vsize=197836 CPUtime=1412.93
/proc/4730/stat : 4730 (minisat) R 4729 4706 3398 0 -1 4194304 48784 0 0 0 141244 49 0 0 25 0 1 0 1992462996 202584064 48770 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/4730/statm: 49459 48770 76 150 0 49306 0
Current children cumulated CPU time (s) 1416.17
Current children cumulated vsize (KiB) 216792

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4762
/proc/meminfo: memFree=1689168/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 16 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0
/proc/4729/stat : 4729 (sh) S 4706 4706 3398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992462996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4729/statm: 1339 232 193 169 0 50 0
[pid=4730] ppid=4729 vsize=209036 CPUtime=1472.9
/proc/4730/stat : 4730 (minisat) R 4729 4706 3398 0 -1 4194304 51353 0 0 0 147238 52 0 0 25 0 1 0 1992462996 214052864 51339 996147200 134512640 135127466 4294956272 18446744073709551615 134528050 0 0 4096 3 0 0 0 17 0 0 0
/proc/4730/statm: 52259 51339 76 150 0 52106 0
Current children cumulated CPU time (s) 1476.14
Current children cumulated vsize (KiB) 227992

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4762
/proc/meminfo: memFree=1686864/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 16 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0
/proc/4729/stat : 4729 (sh) S 4706 4706 3398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992462996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4729/statm: 1339 232 193 169 0 50 0
[pid=4730] ppid=4729 vsize=211028 CPUtime=1532.87
/proc/4730/stat : 4730 (minisat) R 4729 4706 3398 0 -1 4194304 51882 0 0 0 153235 52 0 0 25 0 1 0 1992462996 216092672 51868 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4730/statm: 52757 51868 76 150 0 52604 0
Current children cumulated CPU time (s) 1536.11
Current children cumulated vsize (KiB) 229984

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4762
/proc/meminfo: memFree=1686864/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 16 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0
/proc/4729/stat : 4729 (sh) S 4706 4706 3398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992462996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4729/statm: 1339 232 193 169 0 50 0
[pid=4730] ppid=4729 vsize=211028 CPUtime=1592.85
/proc/4730/stat : 4730 (minisat) R 4729 4706 3398 0 -1 4194304 51897 0 0 0 159233 52 0 0 25 0 1 0 1992462996 216092672 51883 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4730/statm: 52757 51883 76 150 0 52604 0
Current children cumulated CPU time (s) 1596.09
Current children cumulated vsize (KiB) 229984

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4762
/proc/meminfo: memFree=1686736/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 16 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0
/proc/4729/stat : 4729 (sh) S 4706 4706 3398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992462996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4729/statm: 1339 232 193 169 0 50 0
[pid=4730] ppid=4729 vsize=211028 CPUtime=1652.82
/proc/4730/stat : 4730 (minisat) R 4729 4706 3398 0 -1 4194304 51897 0 0 0 165230 52 0 0 25 0 1 0 1992462996 216092672 51883 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4730/statm: 52757 51883 76 150 0 52604 0
Current children cumulated CPU time (s) 1656.06
Current children cumulated vsize (KiB) 229984

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4762
/proc/meminfo: memFree=1686672/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 16 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0
/proc/4729/stat : 4729 (sh) S 4706 4706 3398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992462996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4729/statm: 1339 232 193 169 0 50 0
[pid=4730] ppid=4729 vsize=211028 CPUtime=1712.81
/proc/4730/stat : 4730 (minisat) R 4729 4706 3398 0 -1 4194304 51898 0 0 0 171228 53 0 0 25 0 1 0 1992462996 216092672 51884 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4730/statm: 52757 51884 76 150 0 52604 0
Current children cumulated CPU time (s) 1716.05
Current children cumulated vsize (KiB) 229984

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4762
/proc/meminfo: memFree=1686480/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 16 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0
/proc/4729/stat : 4729 (sh) S 4706 4706 3398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992462996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4729/statm: 1339 232 193 169 0 50 0
[pid=4730] ppid=4729 vsize=211028 CPUtime=1772.79
/proc/4730/stat : 4730 (minisat) R 4729 4706 3398 0 -1 4194304 51899 0 0 0 177226 53 0 0 25 0 1 0 1992462996 216092672 51885 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4730/statm: 52757 51885 76 150 0 52604 0
Current children cumulated CPU time (s) 1776.03
Current children cumulated vsize (KiB) 229984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4762
/proc/meminfo: memFree=1686480/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 16 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0
/proc/4729/stat : 4729 (sh) S 4706 4706 3398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992462996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4729/statm: 1339 232 193 169 0 50 0
[pid=4730] ppid=4729 vsize=211028 CPUtime=1796.78
/proc/4730/stat : 4730 (minisat) R 4729 4706 3398 0 -1 4194304 51899 0 0 0 179625 53 0 0 25 0 1 0 1992462996 216092672 51885 996147200 134512640 135127466 4294956272 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/4730/statm: 52757 51885 76 150 0 52604 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 229984

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

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

[startup+1806.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4762
/proc/meminfo: memFree=1686480/2055920 swapFree=4179968/4192956
[pid=4706] ppid=4704 vsize=13600 CPUtime=3.24
/proc/4706/stat : 4706 (sugar) S 4704 4706 3398 0 -1 4194304 1034 15986 0 2 4 0 307 13 16 0 1 0 1992462660 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4706/statm: 3400 799 370 3 0 500 0
[pid=4729] ppid=4706 vsize=5356 CPUtime=0
/proc/4729/stat : 4729 (sh) S 4706 4706 3398 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992462996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4729/statm: 1339 232 193 169 0 50 0
[pid=4730] ppid=4729 vsize=211028 CPUtime=1796.78
/proc/4730/stat : 4730 (minisat) R 4729 4706 3398 0 -1 4194304 51899 0 0 0 179625 53 0 0 25 0 1 0 1992462996 216092672 51885 996147200 134512640 135127466 4294956272 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/4730/statm: 52757 51885 76 150 0 52604 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 229984

Child status: 0

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

Real time (s): 1806.34
CPU time (s): 1800.02
CPU user time (s): 1799.36
CPU system time (s): 0.66
CPU usage (%): 99.65
Max. virtual memory (cumulated for all children) (KiB): 887852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.12252
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17364
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= 3283
involuntary context switches= 3234

runsolver used 2.14467 second user time and 5.44017 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-04 03:27:58
IDJOB=1062426
IDBENCH=54640
IDSOLVER=346
FILE ID=node11/1062426-1215134878
PBS_JOBID= 7877242
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/fpga/normalized-fpga-30-28.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-1062426-1215134878/watcher-1062426-1215134878 -o /tmp/evaluation-result-1062426-1215134878/solver-1062426-1215134878 -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-1062426-1215134878.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5abe5d0dc198a5e975b62f529c6a1b39
RANDOM SEED=1653137473

node11.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.224
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.224
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:       1789872 kB
Buffers:         14004 kB
Cached:          74956 kB
SwapCached:       7396 kB
Active:         184908 kB
Inactive:        27872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789872 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:         134980 kB
Slab:            38200 kB
Committed_AS:  3919160 kB
PageTables:       2076 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= 66544 MiB
End job on node11 at 2008-07-04 03:58:06