Trace number 2076340

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 504.05 528.691

General information on the benchmark

Namecsp/lexPuzzle/
normalized-crossword-m1-lex-puzzle17.xml
MD5SUMfbfcca174138f95b292fe795fe44a0e9
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.293954
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints1420
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension88
Number of constraints which are defined in intension1332
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 03:37:35 2009
0.05/0.08	c 0	PID 18788
0.05/0.08	c 0	HOST node36.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2076340-1247362655.xml TO HOME/temp.csp
0.05/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-2076340-1247362655.xml' 'HOME/temp.csp'
0.07/0.65	c 1	1 domains, 180 variables, 6 predicates, 5 relations, 1420 constraints
0.07/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.67	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.63/0.76	c 1	Parsing HOME/temp.csp
0.63/0.95	c 1	parsed 1612 expressions
0.63/0.96	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.63/0.96	c 1	Converting to clausal form CSP
0.63/0.98	c 1	converted 162 (10%) expressions
1.53/1.66	c 2	converted 323 (20%) expressions
1.62/1.80	c 2	converted 484 (30%) expressions
1.73/1.83	c 2	converted 645 (40%) expressions
1.73/1.84	c 2	converted 806 (50%) expressions
1.93/2.07	c 2	converted 968 (60%) expressions
1.93/2.08	c 2	converted 1129 (70%) expressions
2.02/2.17	c 2	converted 1290 (80%) expressions
2.71/2.87	c 3	converted 1451 (90%) expressions
2.71/2.89	c 3	converted 1612 (100%) expressions
2.71/2.89	c 3	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
2.71/2.89	c 3	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.71/2.89	c 3	Propagation in CSP
2.81/2.90	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/2.90	c 3	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
2.81/2.90	c 3	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.81/2.91	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.95	c 3	CSP : 180 integers, 8848 booleans, 10268 clauses, largest domain size 26
2.81/2.95	c 3	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.28	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.11/3.30	c 3	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
3.21/3.30	c 3	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
3.21/3.30	c 3	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
3.21/3.31	c 3	72 (40%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
3.21/3.31	c 3	90 (50%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
3.21/3.31	c 3	108 (60%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
3.21/3.31	c 3	126 (70%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
3.21/3.31	c 3	144 (80%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
3.21/3.31	c 3	162 (90%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
3.21/3.31	c 3	180 (100%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
12.19/12.46	c 13	1027 (10%) CSP clauses are encoded (258193 clauses, 9328448 bytes)
12.29/12.52	c 13	2054 (20%) CSP clauses are encoded (281220 clauses, 9729730 bytes)
12.29/12.56	c 13	3081 (30%) CSP clauses are encoded (304247 clauses, 10135374 bytes)
16.45/16.78	c 17	4108 (40%) CSP clauses are encoded (372555 clauses, 12722721 bytes)
16.55/16.84	c 17	5134 (50%) CSP clauses are encoded (395556 clauses, 13151982 bytes)
16.55/16.89	c 17	6161 (60%) CSP clauses are encoded (418608 clauses, 13582177 bytes)
18.75/19.21	c 19	7188 (70%) CSP clauses are encoded (464263 clauses, 15157640 bytes)
69.52/72.83	c 73	8215 (80%) CSP clauses are encoded (903061 clauses, 37396042 bytes)
69.52/72.88	c 73	9242 (90%) CSP clauses are encoded (927238 clauses, 37868156 bytes)
69.63/72.93	c 73	10268 (100%) CSP clauses are encoded (952164 clauses, 38347642 bytes)
69.63/72.93	c 73	10268 CSP clauses encoded
69.63/72.93	c 73	Writing map file : HOME/temp.map
69.63/72.94	c 73	Heap : 46 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
69.63/72.94	c 73	SAT : 13348 SAT variables, 952164 SAT clauses, 38347642 bytes
69.63/72.94	c 73	Heap : 46 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
69.63/72.99	c 73	SOLVING HOME/temp.cnf
69.63/72.99	c 73	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
69.69/73.00	c 73	This is MiniSat 2.0 beta
69.69/73.00	c 73	WARNING: for repeatability, setting FPU to use double precision
69.69/73.00	c 73	============================[ Problem Statistics ]=============================
69.69/73.00	c 73	|                                                                             |
69.69/73.00	c 73	|  Number of variables:  13348                                                |
69.69/73.00	c 73	|  Number of clauses:    952164                                               |
70.47/73.87	c 74	|  Parsing time:         0.72         s                                       |
70.57/73.93	c 74	============================[ Search Statistics ]==============================
70.57/73.93	c 74	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
70.57/73.93	c 74	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
70.57/73.93	c 74	===============================================================================
70.57/73.93	c 74	|         0 |   13348   952164  6892052 |   317388        0    nan |  0.000 % |
70.78/74.12	c 74	|       101 |   13348   952164  6892052 |   349126      101      7 |  0.000 % |
70.78/74.14	c 74	|       251 |   13348   952164  6892052 |   384039      251      7 |  0.000 % |
70.78/74.18	c 74	|       477 |   13347   952164  6892052 |   422443      476      8 |  0.008 % |
70.88/74.24	c 74	|       814 |   13347   952164  6892052 |   464687      813      8 |  0.008 % |
70.98/74.30	c 74	|      1320 |   13346   952164  6892052 |   511156     1318      8 |  0.015 % |
71.18/74.56	c 75	|      2079 |   13346   952164  6892052 |   562272     2077      8 |  0.015 % |
71.28/74.68	c 75	|      3218 |   13346   952164  6892052 |   618499     3216      9 |  0.015 % |
71.48/74.89	c 75	|      4927 |   13346   952164  6892052 |   680349     4925      9 |  0.015 % |
71.97/75.30	c 75	|      7489 |   13345   952164  6892052 |   748384     7485     10 |  0.030 % |
72.68/76.09	c 76	|     11333 |   13343   952164  6892052 |   823222    11328     10 |  0.037 % |
73.87/77.25	c 77	|     17099 |   13340   952164  6892052 |   905545    17091     10 |  0.060 % |
75.18/78.71	c 79	|     25749 |   13338   952164  6892052 |   996099    25739     10 |  0.075 % |
77.68/81.27	c 81	|     38724 |   13335   952164  6892052 |  1095709    38711     11 |  0.097 % |
81.23/85.26	c 85	|     58186 |   13335   952164  6892052 |  1205280    58173     11 |  0.097 % |
87.67/92.03	c 92	|     87378 |   13333   952164  6892052 |  1325808    87363     11 |  0.112 % |
99.56/104.69	c 105	|    131168 |   13328   952164  6892052 |  1458389   131148     12 |  0.150 % |
121.23/127.22	c 127	|    196854 |   13320   952164  6892052 |  1604228   196826     12 |  0.210 % |
150.13/157.85	c 158	|    295381 |   13316   948961  6882441 |  1764651   295292     13 |  0.240 % |
215.78/226.66	c 227	|    443171 |   13313   948961  6882441 |  1941116   443079     14 |  0.262 % |
359.95/377.52	c 378	|    664854 |   13311   948177  6880333 |  2135227   664733     14 |  0.277 % |
503.69/528.36	c 529	===============================================================================
503.69/528.36	c 529	restarts              : 21
503.69/528.36	c 529	conflicts             : 831716         (1918 /sec)
503.69/528.36	c 529	decisions             : 1127274        (1.74 % random) (2600 /sec)
503.69/528.36	c 529	propagations          : 33111797       (76366 /sec)
503.69/528.36	c 529	conflict literals     : 12183199       (25.46 % deleted)
503.69/528.36	c 529	Memory used           : 143.83 MB
503.69/528.36	c 529	CPU time              : 433.595 s
503.69/528.36	c 529	
503.69/528.37	c 529	SATISFIABLE
503.69/528.39	c 529	DECODING HOME/temp.out WITH HOME/temp.map
503.69/528.39	c 529	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'
503.80/528.48	c 529	Decoding HOME/temp.out
503.80/528.60	s SATISFIABLE
503.80/528.60	v 18 7 20 22 7 14 0 24 4 19 19 24 19 14 15 24 14 22 25 14 4 17 0 4 20 15 18 8 11 14 13 19 20 17 13 14 20 19 20 13 8 19 15 4 17 8 14 3 21 4 17 21 4 18 14 2 4 11 3 14 13 4 3 6 4 22 14 19 0 13 11 4 21 8 4 19 4 17 13 0 11 13 24 2 13 0 19 19 14 24 12 0 2 0 2 4 13 13 4 18 15 11 0 24 4 3 11 20 23 4 4 15 14 2 7 18 0 17 0 0 17 20 1 0 18 17 8 18 19 14 17 24 3 4 11 4 19 4 15 4 17 20 22 17 0 13 6 11 4 18 24 13 14 13 24 12 14 20 19 4 11 8 8 17 18 3 0 1 14 13 4 17 0 13 18 4 4 4 15 0
503.80/528.61	c 529	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
503.80/528.67	c 529	CPU 504.01 (0.06 0.02 502.8 1.13)
503.80/528.67	c 529	END Sun Jul 12 03:46:24 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-2076340-1247362655/watcher-2076340-1247362655 -o /tmp/evaluation-result-2076340-1247362655/solver-2076340-1247362655 -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-2076340-1247362655.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: 2.35 2.36 2.21 4/83 18788
/proc/meminfo: memFree=724024/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=12000 CPUtime=0
/proc/18788/stat : 18788 (sugar) R 18786 18788 18511 0 -1 4194304 187 0 0 0 0 0 0 0 20 0 1 0 23330190 12288000 155 996147200 4194304 4206940 548682068608 18446744073709551615 240907777753 0 0 4224 0 0 0 0 17 1 0 0
/proc/18788/statm: 3000 155 117 3 0 100 0

[startup+0.068827 s]
/proc/loadavg: 2.35 2.36 2.21 4/83 18788
/proc/meminfo: memFree=724024/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16212 CPUtime=0.05
/proc/18788/stat : 18788 (sugar) R 18786 18788 18511 0 -1 4194304 962 0 0 0 4 1 0 0 18 0 1 0 23330190 16601088 930 996147200 4194304 4206940 548682068608 18446744073709551615 240907621089 0 0 4224 0 0 0 0 17 1 0 0
/proc/18788/statm: 4053 930 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101834 s]
/proc/loadavg: 2.35 2.36 2.21 4/83 18788
/proc/meminfo: memFree=724024/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=0.07
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23330190 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18788/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301849 s]
/proc/loadavg: 2.35 2.36 2.21 4/83 18788
/proc/meminfo: memFree=724024/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=0.07
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23330190 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18788/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701887 s]
/proc/loadavg: 2.35 2.36 2.21 4/83 18788
/proc/meminfo: memFree=724024/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=0.63
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1292 6766 0 1 5 2 50 6 16 0 1 0 23330190 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18788/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 16868

[startup+1.50197 s]
/proc/loadavg: 2.35 2.36 2.21 3/94 18810
/proc/meminfo: memFree=719840/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=0.63
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1309 6766 0 1 5 2 50 6 16 0 1 0 23330190 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18788/statm: 4217 1111 409 3 0 796 0
[pid=18801] ppid=18788 vsize=5356 CPUtime=0
/proc/18801/stat : 18801 (sh) S 18788 18788 18511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23330258 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18801/statm: 1339 233 193 169 0 50 0
[pid=18802] ppid=18801 vsize=864332 CPUtime=0.79
/proc/18802/stat : 18802 (java) S 18801 18788 18511 0 -1 0 8112 0 1 0 74 5 0 0 18 0 9 0 23330258 885075968 7379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18802/statm: 216083 7379 2566 9 0 210588 0
[pid=18802/tid=18803] ppid=18801 vsize=864332 CPUtime=0.4
/proc/18802/task/18803/stat : 18803 (java) R 18801 18788 18511 0 -1 64 2790 0 1 0 38 2 0 0 19 0 9 0 23330259 885075968 7379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18804] ppid=18801 vsize=864332 CPUtime=0.31
/proc/18802/task/18804/stat : 18804 (java) R 18801 18788 18511 0 -1 64 4308 0 0 0 29 2 0 0 16 0 9 0 23330260 885075968 7379 996147200 134512640 134550932 4294955936 18446744073709551615 102759451 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18805] ppid=18801 vsize=864332 CPUtime=0
/proc/18802/task/18805/stat : 18805 (java) S 18801 18788 18511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23330260 885075968 7379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18806] ppid=18801 vsize=864332 CPUtime=0
/proc/18802/task/18806/stat : 18806 (java) S 18801 18788 18511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23330260 885075968 7379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18807] ppid=18801 vsize=864332 CPUtime=0
/proc/18802/task/18807/stat : 18807 (java) S 18801 18788 18511 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23330263 885075968 7379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18808] ppid=18801 vsize=864332 CPUtime=0.05
/proc/18802/task/18808/stat : 18808 (java) S 18801 18788 18511 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 23330263 885075968 7379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18809] ppid=18801 vsize=864332 CPUtime=0
/proc/18802/task/18809/stat : 18809 (java) S 18801 18788 18511 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23330263 885075968 7379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18810] ppid=18801 vsize=864332 CPUtime=0
/proc/18802/task/18810/stat : 18810 (java) S 18801 18788 18511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23330263 885075968 7379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886556

