Trace number 1070074

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.03 1809.04

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl50-60-pb-cnf-cr.xml
MD5SUM6dd25a429d4058fdd77e446204c58115
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6000
Number of constraints220
Maximum constraint arity60
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(220)

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 11:18:28 2008
0.00/0.04	c 0	PID 7171
0.00/0.05	c 0	HOST node68.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070074-1215163108.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-1070074-1215163108.xml' 'HOME/temp.csp'
0.04/0.84	c 1	1 domains, 6000 variables, 0 predicates, 0 relations, 220 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	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.82/0.97	c 1	Parsing HOME/temp.csp
1.21/1.34	c 2	parsed 6221 expressions
1.21/1.34	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.34	c 2	Converting to clausal form CSP
1.21/1.38	c 2	converted 623 (10%) expressions
1.21/1.38	c 2	converted 1245 (20%) expressions
1.21/1.39	c 2	converted 1867 (30%) expressions
1.21/1.40	c 2	converted 2489 (40%) expressions
1.31/1.40	c 2	converted 3111 (50%) expressions
1.31/1.40	c 2	converted 3733 (60%) expressions
1.31/1.40	c 2	converted 4355 (70%) expressions
1.31/1.40	c 2	converted 4977 (80%) expressions
1.31/1.40	c 2	converted 5599 (90%) expressions
2.39/2.50	c 3	converted 6221 (100%) expressions
2.39/2.50	c 3	CSP : 17560 integers, 0 booleans, 23340 clauses, largest domain size 31
2.39/2.50	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/2.50	c 3	Propagation in CSP
2.59/2.77	c 3	23800 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.59/2.78	c 3	CSP : 17560 integers, 0 booleans, 23340 clauses, largest domain size 26
2.59/2.78	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.59/2.79	c 3	Simplifing CSP by introducing new Boolean variables
2.69/2.81	c 3	CSP : 17560 integers, 0 booleans, 23340 clauses, largest domain size 26
2.69/2.81	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.79/2.91	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.79/2.94	c 3	1756 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.79/2.95	c 3	3512 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.79/2.95	c 3	5268 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.79/2.96	c 3	7024 (40%) CSP integer variables are encoded (3991 clauses, 53562 bytes)
2.79/2.98	c 3	8780 (50%) CSP integer variables are encoded (10862 clauses, 156627 bytes)
2.79/2.99	c 3	10536 (60%) CSP integer variables are encoded (17766 clauses, 260187 bytes)
2.89/3.00	c 3	12292 (70%) CSP integer variables are encoded (22560 clauses, 332097 bytes)
2.89/3.00	c 3	14048 (80%) CSP integer variables are encoded (22560 clauses, 332097 bytes)
2.89/3.00	c 3	15804 (90%) CSP integer variables are encoded (22560 clauses, 332097 bytes)
2.89/3.01	c 3	17560 (100%) CSP integer variables are encoded (22560 clauses, 332097 bytes)
2.99/3.14	c 3	2334 (10%) CSP clauses are encoded (62740 clauses, 1038306 bytes)
3.09/3.23	c 3	4668 (20%) CSP clauses are encoded (102946 clauses, 1823281 bytes)
3.18/3.33	c 4	7002 (30%) CSP clauses are encoded (143120 clauses, 2607625 bytes)
3.28/3.42	c 4	9336 (40%) CSP clauses are encoded (183422 clauses, 3394542 bytes)
3.38/3.51	c 4	11670 (50%) CSP clauses are encoded (223380 clauses, 4174675 bytes)
3.38/3.54	c 4	14004 (60%) CSP clauses are encoded (228028 clauses, 4246388 bytes)
3.38/3.56	c 4	16338 (70%) CSP clauses are encoded (232676 clauses, 4318119 bytes)
3.38/3.59	c 4	18672 (80%) CSP clauses are encoded (237324 clauses, 4390531 bytes)
3.48/3.62	c 4	21006 (90%) CSP clauses are encoded (241972 clauses, 4463585 bytes)
3.48/3.64	c 4	23340 (100%) CSP clauses are encoded (246620 clauses, 4536639 bytes)
3.48/3.64	c 4	23340 CSP clauses encoded
3.48/3.65	c 4	Writing map file : HOME/temp.map
3.57/3.71	c 4	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.57/3.71	c 4	SAT : 40120 SAT variables, 246620 SAT clauses, 4536639 bytes
3.57/3.71	c 4	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.57/3.72	c 4	SOLVING HOME/temp.cnf
3.57/3.72	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.57/3.73	c 4	This is MiniSat 2.0 beta
3.57/3.73	c 4	WARNING: for repeatability, setting FPU to use double precision
3.57/3.73	c 4	============================[ Problem Statistics ]=============================
3.57/3.73	c 4	|                                                                             |
3.57/3.73	c 4	|  Number of variables:  40120                                                |
3.57/3.73	c 4	|  Number of clauses:    246620                                               |
3.61/3.86	c 4	|  Parsing time:         0.11         s                                       |
3.61/3.86	c 4	============================[ Search Statistics ]==============================
3.61/3.86	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.61/3.86	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.61/3.86	c 4	===============================================================================
3.61/3.86	c 4	|         0 |   40120   246620   643040 |    82206        0    nan |  0.000 % |
3.61/3.92	c 4	|       103 |   40120   246620   643040 |    90427      103    125 |  0.000 % |
3.61/3.99	c 4	|       257 |   40120   246620   643040 |    99470      257     69 |  0.000 % |
3.61/4.09	c 4	|       482 |   40120   246620   643040 |   109417      482     82 |  0.000 % |
3.61/4.17	c 4	|       819 |   40120   246620   643040 |   120358      819     55 |  0.000 % |
3.61/4.29	c 4	|      1326 |   40120   246620   643040 |   132394     1326     49 |  0.000 % |
4.36/4.58	c 5	|      2086 |   40120   246620   643040 |   145634     2086     77 |  0.000 % |
4.65/4.81	c 5	|      3225 |   40120   246620   643040 |   160197     3225     76 |  0.000 % |
5.05/5.23	c 5	|      4933 |   40120   246620   643040 |   176217     4933     79 |  0.000 % |
5.64/5.85	c 6	|      7495 |   40120   246620   643040 |   193839     7495     68 |  0.000 % |
7.23/7.44	c 8	|     11339 |   40120   246620   643040 |   213222    11339     95 |  0.000 % |
8.62/8.82	c 9	|     17105 |   40120   246620   643040 |   234545    17105     84 |  0.000 % |
10.70/10.99	c 11	|     25754 |   40120   246620   643040 |   257999    25754     65 |  0.000 % |
16.34/16.69	c 17	|     38729 |   40120   246620   643040 |   283799    38729     73 |  0.000 % |
24.77/25.12	c 25	|     58191 |   40120   246620   643040 |   312179    58191     68 |  0.000 % |
34.87/35.38	c 36	|     87383 |   40120   246620   643040 |   343397    87383     64 |  0.000 % |
61.61/62.39	c 63	|    131172 |   40120   246620   643040 |   377737   131172     64 |  0.000 % |
135.61/137.04	c 137	|    196856 |   40120   246620   643040 |   415511   196856     71 |  0.000 % |
233.28/235.67	c 236	|    295382 |   40120   246620   643040 |   457062   295382     71 |  0.000 % |
516.78/521.86	c 522	|    443171 |   40120   246620   643040 |   502768   443171     77 |  0.000 % |
853.19/861.45	c 862	|    664855 |   40120   246620   643040 |   553045   162954     70 |  0.000 % |
1797.72/1806.76	c 1807	|    997380 |   40120   246620   643040 |   608349   495479     54 |  0.000 % |
1800.03/1809.01	c ERROR INTERRUPTED
1800.03/1809.03	s UNKNOWN
1800.03/1809.03	c 1809	CPU 3.46 (0.04 0.01 3.42 0.15)
1800.03/1809.03	c 1809	END Fri Jul  4 11:48:37 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-1070074-1215163108/watcher-1070074-1215163108 -o /tmp/evaluation-result-1070074-1215163108/solver-1070074-1215163108 -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-1070074-1215163108.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.97 1.98 1.99 4/80 7171
/proc/meminfo: memFree=1821048/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=12000 CPUtime=0
/proc/7171/stat : 7171 (sugar) R 7169 7171 1357 0 -1 4194304 212 0 0 0 0 0 0 0 22 0 1 0 1995280382 12288000 180 996147200 4194304 4206940 548682068608 18446744073709551615 213111962447 0 0 4224 0 0 0 0 17 1 0 0
/proc/7171/statm: 3000 180 141 3 0 100 0

