Trace number 1079472

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.01 1810.53

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-8_ext.xml
MD5SUMeb78565b2c1c549f39d6f29bd7fb9161
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark54.0468
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints13
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 00:16:52 2008
0.00/0.05	c 0	PID 27671
0.03/0.05	c 0	HOST node37.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1079472-1215209812.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079472-1215209812.xml' 'HOME/temp.csp'
0.03/0.47	c 0	1 domains, 40 variables, 0 predicates, 2 relations, 13 constraints
0.03/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	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.44/0.61	c 1	Parsing HOME/temp.csp
0.44/0.74	c 1	parsed 56 expressions
0.44/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.75	c 1	Converting to clausal form CSP
0.44/0.77	c 1	converted 6 (10%) expressions
0.44/0.77	c 1	converted 12 (20%) expressions
0.44/0.77	c 1	converted 17 (30%) expressions
0.44/0.77	c 1	converted 23 (40%) expressions
0.44/0.77	c 1	converted 28 (50%) expressions
0.44/0.77	c 1	converted 34 (60%) expressions
0.44/0.77	c 1	converted 40 (70%) expressions
0.44/0.84	c 1	converted 45 (80%) expressions
0.44/0.98	c 1	converted 51 (90%) expressions
1.18/1.31	c 1	converted 56 (100%) expressions
1.18/1.31	c 1	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
1.18/1.31	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.18/1.31	c 1	Propagation in CSP
1.18/1.31	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.18/1.31	c 1	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
1.18/1.31	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.18/1.31	c 1	Simplifing CSP by introducing new Boolean variables
1.18/1.31	c 1	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
1.18/1.31	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.28/1.42	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.28/1.43	c 1	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
1.28/1.44	c 1	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.28/1.44	c 1	12 (30%) CSP integer variables are encoded (288 clauses, 3024 bytes)
1.28/1.44	c 1	16 (40%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.28/1.44	c 1	20 (50%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.28/1.45	c 1	24 (60%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.28/1.45	c 1	28 (70%) CSP integer variables are encoded (672 clauses, 7248 bytes)
1.28/1.45	c 1	32 (80%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.28/1.45	c 1	36 (90%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.28/1.45	c 1	40 (100%) CSP integer variables are encoded (960 clauses, 10417 bytes)
2.55/2.70	c 3	2 (10%) CSP clauses are encoded (24310 clauses, 795889 bytes)
3.04/3.29	c 3	3 (20%) CSP clauses are encoded (35985 clauses, 1193579 bytes)
3.64/3.87	c 4	4 (30%) CSP clauses are encoded (47660 clauses, 1591418 bytes)
4.83/5.04	c 5	6 (40%) CSP clauses are encoded (71010 clauses, 2431330 bytes)
5.53/5.76	c 6	7 (50%) CSP clauses are encoded (82685 clauses, 2851286 bytes)
6.12/6.35	c 6	8 (60%) CSP clauses are encoded (94360 clauses, 3271661 bytes)
17.08/17.41	c 17	10 (70%) CSP clauses are encoded (169110 clauses, 6757709 bytes)
22.50/22.91	c 23	11 (80%) CSP clauses are encoded (206485 clauses, 8657353 bytes)
28.04/28.51	c 28	12 (90%) CSP clauses are encoded (243860 clauses, 10556997 bytes)
33.37/33.97	c 34	13 (100%) CSP clauses are encoded (281235 clauses, 12456949 bytes)
33.37/33.97	c 34	13 CSP clauses encoded
33.37/33.97	c 34	Writing map file : HOME/temp.map
33.37/33.97	c 34	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.37/33.97	c 34	SAT : 1000 SAT variables, 281235 SAT clauses, 12456949 bytes
33.37/33.97	c 34	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.44/34.03	c 34	SOLVING HOME/temp.cnf
33.44/34.03	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
33.44/34.03	c 34	This is MiniSat 2.0 beta
33.44/34.03	c 34	WARNING: for repeatability, setting FPU to use double precision
33.44/34.03	c 34	============================[ Problem Statistics ]=============================
33.44/34.03	c 34	|                                                                             |
33.44/34.03	c 34	|  Number of variables:  1000                                                 |
33.44/34.03	c 34	|  Number of clauses:    281235                                               |
33.46/34.36	c 34	|  Parsing time:         0.28         s                                       |
33.46/34.38	c 34	============================[ Search Statistics ]==============================
33.46/34.38	c 34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.46/34.38	c 34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
33.46/34.38	c 34	===============================================================================
33.46/34.38	c 34	|         0 |    1000   281235  2718890 |    93745        0    nan |  0.000 % |
33.46/34.40	c 34	|       101 |    1000   281235  2718890 |   103119      101      5 |  0.000 % |
33.46/34.52	c 34	|       251 |    1000   281235  2718890 |   113431      251      7 |  0.002 % |
33.46/34.69	c 35	|       476 |    1000   281235  2718890 |   124774      476      9 |  0.004 % |
33.46/35.06	c 35	|       813 |    1000   281235  2718890 |   137252      813      9 |  0.002 % |
35.10/35.73	c 36	|      1319 |    1000   281235  2718890 |   150977     1319     10 |  0.002 % |
36.08/36.78	c 37	|      2078 |    1000   281235  2718890 |   166074     2078     11 |  0.003 % |
37.37/38.01	c 38	|      3217 |    1000   281235  2718890 |   182682     3217     12 |  0.002 % |
39.44/40.15	c 40	|      4925 |    1000   281235  2718890 |   200950     4925     13 |  0.003 % |
42.81/43.55	c 43	|      7487 |    1000   281235  2718890 |   221045     7487     13 |  0.002 % |
47.56/48.34	c 48	|     11331 |    1000   281235  2718890 |   243150    11331     14 |  0.002 % |
53.60/54.49	c 54	|     17097 |    1000   281235  2718890 |   267465    17097     15 |  0.002 % |
65.68/66.68	c 67	|     25746 |    1000   281235  2718890 |   294211    25746     15 |  0.000 % |
84.86/86.08	c 86	|     38721 |    1000   281235  2718890 |   323633    38721     16 |  0.000 % |
114.76/116.25	c 116	|     58182 |    1000   281235  2718890 |   355996    58182     16 |  0.000 % |
171.17/173.27	c 173	|     87374 |    1000   281235  2718890 |   391596    87374     17 |  0.002 % |
259.36/262.38	c 262	|    131164 |    1000   281235  2718890 |   430755   131164     17 |  0.000 % |
436.59/441.39	c 441	|    196848 |    1000   281235  2718890 |   473831   196848     18 |  0.000 % |
727.28/734.98	c 735	|    295374 |    1000   281235  2718890 |   521214   295374     19 |  0.003 % |
1284.58/1294.93	c 1295	|    443163 |    1000   281235  2718890 |   573335   443163     20 |  0.000 % |
1800.01/1810.52	c ERROR INTERRUPTED
1800.01/1810.52	s UNKNOWN
1800.01/1810.52	c 1810	CPU 33.17 (0.04 0 33.13 0.29)
1800.01/1810.52	c 1810	END Sat Jul  5 00:47:02 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-1079472-1215209812/watcher-1079472-1215209812 -o /tmp/evaluation-result-1079472-1215209812/solver-1079472-1215209812 -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-1079472-1215209812.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.00 2.04 2.00 4/81 27671
/proc/meminfo: memFree=1859056/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=12268 CPUtime=0
/proc/27671/stat : 27671 (sugar) R 27669 27671 27022 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1999954443 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 213116484197 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27671/statm: 3067 316 241 3 0 167 0

[startup+0.0519941 s]
/proc/loadavg: 2.00 2.04 2.00 4/81 27671
/proc/meminfo: memFree=1859056/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=0.03
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1999954443 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103861 s]
/proc/loadavg: 2.00 2.04 2.00 4/81 27671
/proc/meminfo: memFree=1859056/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=0.03
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999954443 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302637 s]
/proc/loadavg: 2.00 2.04 2.00 4/81 27671
/proc/meminfo: memFree=1859056/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=0.03
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999954443 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701968 s]
/proc/loadavg: 2.00 2.04 2.00 4/81 27671
/proc/meminfo: memFree=1859056/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=0.44
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 973 4651 0 1 3 0 38 3 16 0 1 0 1999954443 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50278 s]
/proc/loadavg: 2.08 2.05 2.01 3/92 27693
/proc/meminfo: memFree=1843224/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=0.44
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 974 4651 0 1 3 0 38 3 15 0 1 0 1999954443 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 797 370 3 0 500 0
[pid=27684] ppid=27671 vsize=5356 CPUtime=0
/proc/27684/stat : 27684 (sh) S 27671 27671 27022 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999954496 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27684/statm: 1339 233 193 169 0 50 0
[pid=27685] ppid=27684 vsize=864432 CPUtime=0.93
/proc/27685/stat : 27685 (java) S 27684 27671 27022 0 -1 0 8689 0 1 0 88 5 0 0 19 0 9 0 1999954496 885178368 7948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27685/statm: 216108 7948 2564 9 0 210655 0
[pid=27685/tid=27686] ppid=27684 vsize=864432 CPUtime=0.38
/proc/27685/task/27686/stat : 27686 (java) R 27684 27671 27022 0 -1 64 2827 0 1 0 36 2 0 0 18 0 9 0 1999954497 885178368 7948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27687] ppid=27684 vsize=864432 CPUtime=0.45
/proc/27685/task/27687/stat : 27687 (java) S 27684 27671 27022 0 -1 64 4829 0 0 0 43 2 0 0 17 0 9 0 1999954498 885178368 7948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27688] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27688/stat : 27688 (java) S 27684 27671 27022 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999954499 885178368 7948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27689] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27689/stat : 27689 (java) S 27684 27671 27022 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999954499 885178368 7948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27690] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27690/stat : 27690 (java) S 27684 27671 27022 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999954501 885178368 7948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27691] ppid=27684 vsize=864432 CPUtime=0.09
/proc/27685/task/27691/stat : 27691 (java) R 27684 27671 27022 0 -1 64 340 0 0 0 9 0 0 0 16 0 9 0 1999954501 885178368 7948 996147200 134512640 134550740 4294955952 18446744073709551615 101790496 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27692] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27692/stat : 27692 (java) S 27684 27671 27022 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999954501 885178368 7948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27693] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27693/stat : 27693 (java) S 27684 27671 27022 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999954501 885178368 7948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 883388

