Trace number 1063497

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.08 1807.42

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-ran14x18.xml
MD5SUM31a527a760a0c91c8e5a215946960e4a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables7812
Number of constraints316
Maximum constraint arity540
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension316
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 04:13:00 2008
0.00/0.04	c 0	PID 21517
0.00/0.04	c 0	HOST node81.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1063497-1215137579.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063497-1215137579.xml' 'HOME/temp.csp'
0.04/0.60	c 0	2 domains, 7812 variables, 6 predicates, 0 relations, 316 constraints
0.04/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.61	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.04/0.69	c 0	Parsing HOME/temp.csp
1.15/1.28	c 1	parsed 8136 expressions
1.15/1.28	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.15/1.28	c 1	Converting to clausal form CSP
1.26/1.31	c 1	converted 814 (10%) expressions
1.26/1.33	c 1	converted 1628 (20%) expressions
1.26/1.33	c 1	converted 2441 (30%) expressions
1.26/1.33	c 1	converted 3255 (40%) expressions
1.26/1.33	c 1	converted 4068 (50%) expressions
1.26/1.33	c 1	converted 4882 (60%) expressions
1.26/1.33	c 1	converted 5696 (70%) expressions
1.26/1.34	c 1	converted 6509 (80%) expressions
1.26/1.34	c 1	converted 7323 (90%) expressions
4.14/4.28	c 4	converted 8136 (100%) expressions
4.14/4.29	c 4	CSP : 45232 integers, 0 booleans, 73200 clauses, largest domain size 145
4.14/4.29	c 4	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.14/4.29	c 4	Propagation in CSP
4.93/5.08	c 5	50760 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.93/5.08	c 5	CSP : 45232 integers, 0 booleans, 73200 clauses, largest domain size 145
4.93/5.09	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.03/5.11	c 5	Simplifing CSP by introducing new Boolean variables
5.03/5.14	c 5	CSP : 45232 integers, 0 booleans, 73200 clauses, largest domain size 145
5.03/5.14	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.33/5.49	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.43/5.53	c 5	4524 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.43/5.54	c 5	9047 (20%) CSP integer variables are encoded (4463 clauses, 58083 bytes)
5.43/5.57	c 5	13570 (30%) CSP integer variables are encoded (22577 clauses, 329698 bytes)
5.43/5.59	c 5	18093 (40%) CSP integer variables are encoded (33778 clauses, 497713 bytes)
5.52/5.60	c 5	22616 (50%) CSP integer variables are encoded (40421 clauses, 597358 bytes)
5.52/5.62	c 5	27140 (60%) CSP integer variables are encoded (47778 clauses, 707713 bytes)
5.52/5.63	c 5	31663 (70%) CSP integer variables are encoded (55313 clauses, 820738 bytes)
5.52/5.64	c 5	36186 (80%) CSP integer variables are encoded (62897 clauses, 934498 bytes)
5.52/5.66	c 5	40709 (90%) CSP integer variables are encoded (70001 clauses, 1048737 bytes)
5.52/5.67	c 5	45232 (100%) CSP integer variables are encoded (77105 clauses, 1169505 bytes)
5.72/5.90	c 5	7320 (10%) CSP clauses are encoded (162838 clauses, 2723642 bytes)
5.92/6.09	c 6	14640 (20%) CSP clauses are encoded (250478 clauses, 4389126 bytes)
6.22/6.37	c 6	21960 (30%) CSP clauses are encoded (393960 clauses, 7321243 bytes)
6.52/6.61	c 6	29280 (40%) CSP clauses are encoded (513554 clauses, 9761955 bytes)
6.72/6.87	c 6	36600 (50%) CSP clauses are encoded (646136 clauses, 12473665 bytes)
7.01/7.13	c 7	43920 (60%) CSP clauses are encoded (773294 clauses, 15073932 bytes)
7.31/7.47	c 7	51240 (70%) CSP clauses are encoded (957098 clauses, 18868677 bytes)
7.61/7.75	c 7	58560 (80%) CSP clauses are encoded (1097616 clauses, 21758844 bytes)
8.00/8.12	c 8	65880 (90%) CSP clauses are encoded (1280890 clauses, 25971262 bytes)
8.30/8.42	c 8	73200 (100%) CSP clauses are encoded (1421268 clauses, 29257654 bytes)
8.30/8.42	c 8	73200 CSP clauses encoded
8.30/8.42	c 8	Writing map file : HOME/temp.map
8.30/8.48	c 8	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.30/8.48	c 8	SAT : 117775 SAT variables, 1421268 SAT clauses, 29257654 bytes
8.30/8.48	c 8	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.37/8.52	c 8	SOLVING HOME/temp.cnf
8.37/8.52	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.37/8.52	c 8	This is MiniSat 2.0 beta
8.37/8.52	c 8	WARNING: for repeatability, setting FPU to use double precision
8.37/8.52	c 8	============================[ Problem Statistics ]=============================
8.37/8.52	c 8	|                                                                             |
8.37/8.52	c 8	|  Number of variables:  117775                                               |
8.37/8.52	c 8	|  Number of clauses:    1421268                                              |
9.07/9.20	c 9	|  Parsing time:         0.60         s                                       |
9.07/9.24	c 9	============================[ Search Statistics ]==============================
9.07/9.24	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.07/9.24	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.07/9.24	c 9	===============================================================================
9.07/9.24	c 9	|         0 |  117775  1421268  3957768 |   473756        0    nan |  0.000 % |
9.36/9.51	c 9	|       100 |  117775  1421268  3957768 |   521131      100    124 |  0.000 % |
9.66/9.85	c 9	|       250 |  117772  1421268  3957768 |   573244      249    126 |  0.048 % |
10.45/10.67	c 10	|       476 |  117765  1421268  3957768 |   630569      473    151 |  0.117 % |
11.15/11.37	c 11	|       813 |  117765  1421268  3957768 |   693626      810    169 |  0.117 % |
12.24/12.43	c 12	|      1319 |  117738  1421268  3957768 |   762988     1308    192 |  0.408 % |
13.34/13.54	c 13	|      2079 |  117734  1421268  3957768 |   839287     2067    214 |  0.415 % |
15.63/15.89	c 15	|      3218 |  117264  1415844  3943115 |   923216     3196    211 |  0.627 % |
17.83/18.02	c 18	|      4928 |  117264  1415844  3943115 |  1015538     4906    205 |  0.627 % |
21.71/21.95	c 22	|      7492 |  117036  1413268  3936186 |  1117091     7468    221 |  0.627 % |
27.58/27.86	c 27	|     11337 |  117036  1413268  3936186 |  1228801    11313    222 |  0.627 % |
40.03/40.36	c 40	|     17106 |  117013  1412923  3935231 |  1351681    17078    240 |  0.648 % |
56.87/57.25	c 57	|     25756 |  116955  1412279  3933491 |  1486849    25725    243 |  0.696 % |
82.06/82.59	c 82	|     38731 |  116860  1411277  3930773 |  1635534    38695    249 |  0.824 % |
122.99/123.67	c 123	|     58193 |  116714  1409667  3926411 |  1799087    58148    260 |  0.985 % |
193.79/194.75	c 194	|     87385 |  116457  1406756  3918549 |  1978996    87327    268 |  1.119 % |
304.92/306.39	c 306	|    131175 |  116364  1405647  3915539 |  2176896   131113    258 |  1.198 % |
494.07/496.26	c 496	|    196861 |  116234  1404224  3911703 |  2394585   196788    258 |  1.432 % |
809.54/812.93	c 813	|    295389 |  115959  1401206  3903576 |  2634044   295304    254 |  1.542 % |
1431.91/1437.71	c 1437	|    443178 |  115928  1400876  3902657 |  2897448   443088    260 |  1.670 % |
1800.06/1807.32	c ERROR INTERRUPTED
1800.06/1807.41	s UNKNOWN
1800.06/1807.41	c 1807	CPU 8 (0.04 0.01 7.96 0.4)
1800.06/1807.41	c 1807	END Fri Jul  4 04:43:07 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-1063497-1215137579/watcher-1063497-1215137579 -o /tmp/evaluation-result-1063497-1215137579/solver-1063497-1215137579 -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-1063497-1215137579.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.57 2.85 2.53 4/82 21517
/proc/meminfo: memFree=1039992/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=12272 CPUtime=0
/proc/21517/stat : 21517 (sugar) R 21515 21517 21426 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 246745899 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269816478718 0 0 4224 0 0 0 0 17 1 0 0
/proc/21517/statm: 3068 327 246 3 0 168 0

