Trace number 2076901

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.14.6+minisatSAT 1065.51 1078.84

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-15-09.xml
MD5SUM8083874e58e9fdb0d48e10bbca119bf4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.476926
Satisfiable
(Un)Satisfiability was proved
Number of variables187
Number of constraints907
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension82
Number of constraints which are defined in intension825
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 03:46:20 2009
0.00/0.08	c 0	PID 18066
0.00/0.08	c 0	HOST node60.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2076901-1247363180.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2076901-1247363180.xml' 'HOME/temp.csp'
0.07/0.90	c 1	1 domains, 187 variables, 6 predicates, 5 relations, 907 constraints
0.07/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.93	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.95/1.01	c 1	Parsing HOME/temp.csp
1.54/1.60	c 2	parsed 1106 expressions
1.54/1.61	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.54/1.61	c 2	Converting to clausal form CSP
1.54/1.63	c 2	converted 111 (10%) expressions
1.74/1.88	c 2	converted 222 (20%) expressions
3.31/3.47	c 4	converted 332 (30%) expressions
7.29/7.40	c 7	converted 443 (40%) expressions
7.29/7.42	c 8	converted 553 (50%) expressions
7.29/7.44	c 8	converted 664 (60%) expressions
7.38/7.52	c 8	converted 775 (70%) expressions
7.38/7.53	c 8	converted 885 (80%) expressions
7.38/7.54	c 8	converted 996 (90%) expressions
7.38/7.56	c 8	converted 1106 (100%) expressions
7.38/7.56	c 8	CSP : 187 integers, 0 booleans, 907 clauses, largest domain size 26
7.38/7.56	c 8	Heap : 138 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.38/7.56	c 8	Propagation in CSP
7.38/7.57	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.38/7.57	c 8	CSP : 187 integers, 0 booleans, 907 clauses, largest domain size 26
7.38/7.57	c 8	Heap : 138 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.38/7.57	c 8	Simplifing CSP by introducing new Boolean variables
7.48/7.61	c 8	CSP : 187 integers, 7048 booleans, 7955 clauses, largest domain size 26
7.48/7.61	c 8	Heap : 141 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.37/8.56	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.37/8.58	c 9	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
8.37/8.58	c 9	38 (20%) CSP integer variables are encoded (912 clauses, 9888 bytes)
8.37/8.58	c 9	57 (30%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
8.37/8.59	c 9	75 (40%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
8.37/8.59	c 9	94 (50%) CSP integer variables are encoded (2256 clauses, 27265 bytes)
8.37/8.59	c 9	113 (60%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
8.37/8.59	c 9	131 (70%) CSP integer variables are encoded (3144 clauses, 38809 bytes)
8.37/8.59	c 9	150 (80%) CSP integer variables are encoded (3600 clauses, 44737 bytes)
8.37/8.59	c 9	169 (90%) CSP integer variables are encoded (4056 clauses, 50665 bytes)
8.37/8.59	c 9	187 (100%) CSP integer variables are encoded (4488 clauses, 56281 bytes)
65.82/66.51	c 67	796 (10%) CSP clauses are encoded (722070 clauses, 30130168 bytes)
883.86/891.40	c 891	1591 (20%) CSP clauses are encoded (2176990 clauses, 114023781 bytes)
883.86/891.44	c 892	2387 (30%) CSP clauses are encoded (2195486 clauses, 114347566 bytes)
883.86/891.48	c 892	3182 (40%) CSP clauses are encoded (2213956 clauses, 114675118 bytes)
883.96/891.52	c 892	3978 (50%) CSP clauses are encoded (2232427 clauses, 115012737 bytes)
883.96/891.55	c 892	4773 (60%) CSP clauses are encoded (2251022 clauses, 115353934 bytes)
883.96/891.58	c 892	5569 (70%) CSP clauses are encoded (2269918 clauses, 115692520 bytes)
884.06/891.61	c 892	6364 (80%) CSP clauses are encoded (2288788 clauses, 116052212 bytes)
884.06/891.66	c 892	7160 (90%) CSP clauses are encoded (2307659 clauses, 116424745 bytes)
884.06/891.69	c 892	7955 (100%) CSP clauses are encoded (2326929 clauses, 116801446 bytes)
884.06/891.69	c 892	7955 CSP clauses encoded
884.06/891.69	c 892	Writing map file : HOME/temp.map
884.16/891.70	c 892	Heap : 182 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
884.16/891.70	c 892	SAT : 11723 SAT variables, 2326929 SAT clauses, 116801446 bytes
884.16/891.70	c 892	Heap : 182 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
884.16/891.75	c 892	SOLVING HOME/temp.cnf
884.16/891.75	c 892	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
884.16/891.76	c 892	This is MiniSat 2.0 beta
884.16/891.76	c 892	WARNING: for repeatability, setting FPU to use double precision
884.16/891.76	c 892	============================[ Problem Statistics ]=============================
884.16/891.76	c 892	|                                                                             |
884.16/891.76	c 892	|  Number of variables:  11723                                                |
884.16/891.76	c 892	|  Number of clauses:    2326929                                              |
886.63/894.27	c 894	|  Parsing time:         2.21         s                                       |
886.83/894.43	c 895	============================[ Search Statistics ]==============================
886.83/894.43	c 895	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
886.83/894.43	c 895	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
886.83/894.43	c 895	===============================================================================
886.83/894.43	c 895	|         0 |   11723  2326929 20897436 |   775643        0    nan |  0.000 % |
886.92/894.59	c 895	|       100 |   11723  2326929 20897436 |   853207      100     11 |  0.000 % |
887.22/894.81	c 895	|       251 |   11723  2326929 20897436 |   938528      251      9 |  0.000 % |
887.41/895.00	c 895	|       476 |   11723  2326929 20897436 |  1032380      476      8 |  0.000 % |
887.41/895.04	c 895	|       813 |   11723  2326929 20897436 |  1135618      813      8 |  0.000 % |
887.81/895.46	c 896	|      1319 |   11723  2326929 20897436 |  1249180     1319      9 |  0.000 % |
888.01/895.66	c 896	|      2079 |   11723  2326929 20897436 |  1374098     2079      9 |  0.000 % |
888.81/896.42	c 897	|      3218 |   11723  2326929 20897436 |  1511508     3218      9 |  0.000 % |
889.90/897.55	c 898	|      4926 |   11723  2326929 20897436 |  1662659     4926      9 |  0.000 % |
891.18/898.89	c 899	|      7489 |   11723  2326929 20897436 |  1828925     7489     10 |  0.000 % |
893.16/900.83	c 901	|     11333 |   11723  2326929 20897436 |  2011818    11333     10 |  0.000 % |
895.14/902.89	c 903	|     17100 |   11723  2326929 20897436 |  2213000    17100     11 |  0.000 % |
897.82/905.55	c 906	|     25750 |   11723  2326929 20897436 |  2434300    25750     11 |  0.000 % |
905.16/912.94	c 913	|     38725 |   11723  2326929 20897436 |  2677730    38725     12 |  0.000 % |
911.89/919.76	c 920	|     58187 |   11723  2326929 20897436 |  2945503    58187     11 |  0.000 % |
922.99/930.94	c 931	|     87379 |   11723  2326929 20897436 |  3240053    87379     11 |  0.000 % |
945.62/957.82	c 958	|    131169 |   11723  2326929 20897436 |  3564058   131169     12 |  0.000 % |
984.15/996.76	c 997	|    196854 |   11723  2326929 20897436 |  3920464   196854     12 |  0.000 % |
1029.82/1042.81	c 1043	|    295383 |   11723  2326929 20897436 |  4312510   295383     13 |  0.000 % |
1065.19/1078.50	c 1079	===============================================================================
1065.19/1078.50	c 1079	restarts              : 19
1065.19/1078.50	c 1079	conflicts             : 355368         (1968 /sec)
1065.19/1078.50	c 1079	decisions             : 518037         (1.73 % random) (2869 /sec)
1065.19/1078.50	c 1079	propagations          : 11411894       (63205 /sec)
1065.19/1078.50	c 1079	conflict literals     : 4624746        (21.42 % deleted)
1065.19/1078.50	c 1079	Memory used           : 210.31 MB
1065.19/1078.50	c 1079	CPU time              : 180.553 s
1065.19/1078.50	c 1079	
1065.19/1078.51	c 1079	SATISFIABLE
1065.19/1078.55	c 1079	DECODING HOME/temp.out WITH HOME/temp.map
1065.19/1078.55	c 1079	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1065.25/1078.64	c 1079	Decoding HOME/temp.out
1065.25/1078.72	s SATISFIABLE
1065.25/1078.73	v 4 12 20 4 1 8 25 14 20 19 7 14 13 22 20 17 12 4 12 14 20 18 17 4 21 20 4 19 20 8 1 0 20 12 4 4 17 8 4 18 4 18 18 8 14 13 8 17 8 18 14 13 18 18 21 15 19 0 0 11 18 19 17 8 4 4 22 14 10 14 4 20 21 4 17 20 19 18 21 20 18 20 19 4 17 8 13 20 18 4 3 8 18 18 14 13 4 8 18 14 18 0 12 12 24 18 0 24 18 0 13 4 11 19 8 18 14 13 17 8 4 19 25 0 17 18 24 4 24 4 18 15 20 24 2 24 19 8 18 4 18 15 4 19 2 7 8 18 4 20 17 14 24 20 0 13 18 8 20 11 4 25 0 8 13 4 12 20 4 18 4 12 4 19 4 13 13 18 18 4 23 20 4 13 4 19 18
1065.25/1078.73	c 1079	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1065.25/1078.78	c 1079	CPU 1065.42 (0.06 0.02 1063.46 1.88)
1065.25/1078.78	c 1079	END Sun Jul 12 04:04:19 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2076901-1247363180/watcher-2076901-1247363180 -o /tmp/evaluation-result-2076901-1247363180/solver-2076901-1247363180 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2076901-1247363180.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.96 1.98 1.99 4/74 18066
/proc/meminfo: memFree=1604040/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=4708 CPUtime=0
/proc/18066/stat : 18066 (sugar) R 18064 18066 14719 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 23381036 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 271891625353 0 0 4096 0 0 0 0 17 1 0 0
/proc/18066/statm: 1177 43 33 3 0 8 0

[startup+0.0840331 s]
/proc/loadavg: 1.96 1.98 1.99 4/74 18066
/proc/meminfo: memFree=1604040/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=0.07
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1209 128 0 0 5 2 0 0 18 0 1 0 23381036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102017 s]
/proc/loadavg: 1.96 1.98 1.99 4/74 18066
/proc/meminfo: memFree=1604040/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=0.07
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23381036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302034 s]
/proc/loadavg: 1.96 1.98 1.99 4/74 18066
/proc/meminfo: memFree=1604040/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=0.07
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23381036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702079 s]
/proc/loadavg: 1.96 1.98 1.99 4/74 18066
/proc/meminfo: memFree=1604040/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=0.07
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23381036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50115 s]
/proc/loadavg: 2.05 2.00 2.00 3/85 18088
/proc/meminfo: memFree=1595632/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=0.89
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1309 9964 0 1 5 2 75 7 16 0 1 0 23381036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1111 409 3 0 796 0
[pid=18079] ppid=18066 vsize=5356 CPUtime=0
/proc/18079/stat : 18079 (sh) S 18066 18066 14719 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23381129 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18079/statm: 1339 233 193 169 0 50 0
[pid=18080] ppid=18079 vsize=862284 CPUtime=0.55
/proc/18080/stat : 18080 (java) S 18079 18066 14719 0 -1 0 6651 0 1 0 52 3 0 0 18 0 9 0 23381129 882978816 5632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18080/statm: 215571 5632 2158 9 0 210484 0
[pid=18080/tid=18081] ppid=18079 vsize=862284 CPUtime=0.34
/proc/18080/task/18081/stat : 18081 (java) R 18079 18066 14719 0 -1 64 2019 0 1 0 33 1 0 0 22 0 9 0 23381130 882978816 5632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18082] ppid=18079 vsize=862284 CPUtime=0.15
/proc/18080/task/18082/stat : 18082 (java) R 18079 18066 14719 0 -1 64 3623 0 0 0 15 0 0 0 16 0 9 0 23381131 882978816 5632 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18083] ppid=18079 vsize=862284 CPUtime=0
/proc/18080/task/18083/stat : 18083 (java) S 18079 18066 14719 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23381131 882978816 5632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18084] ppid=18079 vsize=862284 CPUtime=0
/proc/18080/task/18084/stat : 18084 (java) S 18079 18066 14719 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23381131 882978816 5632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18085] ppid=18079 vsize=862284 CPUtime=0
/proc/18080/task/18085/stat : 18085 (java) S 18079 18066 14719 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23381133 882978816 5632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18086] ppid=18079 vsize=862284 CPUtime=0.03
/proc/18080/task/18086/stat : 18086 (java) S 18079 18066 14719 0 -1 64 305 0 0 0 3 0 0 0 17 0 9 0 23381133 882978816 5632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18087] ppid=18079 vsize=862284 CPUtime=0
/proc/18080/task/18087/stat : 18087 (java) S 18079 18066 14719 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23381133 882978816 5632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18088] ppid=18079 vsize=862284 CPUtime=0
/proc/18080/task/18088/stat : 18088 (java) S 18079 18066 14719 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23381133 882978816 5632 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 884508

