Trace number 1058424

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.13 1811.19

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-16.xml
MD5SUMf584a0bdadad6a616787946f67b79e6d
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark93.3188
Satisfiable
(Un)Satisfiability was proved
Number of variables880
Number of constraints44094
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension43874
Global constraints used (with number of constraints)alldifferent(220)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 21:56:07 2008
0.00/0.04	c 0	PID 3170
0.00/0.05	c 0	HOST node45.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058424-1215114966.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058424-1215114966.xml' 'HOME/temp.csp'
2.63/2.74	c 3	24 domains, 880 variables, 1 predicates, 0 relations, 44094 constraints
2.63/2.77	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.63/2.77	c 3	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'
2.69/2.85	c 3	Parsing HOME/temp.csp
3.20/3.36	c 3	parsed 10000 expressions
3.59/3.71	c 4	parsed 20000 expressions
3.79/3.96	c 4	parsed 30000 expressions
4.09/4.28	c 4	parsed 40000 expressions
4.29/4.43	c 4	parsed 44999 expressions
4.29/4.43	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.29/4.43	c 4	Converting to clausal form CSP
4.87/5.05	c 5	converted 4500 (10%) expressions
5.18/5.37	c 5	converted 9000 (20%) expressions
5.46/5.69	c 6	converted 13500 (30%) expressions
6.06/6.21	c 6	converted 18000 (40%) expressions
6.36/6.52	c 6	converted 22500 (50%) expressions
6.66/6.82	c 7	converted 27000 (60%) expressions
6.94/7.13	c 7	converted 31500 (70%) expressions
7.74/7.98	c 8	converted 36000 (80%) expressions
8.03/8.29	c 8	converted 40500 (90%) expressions
9.22/9.42	c 9	converted 44999 (100%) expressions
9.22/9.42	c 9	CSP : 880 integers, 0 booleans, 77149 clauses, largest domain size 45
9.22/9.42	c 9	Heap : 92 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.22/9.42	c 9	Propagation in CSP
10.32/10.60	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.32/10.60	c 10	CSP : 880 integers, 0 booleans, 77149 clauses, largest domain size 45
10.32/10.60	c 10	Heap : 101 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.42/10.63	c 10	Simplifing CSP by introducing new Boolean variables
12.79/13.09	c 13	CSP : 880 integers, 230408 booleans, 307557 clauses, largest domain size 45
12.79/13.09	c 13	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.78/14.07	c 14	Encoding CSP to SAT : HOME/temp.cnf
13.89/14.13	c 14	88 (10%) CSP integer variables are encoded (3784 clauses, 47093 bytes)
13.89/14.13	c 14	176 (20%) CSP integer variables are encoded (7568 clauses, 96285 bytes)
13.89/14.13	c 14	264 (30%) CSP integer variables are encoded (11352 clauses, 148638 bytes)
13.89/14.14	c 14	352 (40%) CSP integer variables are encoded (15136 clauses, 205398 bytes)
13.89/14.14	c 14	440 (50%) CSP integer variables are encoded (18920 clauses, 262158 bytes)
13.89/14.15	c 14	528 (60%) CSP integer variables are encoded (19031 clauses, 263823 bytes)
13.89/14.15	c 14	616 (70%) CSP integer variables are encoded (19172 clauses, 265938 bytes)
13.89/14.16	c 14	704 (80%) CSP integer variables are encoded (19314 clauses, 268068 bytes)
13.89/14.16	c 14	792 (90%) CSP integer variables are encoded (19431 clauses, 269823 bytes)
13.89/14.16	c 14	880 (100%) CSP integer variables are encoded (19586 clauses, 272148 bytes)
15.37/15.60	c 15	30756 (10%) CSP clauses are encoded (638399 clauses, 12397163 bytes)
16.65/16.94	c 17	61512 (20%) CSP clauses are encoded (1257594 clauses, 24939045 bytes)
18.03/18.30	c 18	92268 (30%) CSP clauses are encoded (1879835 clauses, 37609229 bytes)
19.42/19.71	c 20	123023 (40%) CSP clauses are encoded (2495977 clauses, 50647782 bytes)
20.80/21.14	c 21	153779 (50%) CSP clauses are encoded (3119225 clauses, 64100862 bytes)
22.28/22.61	c 22	184535 (60%) CSP clauses are encoded (3734469 clauses, 77946817 bytes)
23.86/24.21	c 24	215290 (70%) CSP clauses are encoded (4420240 clauses, 93257659 bytes)
25.73/26.15	c 26	246046 (80%) CSP clauses are encoded (5348772 clauses, 113226994 bytes)
27.69/28.10	c 28	276802 (90%) CSP clauses are encoded (6277788 clauses, 133207124 bytes)
29.58/30.03	c 30	307557 (100%) CSP clauses are encoded (7207155 clauses, 153254438 bytes)
29.58/30.03	c 30	307557 CSP clauses encoded
29.58/30.03	c 30	Writing map file : HOME/temp.map
29.58/30.08	c 30	Heap : 132 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.58/30.08	c 30	SAT : 250725 SAT variables, 7207155 SAT clauses, 153254438 bytes
29.58/30.08	c 30	Heap : 132 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.65/30.16	c 30	SOLVING HOME/temp.cnf
29.65/30.16	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
29.65/30.16	c 30	This is MiniSat 2.0 beta
29.65/30.16	c 30	WARNING: for repeatability, setting FPU to use double precision
29.65/30.16	c 30	============================[ Problem Statistics ]=============================
29.65/30.16	c 30	|                                                                             |
29.65/30.16	c 30	|  Number of variables:  250725                                               |
29.65/30.16	c 30	|  Number of clauses:    7207155                                              |
33.37/33.93	c 34	|  Parsing time:         3.20         s                                       |
33.57/34.11	c 34	============================[ Search Statistics ]==============================
33.57/34.11	c 34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.57/34.11	c 34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
33.57/34.11	c 34	===============================================================================
33.57/34.11	c 34	|         0 |  250725  7207155 21204907 |  2402385        0    nan |  0.000 % |
35.15/35.77	c 36	|       100 |  250725  7207155 21204907 |  2642623      100     10 |  0.000 % |
36.84/37.49	c 37	|       251 |  250725  7207155 21204907 |  2906885      251      9 |  0.000 % |
38.31/38.99	c 39	|       477 |  250725  7207155 21204907 |  3197574      477      9 |  0.000 % |
40.99/41.63	c 41	|       815 |  250725  7207155 21204907 |  3517331      815      9 |  0.000 % |
43.07/43.75	c 44	|      1322 |  250725  7207155 21204907 |  3869065     1322     11 |  0.000 % |
45.45/46.16	c 46	|      2082 |  250725  7207155 21204907 |  4255971     2082     14 |  0.000 % |
47.72/48.48	c 48	|      3223 |  250725  7207155 21204907 |  4681568     3223     17 |  0.000 % |
49.21/49.98	c 50	|      4932 |  250725  7207155 21204907 |  5149725     4932     17 |  0.000 % |
50.80/51.55	c 51	|      7494 |  250725  7207155 21204907 |  5664698     7494     19 |  0.000 % |
54.56/55.31	c 55	|     11339 |  250725  7207155 21204907 |  6231167    11339     23 |  0.000 % |
59.41/60.28	c 60	|     17105 |  250725  7207155 21204907 |  6854284    17105     24 |  0.000 % |
61.39/62.24	c 62	|     25756 |  250725  7207155 21204907 |  7539713    25756     26 |  0.000 % |
65.94/66.88	c 67	|     38730 |  250725  7207155 21204907 |  8293684    38730     31 |  0.000 % |
82.09/83.12	c 83	|     58191 |  250725  7207155 21204907 |  9123053    58191     33 |  0.000 % |
97.14/98.33	c 98	|     87383 |  250725  7207155 21204907 | 10035358    87383     43 |  0.000 % |
122.39/123.87	c 124	|    131172 |  250725  7207155 21204907 | 11038894   131172     42 |  0.000 % |
151.32/153.04	c 153	|    196856 |  250725  7207155 21204907 | 12142783   196856     43 |  0.000 % |
211.05/213.48	c 213	|    295383 |  250725  7207155 21204907 | 13357061   295383     42 |  0.000 % |
314.75/318.17	c 318	|    443172 |  250725  7207155 21204907 | 14692768   443172     46 |  0.000 % |
557.92/563.63	c 563	|    664855 |  250725  7207155 21204907 | 16162044   664855     45 |  0.000 % |
920.56/929.70	c 930	|    997380 |  250725  7207155 21204907 | 17778249   997380     46 |  0.000 % |
1513.17/1524.05	c 1524	|   1496168 |  250725  7207155 21204907 | 19556074  1496168     47 |  0.000 % |
1800.04/1811.01	c ERROR INTERRUPTED
29.71/1811.12	s UNKNOWN
29.71/1811.12	c 1811	CPU 28.13 (0.03 0.01 28.1 1.56)
29.71/1811.12	c 1811	END Thu Jul  3 22:26:18 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-1058424-1215114966/watcher-1058424-1215114966 -o /tmp/evaluation-result-1058424-1215114966/solver-1058424-1215114966 -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-1058424-1215114966.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 3170
/proc/meminfo: memFree=1039420/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=12268 CPUtime=0
/proc/3170/stat : 3170 (sugar) R 3168 3170 2598 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1990469061 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 258947988478 0 0 4224 0 0 0 0 17 1 0 0
/proc/3170/statm: 3067 316 241 3 0 167 0