[startup+0.093006 s]
/proc/loadavg: 2.57 2.85 2.53 4/82 21517
/proc/meminfo: memFree=1039992/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=0.04
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 246745899 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101004 s]
/proc/loadavg: 2.57 2.85 2.53 4/82 21517
/proc/meminfo: memFree=1039992/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=0.04
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 246745899 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301027 s]
/proc/loadavg: 2.57 2.85 2.53 4/82 21517
/proc/meminfo: memFree=1039992/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=0.04
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 246745899 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701071 s]
/proc/loadavg: 2.57 2.85 2.53 4/82 21517
/proc/meminfo: memFree=1039992/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=0.59
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 973 7140 0 1 3 1 50 5 15 0 1 0 246745899 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21517/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13600

[startup+1.50216 s]
/proc/loadavg: 2.57 2.85 2.53 3/93 21539
/proc/meminfo: memFree=1028640/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=0.59
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 973 7140 0 1 3 1 50 5 15 0 1 0 246745899 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21517/statm: 3400 797 370 3 0 500 0
[pid=21530] ppid=21517 vsize=5356 CPUtime=0
/proc/21530/stat : 21530 (sh) S 21517 21517 21426 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 246745960 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21530/statm: 1339 233 193 169 0 50 0
[pid=21531] ppid=21530 vsize=868396 CPUtime=0.86
/proc/21531/stat : 21531 (java) S 21530 21517 21426 0 -1 0 7955 0 1 0 82 4 0 0 20 0 9 0 246745961 889237504 7078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21531/statm: 217099 7078 2542 9 0 211674 0
[pid=21531/tid=21532] ppid=21530 vsize=868396 CPUtime=0.51
/proc/21531/task/21532/stat : 21532 (java) R 21530 21517 21426 0 -1 64 2640 0 1 0 50 1 0 0 25 0 9 0 246745962 889237504 7078 996147200 134512640 134550740 4294955952 18446744073709551615 102307483 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21533] ppid=21530 vsize=868396 CPUtime=0.16
/proc/21531/task/21533/stat : 21533 (java) S 21530 21517 21426 0 -1 64 3185 0 0 0 15 1 0 0 16 0 9 0 246745963 889237504 7078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21534] ppid=21530 vsize=868396 CPUtime=0
/proc/21531/task/21534/stat : 21534 (java) S 21530 21517 21426 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 246745963 889237504 7078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21535] ppid=21530 vsize=868396 CPUtime=0
/proc/21531/task/21535/stat : 21535 (java) S 21530 21517 21426 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 246745963 889237504 7078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21536] ppid=21530 vsize=868396 CPUtime=0
/proc/21531/task/21536/stat : 21536 (java) S 21530 21517 21426 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 246745965 889237504 7078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21537] ppid=21530 vsize=868396 CPUtime=0.16
/proc/21531/task/21537/stat : 21537 (java) S 21530 21517 21426 0 -1 64 1433 0 0 0 16 0 0 0 16 0 9 0 246745965 889237504 7078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21538] ppid=21530 vsize=868396 CPUtime=0
/proc/21531/task/21538/stat : 21538 (java) S 21530 21517 21426 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 246745965 889237504 7078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21539] ppid=21530 vsize=868396 CPUtime=0
/proc/21531/task/21539/stat : 21539 (java) S 21530 21517 21426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246745965 889237504 7078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887352