[startup+3.10131 s]
/proc/loadavg: 2.05 2.00 2.00 4/85 18088
/proc/meminfo: memFree=1568176/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=0.89
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1309 9964 0 1 5 2 75 7 15 0 1 0 23381036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1111 409 3 0 796 0
[pid=18079] ppid=18066 vsize=5356 CPUtime=0
/proc/18079/stat : 18079 (sh) S 18066 18066 14719 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23381129 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18079/statm: 1339 233 193 169 0 50 0
[pid=18080] ppid=18079 vsize=864400 CPUtime=2.14
/proc/18080/stat : 18080 (java) S 18079 18066 14719 0 -1 0 17920 0 1 0 205 9 0 0 18 0 9 0 23381129 885145600 16289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18080/statm: 216100 16289 2566 9 0 210605 0
[pid=18080/tid=18081] ppid=18079 vsize=864400 CPUtime=1.02
/proc/18080/task/18081/stat : 18081 (java) R 18079 18066 14719 0 -1 64 3198 0 1 0 100 2 0 0 25 0 9 0 23381130 885145600 16289 996147200 134512640 134550932 4294955936 18446744073709551615 4126525369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18082] ppid=18079 vsize=864400 CPUtime=1.04
/proc/18080/task/18082/stat : 18082 (java) S 18079 18066 14719 0 -1 64 13704 0 0 0 99 5 0 0 17 0 9 0 23381131 885145600 16289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18083] ppid=18079 vsize=864400 CPUtime=0
/proc/18080/task/18083/stat : 18083 (java) S 18079 18066 14719 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23381131 885145600 16289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18084] ppid=18079 vsize=864400 CPUtime=0
/proc/18080/task/18084/stat : 18084 (java) S 18079 18066 14719 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23381131 885145600 16289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18085] ppid=18079 vsize=864400 CPUtime=0
/proc/18080/task/18085/stat : 18085 (java) S 18079 18066 14719 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23381133 885145600 16289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18086] ppid=18079 vsize=864400 CPUtime=0.05
/proc/18080/task/18086/stat : 18086 (java) S 18079 18066 14719 0 -1 64 314 0 0 0 5 0 0 0 16 0 9 0 23381133 885145600 16289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18087] ppid=18079 vsize=864400 CPUtime=0
/proc/18080/task/18087/stat : 18087 (java) S 18079 18066 14719 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23381133 885145600 16289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18088] ppid=18079 vsize=864400 CPUtime=0
/proc/18080/task/18088/stat : 18088 (java) S 18079 18066 14719 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23381133 885145600 16289 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886624