[startup+0.0617669 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 3170
/proc/meminfo: memFree=1039420/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=0.03
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1990469061 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3170/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102016 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 3170
/proc/meminfo: memFree=1039420/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=0.03
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1990469061 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3170/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301046 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 3170
/proc/meminfo: memFree=1039420/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=0.03
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1990469061 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3170/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701124 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 3170
/proc/meminfo: memFree=1039420/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=0.03
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1990469061 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3170/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50229 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 3182
/proc/meminfo: memFree=1012324/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=0.03
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1990469061 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3170/statm: 3400 796 370 3 0 500 0
[pid=3173] ppid=3170 vsize=5356 CPUtime=0
/proc/3173/stat : 3173 (sh) S 3170 3170 2598 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 1990469066 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3173/statm: 1339 233 193 169 0 50 0
[pid=3174] ppid=3173 vsize=864672 CPUtime=1.42
/proc/3174/stat : 3174 (java) S 3173 3170 2598 0 -1 0 15344 0 1 0 134 8 0 0 18 0 9 0 1990469066 885424128 13384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3174/statm: 216168 13384 2529 9 0 210750 0
[pid=3174/tid=3175] ppid=3173 vsize=864672 CPUtime=0.82
/proc/3174/task/3175/stat : 3175 (java) R 3173 3170 2598 0 -1 64 3006 0 1 0 80 2 0 0 24 0 9 0 1990469067 885424128 13384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3174/tid=3176] ppid=3173 vsize=864672 CPUtime=0.45
/proc/3174/task/3176/stat : 3176 (java) R 3173 3170 2598 0 -1 64 11139 0 0 0 41 4 0 0 16 0 9 0 1990469069 885424128 13384 996147200 134512640 134550740 4294956016 18446744073709551615 102514661 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3174/tid=3177] ppid=3173 vsize=864672 CPUtime=0
/proc/3174/task/3177/stat : 3177 (java) S 3173 3170 2598 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990469069 885424128 13384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3174/tid=3178] ppid=3173 vsize=864672 CPUtime=0
/proc/3174/task/3178/stat : 3178 (java) S 3173 3170 2598 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990469069 885424128 13384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3174/tid=3179] ppid=3173 vsize=864672 CPUtime=0
/proc/3174/task/3179/stat : 3179 (java) S 3173 3170 2598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990469071 885424128 13384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3174/tid=3180] ppid=3173 vsize=864672 CPUtime=0.1
/proc/3174/task/3180/stat : 3180 (java) S 3173 3170 2598 0 -1 64 500 0 0 0 10 0 0 0 16 0 9 0 1990469071 885424128 13384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3174/tid=3181] ppid=3173 vsize=864672 CPUtime=0
/proc/3174/task/3181/stat : 3181 (java) S 3173 3170 2598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990469071 885424128 13384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3174/tid=3182] ppid=3173 vsize=864672 CPUtime=0
/proc/3174/task/3182/stat : 3182 (java) S 3173 3170 2598 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990469071 885424128 13384 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883628