[startup+3.10705 s]
/proc/loadavg: 2.08 2.05 2.01 4/92 27693
/proc/meminfo: memFree=1834200/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=0.44
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 974 4651 0 1 3 0 38 3 16 0 1 0 1999954443 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 797 370 3 0 500 0
[pid=27684] ppid=27671 vsize=5356 CPUtime=0
/proc/27684/stat : 27684 (sh) S 27671 27671 27022 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999954496 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27684/statm: 1339 233 193 169 0 50 0
[pid=27685] ppid=27684 vsize=864432 CPUtime=2.51
/proc/27685/stat : 27685 (java) S 27684 27671 27022 0 -1 0 9351 0 1 0 245 6 0 0 19 0 9 0 1999954496 885178368 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27685/statm: 216108 8552 2564 9 0 210655 0
[pid=27685/tid=27686] ppid=27684 vsize=864432 CPUtime=1.87
/proc/27685/task/27686/stat : 27686 (java) R 27684 27671 27022 0 -1 64 2885 0 1 0 185 2 0 0 25 0 9 0 1999954497 885178368 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4126561799 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27687] ppid=27684 vsize=864432 CPUtime=0.51
/proc/27685/task/27687/stat : 27687 (java) S 27684 27671 27022 0 -1 64 5426 0 0 0 48 3 0 0 16 0 9 0 1999954498 885178368 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27688] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27688/stat : 27688 (java) S 27684 27671 27022 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999954499 885178368 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27689] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27689/stat : 27689 (java) S 27684 27671 27022 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999954499 885178368 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27690] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27690/stat : 27690 (java) S 27684 27671 27022 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999954501 885178368 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27691] ppid=27684 vsize=864432 CPUtime=0.1
/proc/27685/task/27691/stat : 27691 (java) S 27684 27671 27022 0 -1 64 347 0 0 0 10 0 0 0 16 0 9 0 1999954501 885178368 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27692] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27692/stat : 27692 (java) S 27684 27671 27022 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999954501 885178368 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27693] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27693/stat : 27693 (java) S 27684 27671 27022 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999954501 885178368 8552 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 883388