[startup+0.105868 s]
/proc/loadavg: 1.97 1.98 1.99 4/80 7171
/proc/meminfo: memFree=1821048/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=0.04
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995280382 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.20188 s]
/proc/loadavg: 1.97 1.98 1.99 4/80 7171
/proc/meminfo: memFree=1821048/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=0.04
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995280382 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301894 s]
/proc/loadavg: 1.97 1.98 1.99 4/80 7171
/proc/meminfo: memFree=1821048/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=0.04
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995280382 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701968 s]
/proc/loadavg: 1.97 1.98 1.99 4/80 7171
/proc/meminfo: memFree=1821048/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=0.04
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1995280382 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5021 s]
/proc/loadavg: 2.05 2.00 2.00 4/91 7193
/proc/meminfo: memFree=1812960/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=0.82
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 973 6707 0 1 3 1 74 4 15 0 1 0 1995280382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 797 370 3 0 500 0
[pid=7184] ppid=7171 vsize=5356 CPUtime=0
/proc/7184/stat : 7184 (sh) S 7171 7171 1357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995280471 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7184/statm: 1339 233 193 169 0 50 0
[pid=7185] ppid=7184 vsize=864324 CPUtime=0.59
/proc/7185/stat : 7185 (java) S 7184 7171 1357 0 -1 0 5005 0 1 0 56 3 0 0 18 0 9 0 1995280472 885067776 4398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7185/statm: 216081 4398 1837 9 0 210656 0
[pid=7185/tid=7186] ppid=7184 vsize=864324 CPUtime=0.39
/proc/7185/task/7186/stat : 7186 (java) R 7184 7171 1357 0 -1 64 2667 0 1 0 38 1 0 0 18 0 9 0 1995280473 885067776 4398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7185/tid=7187] ppid=7184 vsize=864324 CPUtime=0.05
/proc/7185/task/7187/stat : 7187 (java) R 7184 7171 1357 0 -1 64 1285 0 0 0 5 0 0 0 16 0 9 0 1995280474 885067776 4398 996147200 134512640 134550740 4294955952 18446744073709551615 103735967 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7185/tid=7188] ppid=7184 vsize=864324 CPUtime=0
/proc/7185/task/7188/stat : 7188 (java) S 7184 7171 1357 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1995280474 885067776 4398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7185/tid=7189] ppid=7184 vsize=864324 CPUtime=0
/proc/7185/task/7189/stat : 7189 (java) S 7184 7171 1357 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1995280474 885067776 4398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7185/tid=7190] ppid=7184 vsize=864324 CPUtime=0
/proc/7185/task/7190/stat : 7190 (java) S 7184 7171 1357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995280476 885067776 4398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7185/tid=7191] ppid=7184 vsize=864324 CPUtime=0.11
/proc/7185/task/7191/stat : 7191 (java) S 7184 7171 1357 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 1995280476 885067776 4398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7185/tid=7192] ppid=7184 vsize=864324 CPUtime=0
/proc/7185/task/7192/stat : 7192 (java) S 7184 7171 1357 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995280476 885067776 4398 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7185/tid=7193] ppid=7184 vsize=864324 CPUtime=0
/proc/7185/task/7193/stat : 7193 (java) S 7184 7171 1357 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995280476 885067776 4398 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) 883280