[startup+6.30263 s]
/proc/loadavg: 2.05 2.00 2.00 3/85 18088
/proc/meminfo: memFree=1481136/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=0.89
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1309 9964 0 1 5 2 75 7 16 0 1 0 23381036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1111 409 3 0 796 0
[pid=18079] ppid=18066 vsize=5356 CPUtime=0
/proc/18079/stat : 18079 (sh) S 18066 18066 14719 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23381129 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18079/statm: 1339 233 193 169 0 50 0
[pid=18080] ppid=18079 vsize=889596 CPUtime=5.3
/proc/18080/stat : 18080 (java) S 18079 18066 14719 0 -1 0 47286 0 1 0 509 21 0 0 18 0 9 0 23381129 910946304 40290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18080/statm: 222399 40290 2567 9 0 216904 0
[pid=18080/tid=18081] ppid=18079 vsize=889596 CPUtime=2.24
/proc/18080/task/18081/stat : 18081 (java) S 18079 18066 14719 0 -1 64 3721 0 1 0 222 2 0 0 25 0 9 0 23381130 910946304 40290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18082] ppid=18079 vsize=889596 CPUtime=2.89
/proc/18080/task/18082/stat : 18082 (java) R 18079 18066 14719 0 -1 64 41435 0 0 0 272 17 0 0 20 0 9 0 23381131 910946304 40290 996147200 134512640 134550932 4294955936 18446744073709551615 102768099 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18083] ppid=18079 vsize=889596 CPUtime=0
/proc/18080/task/18083/stat : 18083 (java) S 18079 18066 14719 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23381131 910946304 40290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18084] ppid=18079 vsize=889596 CPUtime=0
/proc/18080/task/18084/stat : 18084 (java) S 18079 18066 14719 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23381131 910946304 40290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18085] ppid=18079 vsize=889596 CPUtime=0
/proc/18080/task/18085/stat : 18085 (java) S 18079 18066 14719 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23381133 910946304 40290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18086] ppid=18079 vsize=889596 CPUtime=0.14
/proc/18080/task/18086/stat : 18086 (java) S 18079 18066 14719 0 -1 64 1426 0 0 0 14 0 0 0 17 0 9 0 23381133 910946304 40290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18087] ppid=18079 vsize=889596 CPUtime=0
/proc/18080/task/18087/stat : 18087 (java) S 18079 18066 14719 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23381133 910946304 40290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18088] ppid=18079 vsize=889596 CPUtime=0
/proc/18080/task/18088/stat : 18088 (java) S 18079 18066 14719 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23381133 910946304 40290 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 911820

