Trace number 1111956

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)11 3600.01 3622.86

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg9-12_ext.xml
MD5SUM5382d16035fc6bfdaa42e998302ae420
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints11
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints21
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension21
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	c 0	Sugar v1-13 + HOME/minisat
0.00/0.09	c 0	BEGIN Sat Jul 12 12:28:47 2008
0.00/0.09	c 0	PID 18909
0.04/0.10	c 0	HOST node16.alineos.net
0.04/0.10	c 0	CONVERTING HOME/instance-1111956-1215858526.xml TO HOME/temp.csp
0.04/0.10	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111956-1215858526.xml' 'HOME/temp.csp'
0.04/0.52	c 0	1 domains, 108 variables, 0 predicates, 2 relations, 21 constraints
0.04/0.52	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.52	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.45/0.61	c 0	Parsing HOME/temp.csp
0.45/0.74	c 0	parsed 132 expressions
0.45/0.75	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.75	c 0	MAX CSP: 21 constraints
0.45/0.75	c 0	Converting to clausal form CSP
0.45/0.77	c 0	converted 16 (10%) expressions
0.45/0.77	c 0	converted 32 (20%) expressions
0.45/0.77	c 0	converted 47 (30%) expressions
0.45/0.77	c 0	converted 63 (40%) expressions
0.45/0.77	c 0	converted 78 (50%) expressions
0.45/0.77	c 0	converted 94 (60%) expressions
0.45/0.77	c 0	converted 110 (70%) expressions
1.00/1.18	c 1	converted 125 (80%) expressions
1.40/1.50	c 1	converted 141 (90%) expressions
1.40/1.58	c 1	converted 156 (100%) expressions
1.40/1.58	c 1	CSP : 150 integers, 0 booleans, 62 clauses, largest domain size 32
1.40/1.58	c 1	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.58	c 1	Propagation in CSP
1.40/1.59	c 1	18 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.40/1.59	c 1	CSP : 150 integers, 0 booleans, 62 clauses, largest domain size 26
1.40/1.59	c 1	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.59	c 1	Simplifing CSP by introducing new Boolean variables
1.40/1.59	c 1	CSP : 150 integers, 0 booleans, 62 clauses, largest domain size 26
1.40/1.59	c 1	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.72	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.59/1.73	c 1	15 (10%) CSP integer variables are encoded (360 clauses, 3816 bytes)
1.59/1.74	c 1	30 (20%) CSP integer variables are encoded (720 clauses, 7776 bytes)
1.59/1.74	c 1	45 (30%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
1.59/1.74	c 1	60 (40%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
1.59/1.74	c 1	75 (50%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
1.59/1.74	c 1	90 (60%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
1.59/1.74	c 1	105 (70%) CSP integer variables are encoded (2520 clauses, 30697 bytes)
1.59/1.74	c 1	120 (80%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
1.59/1.74	c 1	135 (90%) CSP integer variables are encoded (2623 clauses, 32036 bytes)
1.59/1.75	c 1	150 (100%) CSP integer variables are encoded (2732 clauses, 33453 bytes)
43.20/43.72	c 43	7 (10%) CSP clauses are encoded (276768 clauses, 17935999 bytes)
73.82/74.60	c 74	13 (20%) CSP clauses are encoded (485012 clauses, 31978186 bytes)
79.45/80.31	c 80	19 (30%) CSP clauses are encoded (560036 clauses, 38103291 bytes)
81.53/82.40	c 82	25 (40%) CSP clauses are encoded (585060 clauses, 40296768 bytes)
81.53/82.40	c 82	31 (50%) CSP clauses are encoded (585106 clauses, 40297498 bytes)
81.53/82.40	c 82	38 (60%) CSP clauses are encoded (585139 clauses, 40298007 bytes)
81.53/82.41	c 82	44 (70%) CSP clauses are encoded (585243 clauses, 40299742 bytes)
81.53/82.41	c 82	50 (80%) CSP clauses are encoded (585494 clauses, 40303826 bytes)
81.53/82.41	c 82	56 (90%) CSP clauses are encoded (585597 clauses, 40305486 bytes)
81.53/82.41	c 82	62 (100%) CSP clauses are encoded (585865 clauses, 40310045 bytes)
81.53/82.41	c 82	62 CSP clauses encoded
81.53/82.42	c 82	Writing map file : HOME/temp.map
81.53/82.42	c 82	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
81.53/82.42	c 82	SAT : 2882 SAT variables, 585865 SAT clauses, 40310045 bytes
81.53/82.42	c 82	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
81.53/82.44	c 82	OBJECTIVE minimize _COST
81.53/82.44	c 82	OBJECTIVE BOUND: 0 <= _COST <= 
81.53/82.44	c 82	SEARCHING: _COST <= 11
81.53/82.44	c 82	SOLVING HOME/temp.cnf
81.53/82.44	c 82	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
81.53/82.44	c 82	This is MiniSat 2.0 beta
81.53/82.44	c 82	WARNING: for repeatability, setting FPU to use double precision
81.53/82.44	c 82	============================[ Problem Statistics ]=============================
81.53/82.44	c 82	|                                                                             |
81.53/82.44	c 82	|  Number of variables:  2882                                                 |
81.53/82.44	c 82	|  Number of clauses:    585866                                               |
81.56/83.33	c 83	|  Parsing time:         0.79         s                                       |
81.56/83.38	c 83	============================[ Search Statistics ]==============================
81.56/83.38	c 83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
81.56/83.38	c 83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
81.56/83.38	c 83	===============================================================================
81.56/83.38	c 83	|         0 |    2832   585548  7763504 |   195182        0    nan |  0.000 % |
81.56/83.43	c 83	|       100 |    2832   585548  7763504 |   214700      100      8 |  1.735 % |
81.56/83.46	c 83	|       250 |    2832   585548  7763504 |   236171      250      7 |  1.735 % |
82.59/83.51	c 83	|       475 |    2832   585548  7763504 |   259788      475      8 |  1.735 % |
82.59/83.57	c 83	|       812 |    2832   585548  7763504 |   285766      812      8 |  1.735 % |
82.70/83.62	c 83	|      1319 |    2832   585548  7763504 |   314343     1319      8 |  1.735 % |
82.70/83.66	c 83	|      2080 |    2832   585548  7763504 |   345778     2080      9 |  1.735 % |
82.90/83.83	c 83	|      3220 |    2832   585548  7763504 |   380355     3220      9 |  1.735 % |
83.10/84.04	c 84	|      4928 |    2832   585548  7763504 |   418391     4928      9 |  1.735 % |
83.39/84.35	c 84	|      7490 |    2832   585548  7763504 |   460230     7490     10 |  1.735 % |
83.69/84.67	c 84	|     11334 |    2832   585548  7763504 |   506253    11334     10 |  1.735 % |
84.38/85.34	c 85	|     17100 |    2832   585548  7763504 |   556878    17100     10 |  1.735 % |
85.37/86.35	c 86	|     25750 |    2832   585548  7763504 |   612566    25750     11 |  1.735 % |
88.55/89.59	c 89	|     38724 |    2832   585548  7763504 |   673823    38724     11 |  1.735 % |
91.42/92.45	c 92	|     58186 |    2832   585548  7763504 |   741205    58186     11 |  1.735 % |
97.16/98.22	c 98	|     87378 |    2832   585548  7763504 |   815326    87378     11 |  1.735 % |
108.95/110.12	c 110	|    131167 |    2832   585548  7763504 |   896859   131167     12 |  1.735 % |
129.38/130.74	c 130	===============================================================================
129.38/130.74	c 130	restarts              : 17
129.38/130.74	c 130	conflicts             : 190958         (4000 /sec)
129.38/130.74	c 130	decisions             : 266140         (1.55 % random) (5575 /sec)
129.38/130.74	c 130	propagations          : 4458725        (93398 /sec)
129.38/130.74	c 130	conflict literals     : 2379016        (24.16 % deleted)
129.38/130.74	c 130	Memory used           : 74.38 MB
129.38/130.74	c 130	CPU time              : 47.7387 s
129.38/130.74	c 130	
129.38/130.75	c 130	SATISFIABLE
129.38/130.76	c 130	FOUND: _COST <= 11
129.38/130.76	s SATISFIABLE
129.38/130.76	c 130	DECODING HOME/temp.out WITH HOME/temp.map
129.38/130.76	c 130	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
129.47/130.85	c 130	Decoding HOME/temp.out
129.47/130.90	c 130	OBJECTIVE _COST 11
129.47/130.90	o 11
129.57/130.90	v 17 18 18 2 1 25 19 25 25 15 22 2 4 2 2 17 11 25 20 25 25 17 7 14 18 17 17 4 20 25 17 25 25 14 14 15 4 4 4 18 19 25 16 25 25 18 11 14 17 22 22 19 22 25 20 25 25 2 4 11 21 22 22 21 20 25 14 25 25 17 18 24 14 14 14 8 17 25 8 25 25 8 0 12 8 17 17 4 18 8 18 19 8 1 11 4 17 12 12 22 19 25 4 25 25 4 4 17
129.57/130.93	c 130	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
129.57/130.93	c 130	OBJECTIVE BOUND: 0 <= _COST <= 11
129.57/130.93	c 130	SEARCHING: _COST <= 5
129.57/130.93	c 130	SOLVING HOME/temp.cnf
129.57/130.93	c 130	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
129.57/130.93	c 130	This is MiniSat 2.0 beta
129.57/130.93	c 130	WARNING: for repeatability, setting FPU to use double precision
129.57/130.93	c 130	============================[ Problem Statistics ]=============================
129.57/130.93	c 130	|                                                                             |
129.57/130.94	c 130	|  Number of variables:  2882                                                 |
129.57/130.94	c 130	|  Number of clauses:    585866                                               |
129.60/131.82	c 131	|  Parsing time:         0.80         s                                       |
129.60/131.87	c 131	============================[ Search Statistics ]==============================
129.60/131.87	c 131	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
129.60/131.87	c 131	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
129.60/131.87	c 131	===============================================================================
129.60/131.87	c 131	|         0 |    2795   585303  7762874 |   195101        0    nan |  0.000 % |
130.55/131.92	c 131	|       100 |    2795   585303  7762874 |   214611      100      8 |  3.019 % |
130.55/131.94	c 131	|       251 |    2795   585303  7762874 |   236072      251      8 |  3.019 % |
130.65/132.03	c 132	|       477 |    2795   585303  7762874 |   259679      477      9 |  3.019 % |
130.65/132.07	c 132	|       814 |    2795   585303  7762874 |   285647      814      9 |  3.019 % |
130.84/132.21	c 132	|      1320 |    2795   585303  7762874 |   314212     1320      9 |  3.019 % |
131.04/132.41	c 132	|      2080 |    2795   585303  7762874 |   345633     2080     10 |  3.019 % |
131.23/132.69	c 132	|      3219 |    2795   585303  7762874 |   380196     3219     10 |  3.019 % |
132.25/133.65	c 133	|      4927 |    2795   585303  7762874 |   418216     4927     10 |  3.019 % |
133.23/134.69	c 134	|      7490 |    2795   585303  7762874 |   460037     7490     11 |  3.019 % |
135.71/137.15	c 137	|     11334 |    2795   585303  7762874 |   506041    11334     11 |  3.019 % |
138.28/139.76	c 139	|     17100 |    2795   585303  7762874 |   556645    17100     11 |  3.019 % |
140.66/142.15	c 142	|     25749 |    2795   585303  7762874 |   612310    25749     12 |  3.019 % |
152.56/154.10	c 154	|     38723 |    2795   585303  7762874 |   673541    38723     14 |  3.019 % |
173.26/175.04	c 175	|     58184 |    2795   585303  7762874 |   740895    58184     15 |  3.019 % |
211.42/213.59	c 213	|     87377 |    2795   585303  7762874 |   814985    87377     16 |  3.019 % |
248.98/251.47	c 251	|    131166 |    2795   585303  7762874 |   896483   131166     16 |  3.019 % |
316.97/320.05	c 320	|    196851 |    2795   585303  7762874 |   986132   196851     17 |  3.019 % |
531.81/536.87	c 536	|    295379 |    2795   585303  7762874 |  1084745   295379     18 |  3.019 % |
973.31/982.38	c 982	|    443168 |    2795   585303  7762874 |  1193219   443168     20 |  3.019 % |
1828.26/1845.08	c 1845	|    664851 |    2795   585303  7762874 |  1312541   664851     21 |  3.019 % |
3600.01/3622.81	c ERROR INTERRUPTED
3600.01/3622.84	c 3622	CPU 128.91 (0.04 0.01 128.87 0.69)
3600.01/3622.84	c 3622	END Sat Jul 12 13:29:09 2008

Verifier Data (download as text)

OK	11	10
11 unsatisfied constraints, 10 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111956-1215858526/watcher-1111956-1215858526 -o /tmp/evaluation-result-1111956-1215858526/solver-1111956-1215858526 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1111956-1215858526.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18909
/proc/meminfo: memFree=1894648/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=12268 CPUtime=0
/proc/18909/stat : 18909 (sugar) R 18907 18909 18257 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 42555223 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18909/statm: 3067 316 241 3 0 167 0

[startup+0.0993041 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18909
/proc/meminfo: memFree=1894648/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=0.04
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 838 0 0 0 3 1 0 0 18 0 1 0 42555223 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102046 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18909
/proc/meminfo: memFree=1894648/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=0.04
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 42555223 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.300997 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18909
/proc/meminfo: memFree=1894648/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=0.04
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 42555223 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701893 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18909
/proc/meminfo: memFree=1894648/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=0.45
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 974 4652 0 1 3 1 37 4 16 0 1 0 42555223 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50168 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 18931
/proc/meminfo: memFree=1878688/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=0.45
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 974 4652 0 1 3 1 37 4 15 0 1 0 42555223 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 797 370 3 0 500 0
[pid=18922] ppid=18909 vsize=5356 CPUtime=0
/proc/18922/stat : 18922 (sh) S 18909 18909 18257 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42555276 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18922/statm: 1339 233 193 169 0 50 0
[pid=18923] ppid=18922 vsize=864140 CPUtime=0.95
/proc/18923/stat : 18923 (java) S 18922 18909 18257 0 -1 0 10784 0 1 0 89 6 0 0 18 0 9 0 42555277 884879360 9924 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18923/statm: 216035 9924 2540 9 0 210610 0
[pid=18923/tid=18924] ppid=18922 vsize=864140 CPUtime=0.39
/proc/18923/task/18924/stat : 18924 (java) R 18922 18909 18257 0 -1 64 2926 0 1 0 38 1 0 0 19 0 9 0 42555278 884879360 9924 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18925] ppid=18922 vsize=864140 CPUtime=0.48
/proc/18923/task/18925/stat : 18925 (java) R 18922 18909 18257 0 -1 64 6833 0 0 0 44 4 0 0 17 0 9 0 42555279 884879360 9924 996147200 134512640 134550740 4294955936 18446744073709551615 102722869 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18926] ppid=18922 vsize=864140 CPUtime=0
/proc/18923/task/18926/stat : 18926 (java) S 18922 18909 18257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42555279 884879360 9924 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18927] ppid=18922 vsize=864140 CPUtime=0
/proc/18923/task/18927/stat : 18927 (java) S 18922 18909 18257 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42555279 884879360 9924 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18928] ppid=18922 vsize=864140 CPUtime=0
/proc/18923/task/18928/stat : 18928 (java) S 18922 18909 18257 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42555281 884879360 9924 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18929] ppid=18922 vsize=864140 CPUtime=0.06
/proc/18923/task/18929/stat : 18929 (java) S 18922 18909 18257 0 -1 64 332 0 0 0 6 0 0 0 16 0 9 0 42555281 884879360 9924 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18930] ppid=18922 vsize=864140 CPUtime=0
/proc/18923/task/18930/stat : 18930 (java) S 18922 18909 18257 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42555281 884879360 9924 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18931] ppid=18922 vsize=864140 CPUtime=0
/proc/18923/task/18931/stat : 18931 (java) S 18922 18909 18257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42555281 884879360 9924 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883096