[startup+3.10233 s]
/proc/loadavg: 2.53 2.84 2.52 3/93 21539
/proc/meminfo: memFree=1010784/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=0.59
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 973 7140 0 1 3 1 50 5 15 0 1 0 246745899 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21517/statm: 3400 797 370 3 0 500 0
[pid=21530] ppid=21517 vsize=5356 CPUtime=0
/proc/21530/stat : 21530 (sh) S 21517 21517 21426 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 246745960 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21530/statm: 1339 233 193 169 0 50 0
[pid=21531] ppid=21530 vsize=868396 CPUtime=2.46
/proc/21531/stat : 21531 (java) S 21530 21517 21426 0 -1 0 14340 0 1 0 237 9 0 0 20 0 9 0 246745961 889237504 13245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21531/statm: 217099 13245 2541 9 0 211674 0
[pid=21531/tid=21532] ppid=21530 vsize=868396 CPUtime=1.54
/proc/21531/task/21532/stat : 21532 (java) R 21530 21517 21426 0 -1 64 3019 0 1 0 152 2 0 0 25 0 9 0 246745962 889237504 13245 996147200 134512640 134550740 4294955952 18446744073709551615 4126542604 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21533] ppid=21530 vsize=868396 CPUtime=0.71
/proc/21531/task/21533/stat : 21533 (java) S 21530 21517 21426 0 -1 64 9159 0 0 0 66 5 0 0 16 0 9 0 246745963 889237504 13245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21534] ppid=21530 vsize=868396 CPUtime=0
/proc/21531/task/21534/stat : 21534 (java) S 21530 21517 21426 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 246745963 889237504 13245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21535] ppid=21530 vsize=868396 CPUtime=0
/proc/21531/task/21535/stat : 21535 (java) S 21530 21517 21426 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 246745963 889237504 13245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21536] ppid=21530 vsize=868396 CPUtime=0
/proc/21531/task/21536/stat : 21536 (java) S 21530 21517 21426 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 246745965 889237504 13245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21537] ppid=21530 vsize=868396 CPUtime=0.18
/proc/21531/task/21537/stat : 21537 (java) S 21530 21517 21426 0 -1 64 1465 0 0 0 18 0 0 0 16 0 9 0 246745965 889237504 13245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21538] ppid=21530 vsize=868396 CPUtime=0
/proc/21531/task/21538/stat : 21538 (java) S 21530 21517 21426 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 246745965 889237504 13245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21539] ppid=21530 vsize=868396 CPUtime=0
/proc/21531/task/21539/stat : 21539 (java) S 21530 21517 21426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246745965 889237504 13245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 887352