[startup+12.7023 s]
/proc/loadavg: 2.04 2.00 2.00 3/85 18088
/proc/meminfo: memFree=1433200/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=0.89
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1310 9964 0 1 5 2 75 7 16 0 1 0 23381036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1111 409 3 0 796 0
[pid=18079] ppid=18066 vsize=5356 CPUtime=0
/proc/18079/stat : 18079 (sh) S 18066 18066 14719 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23381129 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18079/statm: 1339 233 193 169 0 50 0
[pid=18080] ppid=18079 vsize=868716 CPUtime=11.64
/proc/18080/stat : 18080 (java) S 18079 18066 14719 0 -1 0 64365 0 1 0 1132 32 0 0 18 0 9 0 23381129 889565184 42782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18080/statm: 217179 42782 2592 9 0 211656 0
[pid=18080/tid=18081] ppid=18079 vsize=868716 CPUtime=6.77
/proc/18080/task/18081/stat : 18081 (java) R 18079 18066 14719 0 -1 64 4602 0 1 0 671 6 0 0 25 0 9 0 23381130 889565184 42782 996147200 134512640 134550932 4294955936 18446744073709551615 102093434 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18082] ppid=18079 vsize=868716 CPUtime=4.64
/proc/18080/task/18082/stat : 18082 (java) S 18079 18066 14719 0 -1 64 57595 0 0 0 440 24 0 0 16 0 9 0 23381131 889565184 42782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18083] ppid=18079 vsize=868716 CPUtime=0
/proc/18080/task/18083/stat : 18083 (java) S 18079 18066 14719 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23381131 889565184 42782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18084] ppid=18079 vsize=868716 CPUtime=0
/proc/18080/task/18084/stat : 18084 (java) S 18079 18066 14719 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23381131 889565184 42782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18085] ppid=18079 vsize=868716 CPUtime=0
/proc/18080/task/18085/stat : 18085 (java) S 18079 18066 14719 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23381133 889565184 42782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18086] ppid=18079 vsize=868716 CPUtime=0.19
/proc/18080/task/18086/stat : 18086 (java) S 18079 18066 14719 0 -1 64 1464 0 0 0 19 0 0 0 16 0 9 0 23381133 889565184 42782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18087] ppid=18079 vsize=868716 CPUtime=0
/proc/18080/task/18087/stat : 18087 (java) S 18079 18066 14719 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23381133 889565184 42782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18088] ppid=18079 vsize=868716 CPUtime=0
/proc/18080/task/18088/stat : 18088 (java) S 18079 18066 14719 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23381133 889565184 42782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890940