[startup+3.10214 s]
/proc/loadavg: 2.35 2.36 2.21 6/94 18810
/proc/meminfo: memFree=727392/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=0.63
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1310 6766 0 1 5 2 50 6 16 0 1 0 23330190 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18788/statm: 4217 1111 409 3 0 796 0
[pid=18801] ppid=18788 vsize=5356 CPUtime=0
/proc/18801/stat : 18801 (sh) S 18788 18788 18511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23330258 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18801/statm: 1339 233 193 169 0 50 0
[pid=18802] ppid=18801 vsize=868812 CPUtime=2.38
/proc/18802/stat : 18802 (java) S 18801 18788 18511 0 -1 0 17275 0 1 0 227 11 0 0 18 0 9 0 23330258 889663488 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18802/statm: 217203 16471 2566 9 0 211708 0
[pid=18802/tid=18803] ppid=18801 vsize=868812 CPUtime=0.92
/proc/18802/task/18803/stat : 18803 (java) R 18801 18788 18511 0 -1 64 3271 0 1 0 89 3 0 0 23 0 9 0 23330259 889663488 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18804] ppid=18801 vsize=868812 CPUtime=1.26
/proc/18802/task/18804/stat : 18804 (java) R 18801 18788 18511 0 -1 64 11825 0 0 0 120 6 0 0 17 0 9 0 23330260 889663488 16471 996147200 134512640 134550932 4294955936 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18805] ppid=18801 vsize=868812 CPUtime=0
/proc/18802/task/18805/stat : 18805 (java) S 18801 18788 18511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23330260 889663488 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18806] ppid=18801 vsize=868812 CPUtime=0
/proc/18802/task/18806/stat : 18806 (java) S 18801 18788 18511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23330260 889663488 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18807] ppid=18801 vsize=868812 CPUtime=0
/proc/18802/task/18807/stat : 18807 (java) S 18801 18788 18511 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23330263 889663488 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18808] ppid=18801 vsize=868812 CPUtime=0.17
/proc/18802/task/18808/stat : 18808 (java) S 18801 18788 18511 0 -1 64 1480 0 0 0 17 0 0 0 16 0 9 0 23330263 889663488 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18809] ppid=18801 vsize=868812 CPUtime=0
/proc/18802/task/18809/stat : 18809 (java) S 18801 18788 18511 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23330263 889663488 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18810] ppid=18801 vsize=868812 CPUtime=0
/proc/18802/task/18810/stat : 18810 (java) S 18801 18788 18511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23330263 889663488 16471 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 891036