[startup+6.30258 s]
/proc/loadavg: 2.08 2.05 2.01 3/92 27693
/proc/meminfo: memFree=1824600/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=0.45
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 974 4651 0 1 4 0 38 3 15 0 1 0 1999954443 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 797 370 3 0 500 0
[pid=27684] ppid=27671 vsize=5356 CPUtime=0
/proc/27684/stat : 27684 (sh) S 27671 27671 27022 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999954496 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27684/statm: 1339 233 193 169 0 50 0
[pid=27685] ppid=27684 vsize=864432 CPUtime=5.67
/proc/27685/stat : 27685 (java) S 27684 27671 27022 0 -1 0 12161 0 1 0 556 11 0 0 19 0 9 0 1999954496 885178368 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27685/statm: 216108 9996 2564 9 0 210655 0
[pid=27685/tid=27686] ppid=27684 vsize=864432 CPUtime=4.78
/proc/27685/task/27686/stat : 27686 (java) R 27684 27671 27022 0 -1 64 3007 0 1 0 474 4 0 0 25 0 9 0 1999954497 885178368 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4126622760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27687] ppid=27684 vsize=864432 CPUtime=0.76
/proc/27685/task/27687/stat : 27687 (java) S 27684 27671 27022 0 -1 64 8113 0 0 0 71 5 0 0 16 0 9 0 1999954498 885178368 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27688] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27688/stat : 27688 (java) S 27684 27671 27022 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999954499 885178368 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27689] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27689/stat : 27689 (java) S 27684 27671 27022 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999954499 885178368 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27690] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27690/stat : 27690 (java) S 27684 27671 27022 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999954501 885178368 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27691] ppid=27684 vsize=864432 CPUtime=0.1
/proc/27685/task/27691/stat : 27691 (java) S 27684 27671 27022 0 -1 64 348 0 0 0 10 0 0 0 17 0 9 0 1999954501 885178368 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27692] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27692/stat : 27692 (java) S 27684 27671 27022 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999954501 885178368 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27693] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27693/stat : 27693 (java) S 27684 27671 27022 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999954501 885178368 9996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 883388