[startup+25.5025 s]
/proc/loadavg: 2.03 2.00 2.00 3/85 18088
/proc/meminfo: memFree=1423408/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=0.89
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1310 9964 0 1 5 2 75 7 16 0 1 0 23381036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1111 409 3 0 796 0
[pid=18079] ppid=18066 vsize=5356 CPUtime=0
/proc/18079/stat : 18079 (sh) S 18066 18066 14719 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23381129 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18079/statm: 1339 233 193 169 0 50 0
[pid=18080] ppid=18079 vsize=868716 CPUtime=24.31
/proc/18080/stat : 18080 (java) S 18079 18066 14719 0 -1 0 64935 0 1 0 2394 37 0 0 18 0 9 0 23381129 889565184 43309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18080/statm: 217179 43309 2592 9 0 211656 0
[pid=18080/tid=18081] ppid=18079 vsize=868716 CPUtime=19.16
/proc/18080/task/18081/stat : 18081 (java) R 18079 18066 14719 0 -1 64 4648 0 1 0 1906 10 0 0 25 0 9 0 23381130 889565184 43309 996147200 134512640 134550932 4294955936 18446744073709551615 4126925795 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18082] ppid=18079 vsize=868716 CPUtime=4.91
/proc/18080/task/18082/stat : 18082 (java) S 18079 18066 14719 0 -1 64 58115 0 0 0 466 25 0 0 16 0 9 0 23381131 889565184 43309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18083] ppid=18079 vsize=868716 CPUtime=0
/proc/18080/task/18083/stat : 18083 (java) S 18079 18066 14719 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23381131 889565184 43309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18084] ppid=18079 vsize=868716 CPUtime=0
/proc/18080/task/18084/stat : 18084 (java) S 18079 18066 14719 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23381131 889565184 43309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18085] ppid=18079 vsize=868716 CPUtime=0

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