[startup+6.30245 s]
/proc/loadavg: 2.32 2.35 2.21 3/94 18810
/proc/meminfo: memFree=698336/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=0.63
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1310 6766 0 1 5 2 50 6 15 0 1 0 23330190 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18788/statm: 4217 1111 409 3 0 796 0
[pid=18801] ppid=18788 vsize=5356 CPUtime=0
/proc/18801/stat : 18801 (sh) S 18788 18788 18511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23330258 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18801/statm: 1339 233 193 169 0 50 0
[pid=18802] ppid=18801 vsize=868704 CPUtime=5.55
/proc/18802/stat : 18802 (java) S 18801 18788 18511 0 -1 0 18612 0 1 0 539 16 0 0 18 0 9 0 23330258 889552896 17707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18802/statm: 217176 17707 2591 9 0 211653 0
[pid=18802/tid=18803] ppid=18801 vsize=868704 CPUtime=3.74
/proc/18802/task/18803/stat : 18803 (java) R 18801 18788 18511 0 -1 64 3393 0 1 0 368 6 0 0 25 0 9 0 23330259 889552896 17707 996147200 134512640 134550932 4294955936 18446744073709551615 4126459433 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18804] ppid=18801 vsize=868704 CPUtime=1.56
/proc/18802/task/18804/stat : 18804 (java) S 18801 18788 18511 0 -1 64 13014 0 0 0 149 7 0 0 16 0 9 0 23330260 889552896 17707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18805] ppid=18801 vsize=868704 CPUtime=0
/proc/18802/task/18805/stat : 18805 (java) S 18801 18788 18511 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23330260 889552896 17707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18806] ppid=18801 vsize=868704 CPUtime=0
/proc/18802/task/18806/stat : 18806 (java) S 18801 18788 18511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23330260 889552896 17707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18807] ppid=18801 vsize=868704 CPUtime=0
/proc/18802/task/18807/stat : 18807 (java) S 18801 18788 18511 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23330263 889552896 17707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18808] ppid=18801 vsize=868704 CPUtime=0.2
/proc/18802/task/18808/stat : 18808 (java) S 18801 18788 18511 0 -1 64 1506 0 0 0 20 0 0 0 16 0 9 0 23330263 889552896 17707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18809] ppid=18801 vsize=868704 CPUtime=0
/proc/18802/task/18809/stat : 18809 (java) S 18801 18788 18511 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23330263 889552896 17707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18810] ppid=18801 vsize=868704 CPUtime=0
/proc/18802/task/18810/stat : 18810 (java) S 18801 18788 18511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23330263 889552896 17707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890928