[startup+3.10126 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 18931
/proc/meminfo: memFree=1855840/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=0.45
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 974 4652 0 1 3 1 37 4 15 0 1 0 42555223 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 797 370 3 0 500 0
[pid=18922] ppid=18909 vsize=5356 CPUtime=0
/proc/18922/stat : 18922 (sh) S 18909 18909 18257 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42555276 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18922/statm: 1339 233 193 169 0 50 0
[pid=18923] ppid=18922 vsize=864252 CPUtime=2.53
/proc/18923/stat : 18923 (java) S 18922 18909 18257 0 -1 0 12499 0 1 0 246 7 0 0 18 0 9 0 42555277 884994048 11576 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18923/statm: 216063 11576 2564 9 0 210610 0
[pid=18923/tid=18924] ppid=18922 vsize=864252 CPUtime=1.74
/proc/18923/task/18924/stat : 18924 (java) R 18922 18909 18257 0 -1 64 3042 0 1 0 173 1 0 0 25 0 9 0 42555278 884994048 11576 996147200 134512640 134550740 4294955936 18446744073709551615 4126557551 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18925] ppid=18922 vsize=864252 CPUtime=0.65
/proc/18923/task/18925/stat : 18925 (java) S 18922 18909 18257 0 -1 64 8408 0 0 0 61 4 0 0 16 0 9 0 42555279 884994048 11576 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18926] ppid=18922 vsize=864252 CPUtime=0
/proc/18923/task/18926/stat : 18926 (java) S 18922 18909 18257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42555279 884994048 11576 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18927] ppid=18922 vsize=864252 CPUtime=0
/proc/18923/task/18927/stat : 18927 (java) S 18922 18909 18257 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42555279 884994048 11576 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18928] ppid=18922 vsize=864252 CPUtime=0
/proc/18923/task/18928/stat : 18928 (java) S 18922 18909 18257 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42555281 884994048 11576 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18929] ppid=18922 vsize=864252 CPUtime=0.1
/proc/18923/task/18929/stat : 18929 (java) S 18922 18909 18257 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 42555281 884994048 11576 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18930] ppid=18922 vsize=864252 CPUtime=0
/proc/18923/task/18930/stat : 18930 (java) S 18922 18909 18257 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42555281 884994048 11576 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18931] ppid=18922 vsize=864252 CPUtime=0
/proc/18923/task/18931/stat : 18931 (java) S 18922 18909 18257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42555281 884994048 11576 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883208