[startup+3.10156 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 3182
/proc/meminfo: memFree=970788/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=2.69
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 973 22917 0 1 2 1 252 14 16 0 1 0 1990469061 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3170/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 13600

[startup+6.30314 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 3192
/proc/meminfo: memFree=995620/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=2.69
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 974 22917 0 1 2 1 252 14 15 0 1 0 1990469061 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3170/statm: 3400 797 370 3 0 500 0
[pid=3183] ppid=3170 vsize=5356 CPUtime=0
/proc/3183/stat : 3183 (sh) S 3170 3170 2598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990469338 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3183/statm: 1339 233 193 169 0 50 0
[pid=3184] ppid=3183 vsize=868420 CPUtime=3.47
/proc/3184/stat : 3184 (java) S 3183 3170 2598 0 -1 0 17455 0 1 0 336 11 0 0 19 0 9 0 1990469339 889262080 15811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3184/statm: 217105 15811 2540 9 0 211680 0
[pid=3184/tid=3185] ppid=3183 vsize=868420 CPUtime=2.16
/proc/3184/task/3185/stat : 3185 (java) R 3183 3170 2598 0 -1 64 3322 0 1 0 213 3 0 0 25 0 9 0 1990469340 889262080 15811 996147200 134512640 134550740 4294955952 18446744073709551615 4126402793 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3186] ppid=3183 vsize=868420 CPUtime=1.1
/proc/3184/task/3186/stat : 3186 (java) S 3183 3170 2598 0 -1 64 11965 0 0 0 104 6 0 0 16 0 9 0 1990469341 889262080 15811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3187] ppid=3183 vsize=868420 CPUtime=0
/proc/3184/task/3187/stat : 3187 (java) S 3183 3170 2598 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990469341 889262080 15811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3188] ppid=3183 vsize=868420 CPUtime=0
/proc/3184/task/3188/stat : 3188 (java) S 3183 3170 2598 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990469341 889262080 15811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3189] ppid=3183 vsize=868420 CPUtime=0
/proc/3184/task/3189/stat : 3189 (java) S 3183 3170 2598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990469343 889262080 15811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3190] ppid=3183 vsize=868420 CPUtime=0.18
/proc/3184/task/3190/stat : 3190 (java) S 3183 3170 2598 0 -1 64 1470 0 0 0 18 0 0 0 16 0 9 0 1990469343 889262080 15811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3191] ppid=3183 vsize=868420 CPUtime=0
/proc/3184/task/3191/stat : 3191 (java) S 3183 3170 2598 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 1990469343 889262080 15811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3192] ppid=3183 vsize=868420 CPUtime=0
/proc/3184/task/3192/stat : 3192 (java) S 3183 3170 2598 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990469343 889262080 15811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887376

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 1.99 4/91 3192
/proc/meminfo: memFree=848996/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=2.7
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 974 22917 0 1 3 1 252 14 16 0 1 0 1990469061 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3170/statm: 3400 797 370 3 0 500 0
[pid=3183] ppid=3170 vsize=5356 CPUtime=0
/proc/3183/stat : 3183 (sh) S 3170 3170 2598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990469338 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3183/statm: 1339 233 193 169 0 50 0
[pid=3184] ppid=3183 vsize=890912 CPUtime=9.79
/proc/3184/stat : 3184 (java) S 3183 3170 2598 0 -1 0 80352 0 1 0 941 38 0 0 19 0 9 0 1990469339 912293888 54172 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3184/statm: 222728 54172 2540 9 0 217303 0
[pid=3184/tid=3185] ppid=3183 vsize=890912 CPUtime=4.64
/proc/3184/task/3185/stat : 3185 (java) R 3183 3170 2598 0 -1 64 4458 0 1 0 460 4 0 0 25 0 9 0 1990469340 912293888 54172 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3186] ppid=3183 vsize=890912 CPUtime=4.91
/proc/3184/task/3186/stat : 3186 (java) R 3183 3170 2598 0 -1 64 73705 0 0 0 458 33 0 0 16 0 9 0 1990469341 912293888 54172 996147200 134512640 134550740 4294955952 18446744073709551615 102731952 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3187] ppid=3183 vsize=890912 CPUtime=0
/proc/3184/task/3187/stat : 3187 (java) S 3183 3170 2598 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990469341 912293888 54172 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3188] ppid=3183 vsize=890912 CPUtime=0
/proc/3184/task/3188/stat : 3188 (java) S 3183 3170 2598 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990469341 912293888 54172 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3189] ppid=3183 vsize=890912 CPUtime=0
/proc/3184/task/3189/stat : 3189 (java) S 3183 3170 2598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990469343 912293888 54172 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3190] ppid=3183 vsize=890912 CPUtime=0.22
/proc/3184/task/3190/stat : 3190 (java) S 3183 3170 2598 0 -1 64 1491 0 0 0 22 0 0 0 16 0 9 0 1990469343 912293888 54172 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3191] ppid=3183 vsize=890912 CPUtime=0
/proc/3184/task/3191/stat : 3191 (java) S 3183 3170 2598 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 1990469343 912293888 54172 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3192] ppid=3183 vsize=890912 CPUtime=0
/proc/3184/task/3192/stat : 3192 (java) S 3183 3170 2598 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990469343 912293888 54172 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 909868