[startup+12.7021 s]
/proc/loadavg: 2.30 2.35 2.21 3/94 18810
/proc/meminfo: memFree=682784/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=0.63
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1310 6766 0 1 5 2 50 6 16 0 1 0 23330190 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18788/statm: 4217 1111 409 3 0 796 0
[pid=18801] ppid=18788 vsize=5356 CPUtime=0
/proc/18801/stat : 18801 (sh) S 18788 18788 18511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23330258 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18801/statm: 1339 233 193 169 0 50 0
[pid=18802] ppid=18801 vsize=868704 CPUtime=11.86
/proc/18802/stat : 18802 (java) S 18801 18788 18511 0 -1 0 21039 0 1 0 1164 22 0 0 18 0 9 0 23330258 889552896 20042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18802/statm: 217176 20042 2591 9 0 211653 0
[pid=18802/tid=18803] ppid=18801 vsize=868704 CPUtime=9.78
/proc/18802/task/18803/stat : 18803 (java) R 18801 18788 18511 0 -1 64 3485 0 1 0 967 11 0 0 25 0 9 0 23330259 889552896 20042 996147200 134512640 134550932 4294955936 18446744073709551615 103211122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18804] ppid=18801 vsize=868704 CPUtime=1.82
/proc/18802/task/18804/stat : 18804 (java) S 18801 18788 18511 0 -1 64 15337 0 0 0 173 9 0 0 16 0 9 0 23330260 889552896 20042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18805] ppid=18801 vsize=868704 CPUtime=0
/proc/18802/task/18805/stat : 18805 (java) S 18801 18788 18511 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23330260 889552896 20042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18806] ppid=18801 vsize=868704 CPUtime=0
/proc/18802/task/18806/stat : 18806 (java) S 18801 18788 18511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23330260 889552896 20042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18807] ppid=18801 vsize=868704 CPUtime=0
/proc/18802/task/18807/stat : 18807 (java) S 18801 18788 18511 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23330263 889552896 20042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18808] ppid=18801 vsize=868704 CPUtime=0.22
/proc/18802/task/18808/stat : 18808 (java) S 18801 18788 18511 0 -1 64 1518 0 0 0 22 0 0 0 16 0 9 0 23330263 889552896 20042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18809] ppid=18801 vsize=868704 CPUtime=0
/proc/18802/task/18809/stat : 18809 (java) S 18801 18788 18511 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23330263 889552896 20042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18810] ppid=18801 vsize=868704 CPUtime=0
/proc/18802/task/18810/stat : 18810 (java) S 18801 18788 18511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23330263 889552896 20042 996147200 134512640 134550932 4294955936 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) 890928