[startup+882.302 s]
/proc/loadavg: 2.03 2.05 2.00 3/93 18140
/proc/meminfo: memFree=1278872/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=0.89
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1310 9964 0 1 5 2 75 7 16 0 1 0 23381036 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1111 409 3 0 796 0
[pid=18079] ppid=18066 vsize=5356 CPUtime=0
/proc/18079/stat : 18079 (sh) S 18066 18066 14719 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23381129 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18079/statm: 1339 233 193 169 0 50 0
[pid=18080] ppid=18079 vsize=868716 CPUtime=873.88
/proc/18080/stat : 18080 (java) S 18079 18066 14719 0 -1 0 113130 0 1 0 87268 120 0 0 18 0 9 0 23381129 889565184 72219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18080/statm: 217179 72219 2591 9 0 211656 0
[pid=18080/tid=18081] ppid=18079 vsize=868716 CPUtime=863.04
/proc/18080/task/18081/stat : 18081 (java) R 18079 18066 14719 0 -1 64 5143 0 1 0 86236 68 0 0 25 0 9 0 23381130 889565184 72219 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18080/tid=18082] ppid=18079 vsize=868716 CPUtime=10.59
/proc/18080/task/18082/stat : 18082 (java) S 18079 18066 14719 0 -1 64 105811 0 0 0 1010 49 0 0 17 0 9 0 23381131 889565184 72219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18080/tid=18083] ppid=18079 vsize=868716 CPUtime=0
/proc/18080/task/18083/stat : 18083 (java) S 18079 18066 14719 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23381131 889565184 72219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18084] ppid=18079 vsize=868716 CPUtime=0
/proc/18080/task/18084/stat : 18084 (java) S 18079 18066 14719 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23381131 889565184 72219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18085] ppid=18079 vsize=868716 CPUtime=0
/proc/18080/task/18085/stat : 18085 (java) S 18079 18066 14719 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23381133 889565184 72219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18086] ppid=18079 vsize=868716 CPUtime=0.21
/proc/18080/task/18086/stat : 18086 (java) S 18079 18066 14719 0 -1 64 1472 0 0 0 21 0 0 0 16 0 9 0 23381133 889565184 72219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18087] ppid=18079 vsize=868716 CPUtime=0
/proc/18080/task/18087/stat : 18087 (java) S 18079 18066 14719 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23381133 889565184 72219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18080/tid=18088] ppid=18079 vsize=868716 CPUtime=0
/proc/18080/task/18088/stat : 18088 (java) S 18079 18066 14719 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23381133 889565184 72219 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 874.77
Current children cumulated vsize (KiB) 890940

