Trace number 1040820

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.07 1815.77

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-26-26.xml
MD5SUMdee6717e94e3c396cc9a79e38a8821c4
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 variables1352
Number of constraints1628
Maximum constraint arity26
Maximum domain size79
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1301
Global constraints used (with number of constraints)cumulative(2),weightedsum(325)

Solver Data (download as text)

0.01/0.21	c 0	Sugar v1-13 + HOME/minisat
0.01/0.24	c 0	BEGIN Wed Jul  2 13:42:25 2008
0.01/0.24	c 0	PID 25432
0.01/0.25	c 0	HOST node40.alineos.net
0.01/0.25	c 0	CONVERTING HOME/instance-1040820-1214998943.xml TO HOME/temp.csp
0.01/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1040820-1214998943.xml' 'HOME/temp.csp'
0.04/0.88	c 1	27 domains, 1352 variables, 2 predicates, 0 relations, 1628 constraints
0.04/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.92	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.62/1.00	c 1	Parsing HOME/temp.csp
0.80/1.23	c 1	parsed 3009 expressions
0.80/1.24	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.80/1.24	c 1	Converting to clausal form CSP
0.80/1.26	c 1	converted 301 (10%) expressions
0.80/1.27	c 1	converted 602 (20%) expressions
0.80/1.27	c 1	converted 903 (30%) expressions
0.80/1.27	c 1	converted 1204 (40%) expressions
1.00/1.41	c 1	converted 1505 (50%) expressions
1.00/1.46	c 1	converted 1806 (60%) expressions
1.00/1.49	c 1	converted 2107 (70%) expressions
1.10/1.51	c 1	converted 2408 (80%) expressions
1.10/1.54	c 1	converted 2709 (90%) expressions
1.98/2.45	c 2	converted 3009 (100%) expressions
1.98/2.45	c 2	CSP : 9252 integers, 2650 booleans, 24130 clauses, largest domain size 187
1.98/2.45	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.45	c 2	Propagation in CSP
2.08/2.60	c 2	27926 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.18/2.60	c 2	CSP : 9252 integers, 2650 booleans, 24130 clauses, largest domain size 80
2.18/2.60	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.18/2.61	c 2	Simplifing CSP by introducing new Boolean variables
2.18/2.63	c 2	CSP : 9252 integers, 2650 booleans, 24130 clauses, largest domain size 80
2.18/2.63	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.28/2.73	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.28/2.76	c 2	926 (10%) CSP integer variables are encoded (3300 clauses, 40781 bytes)
2.28/2.77	c 2	1851 (20%) CSP integer variables are encoded (10731 clauses, 142225 bytes)
2.28/2.80	c 2	2776 (30%) CSP integer variables are encoded (23801 clauses, 338275 bytes)
2.38/2.82	c 2	3701 (40%) CSP integer variables are encoded (37519 clauses, 544045 bytes)
2.38/2.83	c 2	4626 (50%) CSP integer variables are encoded (50212 clauses, 734440 bytes)
2.38/2.85	c 2	5552 (60%) CSP integer variables are encoded (63562 clauses, 934690 bytes)
2.38/2.87	c 2	6477 (70%) CSP integer variables are encoded (76594 clauses, 1130170 bytes)
2.38/2.88	c 3	7402 (80%) CSP integer variables are encoded (90350 clauses, 1336510 bytes)
2.47/2.90	c 3	8327 (90%) CSP integer variables are encoded (103150 clauses, 1549859 bytes)
2.47/2.92	c 3	9252 (100%) CSP integer variables are encoded (116355 clauses, 1774344 bytes)
2.67/3.19	c 3	2413 (10%) CSP clauses are encoded (244949 clauses, 4050093 bytes)
3.26/3.75	c 3	4826 (20%) CSP clauses are encoded (552746 clauses, 10125761 bytes)
3.75/4.30	c 4	7239 (30%) CSP clauses are encoded (861091 clauses, 16615533 bytes)
4.33/4.83	c 4	9652 (40%) CSP clauses are encoded (1151440 clauses, 22726070 bytes)
4.82/5.36	c 5	12065 (50%) CSP clauses are encoded (1449145 clauses, 28991231 bytes)
5.50/6.07	c 6	14478 (60%) CSP clauses are encoded (1837976 clauses, 37155334 bytes)
6.09/6.64	c 6	16891 (70%) CSP clauses are encoded (2152447 clauses, 43774870 bytes)
6.57/7.19	c 7	19304 (80%) CSP clauses are encoded (2454662 clauses, 50136567 bytes)
7.16/7.76	c 7	21717 (90%) CSP clauses are encoded (2742351 clauses, 56918655 bytes)
7.85/8.48	c 8	24130 (100%) CSP clauses are encoded (3092486 clauses, 65286095 bytes)
7.85/8.48	c 8	24130 CSP clauses encoded
7.85/8.49	c 8	Writing map file : HOME/temp.map
7.94/8.52	c 8	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.94/8.52	c 8	SAT : 128203 SAT variables, 3092486 SAT clauses, 65286095 bytes
7.94/8.52	c 8	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.94/8.54	c 8	SOLVING HOME/temp.cnf
7.94/8.54	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.94/8.54	c 8	This is MiniSat 2.0 beta
7.94/8.54	c 8	WARNING: for repeatability, setting FPU to use double precision
7.94/8.54	c 8	============================[ Problem Statistics ]=============================
7.94/8.54	c 8	|                                                                             |
7.94/8.55	c 8	|  Number of variables:  128203                                               |
7.94/8.55	c 8	|  Number of clauses:    3092486                                              |
9.45/10.17	c 10	|  Parsing time:         1.36         s                                       |
9.55/10.25	c 10	============================[ Search Statistics ]==============================
9.55/10.25	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.55/10.25	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.55/10.25	c 10	===============================================================================
9.55/10.25	c 10	|         0 |  128203  3092486  8958825 |  1030828        0    nan |  0.000 % |
11.03/11.75	c 11	|       101 |  128203  3092486  8958825 |  1133911      101     39 |  0.000 % |
13.19/13.91	c 14	|       251 |  128203  3092486  8958825 |  1247302      251     44 |  0.000 % |
16.17/16.92	c 17	|       476 |  128203  3092486  8958825 |  1372032      476     35 |  0.000 % |
19.15/20.00	c 20	|       813 |  128203  3092486  8958825 |  1509236      813     42 |  0.000 % |
24.82/25.62	c 25	|      1319 |  128203  3092486  8958825 |  1660159     1319     38 |  0.000 % |
35.15/36.05	c 36	|      2079 |  128203  3092486  8958825 |  1826175     2079     36 |  0.000 % |
49.57/52.24	c 52	|      3218 |  128203  3092486  8958825 |  2008793     3218     33 |  0.000 % |
73.98/78.02	c 78	|      4926 |  128203  3092486  8958825 |  2209672     4926     36 |  0.000 % |
106.23/112.79	c 112	|      7490 |  128203  3092486  8958825 |  2430640     7490     41 |  0.000 % |
160.37/167.27	c 167	|     11335 |  128203  3092486  8958825 |  2673704    11335     40 |  0.000 % |
231.18/238.43	c 238	|     17102 |  128203  3092486  8958825 |  2941074    17102     48 |  0.000 % |
351.02/358.96	c 359	|     25751 |  128203  3092486  8958825 |  3235181    25751     47 |  0.000 % |
533.55/542.44	c 542	|     38725 |  128203  3092486  8958825 |  3558700    38725     46 |  0.000 % |
832.15/842.66	c 842	|     58187 |  128203  3092486  8958825 |  3914570    58187     45 |  0.000 % |
1316.66/1329.73	c 1329	|     87379 |  128203  3092486  8958825 |  4306027    87379     45 |  0.000 % |
1800.07/1815.72	c ERROR INTERRUPTED
1800.07/1815.73	s UNKNOWN
1800.07/1815.73	c 1815	CPU 7.38 (0.03 0.01 7.35 0.59)
1800.07/1815.73	c 1815	END Wed Jul  2 14:12:40 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-1040820-1214998943/watcher-1040820-1214998943 -o /tmp/evaluation-result-1040820-1214998943/solver-1040820-1214998943 -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-1040820-1214998943.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.34 2.27 1.86 4/82 25432
/proc/meminfo: memFree=15424/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=18572 CPUtime=0
/proc/25432/stat : 25432 (runsolver) R 25430 25432 24161 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1529562133 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25432/statm: 4643 292 257 25 0 2626 0