[startup+6.30169 s]
/proc/loadavg: 2.53 2.84 2.52 4/93 21539
/proc/meminfo: memFree=963040/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=0.59
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 974 7140 0 1 3 1 50 5 15 0 1 0 246745899 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21517/statm: 3400 797 370 3 0 500 0
[pid=21530] ppid=21517 vsize=5356 CPUtime=0
/proc/21530/stat : 21530 (sh) S 21517 21517 21426 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 246745960 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21530/statm: 1339 233 193 169 0 50 0
[pid=21531] ppid=21530 vsize=868508 CPUtime=5.63
/proc/21531/stat : 21531 (java) S 21530 21517 21426 0 -1 0 25060 0 1 0 544 19 0 0 20 0 9 0 246745961 889352192 18140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21531/statm: 217127 18140 2565 9 0 211674 0
[pid=21531/tid=21532] ppid=21530 vsize=868508 CPUtime=3.84
/proc/21531/task/21532/stat : 21532 (java) R 21530 21517 21426 0 -1 64 3442 0 1 0 378 6 0 0 25 0 9 0 246745962 889352192 18140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21533] ppid=21530 vsize=868508 CPUtime=1.5
/proc/21531/task/21533/stat : 21533 (java) S 21530 21517 21426 0 -1 64 19414 0 0 0 140 10 0 0 16 0 9 0 246745963 889352192 18140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21534] ppid=21530 vsize=868508 CPUtime=0
/proc/21531/task/21534/stat : 21534 (java) S 21530 21517 21426 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 246745963 889352192 18140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21535] ppid=21530 vsize=868508 CPUtime=0
/proc/21531/task/21535/stat : 21535 (java) S 21530 21517 21426 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 246745963 889352192 18140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21536] ppid=21530 vsize=868508 CPUtime=0
/proc/21531/task/21536/stat : 21536 (java) S 21530 21517 21426 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 246745965 889352192 18140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21537] ppid=21530 vsize=868508 CPUtime=0.26
/proc/21531/task/21537/stat : 21537 (java) S 21530 21517 21426 0 -1 64 1507 0 0 0 25 1 0 0 16 0 9 0 246745965 889352192 18140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21538] ppid=21530 vsize=868508 CPUtime=0
/proc/21531/task/21538/stat : 21538 (java) S 21530 21517 21426 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 246745965 889352192 18140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21531/tid=21539] ppid=21530 vsize=868508 CPUtime=0
/proc/21531/task/21539/stat : 21539 (java) S 21530 21517 21426 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 246745965 889352192 18140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887464