[startup+25.5026 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 3192
/proc/meminfo: memFree=741988/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=2.7
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 974 22917 0 1 3 1 252 14 16 0 1 0 1990469061 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3170/statm: 3400 797 370 3 0 500 0
[pid=3183] ppid=3170 vsize=5356 CPUtime=0
/proc/3183/stat : 3183 (sh) S 3170 3170 2598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990469338 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3183/statm: 1339 233 193 169 0 50 0
[pid=3184] ppid=3183 vsize=868532 CPUtime=22.44
/proc/3184/stat : 3184 (java) S 3183 3170 2598 0 -1 0 87320 0 1 0 2134 110 0 0 19 0 9 0 1990469339 889376768 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3184/statm: 217133 50354 2566 9 0 211680 0
[pid=3184/tid=3185] ppid=3183 vsize=868532 CPUtime=15.8
/proc/3184/task/3185/stat : 3185 (java) R 3183 3170 2598 0 -1 64 5802 0 1 0 1509 71 0 0 25 0 9 0 1990469340 889376768 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4126629143 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3186] ppid=3183 vsize=868532 CPUtime=6.32
/proc/3184/task/3186/stat : 3186 (java) S 3183 3170 2598 0 -1 64 79291 0 0 0 595 37 0 0 16 0 9 0 1990469341 889376768 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3187] ppid=3183 vsize=868532 CPUtime=0
/proc/3184/task/3187/stat : 3187 (java) S 3183 3170 2598 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990469341 889376768 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3188] ppid=3183 vsize=868532 CPUtime=0
/proc/3184/task/3188/stat : 3188 (java) S 3183 3170 2598 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990469341 889376768 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3189] ppid=3183 vsize=868532 CPUtime=0
/proc/3184/task/3189/stat : 3189 (java) S 3183 3170 2598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990469343 889376768 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3190] ppid=3183 vsize=868532 CPUtime=0.29
/proc/3184/task/3190/stat : 3190 (java) S 3183 3170 2598 0 -1 64 1529 0 0 0 28 1 0 0 16 0 9 0 1990469343 889376768 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3191] ppid=3183 vsize=868532 CPUtime=0
/proc/3184/task/3191/stat : 3191 (java) S 3183 3170 2598 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 1990469343 889376768 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3184/tid=3192] ppid=3183 vsize=868532 CPUtime=0
/proc/3184/task/3192/stat : 3192 (java) S 3183 3170 2598 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990469343 889376768 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 887488