[startup+0.0346081 s]
/proc/loadavg: 2.34 2.27 1.86 4/82 25432
/proc/meminfo: memFree=15424/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=18572 CPUtime=0
/proc/25432/stat : 25432 (runsolver) D 25430 25432 24161 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1529562133 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 264519609639 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25432/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.103412 s]
/proc/loadavg: 2.34 2.27 1.86 4/82 25432
/proc/meminfo: memFree=15424/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=12268 CPUtime=0
/proc/25432/stat : 25432 (sugar) R 25430 25432 24161 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1529562133 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264519776869 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/25432/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301424 s]
/proc/loadavg: 2.34 2.27 1.86 4/82 25432
/proc/meminfo: memFree=15424/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=0.04
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1529562133 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701477 s]
/proc/loadavg: 2.34 2.27 1.86 4/82 25432
/proc/meminfo: memFree=15424/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=0.04
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1529562133 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50258 s]
/proc/loadavg: 2.34 2.27 1.86 3/93 25454
/proc/meminfo: memFree=21672/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=0.55
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 974 5260 0 1 3 1 47 4 15 0 1 0 1529562133 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 797 370 3 0 500 0
[pid=25445] ppid=25432 vsize=5356 CPUtime=0
/proc/25445/stat : 25445 (sh) S 25432 25432 24161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529562225 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25445/statm: 1339 233 193 169 0 50 0
[pid=25446] ppid=25445 vsize=868264 CPUtime=0.55
/proc/25446/stat : 25446 (java) S 25445 25432 24161 0 -1 0 5385 0 2 0 51 4 0 0 20 0 9 0 1529562225 889102336 4788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25446/statm: 217066 4788 1734 9 0 211641 0
[pid=25446/tid=25447] ppid=25445 vsize=868264 CPUtime=0.34
/proc/25446/task/25447/stat : 25447 (java) R 25445 25432 24161 0 -1 64 2650 0 1 0 32 2 0 0 25 0 9 0 1529562226 889102336 4788 996147200 134512640 134550740 4294955952 18446744073709551615 4126095759 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25448] ppid=25445 vsize=868264 CPUtime=0.02
/proc/25446/task/25448/stat : 25448 (java) S 25445 25432 24161 0 -1 64 574 0 0 0 2 0 0 0 16 0 9 0 1529562227 889102336 4788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25449] ppid=25445 vsize=868264 CPUtime=0
/proc/25446/task/25449/stat : 25449 (java) S 25445 25432 24161 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 1529562227 889102336 4788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25450] ppid=25445 vsize=868264 CPUtime=0
/proc/25446/task/25450/stat : 25450 (java) S 25445 25432 24161 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 1529562227 889102336 4788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25451] ppid=25445 vsize=868264 CPUtime=0
/proc/25446/task/25451/stat : 25451 (java) S 25445 25432 24161 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1529562229 889102336 4788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25452] ppid=25445 vsize=868264 CPUtime=0.16
/proc/25446/task/25452/stat : 25452 (java) S 25445 25432 24161 0 -1 64 1470 0 1 0 16 0 0 0 16 0 9 0 1529562229 889102336 4788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25453] ppid=25445 vsize=868264 CPUtime=0
/proc/25446/task/25453/stat : 25453 (java) S 25445 25432 24161 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1529562229 889102336 4788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25454] ppid=25445 vsize=868264 CPUtime=0
/proc/25446/task/25454/stat : 25454 (java) S 25445 25432 24161 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529562229 889102336 4788 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 887220