[startup+6.30243 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18931
/proc/meminfo: memFree=1853536/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=0.45
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 974 4652 0 1 3 1 37 4 15 0 1 0 42555223 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 797 370 3 0 500 0
[pid=18922] ppid=18909 vsize=5356 CPUtime=0
/proc/18922/stat : 18922 (sh) S 18909 18909 18257 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42555276 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18922/statm: 1339 233 193 169 0 50 0
[pid=18923] ppid=18922 vsize=864252 CPUtime=5.7
/proc/18923/stat : 18923 (java) S 18922 18909 18257 0 -1 0 13405 0 1 0 562 8 0 0 18 0 9 0 42555277 884994048 12450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18923/statm: 216063 12450 2564 9 0 210610 0
[pid=18923/tid=18924] ppid=18922 vsize=864252 CPUtime=4.86
/proc/18923/task/18924/stat : 18924 (java) R 18922 18909 18257 0 -1 64 3074 0 1 0 485 1 0 0 25 0 9 0 42555278 884994048 12450 996147200 134512640 134550740 4294955936 18446744073709551615 4126617175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18925] ppid=18922 vsize=864252 CPUtime=0.71
/proc/18923/task/18925/stat : 18925 (java) S 18922 18909 18257 0 -1 64 9282 0 0 0 66 5 0 0 16 0 9 0 42555279 884994048 12450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18926] ppid=18922 vsize=864252 CPUtime=0
/proc/18923/task/18926/stat : 18926 (java) S 18922 18909 18257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42555279 884994048 12450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18927] ppid=18922 vsize=864252 CPUtime=0
/proc/18923/task/18927/stat : 18927 (java) S 18922 18909 18257 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42555279 884994048 12450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18928] ppid=18922 vsize=864252 CPUtime=0
/proc/18923/task/18928/stat : 18928 (java) S 18922 18909 18257 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42555281 884994048 12450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18929] ppid=18922 vsize=864252 CPUtime=0.1
/proc/18923/task/18929/stat : 18929 (java) S 18922 18909 18257 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 42555281 884994048 12450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18930] ppid=18922 vsize=864252 CPUtime=0
/proc/18923/task/18930/stat : 18930 (java) S 18922 18909 18257 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42555281 884994048 12450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18931] ppid=18922 vsize=864252 CPUtime=0
/proc/18923/task/18931/stat : 18931 (java) S 18922 18909 18257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42555281 884994048 12450 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883208