[startup+12.7023 s]
/proc/loadavg: 2.07 2.05 2.00 3/92 27693
/proc/meminfo: memFree=1821464/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=0.45
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 974 4651 0 1 4 0 38 3 15 0 1 0 1999954443 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 797 370 3 0 500 0
[pid=27684] ppid=27671 vsize=5356 CPUtime=0
/proc/27684/stat : 27684 (sh) S 27671 27671 27022 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999954496 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27684/statm: 1339 233 193 169 0 50 0
[pid=27685] ppid=27684 vsize=864432 CPUtime=11.99
/proc/27685/stat : 27685 (java) S 27684 27671 27022 0 -1 0 12363 0 1 0 1185 14 0 0 19 0 9 0 1999954496 885178368 10043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27685/statm: 216108 10043 2564 9 0 210655 0
[pid=27685/tid=27686] ppid=27684 vsize=864432 CPUtime=10.95
/proc/27685/task/27686/stat : 27686 (java) R 27684 27671 27022 0 -1 64 3162 0 1 0 1089 6 0 0 25 0 9 0 1999954497 885178368 10043 996147200 134512640 134550740 4294955952 18446744073709551615 4126095719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27687] ppid=27684 vsize=864432 CPUtime=0.9
/proc/27685/task/27687/stat : 27687 (java) S 27684 27671 27022 0 -1 64 8160 0 0 0 84 6 0 0 16 0 9 0 1999954498 885178368 10043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27688] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27688/stat : 27688 (java) S 27684 27671 27022 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999954499 885178368 10043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27689] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27689/stat : 27689 (java) S 27684 27671 27022 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999954499 885178368 10043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27690] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27690/stat : 27690 (java) S 27684 27671 27022 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999954501 885178368 10043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27691] ppid=27684 vsize=864432 CPUtime=0.1
/proc/27685/task/27691/stat : 27691 (java) S 27684 27671 27022 0 -1 64 348 0 0 0 10 0 0 0 17 0 9 0 1999954501 885178368 10043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27692] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27692/stat : 27692 (java) S 27684 27671 27022 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999954501 885178368 10043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27693] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27693/stat : 27693 (java) S 27684 27671 27022 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999954501 885178368 10043 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 883388