[startup+3.10279 s]
/proc/loadavg: 2.34 2.27 1.86 3/93 25454
/proc/meminfo: memFree=15528/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=0.55
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 974 5260 0 1 3 1 47 4 15 0 1 0 1529562133 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 797 370 3 0 500 0
[pid=25445] ppid=25432 vsize=5356 CPUtime=0
/proc/25445/stat : 25445 (sh) S 25432 25432 24161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529562225 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25445/statm: 1339 233 193 169 0 50 0
[pid=25446] ppid=25445 vsize=868492 CPUtime=2.12
/proc/25446/stat : 25446 (java) S 25445 25432 24161 0 -1 0 10665 0 3 0 202 10 0 0 20 0 9 0 1529562225 889335808 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25446/statm: 217123 9629 2565 9 0 211670 0
[pid=25446/tid=25447] ppid=25445 vsize=868492 CPUtime=1.33
/proc/25446/task/25447/stat : 25447 (java) R 25445 25432 24161 0 -1 64 2960 0 1 0 128 5 0 0 25 0 9 0 1529562226 889335808 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4126873839 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25448] ppid=25445 vsize=868492 CPUtime=0.49
/proc/25446/task/25448/stat : 25448 (java) S 25445 25432 24161 0 -1 64 5466 0 1 0 46 3 0 0 16 0 9 0 1529562227 889335808 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25449] ppid=25445 vsize=868492 CPUtime=0
/proc/25446/task/25449/stat : 25449 (java) S 25445 25432 24161 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529562227 889335808 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25450] ppid=25445 vsize=868492 CPUtime=0
/proc/25446/task/25450/stat : 25450 (java) S 25445 25432 24161 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529562227 889335808 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25451] ppid=25445 vsize=868492 CPUtime=0
/proc/25446/task/25451/stat : 25451 (java) S 25445 25432 24161 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1529562229 889335808 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25452] ppid=25445 vsize=868492 CPUtime=0.28
/proc/25446/task/25452/stat : 25452 (java) S 25445 25432 24161 0 -1 64 1547 0 1 0 27 1 0 0 16 0 9 0 1529562229 889335808 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25453] ppid=25445 vsize=868492 CPUtime=0
/proc/25446/task/25453/stat : 25453 (java) S 25445 25432 24161 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1529562229 889335808 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25454] ppid=25445 vsize=868492 CPUtime=0
/proc/25446/task/25454/stat : 25454 (java) S 25445 25432 24161 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529562229 889335808 9629 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 887448