[startup+3.10238 s]
/proc/loadavg: 2.05 2.00 2.00 4/91 7193
/proc/meminfo: memFree=1794976/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=0.82
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 974 6707 0 1 3 1 74 4 15 0 1 0 1995280382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 797 370 3 0 500 0
[pid=7184] ppid=7171 vsize=5356 CPUtime=0
/proc/7184/stat : 7184 (sh) S 7171 7171 1357 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995280471 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7184/statm: 1339 233 193 169 0 50 0
[pid=7185] ppid=7184 vsize=868500 CPUtime=2.17
/proc/7185/stat : 7185 (java) S 7184 7171 1357 0 -1 0 10666 0 1 0 211 6 0 0 18 0 9 0 1995280472 889344000 9665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7185/statm: 217125 9665 2565 9 0 211672 0
[pid=7185/tid=7186] ppid=7184 vsize=868500 CPUtime=1.39
/proc/7185/task/7186/stat : 7186 (java) R 7184 7171 1357 0 -1 64 2964 0 1 0 137 2 0 0 23 0 9 0 1995280473 889344000 9665 996147200 134512640 134550740 4294955952 18446744073709551615 4127081359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7185/tid=7187] ppid=7184 vsize=868500 CPUtime=0.48
/proc/7185/task/7187/stat : 7187 (java) S 7184 7171 1357 0 -1 64 5503 0 0 0 46 2 0 0 16 0 9 0 1995280474 889344000 9665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7185/tid=7188] ppid=7184 vsize=868500 CPUtime=0
/proc/7185/task/7188/stat : 7188 (java) S 7184 7171 1357 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1995280474 889344000 9665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7185/tid=7189] ppid=7184 vsize=868500 CPUtime=0
/proc/7185/task/7189/stat : 7189 (java) S 7184 7171 1357 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995280474 889344000 9665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7185/tid=7190] ppid=7184 vsize=868500 CPUtime=0
/proc/7185/task/7190/stat : 7190 (java) S 7184 7171 1357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995280476 889344000 9665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7185/tid=7191] ppid=7184 vsize=868500 CPUtime=0.27
/proc/7185/task/7191/stat : 7191 (java) S 7184 7171 1357 0 -1 64 1506 0 0 0 27 0 0 0 16 0 9 0 1995280476 889344000 9665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7185/tid=7192] ppid=7184 vsize=868500 CPUtime=0
/proc/7185/task/7192/stat : 7192 (java) S 7184 7171 1357 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995280476 889344000 9665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7185/tid=7193] ppid=7184 vsize=868500 CPUtime=0
/proc/7185/task/7193/stat : 7193 (java) S 7184 7171 1357 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995280476 889344000 9665 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) 887456