[startup+25.5017 s]
/proc/loadavg: 2.06 2.05 2.00 3/92 27693
/proc/meminfo: memFree=1812632/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=0.45
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 974 4651 0 1 4 0 38 3 16 0 1 0 1999954443 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 797 370 3 0 500 0
[pid=27684] ppid=27671 vsize=5356 CPUtime=0
/proc/27684/stat : 27684 (sh) S 27671 27671 27022 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999954496 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27684/statm: 1339 233 193 169 0 50 0
[pid=27685] ppid=27684 vsize=864432 CPUtime=24.62
/proc/27685/stat : 27685 (java) S 27684 27671 27022 0 -1 0 15122 0 1 0 2443 19 0 0 19 0 9 0 1999954496 885178368 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27685/statm: 216108 11343 2564 9 0 210655 0
[pid=27685/tid=27686] ppid=27684 vsize=864432 CPUtime=23.21
/proc/27685/task/27686/stat : 27686 (java) R 27684 27671 27022 0 -1 64 3394 0 1 0 2313 8 0 0 25 0 9 0 1999954497 885178368 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4126564405 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27687] ppid=27684 vsize=864432 CPUtime=1.27
/proc/27685/task/27687/stat : 27687 (java) S 27684 27671 27022 0 -1 64 10682 0 0 0 118 9 0 0 16 0 9 0 1999954498 885178368 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27688] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27688/stat : 27688 (java) S 27684 27671 27022 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999954499 885178368 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27689] ppid=27684 vsize=864432 CPUtime=0
/proc/27685/task/27689/stat : 27689 (java) S 27684 27671 27022 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999954499 885178368 11343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1406096/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=33.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 1031 21543 0 2 4 0 3313 29 16 0 1 0 1999954443 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27671/statm: 3400 798 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27022 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999957846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=75868 CPUtime=1318.49
/proc/27695/stat : 27695 (minisat) R 27694 27671 27022 0 -1 4194304 18642 0 0 0 131810 39 0 0 25 0 1 0 1999957846 77688832 18628 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27695/statm: 18967 18628 75 150 0 18814 0
Current children cumulated CPU time (s) 1351.95
Current children cumulated vsize (KiB) 94824

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 28111
/proc/meminfo: memFree=1404240/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=33.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 1031 21543 0 2 4 0 3313 29 16 0 1 0 1999954443 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27671/statm: 3400 798 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27022 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999957846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=78304 CPUtime=1378.48
/proc/27695/stat : 27695 (minisat) R 27694 27671 27022 0 -1 4194304 19044 0 0 0 137808 40 0 0 25 0 1 0 1999957846 80183296 19030 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27695/statm: 19576 19030 75 150 0 19423 0
Current children cumulated CPU time (s) 1411.94
Current children cumulated vsize (KiB) 97260