[startup+51.1023 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 3194
/proc/meminfo: memFree=554340/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=29.69
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 1033 110614 0 2 3 1 2809 156 16 0 1 0 1990469061 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3170/statm: 3400 799 370 3 0 500 0
[pid=3193] ppid=3170 vsize=5356 CPUtime=0
/proc/3193/stat : 3193 (sh) S 3170 3170 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990472077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3193/statm: 1339 232 193 169 0 50 0
[pid=3194] ppid=3193 vsize=337068 CPUtime=20.71
/proc/3194/stat : 3194 (minisat) R 3193 3170 2598 0 -1 4194304 82431 0 0 0 2012 59 0 0 25 0 1 0 1990472078 345157632 82417 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=3193] ppid=3170 vsize=5356 CPUtime=0
/proc/3193/stat : 3193 (sh) S 3170 3170 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990472077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3193/statm: 1339 232 193 169 0 50 0
[pid=3194] ppid=3193 vsize=648792 CPUtime=1381.83
/proc/3194/stat : 3194 (minisat) R 3193 3170 2598 0 -1 4194304 159929 0 0 0 138039 144 0 0 25 0 1 0 1990472078 664363008 159915 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3194/statm: 162198 159915 76 150 0 162045 0
Current children cumulated CPU time (s) 1411.52
Current children cumulated vsize (KiB) 667748

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 3237
/proc/meminfo: memFree=457844/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=29.69
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 1033 110614 0 2 3 1 2809 156 16 0 1 0 1990469061 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3170/statm: 3400 799 370 3 0 500 0
[pid=3193] ppid=3170 vsize=5356 CPUtime=0
/proc/3193/stat : 3193 (sh) S 3170 3170 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990472077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3193/statm: 1339 232 193 169 0 50 0
[pid=3194] ppid=3193 vsize=657792 CPUtime=1441.79
/proc/3194/stat : 3194 (minisat) R 3193 3170 2598 0 -1 4194304 162170 0 0 0 144033 146 0 0 25 0 1 0 1990472078 673579008 162156 996147200 134512640 135127466 4294956272 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/3194/statm: 164448 162156 76 150 0 164295 0
Current children cumulated CPU time (s) 1471.48
Current children cumulated vsize (KiB) 676748

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 3237
/proc/meminfo: memFree=447604/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=29.69
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 1033 110614 0 2 3 1 2809 156 16 0 1 0 1990469061 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3170/statm: 3400 799 370 3 0 500 0
[pid=3193] ppid=3170 vsize=5356 CPUtime=0
/proc/3193/stat : 3193 (sh) S 3170 3170 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990472077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3193/statm: 1339 232 193 169 0 50 0
[pid=3194] ppid=3193 vsize=667736 CPUtime=1501.77
/proc/3194/stat : 3194 (minisat) R 3193 3170 2598 0 -1 4194304 164683 0 0 0 150029 148 0 0 25 0 1 0 1990472078 683761664 164669 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3194/statm: 166934 164669 76 150 0 166781 0
Current children cumulated CPU time (s) 1531.46
Current children cumulated vsize (KiB) 686692

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 3237
/proc/meminfo: memFree=439860/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=29.69
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 1033 110614 0 2 3 1 2809 156 16 0 1 0 1990469061 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3170/statm: 3400 799 370 3 0 500 0
[pid=3193] ppid=3170 vsize=5356 CPUtime=0
/proc/3193/stat : 3193 (sh) S 3170 3170 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990472077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3193/statm: 1339 232 193 169 0 50 0
[pid=3194] ppid=3193 vsize=675440 CPUtime=1561.74
/proc/3194/stat : 3194 (minisat) R 3193 3170 2598 0 -1 4194304 166662 0 0 0 156024 150 0 0 25 0 1 0 1990472078 691650560 166648 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3194/statm: 168860 166648 76 150 0 168707 0
Current children cumulated CPU time (s) 1591.43
Current children cumulated vsize (KiB) 694396

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 3237
/proc/meminfo: memFree=428212/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=29.69
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 1033 110614 0 2 3 1 2809 156 16 0 1 0 1990469061 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3170/statm: 3400 799 370 3 0 500 0
[pid=3193] ppid=3170 vsize=5356 CPUtime=0
/proc/3193/stat : 3193 (sh) S 3170 3170 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990472077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3193/statm: 1339 232 193 169 0 50 0
[pid=3194] ppid=3193 vsize=689760 CPUtime=1621.72
/proc/3194/stat : 3194 (minisat) R 3193 3170 2598 0 -1 4194304 169529 0 0 0 162019 153 0 0 25 0 1 0 1990472078 706314240 169515 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3194/statm: 172440 169515 76 150 0 172287 0
Current children cumulated CPU time (s) 1651.41
Current children cumulated vsize (KiB) 708716

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 3237
/proc/meminfo: memFree=421492/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=29.69
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 1033 110614 0 2 3 1 2809 156 16 0 1 0 1990469061 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3170/statm: 3400 799 370 3 0 500 0
[pid=3193] ppid=3170 vsize=5356 CPUtime=0
/proc/3193/stat : 3193 (sh) S 3170 3170 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990472077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3193/statm: 1339 232 193 169 0 50 0
[pid=3194] ppid=3193 vsize=696380 CPUtime=1681.68
/proc/3194/stat : 3194 (minisat) R 3193 3170 2598 0 -1 4194304 171208 0 0 0 168013 155 0 0 25 0 1 0 1990472078 713093120 171194 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/3194/statm: 174095 171194 76 150 0 173942 0
Current children cumulated CPU time (s) 1711.37
Current children cumulated vsize (KiB) 715336

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 3237
/proc/meminfo: memFree=411188/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=29.69
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 1033 110614 0 2 3 1 2809 156 16 0 1 0 1990469061 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3170/statm: 3400 799 370 3 0 500 0
[pid=3193] ppid=3170 vsize=5356 CPUtime=0
/proc/3193/stat : 3193 (sh) S 3170 3170 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990472077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3193/statm: 1339 232 193 169 0 50 0
[pid=3194] ppid=3193 vsize=706160 CPUtime=1741.67
/proc/3194/stat : 3194 (minisat) R 3193 3170 2598 0 -1 4194304 173724 0 0 0 174009 158 0 0 25 0 1 0 1990472078 723107840 173710 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3194/statm: 176540 173710 76 150 0 176387 0
Current children cumulated CPU time (s) 1771.36
Current children cumulated vsize (KiB) 725116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 3237
/proc/meminfo: memFree=406388/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=29.69
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 1033 110614 0 2 3 1 2809 156 16 0 1 0 1990469061 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3170/statm: 3400 799 370 3 0 500 0
[pid=3193] ppid=3170 vsize=5356 CPUtime=0
/proc/3193/stat : 3193 (sh) S 3170 3170 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990472077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3193/statm: 1339 232 193 169 0 50 0
[pid=3194] ppid=3193 vsize=710860 CPUtime=1770.35
/proc/3194/stat : 3194 (minisat) R 3193 3170 2598 0 -1 4194304 174897 0 0 0 176876 159 0 0 25 0 1 0 1990472078 727920640 174883 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3194/statm: 177715 174883 76 150 0 177562 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 729816

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