[startup+6.3012 s]
/proc/loadavg: 2.40 2.28 1.87 3/93 25454
/proc/meminfo: memFree=15848/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=0.55
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 974 5260 0 1 3 1 47 4 15 0 1 0 1529562133 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 797 370 3 0 500 0
[pid=25445] ppid=25432 vsize=5356 CPUtime=0
/proc/25445/stat : 25445 (sh) S 25432 25432 24161 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529562225 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25445/statm: 1339 233 193 169 0 50 0
[pid=25446] ppid=25445 vsize=868492 CPUtime=5.24
/proc/25446/stat : 25446 (java) S 25445 25432 24161 0 -1 0 11251 0 3 0 489 35 0 0 20 0 9 0 1529562225 889335808 9637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25446/statm: 217123 9637 2565 9 0 211670 0
[pid=25446/tid=25447] ppid=25445 vsize=868492 CPUtime=4.25
/proc/25446/task/25447/stat : 25447 (java) R 25445 25432 24161 0 -1 64 3538 0 1 0 398 27 0 0 25 0 9 0 1529562226 889335808 9637 996147200 134512640 134550740 4294955952 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25448] ppid=25445 vsize=868492 CPUtime=0.66
/proc/25446/task/25448/stat : 25448 (java) S 25445 25432 24161 0 -1 64 5466 0 1 0 61 5 0 0 16 0 9 0 1529562227 889335808 9637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25449] ppid=25445 vsize=868492 CPUtime=0
/proc/25446/task/25449/stat : 25449 (java) S 25445 25432 24161 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529562227 889335808 9637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25450] ppid=25445 vsize=868492 CPUtime=0
/proc/25446/task/25450/stat : 25450 (java) S 25445 25432 24161 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529562227 889335808 9637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25451] ppid=25445 vsize=868492 CPUtime=0
/proc/25446/task/25451/stat : 25451 (java) S 25445 25432 24161 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1529562229 889335808 9637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25452] ppid=25445 vsize=868492 CPUtime=0.29
/proc/25446/task/25452/stat : 25452 (java) S 25445 25432 24161 0 -1 64 1555 0 1 0 28 1 0 0 17 0 9 0 1529562229 889335808 9637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25453] ppid=25445 vsize=868492 CPUtime=0
/proc/25446/task/25453/stat : 25453 (java) S 25445 25432 24161 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1529562229 889335808 9637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25446/tid=25454] ppid=25445 vsize=868492 CPUtime=0
/proc/25446/task/25454/stat : 25454 (java) S 25445 25432 24161 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529562229 889335808 9637 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 887448

[startup+12.7022 s]
/proc/loadavg: 2.44 2.29 1.87 3/85 25456
/proc/meminfo: memFree=15912/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=7.97
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 1033 17197 0 8 3 1 735 58 16 0 1 0 1529562133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25432/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25432 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25432 25432 24161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529562987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=135688 CPUtime=4.03
/proc/25456/stat : 25456 (minisat) R 25455 25432 24161 0 -1 4194304 33161 0 0 0 382 21 0 0 25 0 1 0 1529562987 138944512 33147 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25456/statm: 33922 33147 76 150 0 33769 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 154644