[startup+25.5024 s]
/proc/loadavg: 2.39 2.36 2.22 3/94 18810
/proc/meminfo: memFree=660896/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=0.63
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1310 6766 0 1 5 2 50 6 16 0 1 0 23330190 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18788/statm: 4217 1111 409 3 0 796 0
[pid=18801] ppid=18788 vsize=5356 CPUtime=0
/proc/18801/stat : 18801 (sh) S 18788 18788 18511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23330258 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18801/statm: 1339 233 193 169 0 50 0
[pid=18802] ppid=18801 vsize=868704 CPUtime=23.93
/proc/18802/stat : 18802 (java) S 18801 18788 18511 0 -1 0 24401 0 1 0 2363 30 0 0 18 0 9 0 23330258 889552896 23292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18802/statm: 217176 23292 2591 9 0 211653 0
[pid=18802/tid=18803] ppid=18801 vsize=868704 CPUtime=21.5
/proc/18802/task/18803/stat : 18803 (java) R 18801 18788 18511 0 -1 64 3597 0 1 0 2134 16 0 0 25 0 9 0 23330259 889552896 23292 996147200 134512640 134550932 4294955936 18446744073709551615 4126095963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18804] ppid=18801 vsize=868704 CPUtime=2.16
/proc/18802/task/18804/stat : 18804 (java) S 18801 18788 18511 0 -1 64 18580 0 0 0 204 12 0 0 16 0 9 0 23330260 889552896 23292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18805] ppid=18801 vsize=868704 CPUtime=0
/proc/18802/task/18805/stat : 18805 (java) S 18801 18788 18511 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23330260 889552896 23292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18806] ppid=18801 vsize=868704 CPUtime=0
/proc/18802/task/18806/stat : 18806 (java) S 18801 18788 18511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23330260 889552896 23292 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18802/tid=18807] ppid=18801 vsize=868704 CPUtime=0

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