[startup+12.7028 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 18931
/proc/meminfo: memFree=1844256/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=0.45
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 974 4652 0 1 3 1 37 4 15 0 1 0 42555223 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 797 370 3 0 500 0
[pid=18922] ppid=18909 vsize=5356 CPUtime=0
/proc/18922/stat : 18922 (sh) S 18909 18909 18257 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42555276 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18922/statm: 1339 233 193 169 0 50 0
[pid=18923] ppid=18922 vsize=864252 CPUtime=12.04
/proc/18923/stat : 18923 (java) S 18922 18909 18257 0 -1 0 14922 0 1 0 1194 10 0 0 18 0 9 0 42555277 884994048 13886 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18923/statm: 216063 13886 2564 9 0 210610 0
[pid=18923/tid=18924] ppid=18922 vsize=864252 CPUtime=11.09
/proc/18923/task/18924/stat : 18924 (java) R 18922 18909 18257 0 -1 64 3155 0 1 0 1106 3 0 0 25 0 9 0 42555278 884994048 13886 996147200 134512640 134550740 4294955936 18446744073709551615 4126557488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18925] ppid=18922 vsize=864252 CPUtime=0.82
/proc/18923/task/18925/stat : 18925 (java) S 18922 18909 18257 0 -1 64 10715 0 0 0 77 5 0 0 16 0 9 0 42555279 884994048 13886 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18926] ppid=18922 vsize=864252 CPUtime=0
/proc/18923/task/18926/stat : 18926 (java) S 18922 18909 18257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42555279 884994048 13886 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18927] ppid=18922 vsize=864252 CPUtime=0
/proc/18923/task/18927/stat : 18927 (java) S 18922 18909 18257 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 42555279 884994048 13886 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18928] ppid=18922 vsize=864252 CPUtime=0
/proc/18923/task/18928/stat : 18928 (java) S 18922 18909 18257 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42555281 884994048 13886 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18929] ppid=18922 vsize=864252 CPUtime=0.11
/proc/18923/task/18929/stat : 18929 (java) S 18922 18909 18257 0 -1 64 359 0 0 0 11 0 0 0 16 0 9 0 42555281 884994048 13886 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18930] ppid=18922 vsize=864252 CPUtime=0
/proc/18923/task/18930/stat : 18930 (java) S 18922 18909 18257 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42555281 884994048 13886 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18931] ppid=18922 vsize=864252 CPUtime=0
/proc/18923/task/18931/stat : 18931 (java) S 18922 18909 18257 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42555281 884994048 13886 996147200 134512640 134550740 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) 883208