[startup+25.5017 s]
/proc/loadavg: 2.35 2.28 1.87 3/85 25456
/proc/meminfo: memFree=14952/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=7.97
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 1033 17197 0 8 3 1 735 58 16 0 1 0 1529562133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25432/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25432 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25432 25432 24161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529562987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=138592 CPUtime=16.75
/proc/25456/stat : 25456 (minisat) R 25455 25432 24161 0 -1 4194304 33899 0 0 0 1650 25 0 0 25 0 1 0 1529562987 141918208 33885 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25456/statm: 34648 33885 76 150 0 34495 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 157548

[startup+51.102 s]
/proc/loadavg: 2.58 2.34 1.90 3/86 25494
/proc/meminfo: memFree=1437024/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=7.97
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 1033 17197 0 8 3 1 735 58 16 0 1 0 1529562133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25432/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25432 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25432 25432 24161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529562987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=139256 CPUtime=40.54
/proc/25456/stat : 25456 (minisat) R 25455 25432 24161 0 -1 4194304 34061 0 0 0 4025 29 0 0 25 0 1 0 1529562987 142598144 34047 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25456/statm: 34814 34047 76 150 0 34661 0
Current children cumulated CPU time (s) 48.51
Current children cumulated vsize (KiB) 158212

[startup+102.307 s]
/proc/loadavg: 2.69 2.42 1.95 3/86 25494
/proc/meminfo: memFree=977760/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=7.97
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 1033 17197 0 8 3 1 735 58 16 0 1 0 1529562133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1477480/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=7.97
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 1033 17197 0 8 3 1 735 58 16 0 1 0 1529562133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25432 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25432 25432 24161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529562987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=161200 CPUtime=1341.11
/proc/25456/stat : 25456 (minisat) R 25455 25432 24161 0 -1 4194304 39538 0 0 0 134069 42 0 0 25 0 1 0 1529562987 165068800 39524 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25456/statm: 40300 39524 76 150 0 40147 0
Current children cumulated CPU time (s) 1349.08
Current children cumulated vsize (KiB) 180156

[startup+1422.31 s]
/proc/loadavg: 2.00 2.04 2.00 3/77 25551
/proc/meminfo: memFree=1475304/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=7.97
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 1033 17197 0 8 3 1 735 58 16 0 1 0 1529562133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25432 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25432 25432 24161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529562987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=162436 CPUtime=1400.8
/proc/25456/stat : 25456 (minisat) R 25455 25432 24161 0 -1 4194304 39805 0 0 0 140037 43 0 0 25 0 1 0 1529562987 166334464 39791 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25456/statm: 40609 39791 76 150 0 40456 0
Current children cumulated CPU time (s) 1408.77
Current children cumulated vsize (KiB) 181392

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 25551
/proc/meminfo: memFree=1473320/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=7.97
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 1033 17197 0 8 3 1 735 58 16 0 1 0 1529562133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25432 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25432 25432 24161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529562987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=163360 CPUtime=1460.48
/proc/25456/stat : 25456 (minisat) R 25455 25432 24161 0 -1 4194304 40046 0 0 0 146005 43 0 0 25 0 1 0 1529562987 167280640 40032 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25456/statm: 40840 40032 76 150 0 40687 0
Current children cumulated CPU time (s) 1468.45
Current children cumulated vsize (KiB) 182316

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 25551
/proc/meminfo: memFree=1471080/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=7.97
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 1033 17197 0 8 3 1 735 58 16 0 1 0 1529562133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25432 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25432 25432 24161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529562987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=164548 CPUtime=1520.15
/proc/25456/stat : 25456 (minisat) R 25455 25432 24161 0 -1 4194304 40332 0 0 0 151971 44 0 0 25 0 1 0 1529562987 168497152 40318 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25456/statm: 41137 40318 76 150 0 40984 0
Current children cumulated CPU time (s) 1528.12
Current children cumulated vsize (KiB) 183504

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 25551
/proc/meminfo: memFree=1468328/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=7.97
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 1033 17197 0 8 3 1 735 58 16 0 1 0 1529562133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25432 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25432 25432 24161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529562987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=165736 CPUtime=1579.83
/proc/25456/stat : 25456 (minisat) R 25455 25432 24161 0 -1 4194304 40645 0 0 0 157939 44 0 0 25 0 1 0 1529562987 169713664 40631 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25456/statm: 41434 40631 76 150 0 41281 0
Current children cumulated CPU time (s) 1587.8
Current children cumulated vsize (KiB) 184692

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 25551
/proc/meminfo: memFree=1465768/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=7.97
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 1033 17197 0 8 3 1 735 58 16 0 1 0 1529562133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25432 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25432 25432 24161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529562987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=167056 CPUtime=1639.51
/proc/25456/stat : 25456 (minisat) R 25455 25432 24161 0 -1 4194304 40964 0 0 0 163906 45 0 0 25 0 1 0 1529562987 171065344 40950 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25456/statm: 41764 40950 76 150 0 41611 0
Current children cumulated CPU time (s) 1647.48
Current children cumulated vsize (KiB) 186012

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 25551
/proc/meminfo: memFree=1463592/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=7.97
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 1033 17197 0 8 3 1 735 58 16 0 1 0 1529562133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25432 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25432 25432 24161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529562987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=168244 CPUtime=1699.19
/proc/25456/stat : 25456 (minisat) R 25455 25432 24161 0 -1 4194304 41262 0 0 0 169874 45 0 0 25 0 1 0 1529562987 172281856 41248 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25456/statm: 42061 41248 76 150 0 41908 0
Current children cumulated CPU time (s) 1707.16
Current children cumulated vsize (KiB) 187200

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25551
/proc/meminfo: memFree=1461288/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=7.97
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 1033 17197 0 8 3 1 735 58 16 0 1 0 1529562133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25432 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25432 25432 24161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529562987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=169432 CPUtime=1758.88
/proc/25456/stat : 25456 (minisat) R 25455 25432 24161 0 -1 4194304 41570 0 0 0 175842 46 0 0 25 0 1 0 1529562987 173498368 41556 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25456/statm: 42358 41556 76 150 0 42205 0
Current children cumulated CPU time (s) 1766.85
Current children cumulated vsize (KiB) 188388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25551
/proc/meminfo: memFree=1460136/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=7.97
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 1033 17197 0 8 3 1 735 58 16 0 1 0 1529562133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25432 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25432 25432 24161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529562987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=169960 CPUtime=1792.1
/proc/25456/stat : 25456 (minisat) R 25455 25432 24161 0 -1 4194304 41712 0 0 0 179164 46 0 0 25 0 1 0 1529562987 174039040 41698 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25456/statm: 42490 41698 76 150 0 42337 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 188916

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

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