[startup+12.7024 s]
/proc/loadavg: 2.45 2.81 2.52 3/85 21541
/proc/meminfo: memFree=942312/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=8.4
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 1034 32650 0 2 4 1 796 39 16 0 1 0 246745899 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21517/statm: 3400 799 370 3 0 500 0
[pid=21540] ppid=21517 vsize=5356 CPUtime=0
/proc/21540/stat : 21540 (sh) S 21517 21517 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 246746751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21540/statm: 1339 232 193 169 0 50 0
[pid=21541] ppid=21540 vsize=68900 CPUtime=4.14
/proc/21541/stat : 21541 (minisat) R 21540 21517 21426 0 -1 4194304 16610 0 0 0 406 8 0 0 25 0 1 0 246746751 70553600 16596 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/21541/statm: 17225 16596 76 150 0 17072 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 87856

[startup+25.5018 s]
/proc/loadavg: 2.38 2.78 2.51 3/85 21541
/proc/meminfo: memFree=934440/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=8.4
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 1034 32650 0 2 4 1 796 39 16 0 1 0 246745899 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21517/statm: 3400 799 370 3 0 500 0
[pid=21540] ppid=21517 vsize=5356 CPUtime=0
/proc/21540/stat : 21540 (sh) S 21517 21517 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 246746751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21540/statm: 1339 232 193 169 0 50 0
[pid=21541] ppid=21540 vsize=76952 CPUtime=16.89
/proc/21541/stat : 21541 (minisat) R 21540 21517 21426 0 -1 4194304 18618 0 0 0 1678 11 0 0 25 0 1 0 246746751 78798848 18604 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/21541/statm: 19238 18604 76 150 0 19085 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 95908

[startup+51.1015 s]
/proc/loadavg: 2.25 2.72 2.50 3/85 21541
/proc/meminfo: memFree=920616/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=8.4
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 1034 32650 0 2 4 1 796 39 16 0 1 0 246745899 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21517/statm: 3400 799 370 3 0 500 0
[pid=21540] ppid=21517 vsize=5356 CPUtime=0
/proc/21540/stat : 21540 (sh) S 21517 21517 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 246746751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21540/statm: 1339 232 193 169 0 50 0
[pid=21541] ppid=21540 vsize=90888 CPUtime=42.39
/proc/21541/stat : 21541 (minisat) R 21540 21517 21426 0 -1 4194304 22119 0 0 0 4224 15 0 0 25 0 1 0 246746751 93069312 22105 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21541/statm: 22722 22105 76 150 0 22569 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 109844

[startup+102.306 s]
/proc/loadavg: 2.19 2.62 2.48 3/85 21541
/proc/meminfo: memFree=893032/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=8.4
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 1034 32650 0 2 4 1 796 39 16 0 1 0 246745899 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21517/statm: 3400 799 370 3 0 500 0

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