[startup+25.5024 s]
/proc/loadavg: 2.13 2.03 2.01 3/92 18931
/proc/meminfo: memFree=1831008/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=0.45
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 974 4652 0 1 3 1 37 4 15 0 1 0 42555223 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 797 370 3 0 500 0
[pid=18922] ppid=18909 vsize=5356 CPUtime=0
/proc/18922/stat : 18922 (sh) S 18909 18909 18257 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42555276 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18922/statm: 1339 233 193 169 0 50 0
[pid=18923] ppid=18922 vsize=864360 CPUtime=24.72
/proc/18923/stat : 18923 (java) S 18922 18909 18257 0 -1 0 19520 0 1 0 2456 16 0 0 18 0 9 0 42555277 885104640 15820 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18923/statm: 216090 15820 2564 9 0 210637 0
[pid=18923/tid=18924] ppid=18922 vsize=864360 CPUtime=23.38
/proc/18923/task/18924/stat : 18924 (java) R 18922 18909 18257 0 -1 64 3309 0 1 0 2332 6 0 0 25 0 9 0 42555278 885104640 15820 996147200 134512640 134550740 4294955936 18446744073709551615 4126575621 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18925] ppid=18922 vsize=864360 CPUtime=1.2
/proc/18923/task/18925/stat : 18925 (java) S 18922 18909 18257 0 -1 64 15156 0 0 0 111 9 0 0 17 0 9 0 42555279 885104640 15820 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18926] ppid=18922 vsize=864360 CPUtime=0
/proc/18923/task/18926/stat : 18926 (java) S 18922 18909 18257 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42555279 885104640 15820 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18923/tid=18927] ppid=18922 vsize=864360 CPUtime=0
/proc/18923/task/18927/stat : 18927 (java) S 18922 18909 18257 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42555279 885104640 15820 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1675040/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=129.61
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 1170 57788 0 3 4 1 12887 69 16 0 1 0 42555223 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 803 374 3 0 500 0
[pid=18944] ppid=18909 vsize=5356 CPUtime=0
/proc/18944/stat : 18944 (sh) S 18909 18909 18257 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42568317 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18944/statm: 1339 232 193 169 0 50 0
[pid=18945] ppid=18944 vsize=182972 CPUtime=2949.92
/proc/18945/stat : 18945 (minisat) R 18944 18909 18257 0 -1 4194304 44794 0 0 0 294946 46 0 0 25 0 1 0 42568317 187363328 44780 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18945/statm: 45743 44780 76 150 0 45590 0
Current children cumulated CPU time (s) 3079.53
Current children cumulated vsize (KiB) 201928

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18994
/proc/meminfo: memFree=1673248/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=129.61
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 1170 57788 0 3 4 1 12887 69 16 0 1 0 42555223 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 803 374 3 0 500 0
[pid=18944] ppid=18909 vsize=5356 CPUtime=0
/proc/18944/stat : 18944 (sh) S 18909 18909 18257 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42568317 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18944/statm: 1339 232 193 169 0 50 0
[pid=18945] ppid=18944 vsize=184568 CPUtime=3009.91
/proc/18945/stat : 18945 (minisat) R 18944 18909 18257 0 -1 4194304 45236 0 0 0 300945 46 0 0 25 0 1 0 42568317 188997632 45222 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18945/statm: 46142 45222 76 150 0 45989 0
Current children cumulated CPU time (s) 3139.52
Current children cumulated vsize (KiB) 203524

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18994
/proc/meminfo: memFree=1671392/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=129.61
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 1170 57788 0 3 4 1 12887 69 16 0 1 0 42555223 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 803 374 3 0 500 0
[pid=18944] ppid=18909 vsize=5356 CPUtime=0
/proc/18944/stat : 18944 (sh) S 18909 18909 18257 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42568317 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18944/statm: 1339 232 193 169 0 50 0
[pid=18945] ppid=18944 vsize=186444 CPUtime=3069.92
/proc/18945/stat : 18945 (minisat) R 18944 18909 18257 0 -1 4194304 45668 0 0 0 306945 47 0 0 25 0 1 0 42568317 190918656 45654 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18945/statm: 46611 45654 76 150 0 46458 0
Current children cumulated CPU time (s) 3199.53
Current children cumulated vsize (KiB) 205400

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18994
/proc/meminfo: memFree=1669664/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=129.61
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 1170 57788 0 3 4 1 12887 69 16 0 1 0 42555223 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 803 374 3 0 500 0
[pid=18944] ppid=18909 vsize=5356 CPUtime=0
/proc/18944/stat : 18944 (sh) S 18909 18909 18257 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42568317 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18944/statm: 1339 232 193 169 0 50 0
[pid=18945] ppid=18944 vsize=187944 CPUtime=3129.91
/proc/18945/stat : 18945 (minisat) R 18944 18909 18257 0 -1 4194304 46062 0 0 0 312944 47 0 0 25 0 1 0 42568317 192454656 46048 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18945/statm: 46986 46048 76 150 0 46833 0
Current children cumulated CPU time (s) 3259.52
Current children cumulated vsize (KiB) 206900

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18994
/proc/meminfo: memFree=1667744/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=129.61
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 1170 57788 0 3 4 1 12887 69 16 0 1 0 42555223 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 803 374 3 0 500 0
[pid=18944] ppid=18909 vsize=5356 CPUtime=0
/proc/18944/stat : 18944 (sh) S 18909 18909 18257 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42568317 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18944/statm: 1339 232 193 169 0 50 0
[pid=18945] ppid=18944 vsize=189904 CPUtime=3189.91
/proc/18945/stat : 18945 (minisat) R 18944 18909 18257 0 -1 4194304 46546 0 0 0 318943 48 0 0 25 0 1 0 42568317 194461696 46532 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18945/statm: 47476 46532 76 150 0 47323 0
Current children cumulated CPU time (s) 3319.52
Current children cumulated vsize (KiB) 208860