[startup+1811 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 3237
/proc/meminfo: memFree=406388/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=29.69
/proc/3170/stat : 3170 (sugar) S 3168 3170 2598 0 -1 4194304 1033 110614 0 2 3 1 2809 156 16 0 1 0 1990469061 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3170/statm: 3400 799 370 3 0 500 0
[pid=3193] ppid=3170 vsize=5356 CPUtime=0
/proc/3193/stat : 3193 (sh) S 3170 3170 2598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990472077 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3193/statm: 1339 232 193 169 0 50 0
[pid=3194] ppid=3193 vsize=710860 CPUtime=1770.35
/proc/3194/stat : 3194 (minisat) R 3193 3170 2598 0 -1 4194304 174897 0 0 0 176876 159 0 0 25 0 1 0 1990472078 727920640 174883 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3194/statm: 177715 174883 76 150 0 177562 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 729816

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

[startup+1811.12 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 3237
/proc/meminfo: memFree=406388/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=29.71
/proc/3170/stat : 3170 (sugar) R 3168 3170 2598 0 -1 4194304 1070 110891 0 2 3 2 2810 156 16 0 1 0 1990469061 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 258939261993 0 0 4224 16386 0 0 0 17 0 0 0
/proc/3170/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 29.71
Current children cumulated vsize (KiB) 13600

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

[startup+1811.12 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 3237
/proc/meminfo: memFree=406388/2055920 swapFree=4179760/4192956
[pid=3170] ppid=3168 vsize=13600 CPUtime=29.71
/proc/3170/stat : 3170 (sugar) R 3168 3170 2598 0 -1 4194304 1070 110891 0 2 3 2 2810 156 16 0 1 0 1990469061 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 258939261993 0 0 4224 16386 0 0 0 17 0 0 0
/proc/3170/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 29.71
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1770.33
#  lost CPU user time (s): 1768.75
#  lost CPU system time (s): 1.58

Real time (s): 1811.19
CPU time (s): 1800.13
CPU user time (s): 1796.89
CPU system time (s): 3.23675
CPU usage (%): 99.3894
Max. virtual memory (cumulated for all children) (KiB): 912988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.1397
system time used= 1.65675
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111992
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= 6773
involuntary context switches= 7390

runsolver used 2.32265 second user time and 5.9411 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-03 21:56:07
IDJOB=1058424
IDBENCH=54127
IDSOLVER=346
FILE ID=node45/1058424-1215114966
PBS_JOBID= 7877115
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-16.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-1058424-1215114966/watcher-1058424-1215114966 -o /tmp/evaluation-result-1058424-1215114966/solver-1058424-1215114966 -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-1058424-1215114966.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f584a0bdadad6a616787946f67b79e6d
RANDOM SEED=591219069

node45.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.268
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.268
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:       1039900 kB
Buffers:         55108 kB
Cached:         508616 kB
SwapCached:       6932 kB
Active:         587224 kB
Inactive:       357732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1039900 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            7480 kB
Writeback:           0 kB
Mapped:         397444 kB
Slab:            55544 kB
Committed_AS:  4493144 kB
PageTables:       2480 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= 66536 MiB
End job on node45 at 2008-07-03 22:26:20