[pid=21540] ppid=21517 vsize=5356 CPUtime=0
/proc/21540/stat : 21540 (sh) S 21517 21517 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 246746751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21540/statm: 1339 232 193 169 0 50 0
[pid=21541] ppid=21540 vsize=537196 CPUtime=1408.16
/proc/21541/stat : 21541 (minisat) R 21540 21517 21426 0 -1 4194304 133576 0 0 0 140687 129 0 0 25 0 1 0 246746751 550088704 133562 996147200 134512640 135127466 4294956272 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/21541/statm: 134299 133562 76 150 0 134146 0
Current children cumulated CPU time (s) 1416.56
Current children cumulated vsize (KiB) 556152

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/78 21600
/proc/meminfo: memFree=1117288/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=8.4
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 1034 32650 0 2 4 1 796 39 16 0 1 0 246745899 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21517/statm: 3400 799 370 3 0 500 0
[pid=21540] ppid=21517 vsize=5356 CPUtime=0
/proc/21540/stat : 21540 (sh) S 21517 21517 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 246746751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21540/statm: 1339 232 193 169 0 50 0
[pid=21541] ppid=21540 vsize=552648 CPUtime=1467.93
/proc/21541/stat : 21541 (minisat) R 21540 21517 21426 0 -1 4194304 137452 0 0 0 146660 133 0 0 25 0 1 0 246746751 565911552 137438 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21541/statm: 138162 137438 76 150 0 138009 0
Current children cumulated CPU time (s) 1476.33
Current children cumulated vsize (KiB) 571604

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/78 21600
/proc/meminfo: memFree=1102632/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=8.4
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 1034 32650 0 2 4 1 796 39 16 0 1 0 246745899 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21517/statm: 3400 799 370 3 0 500 0
[pid=21540] ppid=21517 vsize=5356 CPUtime=0
/proc/21540/stat : 21540 (sh) S 21517 21517 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 246746751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21540/statm: 1339 232 193 169 0 50 0
[pid=21541] ppid=21540 vsize=567952 CPUtime=1527.7
/proc/21541/stat : 21541 (minisat) R 21540 21517 21426 0 -1 4194304 141074 0 0 0 152634 136 0 0 25 0 1 0 246746751 581582848 141060 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/21541/statm: 141988 141060 76 150 0 141835 0
Current children cumulated CPU time (s) 1536.1
Current children cumulated vsize (KiB) 586908

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/79 21601
/proc/meminfo: memFree=1088864/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=8.4
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 1034 32650 0 2 4 1 796 39 16 0 1 0 246745899 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21517/statm: 3400 799 370 3 0 500 0
[pid=21540] ppid=21517 vsize=5356 CPUtime=0
/proc/21540/stat : 21540 (sh) S 21517 21517 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 246746751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21540/statm: 1339 232 193 169 0 50 0
[pid=21541] ppid=21540 vsize=581908 CPUtime=1587.46
/proc/21541/stat : 21541 (minisat) R 21540 21517 21426 0 -1 4194304 144546 0 0 0 158608 138 0 0 25 0 1 0 246746751 595873792 144532 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21541/statm: 145477 144532 76 150 0 145324 0
Current children cumulated CPU time (s) 1595.86
Current children cumulated vsize (KiB) 600864

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/79 21601
/proc/meminfo: memFree=1072736/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=8.4
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 1034 32650 0 2 4 1 796 39 16 0 1 0 246745899 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21517/statm: 3400 799 370 3 0 500 0
[pid=21540] ppid=21517 vsize=5356 CPUtime=0
/proc/21540/stat : 21540 (sh) S 21517 21517 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 246746751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21540/statm: 1339 232 193 169 0 50 0
[pid=21541] ppid=21540 vsize=597880 CPUtime=1647.23
/proc/21541/stat : 21541 (minisat) R 21540 21517 21426 0 -1 4194304 148530 0 0 0 164582 141 0 0 25 0 1 0 246746751 612229120 148516 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21541/statm: 149470 148516 76 150 0 149317 0
Current children cumulated CPU time (s) 1655.63
Current children cumulated vsize (KiB) 616836

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/79 21601
/proc/meminfo: memFree=1058336/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=8.4
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 1034 32650 0 2 4 1 796 39 16 0 1 0 246745899 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21517/statm: 3400 799 370 3 0 500 0
[pid=21540] ppid=21517 vsize=5356 CPUtime=0
/proc/21540/stat : 21540 (sh) S 21517 21517 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 246746751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21540/statm: 1339 232 193 169 0 50 0
[pid=21541] ppid=21540 vsize=612340 CPUtime=1706.99
/proc/21541/stat : 21541 (minisat) R 21540 21517 21426 0 -1 4194304 152154 0 0 0 170554 145 0 0 25 0 1 0 246746751 627036160 152140 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/21541/statm: 153085 152140 76 150 0 152932 0
Current children cumulated CPU time (s) 1715.39
Current children cumulated vsize (KiB) 631296

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/80 21602
/proc/meminfo: memFree=1044568/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=8.4
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 1034 32650 0 2 4 1 796 39 16 0 1 0 246745899 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21517/statm: 3400 799 370 3 0 500 0
[pid=21540] ppid=21517 vsize=5356 CPUtime=0
/proc/21540/stat : 21540 (sh) S 21517 21517 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 246746751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21540/statm: 1339 232 193 169 0 50 0
[pid=21541] ppid=21540 vsize=625552 CPUtime=1766.76
/proc/21541/stat : 21541 (minisat) R 21540 21517 21426 0 -1 4194304 155488 0 0 0 176527 149 0 0 25 0 1 0 246746751 640565248 155474 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21541/statm: 156388 155474 76 150 0 156235 0
Current children cumulated CPU time (s) 1775.16
Current children cumulated vsize (KiB) 644508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.31 s]
/proc/loadavg: 2.00 2.00 2.04 3/80 21602
/proc/meminfo: memFree=1039576/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=8.4
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 1034 32650 0 2 4 1 796 39 16 0 1 0 246745899 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21517/statm: 3400 799 370 3 0 500 0
[pid=21540] ppid=21517 vsize=5356 CPUtime=0
/proc/21540/stat : 21540 (sh) S 21517 21517 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 246746751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21540/statm: 1339 232 193 169 0 50 0
[pid=21541] ppid=21540 vsize=630352 CPUtime=1791.66
/proc/21541/stat : 21541 (minisat) R 21540 21517 21426 0 -1 4194304 156707 0 0 0 179016 150 0 0 25 0 1 0 246746751 645480448 156693 996147200 134512640 135127466 4294956272 18446744073709551615 134527143 0 0 4096 3 0 0 0 17 1 0 0
/proc/21541/statm: 157588 156693 76 150 0 157435 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 649308

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