[startup+1815.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25551
/proc/meminfo: memFree=1460136/2055920 swapFree=4114672/4192956
[pid=25432] ppid=25430 vsize=13600 CPUtime=7.97
/proc/25432/stat : 25432 (sugar) S 25430 25432 24161 0 -1 4194304 1033 17197 0 8 3 1 735 58 16 0 1 0 1529562133 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25432/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25432 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25432 25432 24161 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529562987 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=169960 CPUtime=1792.1
/proc/25456/stat : 25456 (minisat) R 25455 25432 24161 0 -1 4194304 41712 0 0 0 179164 46 0 0 25 0 1 0 1529562987 174039040 41698 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25456/statm: 42490 41698 76 150 0 42337 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 188916

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25432 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=392876
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=637903
# CPU time returned by wait4() is 8.03078
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.77
CPU time (s): 1800.07
CPU user time (s): 1799.02
CPU system time (s): 1.05
CPU usage (%): 99.1354
Max. virtual memory (cumulated for all children) (KiB): 887588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.39288
system time used= 0.637903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18574
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10320
involuntary context switches= 10318

runsolver used 2.67259 second user time and 5.36018 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-02 13:42:24
IDJOB=1040820
IDBENCH=53744
IDSOLVER=346
FILE ID=node40/1040820-1214998943
PBS_JOBID= 7870842
Free space on /tmp= 64764 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-26-26.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-1040820-1214998943/watcher-1040820-1214998943 -o /tmp/evaluation-result-1040820-1214998943/solver-1040820-1214998943 -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-1040820-1214998943.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dee6717e94e3c396cc9a79e38a8821c4
RANDOM SEED=1519130022

node40.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.209
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.209
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:         16160 kB
Buffers:          2520 kB
Cached:        1829348 kB
SwapCached:      72268 kB
Active:        1590788 kB
Inactive:       351992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         16160 kB
SwapTotal:     4192956 kB
SwapFree:      4114672 kB
Dirty:          205940 kB
Writeback:           0 kB
Mapped:         127808 kB
Slab:            82028 kB
Committed_AS:  3002148 kB
PageTables:       2140 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= 66508 MiB
End job on node40 at 2008-07-02 14:12:42