[startup+942.301 s]
/proc/loadavg: 2.01 2.04 2.00 8/99 18160
/proc/meminfo: memFree=1356832/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=884.23
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1376 123428 0 2 6 2 88277 138 16 0 1 0 23381036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1113 409 3 0 796 0
[pid=18141] ppid=18066 vsize=5356 CPUtime=0
/proc/18141/stat : 18141 (sh) S 18066 18066 14719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23470212 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18141/statm: 1339 232 193 169 0 50 0
[pid=18142] ppid=18141 vsize=188540 CPUtime=49.89
/proc/18142/stat : 18142 (minisat) R 18141 18066 14719 0 -1 4194304 46235 0 0 0 4955 34 0 0 25 0 1 0 23470212 193064960 46221 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18142/statm: 47135 46221 76 150 0 46982 0
Current children cumulated CPU time (s) 934.12
Current children cumulated vsize (KiB) 210764

[startup+1002.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/85 18622
/proc/meminfo: memFree=1346152/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=884.23
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1376 123428 0 2 6 2 88277 138 16 0 1 0 23381036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1113 409 3 0 796 0
[pid=18141] ppid=18066 vsize=5356 CPUtime=0
/proc/18141/stat : 18141 (sh) S 18066 18066 14719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23470212 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18141/statm: 1339 232 193 169 0 50 0
[pid=18142] ppid=18141 vsize=200888 CPUtime=105.47
/proc/18142/stat : 18142 (minisat) R 18141 18066 14719 0 -1 4194304 49223 0 0 0 10509 38 0 0 25 0 1 0 23470212 205709312 49209 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/18142/statm: 50222 49209 76 150 0 50069 0
Current children cumulated CPU time (s) 989.7
Current children cumulated vsize (KiB) 223112

[startup+1062.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/85 18622
/proc/meminfo: memFree=1334632/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=884.23
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1376 123428 0 2 6 2 88277 138 16 0 1 0 23381036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1113 409 3 0 796 0
[pid=18141] ppid=18066 vsize=5356 CPUtime=0
/proc/18141/stat : 18141 (sh) S 18066 18066 14719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23470212 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18141/statm: 1339 232 193 169 0 50 0
[pid=18142] ppid=18141 vsize=212800 CPUtime=164.91
/proc/18142/stat : 18142 (minisat) R 18141 18066 14719 0 -1 4194304 52073 0 0 0 16450 41 0 0 25 0 1 0 23470212 217907200 52059 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18142/statm: 53200 52059 76 150 0 53047 0
Current children cumulated CPU time (s) 1049.14
Current children cumulated vsize (KiB) 235024

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

[startup+1068.7 s]
/proc/loadavg: 2.04 2.06 2.01 3/85 18622
/proc/meminfo: memFree=1333224/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=884.23
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1376 123428 0 2 6 2 88277 138 16 0 1 0 23381036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1113 409 3 0 796 0
[pid=18141] ppid=18066 vsize=5356 CPUtime=0
/proc/18141/stat : 18141 (sh) S 18066 18066 14719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23470212 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18141/statm: 1339 232 193 169 0 50 0
[pid=18142] ppid=18141 vsize=214148 CPUtime=171.25
/proc/18142/stat : 18142 (minisat) R 18141 18066 14719 0 -1 4194304 52415 0 0 0 17084 41 0 0 25 0 1 0 23470212 219287552 52401 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/18142/statm: 53537 52401 76 150 0 53384 0
Current children cumulated CPU time (s) 1055.48
Current children cumulated vsize (KiB) 236372

[startup+1075.1 s]
/proc/loadavg: 2.04 2.06 2.01 3/85 18622
/proc/meminfo: memFree=1332328/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=884.23
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1376 123428 0 2 6 2 88277 138 16 0 1 0 23381036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1113 409 3 0 796 0
[pid=18141] ppid=18066 vsize=5356 CPUtime=0
/proc/18141/stat : 18141 (sh) S 18066 18066 14719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23470212 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18141/statm: 1339 232 193 169 0 50 0
[pid=18142] ppid=18141 vsize=215076 CPUtime=177.59
/proc/18142/stat : 18142 (minisat) R 18141 18066 14719 0 -1 4194304 52639 0 0 0 17717 42 0 0 25 0 1 0 23470212 220237824 52625 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/18142/statm: 53769 52625 76 150 0 53616 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 237300

[startup+1076.7 s]
/proc/loadavg: 2.04 2.06 2.01 3/85 18622
/proc/meminfo: memFree=1332136/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=884.23
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1376 123428 0 2 6 2 88277 138 16 0 1 0 23381036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1113 409 3 0 796 0
[pid=18141] ppid=18066 vsize=5356 CPUtime=0
/proc/18141/stat : 18141 (sh) S 18066 18066 14719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23470212 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18141/statm: 1339 232 193 169 0 50 0
[pid=18142] ppid=18141 vsize=215220 CPUtime=179.18
/proc/18142/stat : 18142 (minisat) R 18141 18066 14719 0 -1 4194304 52690 0 0 0 17876 42 0 0 25 0 1 0 23470212 220385280 52676 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18142/statm: 53805 52676 76 150 0 53652 0
Current children cumulated CPU time (s) 1063.41
Current children cumulated vsize (KiB) 237444

[startup+1077.5 s]
/proc/loadavg: 2.04 2.06 2.01 3/85 18622
/proc/meminfo: memFree=1332008/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=884.23
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1376 123428 0 2 6 2 88277 138 16 0 1 0 23381036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1113 409 3 0 796 0
[pid=18141] ppid=18066 vsize=5356 CPUtime=0
/proc/18141/stat : 18141 (sh) S 18066 18066 14719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23470212 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18141/statm: 1339 232 193 169 0 50 0
[pid=18142] ppid=18141 vsize=215352 CPUtime=179.97
/proc/18142/stat : 18142 (minisat) R 18141 18066 14719 0 -1 4194304 52714 0 0 0 17955 42 0 0 25 0 1 0 23470212 220520448 52700 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18142/statm: 53838 52700 76 150 0 53685 0
Current children cumulated CPU time (s) 1064.2
Current children cumulated vsize (KiB) 237576

[startup+1078.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/85 18622
/proc/meminfo: memFree=1331880/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=884.23
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1376 123428 0 2 6 2 88277 138 16 0 1 0 23381036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1113 409 3 0 796 0
[pid=18141] ppid=18066 vsize=5356 CPUtime=0
/proc/18141/stat : 18141 (sh) S 18066 18066 14719 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23470212 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18141/statm: 1339 232 193 169 0 50 0
[pid=18142] ppid=18141 vsize=215352 CPUtime=180.76
/proc/18142/stat : 18142 (minisat) R 18141 18066 14719 0 -1 4194304 52735 0 0 0 18034 42 0 0 25 0 1 0 23470212 220520448 52721 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18142/statm: 53838 52721 76 150 0 53685 0
Current children cumulated CPU time (s) 1064.99
Current children cumulated vsize (KiB) 237576

[startup+1078.7 s]
/proc/loadavg: 2.04 2.06 2.01 3/85 18622
/proc/meminfo: memFree=1331880/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=1065.25
/proc/18066/stat : 18066 (sugar) S 18064 18066 14719 0 -1 4194304 1448 176466 0 2 6 2 106333 184 16 0 1 0 23381036 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18066/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1065.25
Current children cumulated vsize (KiB) 16868

[startup+1078.8 s]
/proc/loadavg: 2.04 2.06 2.01 3/85 18622
/proc/meminfo: memFree=1331880/2055920 swapFree=4192952/4192956
[pid=18066] ppid=18064 vsize=16868 CPUtime=1065.44
/proc/18066/stat : 18066 (sugar) R 18064 18066 14719 0 -1 4194304 1478 180270 0 3 6 4 106346 188 16 0 1 0 23381036 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271894418473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18066/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1065.44
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1078.84
CPU time (s): 1065.51
CPU user time (s): 1063.53
CPU system time (s): 1.9737
CPU usage (%): 98.7636
Max. virtual memory (cumulated for all children) (KiB): 916552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1063.53
system time used= 1.9737
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181808
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26314
involuntary context switches= 50242

runsolver used 1.39079 second user time and 3.56246 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-12 03:46:20
IDJOB=2076901
IDBENCH=56524
IDSOLVER=739
FILE ID=node60/2076901-1247363180
PBS_JOBID= 9506938
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-15-09.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2076901-1247363180/watcher-2076901-1247363180 -o /tmp/evaluation-result-2076901-1247363180/solver-2076901-1247363180 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2076901-1247363180.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8083874e58e9fdb0d48e10bbca119bf4
RANDOM SEED=1510933301

node60.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.232
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.232
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:       1604520 kB
Buffers:         59408 kB
Cached:         218504 kB
SwapCached:          4 kB
Active:         217008 kB
Inactive:       183284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604520 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2508 kB
Writeback:           0 kB
Mapped:         133056 kB
Slab:            35984 kB
Committed_AS:   364580 kB
PageTables:       2164 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= 66460 MiB
End job on node60 at 2009-07-12 04:04:19