[startup+1807.31 s]
/proc/loadavg: 2.00 2.00 2.04 3/80 21602
/proc/meminfo: memFree=1039576/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=8.4
/proc/21517/stat : 21517 (sugar) S 21515 21517 21426 0 -1 4194304 1034 32650 0 2 4 1 796 39 16 0 1 0 246745899 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21517/statm: 3400 799 370 3 0 500 0
[pid=21540] ppid=21517 vsize=5356 CPUtime=0
/proc/21540/stat : 21540 (sh) S 21517 21517 21426 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 246746751 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21540/statm: 1339 232 193 169 0 50 0
[pid=21541] ppid=21540 vsize=630352 CPUtime=1791.66
/proc/21541/stat : 21541 (minisat) R 21540 21517 21426 0 -1 4194304 156707 0 0 0 179016 150 0 0 25 0 1 0 246746751 645480448 156693 996147200 134512640 135127466 4294956272 18446744073709551615 134527143 0 0 4096 3 0 0 0 17 1 0 0
/proc/21541/statm: 157588 156693 76 150 0 157435 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 649308

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

[startup+1807.42 s]
/proc/loadavg: 2.00 2.00 2.04 3/80 21602
/proc/meminfo: memFree=1039576/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=8.42
/proc/21517/stat : 21517 (sugar) R 21515 21517 21426 0 -1 4194304 1070 32927 0 2 4 2 796 40 16 0 1 0 246745899 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21517/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 8.42
Current children cumulated vsize (KiB) 13600

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

[startup+1807.42 s]
/proc/loadavg: 2.00 2.00 2.04 3/80 21602
/proc/meminfo: memFree=1039576/2055920 swapFree=4179552/4192956
[pid=21517] ppid=21515 vsize=13600 CPUtime=8.42
/proc/21517/stat : 21517 (sugar) R 21515 21517 21426 0 -1 4194304 1070 32927 0 2 4 2 796 40 16 0 1 0 246745899 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 0 0 0 17 1 0 0
/proc/21517/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 8.42
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): 1791.64
#  lost CPU user time (s): 1790.16
#  lost CPU system time (s): 1.48

Real time (s): 1807.42
CPU time (s): 1800.08
CPU user time (s): 1798.17
CPU system time (s): 1.91393
CPU usage (%): 99.5939
Max. virtual memory (cumulated for all children) (KiB): 898604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.00778
system time used= 0.433934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34028
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= 5203
involuntary context switches= 5303

runsolver used 1.80472 second user time and 4.80727 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-04 04:13:00
IDJOB=1063497
IDBENCH=54762
IDSOLVER=346
FILE ID=node81/1063497-1215137579
PBS_JOBID= 7877378
Free space on /tmp= 126864 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-ran14x18.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-1063497-1215137579/watcher-1063497-1215137579 -o /tmp/evaluation-result-1063497-1215137579/solver-1063497-1215137579 -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-1063497-1215137579.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 31a527a760a0c91c8e5a215946960e4a
RANDOM SEED=354307292

node81.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1040472 kB
Buffers:         18796 kB
Cached:         216972 kB
SwapCached:       6108 kB
Active:         812404 kB
Inactive:       135612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1040472 kB
SwapTotal:     4192956 kB
SwapFree:      4179552 kB
Dirty:            2864 kB
Writeback:           0 kB
Mapped:         729056 kB
Slab:            51216 kB
Committed_AS:  1240372 kB
PageTables:       3160 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126860 MiB
End job on node81 at 2008-07-04 04:43:09