[startup+3402.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 18994
/proc/meminfo: memFree=1666336/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=129.61
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 1170 57788 0 3 4 1 12887 69 16 0 1 0 42555223 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 803 374 3 0 500 0
[pid=18944] ppid=18909 vsize=5356 CPUtime=0
/proc/18944/stat : 18944 (sh) S 18909 18909 18257 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42568317 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18944/statm: 1339 232 193 169 0 50 0
[pid=18945] ppid=18944 vsize=191404 CPUtime=3249.91
/proc/18945/stat : 18945 (minisat) R 18944 18909 18257 0 -1 4194304 46880 0 0 0 324943 48 0 0 25 0 1 0 42568317 195997696 46866 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18945/statm: 47851 46866 76 150 0 47698 0
Current children cumulated CPU time (s) 3379.52
Current children cumulated vsize (KiB) 210360

[startup+3462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 18994
/proc/meminfo: memFree=1664672/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=129.61
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 1170 57788 0 3 4 1 12887 69 16 0 1 0 42555223 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 803 374 3 0 500 0
[pid=18944] ppid=18909 vsize=5356 CPUtime=0
/proc/18944/stat : 18944 (sh) S 18909 18909 18257 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42568317 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18944/statm: 1339 232 193 169 0 50 0
[pid=18945] ppid=18944 vsize=193012 CPUtime=3309.9
/proc/18945/stat : 18945 (minisat) R 18944 18909 18257 0 -1 4194304 47292 0 0 0 330941 49 0 0 25 0 1 0 42568317 197644288 47278 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/18945/statm: 48253 47278 76 150 0 48100 0
Current children cumulated CPU time (s) 3439.51
Current children cumulated vsize (KiB) 211968

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18994
/proc/meminfo: memFree=1662880/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=129.61
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 1170 57788 0 3 4 1 12887 69 16 0 1 0 42555223 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 803 374 3 0 500 0
[pid=18944] ppid=18909 vsize=5356 CPUtime=0
/proc/18944/stat : 18944 (sh) S 18909 18909 18257 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42568317 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18944/statm: 1339 232 193 169 0 50 0
[pid=18945] ppid=18944 vsize=194624 CPUtime=3369.91
/proc/18945/stat : 18945 (minisat) R 18944 18909 18257 0 -1 4194304 47721 0 0 0 336941 50 0 0 25 0 1 0 42568317 199294976 47707 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18945/statm: 48656 47707 76 150 0 48503 0
Current children cumulated CPU time (s) 3499.52
Current children cumulated vsize (KiB) 213580

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18994
/proc/meminfo: memFree=1661216/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=129.61
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 1170 57788 0 3 4 1 12887 69 16 0 1 0 42555223 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 803 374 3 0 500 0
[pid=18944] ppid=18909 vsize=5356 CPUtime=0
/proc/18944/stat : 18944 (sh) S 18909 18909 18257 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42568317 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18944/statm: 1339 232 193 169 0 50 0
[pid=18945] ppid=18944 vsize=196148 CPUtime=3429.9
/proc/18945/stat : 18945 (minisat) R 18944 18909 18257 0 -1 4194304 48133 0 0 0 342940 50 0 0 25 0 1 0 42568317 200855552 48119 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/18945/statm: 49037 48119 76 150 0 48884 0
Current children cumulated CPU time (s) 3559.51
Current children cumulated vsize (KiB) 215104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3622.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18994
/proc/meminfo: memFree=1660064/2055920 swapFree=4180820/4192956
[pid=18909] ppid=18907 vsize=13600 CPUtime=129.61
/proc/18909/stat : 18909 (sugar) S 18907 18909 18257 0 -1 4194304 1170 57788 0 3 4 1 12887 69 16 0 1 0 42555223 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18909/statm: 3400 803 374 3 0 500 0
[pid=18944] ppid=18909 vsize=5356 CPUtime=0
/proc/18944/stat : 18944 (sh) S 18909 18909 18257 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42568317 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18944/statm: 1339 232 193 169 0 50 0
[pid=18945] ppid=18944 vsize=197468 CPUtime=3470.4
/proc/18945/stat : 18945 (minisat) R 18944 18909 18257 0 -1 4194304 48405 0 0 0 346990 50 0 0 25 0 1 0 42568317 202207232 48391 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18945/statm: 49367 48391 76 150 0 49214 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 216424

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18909 and gives
#  childrusage.ru_utime.tv_sec=128
#  childrusage.ru_utime.tv_usec=919401
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=729889
# CPU time returned by wait4() is 129.649
# while last known CPU time is 3600.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3622.86
CPU time (s): 3600.01
CPU user time (s): 3598.81
CPU system time (s): 1.2
CPU usage (%): 99.3693
Max. virtual memory (cumulated for all children) (KiB): 888696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 128.919
system time used= 0.729889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59301
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= 10684
involuntary context switches= 15290

runsolver used 4.28635 second user time and 11.2243 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-12 12:28:47
IDJOB=1111956
IDBENCH=61344
IDSOLVER=368
FILE ID=node16/1111956-1215858526
PBS_JOBID= 7903415
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg9-12_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111956-1215858526/watcher-1111956-1215858526 -o /tmp/evaluation-result-1111956-1215858526/solver-1111956-1215858526 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1111956-1215858526.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5382d16035fc6bfdaa42e998302ae420
RANDOM SEED=164516812

node16.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.218
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.218
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:       1895128 kB
Buffers:         25076 kB
Cached:          59484 kB
SwapCached:       6220 kB
Active:          82252 kB
Inactive:        35816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1895128 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:          49128 kB
Slab:            28044 kB
Committed_AS:   259880 kB
PageTables:       1944 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= 66524 MiB
End job on node16 at 2008-07-12 13:29:11