[startup+222.303 s]
/proc/loadavg: 2.16 2.29 2.21 3/86 18812
/proc/meminfo: memFree=617696/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=69.7
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1376 41324 0 2 6 2 6902 60 16 0 1 0 23330190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18788/statm: 4217 1113 409 3 0 796 0
[pid=18811] ppid=18788 vsize=5356 CPUtime=0
/proc/18811/stat : 18811 (sh) S 18788 18788 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23337489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18811/statm: 1339 232 193 169 0 50 0
[pid=18812] ppid=18811 vsize=106436 CPUtime=141.89
/proc/18812/stat : 18812 (minisat) R 18811 18788 18511 0 -1 4194304 26324 0 0 0 14158 31 0 0 25 0 1 0 23337490 108990464 26310 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18812/statm: 26609 26310 76 150 0 26456 0
Current children cumulated CPU time (s) 211.59
Current children cumulated vsize (KiB) 128660

[startup+282.302 s]
/proc/loadavg: 2.18 2.27 2.21 3/86 18812
/proc/meminfo: memFree=608160/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=69.7
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1376 41324 0 2 6 2 6902 60 16 0 1 0 23330190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18788/statm: 4217 1113 409 3 0 796 0
[pid=18811] ppid=18788 vsize=5356 CPUtime=0
/proc/18811/stat : 18811 (sh) S 18788 18788 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23337489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18811/statm: 1339 232 193 169 0 50 0
[pid=18812] ppid=18811 vsize=116648 CPUtime=198.89
/proc/18812/stat : 18812 (minisat) R 18811 18788 18511 0 -1 4194304 28732 0 0 0 19855 34 0 0 25 0 1 0 23337490 119447552 28718 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18812/statm: 29162 28718 76 150 0 29009 0
Current children cumulated CPU time (s) 268.59
Current children cumulated vsize (KiB) 138872

[startup+342.302 s]
/proc/loadavg: 2.26 2.28 2.21 3/86 18812
/proc/meminfo: memFree=599520/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=69.7
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1376 41324 0 2 6 2 6902 60 16 0 1 0 23330190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18788/statm: 4217 1113 409 3 0 796 0
[pid=18811] ppid=18788 vsize=5356 CPUtime=0
/proc/18811/stat : 18811 (sh) S 18788 18788 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23337489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18811/statm: 1339 232 193 169 0 50 0
[pid=18812] ppid=18811 vsize=124872 CPUtime=256.76
/proc/18812/stat : 18812 (minisat) R 18811 18788 18511 0 -1 4194304 30849 0 0 0 25639 37 0 0 25 0 1 0 23337490 127868928 30835 996147200 134512640 135127466 4294956256 18446744073709551615 134530709 0 0 4096 3 0 0 0 17 1 0 0
/proc/18812/statm: 31218 30835 76 150 0 31065 0
Current children cumulated CPU time (s) 326.46
Current children cumulated vsize (KiB) 147096