[startup+1482.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/84 28112
/proc/meminfo: memFree=1402320/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=33.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 1031 21543 0 2 4 0 3313 29 16 0 1 0 1999954443 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27671/statm: 3400 798 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27022 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999957846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=80136 CPUtime=1438.46
/proc/27695/stat : 27695 (minisat) R 27694 27671 27022 0 -1 4194304 19528 0 0 0 143805 41 0 0 25 0 1 0 1999957846 82059264 19514 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27695/statm: 20034 19514 75 150 0 19881 0
Current children cumulated CPU time (s) 1471.92
Current children cumulated vsize (KiB) 99092

[startup+1542.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/84 28112
/proc/meminfo: memFree=1400656/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=33.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 1031 21543 0 2 4 0 3313 29 16 0 1 0 1999954443 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27671/statm: 3400 798 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27022 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999957846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=81728 CPUtime=1498.43
/proc/27695/stat : 27695 (minisat) R 27694 27671 27022 0 -1 4194304 19930 0 0 0 149802 41 0 0 25 0 1 0 1999957846 83689472 19916 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27695/statm: 20432 19916 75 150 0 20279 0
Current children cumulated CPU time (s) 1531.89
Current children cumulated vsize (KiB) 100684

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28112
/proc/meminfo: memFree=1399056/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=33.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 1031 21543 0 2 4 0 3313 29 16 0 1 0 1999954443 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27671/statm: 3400 798 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27022 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999957846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=83364 CPUtime=1558.41
/proc/27695/stat : 27695 (minisat) R 27694 27671 27022 0 -1 4194304 20335 0 0 0 155799 42 0 0 25 0 1 0 1999957846 85364736 20321 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27695/statm: 20841 20321 75 150 0 20688 0
Current children cumulated CPU time (s) 1591.87
Current children cumulated vsize (KiB) 102320

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28112
/proc/meminfo: memFree=1397392/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=33.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 1031 21543 0 2 4 0 3313 29 16 0 1 0 1999954443 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27671/statm: 3400 798 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27022 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999957846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=84844 CPUtime=1618.38
/proc/27695/stat : 27695 (minisat) R 27694 27671 27022 0 -1 4194304 20735 0 0 0 161796 42 0 0 25 0 1 0 1999957846 86880256 20721 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27695/statm: 21211 20721 75 150 0 21058 0
Current children cumulated CPU time (s) 1651.84
Current children cumulated vsize (KiB) 103800

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 28112
/proc/meminfo: memFree=1395984/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=33.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 1031 21543 0 2 4 0 3313 29 16 0 1 0 1999954443 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27671/statm: 3400 798 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27022 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999957846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=86268 CPUtime=1678.36
/proc/27695/stat : 27695 (minisat) R 27694 27671 27022 0 -1 4194304 21081 0 0 0 167793 43 0 0 25 0 1 0 1999957846 88338432 21067 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27695/statm: 21567 21067 75 150 0 21414 0
Current children cumulated CPU time (s) 1711.82
Current children cumulated vsize (KiB) 105224

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28112
/proc/meminfo: memFree=1394256/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=33.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 1031 21543 0 2 4 0 3313 29 16 0 1 0 1999954443 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27671/statm: 3400 798 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27022 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999957846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=87784 CPUtime=1738.35
/proc/27695/stat : 27695 (minisat) R 27694 27671 27022 0 -1 4194304 21488 0 0 0 173791 44 0 0 25 0 1 0 1999957846 89890816 21474 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27695/statm: 21946 21474 75 150 0 21793 0
Current children cumulated CPU time (s) 1771.81
Current children cumulated vsize (KiB) 106740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28112
/proc/meminfo: memFree=1393296/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=33.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 1031 21543 0 2 4 0 3313 29 16 0 1 0 1999954443 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27671/statm: 3400 798 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27022 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999957846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=88516 CPUtime=1766.55
/proc/27695/stat : 27695 (minisat) R 27694 27671 27022 0 -1 4194304 21680 0 0 0 176611 44 0 0 25 0 1 0 1999957846 90640384 21666 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27695/statm: 22129 21666 75 150 0 21976 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 107472

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

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

[startup+1810.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28112
/proc/meminfo: memFree=1393296/2055920 swapFree=4179916/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=33.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27022 0 -1 4194304 1031 21543 0 2 4 0 3313 29 16 0 1 0 1999954443 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27671/statm: 3400 798 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27022 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999957846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=88516 CPUtime=1766.55
/proc/27695/stat : 27695 (minisat) R 27694 27671 27022 0 -1 4194304 21680 0 0 0 176611 44 0 0 25 0 1 0 1999957846 90640384 21666 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27695/statm: 22129 21666 75 150 0 21976 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 107472

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27671 and gives
#  childrusage.ru_utime.tv_sec=33
#  childrusage.ru_utime.tv_usec=180955
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=313952
# CPU time returned by wait4() is 33.4949
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.53
CPU time (s): 1800.01
CPU user time (s): 1799.28
CPU system time (s): 0.73
CPU usage (%): 99.4187
Max. virtual memory (cumulated for all children) (KiB): 886260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.181
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22918
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= 6938
involuntary context switches= 7979

runsolver used 2.39464 second user time and 6.26305 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-05 00:16:52
IDJOB=1079472
IDBENCH=56885
IDSOLVER=346
FILE ID=node37/1079472-1215209812
PBS_JOBID= 7881727
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg5-8_ext.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-1079472-1215209812/watcher-1079472-1215209812 -o /tmp/evaluation-result-1079472-1215209812/solver-1079472-1215209812 -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-1079472-1215209812.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eb78565b2c1c549f39d6f29bd7fb9161
RANDOM SEED=404303906

node37.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1859536 kB
Buffers:         18660 kB
Cached:         101740 kB
SwapCached:       6964 kB
Active:         108800 kB
Inactive:        35084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859536 kB
SwapTotal:     4192956 kB
SwapFree:      4179916 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:          39616 kB
Slab:            37680 kB
Committed_AS:  3564084 kB
PageTables:       1876 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 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 node37 at 2008-07-05 00:47:04