[startup+6.30192 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 7195
/proc/meminfo: memFree=1798240/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 15 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0
/proc/7194/stat : 7194 (sh) S 7171 7171 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995280755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7194/statm: 1339 232 193 169 0 50 0
[pid=7195] ppid=7194 vsize=17500 CPUtime=2.53
/proc/7195/stat : 7195 (minisat) R 7194 7171 1357 0 -1 4194304 4171 0 0 0 250 3 0 0 25 0 1 0 1995280755 17920000 4157 996147200 134512640 135127466 4294956272 18446744073709551615 134528655 0 0 4096 3 0 0 0 17 1 0 0
/proc/7195/statm: 4375 4157 76 150 0 4222 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 36456

[startup+12.703 s]
/proc/loadavg: 2.04 2.00 2.00 3/83 7195
/proc/meminfo: memFree=1791008/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 16 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0
/proc/7194/stat : 7194 (sh) S 7171 7171 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995280755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7194/statm: 1339 232 193 169 0 50 0
[pid=7195] ppid=7194 vsize=24424 CPUtime=8.87
/proc/7195/stat : 7195 (minisat) R 7194 7171 1357 0 -1 4194304 5893 0 0 0 883 4 0 0 25 0 1 0 1995280755 25010176 5879 996147200 134512640 135127466 4294956272 18446744073709551615 134527046 0 0 4096 3 0 0 0 17 1 0 0
/proc/7195/statm: 6106 5879 76 150 0 5953 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 43380

[startup+25.5012 s]
/proc/loadavg: 2.04 2.00 2.00 3/83 7195
/proc/meminfo: memFree=1781728/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 16 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0
/proc/7194/stat : 7194 (sh) S 7171 7171 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995280755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7194/statm: 1339 232 193 169 0 50 0
[pid=7195] ppid=7194 vsize=33360 CPUtime=21.55
/proc/7195/stat : 7195 (minisat) R 7194 7171 1357 0 -1 4194304 8131 0 0 0 2149 6 0 0 25 0 1 0 1995280755 34160640 8117 996147200 134512640 135127466 4294956272 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/7195/statm: 8340 8117 76 150 0 8187 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 52316

[startup+51.1015 s]
/proc/loadavg: 2.02 2.00 2.00 4/83 7195
/proc/meminfo: memFree=1765408/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 16 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0
/proc/7194/stat : 7194 (sh) S 7171 7171 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995280755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7194/statm: 1339 232 193 169 0 50 0
[pid=7195] ppid=7194 vsize=49668 CPUtime=46.9
/proc/7195/stat : 7195 (minisat) R 7194 7171 1357 0 -1 4194304 12210 0 0 0 4681 9 0 0 25 0 1 0 1995280755 50860032 12196 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/7195/statm: 12417 12196 76 150 0 12264 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 68624

[startup+102.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 7195
/proc/meminfo: memFree=1742432/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 16 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0
/proc/7194/stat : 7194 (sh) S 7171 7171 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995280755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7194/statm: 1339 232 193 169 0 50 0
[pid=7195] ppid=7194 vsize=72692 CPUtime=97.62
/proc/7195/stat : 7195 (minisat) R 7194 7171 1357 0 -1 4194304 17865 0 0 0 9748 14 0 0 25 0 1 0 1995280755 74436608 17851 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7195/statm: 18173 17851 76 150 0 18020 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 91648

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7195
/proc/meminfo: memFree=1723808/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 16 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1653424/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 16 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0
/proc/7194/stat : 7194 (sh) S 7171 7171 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995280755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7194/statm: 1339 232 193 169 0 50 0
[pid=7195] ppid=7194 vsize=203256 CPUtime=1349.88
/proc/7195/stat : 7195 (minisat) R 7194 7171 1357 0 -1 4194304 50057 0 0 0 134935 53 0 0 25 0 1 0 1995280755 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7195/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1353.49
Current children cumulated vsize (KiB) 222212

[startup+1422.3 s]
/proc/loadavg: 1.00 1.18 1.57 2/67 7220
/proc/meminfo: memFree=1653424/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 16 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0
/proc/7194/stat : 7194 (sh) S 7171 7171 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995280755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7194/statm: 1339 232 193 169 0 50 0
[pid=7195] ppid=7194 vsize=203256 CPUtime=1409.85
/proc/7195/stat : 7195 (minisat) R 7194 7171 1357 0 -1 4194304 50057 0 0 0 140932 53 0 0 25 0 1 0 1995280755 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7195/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1413.46
Current children cumulated vsize (KiB) 222212

[startup+1482.3 s]
/proc/loadavg: 1.00 1.14 1.53 2/67 7220
/proc/meminfo: memFree=1653488/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 16 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0
/proc/7194/stat : 7194 (sh) S 7171 7171 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995280755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7194/statm: 1339 232 193 169 0 50 0
[pid=7195] ppid=7194 vsize=203256 CPUtime=1469.82
/proc/7195/stat : 7195 (minisat) R 7194 7171 1357 0 -1 4194304 50057 0 0 0 146929 53 0 0 25 0 1 0 1995280755 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7195/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1473.43
Current children cumulated vsize (KiB) 222212

[startup+1542.31 s]
/proc/loadavg: 1.00 1.12 1.49 2/67 7220
/proc/meminfo: memFree=1653488/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 16 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0
/proc/7194/stat : 7194 (sh) S 7171 7171 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995280755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7194/statm: 1339 232 193 169 0 50 0
[pid=7195] ppid=7194 vsize=203256 CPUtime=1529.81
/proc/7195/stat : 7195 (minisat) R 7194 7171 1357 0 -1 4194304 50057 0 0 0 152927 54 0 0 25 0 1 0 1995280755 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7195/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1533.42
Current children cumulated vsize (KiB) 222212

[startup+1602.3 s]
/proc/loadavg: 1.00 1.09 1.46 2/67 7220
/proc/meminfo: memFree=1653424/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 16 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0
/proc/7194/stat : 7194 (sh) S 7171 7171 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995280755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7194/statm: 1339 232 193 169 0 50 0
[pid=7195] ppid=7194 vsize=203256 CPUtime=1589.79
/proc/7195/stat : 7195 (minisat) R 7194 7171 1357 0 -1 4194304 50057 0 0 0 158925 54 0 0 25 0 1 0 1995280755 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/7195/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1593.4
Current children cumulated vsize (KiB) 222212

[startup+1662.3 s]
/proc/loadavg: 1.00 1.07 1.43 2/67 7220
/proc/meminfo: memFree=1653488/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 16 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0
/proc/7194/stat : 7194 (sh) S 7171 7171 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995280755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7194/statm: 1339 232 193 169 0 50 0
[pid=7195] ppid=7194 vsize=203256 CPUtime=1649.77
/proc/7195/stat : 7195 (minisat) R 7194 7171 1357 0 -1 4194304 50057 0 0 0 164923 54 0 0 25 0 1 0 1995280755 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7195/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1653.38
Current children cumulated vsize (KiB) 222212

[startup+1722.3 s]
/proc/loadavg: 1.00 1.06 1.40 2/67 7220
/proc/meminfo: memFree=1653424/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 16 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0
/proc/7194/stat : 7194 (sh) S 7171 7171 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995280755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7194/statm: 1339 232 193 169 0 50 0
[pid=7195] ppid=7194 vsize=203256 CPUtime=1709.74
/proc/7195/stat : 7195 (minisat) R 7194 7171 1357 0 -1 4194304 50057 0 0 0 170920 54 0 0 25 0 1 0 1995280755 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7195/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1713.35
Current children cumulated vsize (KiB) 222212

[startup+1782.3 s]
/proc/loadavg: 1.00 1.04 1.37 2/67 7220
/proc/meminfo: memFree=1653232/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 16 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0
/proc/7194/stat : 7194 (sh) S 7171 7171 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995280755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7194/statm: 1339 232 193 169 0 50 0
[pid=7195] ppid=7194 vsize=203256 CPUtime=1769.72
/proc/7195/stat : 7195 (minisat) R 7194 7171 1357 0 -1 4194304 50057 0 0 0 176918 54 0 0 25 0 1 0 1995280755 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7195/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1773.33
Current children cumulated vsize (KiB) 222212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 1.00 1.04 1.36 2/67 7220
/proc/meminfo: memFree=1653232/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 16 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0
/proc/7194/stat : 7194 (sh) S 7171 7171 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995280755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7194/statm: 1339 232 193 169 0 50 0
[pid=7195] ppid=7194 vsize=203256 CPUtime=1796.42
/proc/7195/stat : 7195 (minisat) R 7194 7171 1357 0 -1 4194304 50057 0 0 0 179588 54 0 0 25 0 1 0 1995280755 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7195/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 222212

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

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

[startup+1809 s]
/proc/loadavg: 1.00 1.04 1.36 2/67 7220
/proc/meminfo: memFree=1653232/2055920 swapFree=4180444/4192956
[pid=7171] ppid=7169 vsize=13600 CPUtime=3.61
/proc/7171/stat : 7171 (sugar) S 7169 7171 1357 0 -1 4194304 1034 17776 0 2 4 1 342 14 16 0 1 0 1995280382 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7171/statm: 3400 799 370 3 0 500 0
[pid=7194] ppid=7171 vsize=5356 CPUtime=0
/proc/7194/stat : 7194 (sh) S 7171 7171 1357 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995280755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7194/statm: 1339 232 193 169 0 50 0
[pid=7195] ppid=7194 vsize=203256 CPUtime=1796.42
/proc/7195/stat : 7195 (minisat) R 7194 7171 1357 0 -1 4194304 50057 0 0 0 179588 54 0 0 25 0 1 0 1995280755 208134144 50043 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7195/statm: 50814 50043 76 150 0 50661 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 222212

Child status: 0

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

Real time (s): 1809.04
CPU time (s): 1800.03
CPU user time (s): 1799.34
CPU system time (s): 0.69
CPU usage (%): 99.5019
Max. virtual memory (cumulated for all children) (KiB): 887596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.46847
system time used= 0.170974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19154
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= 3806
involuntary context switches= 3774

runsolver used 2.22066 second user time and 5.19321 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-04 11:18:28
IDJOB=1070074
IDBENCH=55792
IDSOLVER=346
FILE ID=node68/1070074-1215163108
PBS_JOBID= 7877358
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl50-60-pb-cnf-cr.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-1070074-1215163108/watcher-1070074-1215163108 -o /tmp/evaluation-result-1070074-1215163108/solver-1070074-1215163108 -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-1070074-1215163108.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6dd25a429d4058fdd77e446204c58115
RANDOM SEED=175082312

node68.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.261
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.261
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:       1821464 kB
Buffers:         26080 kB
Cached:         110332 kB
SwapCached:       6728 kB
Active:         133836 kB
Inactive:        48836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1821464 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:          62376 kB
Slab:            37008 kB
Committed_AS:  4992932 kB
PageTables:       1812 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= 66556 MiB
End job on node68 at 2008-07-04 11:48:39