[startup+402.302 s]
/proc/loadavg: 2.43 2.32 2.22 3/86 18812
/proc/meminfo: memFree=591712/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=69.7
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1376 41324 0 2 6 2 6902 60 16 0 1 0 23330190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18788/statm: 4217 1113 409 3 0 796 0
[pid=18811] ppid=18788 vsize=5356 CPUtime=0
/proc/18811/stat : 18811 (sh) S 18788 18788 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23337489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18811/statm: 1339 232 193 169 0 50 0
[pid=18812] ppid=18811 vsize=132412 CPUtime=313.8
/proc/18812/stat : 18812 (minisat) R 18811 18788 18511 0 -1 4194304 32805 0 0 0 31340 40 0 0 25 0 1 0 23337490 135589888 32791 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18812/statm: 33103 32791 76 150 0 32950 0
Current children cumulated CPU time (s) 383.5
Current children cumulated vsize (KiB) 154636

[startup+462.302 s]
/proc/loadavg: 2.16 2.26 2.21 3/86 18812
/proc/meminfo: memFree=584160/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=69.7
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1376 41324 0 2 6 2 6902 60 16 0 1 0 23330190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18788/statm: 4217 1113 409 3 0 796 0
[pid=18811] ppid=18788 vsize=5356 CPUtime=0
/proc/18811/stat : 18811 (sh) S 18788 18788 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23337489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18811/statm: 1339 232 193 169 0 50 0
[pid=18812] ppid=18811 vsize=141056 CPUtime=371.12
/proc/18812/stat : 18812 (minisat) R 18811 18788 18511 0 -1 4194304 34671 0 0 0 37068 44 0 0 25 0 1 0 23337490 144441344 34657 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18812/statm: 35264 34657 76 150 0 35111 0
Current children cumulated CPU time (s) 440.82
Current children cumulated vsize (KiB) 163280

[startup+522.302 s]
/proc/loadavg: 2.20 2.26 2.21 4/86 18812
/proc/meminfo: memFree=578336/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=69.7
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1376 41324 0 2 6 2 6902 60 16 0 1 0 23330190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18788/statm: 4217 1113 409 3 0 796 0
[pid=18811] ppid=18788 vsize=5356 CPUtime=0
/proc/18811/stat : 18811 (sh) S 18788 18788 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23337489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18811/statm: 1339 232 193 169 0 50 0
[pid=18812] ppid=18811 vsize=146728 CPUtime=428.21
/proc/18812/stat : 18812 (minisat) R 18811 18788 18511 0 -1 4194304 36115 0 0 0 42775 46 0 0 25 0 1 0 23337490 150249472 36101 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18812/statm: 36682 36101 76 150 0 36529 0
Current children cumulated CPU time (s) 497.91
Current children cumulated vsize (KiB) 168952

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

[startup+524.706 s]
/proc/loadavg: 2.18 2.26 2.21 4/86 18812
/proc/meminfo: memFree=578080/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=69.7
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1376 41324 0 2 6 2 6902 60 16 0 1 0 23330190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18788/statm: 4217 1113 409 3 0 796 0
[pid=18811] ppid=18788 vsize=5356 CPUtime=0
/proc/18811/stat : 18811 (sh) S 18788 18788 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23337489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18811/statm: 1339 232 193 169 0 50 0
[pid=18812] ppid=18811 vsize=146860 CPUtime=430.61
/proc/18812/stat : 18812 (minisat) R 18811 18788 18511 0 -1 4194304 36155 0 0 0 43015 46 0 0 25 0 1 0 23337490 150384640 36141 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18812/statm: 36715 36141 76 150 0 36562 0
Current children cumulated CPU time (s) 500.31
Current children cumulated vsize (KiB) 169084

[startup+526.301 s]
/proc/loadavg: 2.18 2.26 2.21 3/86 18812
/proc/meminfo: memFree=577952/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=69.7
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1376 41324 0 2 6 2 6902 60 16 0 1 0 23330190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18788/statm: 4217 1113 409 3 0 796 0
[pid=18811] ppid=18788 vsize=5356 CPUtime=0
/proc/18811/stat : 18811 (sh) S 18788 18788 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23337489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18811/statm: 1339 232 193 169 0 50 0
[pid=18812] ppid=18811 vsize=147000 CPUtime=432.2
/proc/18812/stat : 18812 (minisat) R 18811 18788 18511 0 -1 4194304 36196 0 0 0 43174 46 0 0 25 0 1 0 23337490 150528000 36182 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18812/statm: 36750 36182 76 150 0 36597 0
Current children cumulated CPU time (s) 501.9
Current children cumulated vsize (KiB) 169224

[startup+527.902 s]
/proc/loadavg: 2.18 2.26 2.21 5/86 18812
/proc/meminfo: memFree=577760/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=69.7
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1376 41324 0 2 6 2 6902 60 16 0 1 0 23330190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18788/statm: 4217 1113 409 3 0 796 0
[pid=18811] ppid=18788 vsize=5356 CPUtime=0
/proc/18811/stat : 18811 (sh) S 18788 18788 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23337489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18811/statm: 1339 232 193 169 0 50 0
[pid=18812] ppid=18811 vsize=147132 CPUtime=433.74
/proc/18812/stat : 18812 (minisat) R 18811 18788 18511 0 -1 4194304 36230 0 0 0 43328 46 0 0 25 0 1 0 23337490 150663168 36216 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18812/statm: 36783 36216 76 150 0 36630 0
Current children cumulated CPU time (s) 503.44
Current children cumulated vsize (KiB) 169356

[startup+528.302 s]
/proc/loadavg: 2.18 2.26 2.21 5/86 18812
/proc/meminfo: memFree=577760/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=69.7
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1376 41324 0 2 6 2 6902 60 16 0 1 0 23330190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18788/statm: 4217 1113 409 3 0 796 0
[pid=18811] ppid=18788 vsize=5356 CPUtime=0
/proc/18811/stat : 18811 (sh) S 18788 18788 18511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23337489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18811/statm: 1339 232 193 169 0 50 0
[pid=18812] ppid=18811 vsize=147132 CPUtime=433.99
/proc/18812/stat : 18812 (minisat) R 18811 18788 18511 0 -1 4194304 36234 0 0 0 43353 46 0 0 25 0 1 0 23337490 150663168 36220 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18812/statm: 36783 36220 76 150 0 36630 0
Current children cumulated CPU time (s) 503.69
Current children cumulated vsize (KiB) 169356

[startup+528.502 s]
/proc/loadavg: 2.18 2.26 2.21 5/86 18812
/proc/meminfo: memFree=577760/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=503.8
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1448 77869 0 2 6 2 50262 110 16 0 1 0 23330190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18788/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 503.8
Current children cumulated vsize (KiB) 16868

[startup+528.602 s]
/proc/loadavg: 2.18 2.26 2.21 5/86 18812
/proc/meminfo: memFree=577760/2055920 swapFree=4192956/4192956
[pid=18788] ppid=18786 vsize=16868 CPUtime=503.8
/proc/18788/stat : 18788 (sugar) S 18786 18788 18511 0 -1 4194304 1449 77869 0 2 6 2 50262 110 15 0 1 0 23330190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18788/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 503.8
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 528.691
CPU time (s): 504.05
CPU user time (s): 502.872
CPU system time (s): 1.17882
CPU usage (%): 95.3393
Max. virtual memory (cumulated for all children) (KiB): 901176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 502.872
system time used= 1.17882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83209
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= 9656
involuntary context switches= 20224

runsolver used 0.619905 second user time and 1.82872 second system time

The end

Launcher Data

Begin job on node36 at 2009-07-12 03:37:35
IDJOB=2076340
IDBENCH=56409
IDSOLVER=739
FILE ID=node36/2076340-1247362655
PBS_JOBID= 9506989
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexPuzzle/normalized-crossword-m1-lex-puzzle17.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-2076340-1247362655/watcher-2076340-1247362655 -o /tmp/evaluation-result-2076340-1247362655/solver-2076340-1247362655 -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-2076340-1247362655.xml

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

MD5SUM BENCH= fbfcca174138f95b292fe795fe44a0e9
RANDOM SEED=1809472366

node36.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.238
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.238
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:        729880 kB
Buffers:         68112 kB
Cached:         445152 kB
SwapCached:          0 kB
Active:         789032 kB
Inactive:       472304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        729880 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:         763772 kB
Slab:            48500 kB
Committed_AS:   924304 kB
PageTables:       3416 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= 66392 MiB
End job on node36 at 2009-07-12 03:46:24