Trace number 1112012

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)14 3600.08 3634.13

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg13-15_ext.xml
MD5SUMb258f11631d15fef104a51006eeac6bf
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints14
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables195
Number of constraints28
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension28
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 13:03:37 2008
0.00/0.04	c 0	PID 18309
0.00/0.05	c 0	HOST node22.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112012-1215860617.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112012-1215860617.xml' 'HOME/temp.csp'
0.03/0.30	c 0	1 domains, 195 variables, 0 predicates, 2 relations, 28 constraints
0.03/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.34	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.27/0.42	c 0	Parsing HOME/temp.csp
0.27/0.53	c 1	parsed 226 expressions
0.27/0.58	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.27/0.58	c 1	MAX CSP: 28 constraints
0.27/0.58	c 1	Converting to clausal form CSP
0.27/0.60	c 1	converted 26 (10%) expressions
0.27/0.60	c 1	converted 52 (20%) expressions
0.27/0.60	c 1	converted 78 (30%) expressions
0.27/0.61	c 1	converted 103 (40%) expressions
0.27/0.61	c 1	converted 129 (50%) expressions
0.27/0.61	c 1	converted 155 (60%) expressions
0.27/0.61	c 1	converted 180 (70%) expressions
0.27/0.70	c 1	converted 206 (80%) expressions
0.27/0.84	c 1	converted 232 (90%) expressions
0.27/0.88	c 1	converted 257 (100%) expressions
0.27/0.88	c 1	CSP : 251 integers, 0 booleans, 83 clauses, largest domain size 43
0.27/0.88	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.27/0.88	c 1	Propagation in CSP
0.27/0.89	c 1	25 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.27/0.89	c 1	CSP : 251 integers, 0 booleans, 83 clauses, largest domain size 29
0.27/0.89	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.27/0.89	c 1	Simplifing CSP by introducing new Boolean variables
0.27/0.89	c 1	CSP : 251 integers, 0 booleans, 83 clauses, largest domain size 29
0.27/0.89	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.93	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.95	c 1	26 (10%) CSP integer variables are encoded (624 clauses, 6720 bytes)
0.28/0.95	c 1	51 (20%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
0.28/0.95	c 1	76 (30%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
0.28/0.95	c 1	101 (40%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
0.28/0.96	c 1	126 (50%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
0.28/0.96	c 1	151 (60%) CSP integer variables are encoded (3624 clauses, 45049 bytes)
0.28/0.96	c 1	176 (70%) CSP integer variables are encoded (4224 clauses, 52849 bytes)
0.28/0.96	c 1	201 (80%) CSP integer variables are encoded (4680 clauses, 58777 bytes)
0.28/0.96	c 1	226 (90%) CSP integer variables are encoded (4709 clauses, 59154 bytes)
0.28/0.96	c 1	251 (100%) CSP integer variables are encoded (4876 clauses, 61325 bytes)
5.17/5.39	c 5	9 (10%) CSP clauses are encoded (65617 clauses, 5243070 bytes)
8.34/8.51	c 8	17 (20%) CSP clauses are encoded (109009 clauses, 9021206 bytes)
8.93/9.15	c 9	25 (30%) CSP clauses are encoded (120601 clauses, 10126877 bytes)
9.13/9.38	c 9	34 (40%) CSP clauses are encoded (124976 clauses, 10549797 bytes)
9.13/9.39	c 9	42 (50%) CSP clauses are encoded (125528 clauses, 10559022 bytes)
9.13/9.39	c 9	50 (60%) CSP clauses are encoded (125562 clauses, 10559541 bytes)
9.13/9.39	c 9	59 (70%) CSP clauses are encoded (126025 clauses, 10567614 bytes)
9.13/9.39	c 9	67 (80%) CSP clauses are encoded (126079 clauses, 10568470 bytes)
9.13/9.39	c 9	75 (90%) CSP clauses are encoded (126129 clauses, 10569252 bytes)
9.13/9.40	c 9	83 (100%) CSP clauses are encoded (126320 clauses, 10572419 bytes)
9.13/9.40	c 9	83 CSP clauses encoded
9.23/9.40	c 9	Writing map file : HOME/temp.map
9.23/9.40	c 9	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.23/9.40	c 9	SAT : 5127 SAT variables, 126320 SAT clauses, 10572419 bytes
9.23/9.40	c 9	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.23/9.46	c 9	OBJECTIVE minimize _COST
9.23/9.46	c 9	OBJECTIVE BOUND: 0 <= _COST <= 
9.23/9.46	c 9	SEARCHING: _COST <= 14
9.23/9.46	c 9	SOLVING HOME/temp.cnf
9.23/9.46	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.23/9.46	c 9	This is MiniSat 2.0 beta
9.23/9.46	c 9	WARNING: for repeatability, setting FPU to use double precision
9.23/9.46	c 9	============================[ Problem Statistics ]=============================
9.23/9.46	c 9	|                                                                             |
9.23/9.47	c 9	|  Number of variables:  5127                                                 |
9.23/9.47	c 9	|  Number of clauses:    126321                                               |
9.25/9.69	c 10	|  Parsing time:         0.20         s                                       |
9.25/9.70	c 10	============================[ Search Statistics ]==============================
9.25/9.70	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.25/9.70	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.25/9.70	c 10	===============================================================================
9.25/9.70	c 10	|         0 |    5057   125774  1975670 |    41924        0    nan |  0.000 % |
9.25/9.72	c 10	|       100 |    5057   125774  1975670 |    46117      100      8 |  1.365 % |
9.25/9.73	c 10	|       253 |    5057   125774  1975670 |    50728      253      7 |  1.365 % |
9.25/9.77	c 10	|       478 |    5057   125774  1975670 |    55801      478      7 |  1.365 % |
9.25/9.79	c 10	|       815 |    5057   125774  1975670 |    61381      815      7 |  1.365 % |
9.57/9.82	c 10	|      1321 |    5057   125774  1975670 |    67520     1321      8 |  1.365 % |
9.57/9.86	c 10	|      2080 |    5057   125774  1975670 |    74272     2080      8 |  1.365 % |
9.67/9.92	c 10	|      3220 |    5057   125774  1975670 |    81699     3220      8 |  1.365 % |
9.76/10.03	c 10	|      4928 |    5057   125774  1975670 |    89869     4928      8 |  1.365 % |
9.96/10.23	c 10	|      7490 |    5057   125774  1975670 |    98856     7490      8 |  1.365 % |
10.26/10.53	c 11	|     11334 |    5057   125774  1975670 |   108741    11334      9 |  1.365 % |
10.66/10.99	c 11	|     17100 |    5057   125774  1975670 |   119615    17100      9 |  1.365 % |
11.74/12.08	c 12	|     25749 |    5057   125774  1975670 |   131577    25749     10 |  1.365 % |
13.73/14.02	c 14	|     38727 |    5057   125774  1975670 |   144735    38727     11 |  1.365 % |
17.49/17.87	c 18	|     58189 |    5057   125774  1975670 |   159208    58189     12 |  1.365 % |
25.12/25.55	c 26	===============================================================================
25.12/25.55	c 26	restarts              : 15
25.12/25.55	c 26	conflicts             : 76887          (4840 /sec)
25.12/25.55	c 26	decisions             : 143888         (1.69 % random) (9057 /sec)
25.12/25.55	c 26	propagations          : 6901635        (434432 /sec)
25.12/25.55	c 26	conflict literals     : 986500         (28.86 % deleted)
25.12/25.55	c 26	Memory used           : 22.43 MB
25.12/25.55	c 26	CPU time              : 15.8866 s
25.12/25.55	c 26	
25.12/25.55	c 26	SATISFIABLE
25.12/25.56	c 26	FOUND: _COST <= 14
25.12/25.56	s SATISFIABLE
25.12/25.56	c 26	DECODING HOME/temp.out WITH HOME/temp.map
25.12/25.56	c 26	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
25.19/25.64	c 26	Decoding HOME/temp.out
25.19/25.70	c 26	OBJECTIVE _COST 14
25.19/25.70	o 14
25.19/25.71	v 18 9 12 5 8 15 15 1 25 15 16 25 0 7 2 20 8 0 4 13 14 18 14 25 17 20 25 20 24 14 15 19 18 0 21 18 24 20 25 14 4 25 19 3 20 17 19 18 19 4 19 2 18 25 13 18 25 14 17 13 0 4 0 7 18 15 7 19 25 20 19 25 1 14 19 13 17 2 4 19 17 14 17 25 13 8 25 8 4 4 0 1 7 17 8 14 19 14 25 2 14 25 14 11 17 19 20 20 22 6 2 7 15 25 8 13 25 6 4 0 8 6 18 4 0 4 4 7 25 0 13 25 17 2 19 14 6 4 8 19 18 17 4 25 19 0 25 0 19 19 13 8 19 6 14 18 0 3 25 8 8 25 15 17 0 0 13 19 7 17 14 15 14 12 14 17 15 7 8 2 11 6 18 19 24 17 24 13 25 13 4 25 24 2 10
25.19/25.72	c 26	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
25.19/25.72	c 26	OBJECTIVE BOUND: 0 <= _COST <= 14
25.19/25.72	c 26	SEARCHING: _COST <= 7
25.19/25.72	c 26	SOLVING HOME/temp.cnf
25.19/25.72	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
25.19/25.72	c 26	This is MiniSat 2.0 beta
25.19/25.72	c 26	WARNING: for repeatability, setting FPU to use double precision
25.19/25.72	c 26	============================[ Problem Statistics ]=============================
25.19/25.72	c 26	|                                                                             |
25.19/25.73	c 26	|  Number of variables:  5127                                                 |
25.19/25.73	c 26	|  Number of clauses:    126321                                               |
25.34/25.95	c 26	|  Parsing time:         0.20         s                                       |
25.34/25.96	c 26	============================[ Search Statistics ]==============================
25.34/25.96	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.34/25.96	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.34/25.96	c 26	===============================================================================
25.34/25.96	c 26	|         0 |    5015   125438  1974781 |    41812        0    nan |  0.000 % |
25.34/25.98	c 26	|       101 |    5015   125438  1974781 |    45993      101      6 |  2.185 % |
25.34/25.99	c 26	|       251 |    5015   125438  1974781 |    50593      251      8 |  2.185 % |
25.34/26.00	c 26	|       476 |    5015   125438  1974781 |    55652      476      8 |  2.185 % |
25.34/26.02	c 26	|       815 |    5015   125438  1974781 |    61217      815      9 |  2.185 % |
25.34/26.04	c 26	|      1324 |    5015   125438  1974781 |    67339     1324      8 |  2.185 % |
25.34/26.08	c 26	|      2083 |    5015   125438  1974781 |    74073     2083      8 |  2.185 % |
25.34/26.14	c 26	|      3222 |    5015   125438  1974781 |    81481     3222      8 |  2.185 % |
25.34/26.24	c 26	|      4931 |    5015   125438  1974781 |    89629     4931      9 |  2.185 % |
25.99/26.44	c 26	|      7495 |    5015   125438  1974781 |    98592     7495      9 |  2.185 % |
26.29/26.79	c 27	|     11341 |    5015   125438  1974781 |   108451    11341     10 |  2.185 % |
27.08/27.54	c 28	|     17107 |    5015   125438  1974781 |   119296    17107     10 |  2.185 % |
28.67/29.13	c 29	|     25756 |    5015   125438  1974781 |   131226    25756     11 |  2.185 % |
33.82/34.30	c 34	|     38730 |    5015   125438  1974781 |   144348    38730     14 |  2.185 % |
41.05/41.68	c 42	|     58192 |    5015   125438  1974781 |   158783    58192     14 |  2.185 % |
60.17/60.91	c 61	|     87386 |    5015   125438  1974781 |   174661    87386     15 |  2.185 % |
98.91/100.08	c 100	|    131176 |    5015   125438  1974781 |   192128   131176     16 |  2.185 % |
163.80/165.51	c 165	|    196861 |    5015   125438  1974781 |   211340    34144     13 |  2.185 % |
242.06/244.56	c 245	|    295387 |    5015   125438  1974781 |   232474   132670     17 |  2.185 % |
431.38/435.64	c 436	|    443176 |    5015   125438  1974781 |   255722    77673     16 |  2.185 % |
718.39/725.30	c 725	|    664860 |    5015   125438  1974781 |   281294    75991     18 |  2.185 % |
1238.19/1250.09	c 1250	|    997385 |    5015   125438  1974781 |   309424   164115     18 |  2.185 % |
2175.68/2196.31	c 2196	|   1496173 |    5015   125438  1974781 |   340366   117262     19 |  2.185 % |
3548.66/3582.27	c 3582	|   2244355 |    5015   125438  1974781 |   374403   250878     18 |  2.185 % |
3600.08/3634.12	c ERROR INTERRUPTED
3600.08/3634.12	c 3634	CPU 25.06 (0.04 0.01 25.02 0.29)
3600.08/3634.12	c 3634	END Sat Jul 12 14:04:11 2008

Verifier Data (download as text)

OK	14	14
14 unsatisfied constraints, 14 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-1112012-1215860617/watcher-1112012-1215860617 -o /tmp/evaluation-result-1112012-1215860617/solver-1112012-1215860617 -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-1112012-1215860617.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 18309
/proc/meminfo: memFree=1844948/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=18572 CPUtime=0
/proc/18309/stat : 18309 (runsolver) R 18307 18309 17668 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 42764199 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18309/statm: 4643 292 257 25 0 2626 0

[startup+0.0805501 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18309
/proc/meminfo: memFree=1844948/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=0.03
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 42764199 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101567 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18309
/proc/meminfo: memFree=1844948/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=0.03
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 42764199 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301567 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18309
/proc/meminfo: memFree=1844948/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=0.03
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 42764199 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701593 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18309
/proc/meminfo: memFree=1844948/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=0.27
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 974 4279 0 1 3 0 21 3 15 0 1 0 42764199 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13600

[startup+1.50265 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18331
/proc/meminfo: memFree=1830204/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=0.28
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 974 4279 0 1 3 1 21 3 15 0 1 0 42764199 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 797 370 3 0 500 0
[pid=18322] ppid=18309 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18309 18309 17668 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42764233 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 233 193 169 0 50 0
[pid=18323] ppid=18322 vsize=864328 CPUtime=1.13
/proc/18323/stat : 18323 (java) S 18322 18309 17668 0 -1 0 6727 0 1 0 110 3 0 0 18 0 9 0 42764233 885071872 5931 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18323/statm: 216082 5931 2564 9 0 210629 0
[pid=18323/tid=18324] ppid=18322 vsize=864328 CPUtime=0.87
/proc/18323/task/18324/stat : 18324 (java) R 18322 18309 17668 0 -1 64 2767 0 1 0 86 1 0 0 22 0 9 0 42764234 885071872 5931 996147200 134512640 134550740 4294955936 18446744073709551615 4126585956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18325] ppid=18322 vsize=864328 CPUtime=0.13
/proc/18323/task/18325/stat : 18325 (java) S 18322 18309 17668 0 -1 64 2920 0 0 0 13 0 0 0 16 0 9 0 42764235 885071872 5931 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18326] ppid=18322 vsize=864328 CPUtime=0
/proc/18323/task/18326/stat : 18326 (java) S 18322 18309 17668 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42764236 885071872 5931 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18327] ppid=18322 vsize=864328 CPUtime=0
/proc/18323/task/18327/stat : 18327 (java) S 18322 18309 17668 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42764236 885071872 5931 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18328] ppid=18322 vsize=864328 CPUtime=0
/proc/18323/task/18328/stat : 18328 (java) S 18322 18309 17668 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42764238 885071872 5931 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18329] ppid=18322 vsize=864328 CPUtime=0.09
/proc/18323/task/18329/stat : 18329 (java) S 18322 18309 17668 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 42764238 885071872 5931 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18330] ppid=18322 vsize=864328 CPUtime=0
/proc/18323/task/18330/stat : 18330 (java) S 18322 18309 17668 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42764238 885071872 5931 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18331] ppid=18322 vsize=864328 CPUtime=0
/proc/18323/task/18331/stat : 18331 (java) S 18322 18309 17668 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42764238 885071872 5931 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883284

[startup+3.10277 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 18331
/proc/meminfo: memFree=1826364/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=0.28
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 974 4279 0 1 3 1 21 3 15 0 1 0 42764199 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 797 370 3 0 500 0
[pid=18322] ppid=18309 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18309 18309 17668 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42764233 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 233 193 169 0 50 0
[pid=18323] ppid=18322 vsize=864328 CPUtime=2.71
/proc/18323/stat : 18323 (java) S 18322 18309 17668 0 -1 0 7580 0 1 0 265 6 0 0 18 0 9 0 42764233 885071872 6608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18323/statm: 216082 6608 2564 9 0 210629 0
[pid=18323/tid=18324] ppid=18322 vsize=864328 CPUtime=2.35
/proc/18323/task/18324/stat : 18324 (java) R 18322 18309 17668 0 -1 64 2941 0 1 0 232 3 0 0 25 0 9 0 42764234 885071872 6608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18325] ppid=18322 vsize=864328 CPUtime=0.25
/proc/18323/task/18325/stat : 18325 (java) S 18322 18309 17668 0 -1 64 3599 0 0 0 23 2 0 0 15 0 9 0 42764235 885071872 6608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18326] ppid=18322 vsize=864328 CPUtime=0
/proc/18323/task/18326/stat : 18326 (java) S 18322 18309 17668 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42764236 885071872 6608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18327] ppid=18322 vsize=864328 CPUtime=0
/proc/18323/task/18327/stat : 18327 (java) S 18322 18309 17668 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42764236 885071872 6608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18328] ppid=18322 vsize=864328 CPUtime=0
/proc/18323/task/18328/stat : 18328 (java) S 18322 18309 17668 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42764238 885071872 6608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18329] ppid=18322 vsize=864328 CPUtime=0.09
/proc/18323/task/18329/stat : 18329 (java) S 18322 18309 17668 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 42764238 885071872 6608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18330] ppid=18322 vsize=864328 CPUtime=0
/proc/18323/task/18330/stat : 18330 (java) S 18322 18309 17668 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42764238 885071872 6608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18331] ppid=18322 vsize=864328 CPUtime=0
/proc/18323/task/18331/stat : 18331 (java) S 18322 18309 17668 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42764238 885071872 6608 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883284

[startup+6.30197 s]
/proc/loadavg: 2.08 2.02 2.01 3/92 18331
/proc/meminfo: memFree=1820028/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=0.28
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 974 4279 0 1 3 1 21 3 16 0 1 0 42764199 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 797 370 3 0 500 0
[pid=18322] ppid=18309 vsize=5356 CPUtime=0
/proc/18322/stat : 18322 (sh) S 18309 18309 17668 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 42764233 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18322/statm: 1339 233 193 169 0 50 0
[pid=18323] ppid=18322 vsize=864328 CPUtime=5.88
/proc/18323/stat : 18323 (java) S 18322 18309 17668 0 -1 0 8152 0 1 0 577 11 0 0 18 0 9 0 42764233 885071872 6820 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18323/statm: 216082 6820 2564 9 0 210629 0
[pid=18323/tid=18324] ppid=18322 vsize=864328 CPUtime=5.32
/proc/18323/task/18324/stat : 18324 (java) R 18322 18309 17668 0 -1 64 3298 0 1 0 526 6 0 0 25 0 9 0 42764234 885071872 6820 996147200 134512640 134550740 4294955936 18446744073709551615 4126544262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18325] ppid=18322 vsize=864328 CPUtime=0.45
/proc/18323/task/18325/stat : 18325 (java) S 18322 18309 17668 0 -1 64 3813 0 0 0 41 4 0 0 16 0 9 0 42764235 885071872 6820 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18326] ppid=18322 vsize=864328 CPUtime=0
/proc/18323/task/18326/stat : 18326 (java) S 18322 18309 17668 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 42764236 885071872 6820 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18327] ppid=18322 vsize=864328 CPUtime=0
/proc/18323/task/18327/stat : 18327 (java) S 18322 18309 17668 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 42764236 885071872 6820 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18328] ppid=18322 vsize=864328 CPUtime=0
/proc/18323/task/18328/stat : 18328 (java) S 18322 18309 17668 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 42764238 885071872 6820 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18329] ppid=18322 vsize=864328 CPUtime=0.1
/proc/18323/task/18329/stat : 18329 (java) S 18322 18309 17668 0 -1 64 348 0 0 0 10 0 0 0 16 0 9 0 42764238 885071872 6820 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18330] ppid=18322 vsize=864328 CPUtime=0
/proc/18323/task/18330/stat : 18330 (java) S 18322 18309 17668 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 42764238 885071872 6820 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18323/tid=18331] ppid=18322 vsize=864328 CPUtime=0
/proc/18323/task/18331/stat : 18331 (java) S 18322 18309 17668 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 42764238 885071872 6820 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883284

[startup+12.7014 s]
/proc/loadavg: 2.15 2.03 2.01 3/84 18333
/proc/meminfo: memFree=1814972/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=9.25
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 1054 14287 0 2 3 1 900 21 16 0 1 0 42764199 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 803 374 3 0 500 0
[pid=18332] ppid=18309 vsize=5356 CPUtime=0
/proc/18332/stat : 18332 (sh) S 18309 18309 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42765145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18332/statm: 1339 232 193 169 0 50 0
[pid=18333] ppid=18332 vsize=18132 CPUtime=3.19
/proc/18333/stat : 18333 (minisat) R 18332 18309 17668 0 -1 4194304 4430 0 0 0 317 2 0 0 25 0 1 0 42765146 18567168 4416 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18333/statm: 4533 4416 76 150 0 4380 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 37088

[startup+25.5013 s]
/proc/loadavg: 2.20 2.05 2.01 3/84 18333
/proc/meminfo: memFree=1810236/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=9.25
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 1054 14287 0 2 3 1 900 21 16 0 1 0 42764199 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 803 374 3 0 500 0
[pid=18332] ppid=18309 vsize=5356 CPUtime=0
/proc/18332/stat : 18332 (sh) S 18309 18309 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42765145 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18332/statm: 1339 232 193 169 0 50 0
[pid=18333] ppid=18332 vsize=22828 CPUtime=15.87
/proc/18333/stat : 18333 (minisat) R 18332 18309 17668 0 -1 4194304 5586 0 0 0 1583 4 0 0 25 0 1 0 42765146 23375872 5572 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/18333/statm: 5707 5572 76 150 0 5554 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 41784

[startup+51.102 s]
/proc/loadavg: 2.13 2.04 2.01 3/84 18345
/proc/meminfo: memFree=1810044/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=25.34
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 1172 23966 0 3 3 1 2502 28 16 0 1 0 42764199 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 803 374 3 0 500 0
[pid=18344] ppid=18309 vsize=5356 CPUtime=0
/proc/18344/stat : 18344 (sh) S 18309 18309 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42766771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18344/statm: 1339 232 193 169 0 50 0
[pid=18345] ppid=18344 vsize=23104 CPUtime=25.13
/proc/18345/stat : 18345 (minisat) R 18344 18309 17668 0 -1 4194304 5642 0 0 0 2509 4 0 0 25 0 1 0 42766772 23658496 5628 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/18345/statm: 5776 5628 76 150 0 5623 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 42060

[startup+102.306 s]
/proc/loadavg: 2.05 2.03 2.01 3/84 18345
/proc/meminfo: memFree=1803772/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=25.34
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 1172 23966 0 3 3 1 2502 28 16 0 1 0 42764199 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 803 374 3 0 500 0

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

/proc/meminfo: memFree=1766972/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=25.34
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 1172 23966 0 3 3 1 2502 28 16 0 1 0 42764199 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 803 374 3 0 500 0
[pid=18344] ppid=18309 vsize=5356 CPUtime=0
/proc/18344/stat : 18344 (sh) S 18309 18309 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42766771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18344/statm: 1339 232 193 169 0 50 0
[pid=18345] ppid=18344 vsize=66492 CPUtime=3107.34
/proc/18345/stat : 18345 (minisat) R 18344 18309 17668 0 -1 4194304 15908 0 0 0 310718 16 0 0 25 0 1 0 42766772 68087808 15894 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18345/statm: 16623 15894 76 150 0 16470 0
Current children cumulated CPU time (s) 3132.68
Current children cumulated vsize (KiB) 85448

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18347
/proc/meminfo: memFree=1766652/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=25.34
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 1172 23966 0 3 3 1 2502 28 16 0 1 0 42764199 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 803 374 3 0 500 0
[pid=18344] ppid=18309 vsize=5356 CPUtime=0
/proc/18344/stat : 18344 (sh) S 18309 18309 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42766771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18344/statm: 1339 232 193 169 0 50 0
[pid=18345] ppid=18344 vsize=67140 CPUtime=3166.78
/proc/18345/stat : 18345 (minisat) R 18344 18309 17668 0 -1 4194304 16011 0 0 0 316662 16 0 0 25 0 1 0 42766772 68751360 15997 996147200 134512640 135127466 4294956256 18446744073709551615 134541942 0 0 4096 3 0 0 0 17 1 0 0
/proc/18345/statm: 16785 15997 76 150 0 16632 0
Current children cumulated CPU time (s) 3192.12
Current children cumulated vsize (KiB) 86096

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18347
/proc/meminfo: memFree=1766460/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=25.34
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 1172 23966 0 3 3 1 2502 28 16 0 1 0 42764199 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 803 374 3 0 500 0
[pid=18344] ppid=18309 vsize=5356 CPUtime=0
/proc/18344/stat : 18344 (sh) S 18309 18309 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42766771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18344/statm: 1339 232 193 169 0 50 0
[pid=18345] ppid=18344 vsize=67140 CPUtime=3226.22
/proc/18345/stat : 18345 (minisat) R 18344 18309 17668 0 -1 4194304 16011 0 0 0 322606 16 0 0 25 0 1 0 42766772 68751360 15997 996147200 134512640 135127466 4294956256 18446744073709551615 134522681 0 0 4096 3 0 0 0 17 1 0 0
/proc/18345/statm: 16785 15997 76 150 0 16632 0
Current children cumulated CPU time (s) 3251.56
Current children cumulated vsize (KiB) 86096

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18347
/proc/meminfo: memFree=1766460/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=25.34
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 1172 23966 0 3 3 1 2502 28 16 0 1 0 42764199 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 803 374 3 0 500 0
[pid=18344] ppid=18309 vsize=5356 CPUtime=0
/proc/18344/stat : 18344 (sh) S 18309 18309 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42766771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18344/statm: 1339 232 193 169 0 50 0
[pid=18345] ppid=18344 vsize=67140 CPUtime=3285.67
/proc/18345/stat : 18345 (minisat) R 18344 18309 17668 0 -1 4194304 16017 0 0 0 328550 17 0 0 25 0 1 0 42766772 68751360 16003 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18345/statm: 16785 16003 76 150 0 16632 0
Current children cumulated CPU time (s) 3311.01
Current children cumulated vsize (KiB) 86096

[startup+3402.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 18385
/proc/meminfo: memFree=1697092/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=25.34
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 1172 23966 0 3 3 1 2502 28 16 0 1 0 42764199 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 803 374 3 0 500 0
[pid=18344] ppid=18309 vsize=5356 CPUtime=0
/proc/18344/stat : 18344 (sh) S 18309 18309 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42766771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18344/statm: 1339 232 193 169 0 50 0
[pid=18345] ppid=18344 vsize=67140 CPUtime=3345.11
/proc/18345/stat : 18345 (minisat) R 18344 18309 17668 0 -1 4194304 16032 0 0 0 334494 17 0 0 25 0 1 0 42766772 68751360 16018 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18345/statm: 16785 16018 76 150 0 16632 0
Current children cumulated CPU time (s) 3370.45
Current children cumulated vsize (KiB) 86096

[startup+3462.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/83 18391
/proc/meminfo: memFree=1696708/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=25.34
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 1172 23966 0 3 3 1 2502 28 16 0 1 0 42764199 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 803 374 3 0 500 0
[pid=18344] ppid=18309 vsize=5356 CPUtime=0
/proc/18344/stat : 18344 (sh) S 18309 18309 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42766771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18344/statm: 1339 232 193 169 0 50 0
[pid=18345] ppid=18344 vsize=67140 CPUtime=3404.53
/proc/18345/stat : 18345 (minisat) R 18344 18309 17668 0 -1 4194304 16034 0 0 0 340435 18 0 0 25 0 1 0 42766772 68751360 16020 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18345/statm: 16785 16020 76 150 0 16632 0
Current children cumulated CPU time (s) 3429.87
Current children cumulated vsize (KiB) 86096

[startup+3522.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/83 18391
/proc/meminfo: memFree=1675460/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=25.34
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 1172 23966 0 3 3 1 2502 28 16 0 1 0 42764199 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 803 374 3 0 500 0
[pid=18344] ppid=18309 vsize=5356 CPUtime=0
/proc/18344/stat : 18344 (sh) S 18309 18309 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42766771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18344/statm: 1339 232 193 169 0 50 0
[pid=18345] ppid=18344 vsize=67452 CPUtime=3463.97
/proc/18345/stat : 18345 (minisat) R 18344 18309 17668 0 -1 4194304 16063 0 0 0 346379 18 0 0 25 0 1 0 42766772 69070848 16049 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18345/statm: 16863 16049 76 150 0 16710 0
Current children cumulated CPU time (s) 3489.31
Current children cumulated vsize (KiB) 86408

[startup+3582.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/83 18391
/proc/meminfo: memFree=1675076/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=25.34
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 1172 23966 0 3 3 1 2502 28 16 0 1 0 42764199 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 803 374 3 0 500 0
[pid=18344] ppid=18309 vsize=5356 CPUtime=0
/proc/18344/stat : 18344 (sh) S 18309 18309 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42766771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18344/statm: 1339 232 193 169 0 50 0
[pid=18345] ppid=18344 vsize=67860 CPUtime=3523.42
/proc/18345/stat : 18345 (minisat) R 18344 18309 17668 0 -1 4194304 16167 0 0 0 352323 19 0 0 25 0 1 0 42766772 69488640 16153 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18345/statm: 16965 16153 76 150 0 16812 0
Current children cumulated CPU time (s) 3548.76
Current children cumulated vsize (KiB) 86816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.1 s]
/proc/loadavg: 2.05 2.05 2.01 3/83 18391
/proc/meminfo: memFree=1674884/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=25.34
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 1172 23966 0 3 3 1 2502 28 16 0 1 0 42764199 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 803 374 3 0 500 0
[pid=18344] ppid=18309 vsize=5356 CPUtime=0
/proc/18344/stat : 18344 (sh) S 18309 18309 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42766771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18344/statm: 1339 232 193 169 0 50 0
[pid=18345] ppid=18344 vsize=67860 CPUtime=3574.74
/proc/18345/stat : 18345 (minisat) R 18344 18309 17668 0 -1 4194304 16171 0 0 0 357455 19 0 0 25 0 1 0 42766772 69488640 16157 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18345/statm: 16965 16157 76 150 0 16812 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 86816

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

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

[startup+3634.1 s]
/proc/loadavg: 2.05 2.05 2.01 3/83 18391
/proc/meminfo: memFree=1674884/2055920 swapFree=4192812/4192956
[pid=18309] ppid=18307 vsize=13600 CPUtime=25.34
/proc/18309/stat : 18309 (sugar) S 18307 18309 17668 0 -1 4194304 1172 23966 0 3 3 1 2502 28 16 0 1 0 42764199 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18309/statm: 3400 803 374 3 0 500 0
[pid=18344] ppid=18309 vsize=5356 CPUtime=0
/proc/18344/stat : 18344 (sh) S 18309 18309 17668 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 42766771 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18344/statm: 1339 232 193 169 0 50 0
[pid=18345] ppid=18344 vsize=67860 CPUtime=3574.74
/proc/18345/stat : 18345 (minisat) R 18344 18309 17668 0 -1 4194304 16171 0 0 0 357455 19 0 0 25 0 1 0 42766772 69488640 16157 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18345/statm: 16965 16157 76 150 0 16812 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 86816

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18309 and gives
#  childrusage.ru_utime.tv_sec=25
#  childrusage.ru_utime.tv_usec=70188
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=310952
# CPU time returned by wait4() is 25.3811
# while last known CPU time is 3600.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3634.13
CPU time (s): 3600.08
CPU user time (s): 3599.6
CPU system time (s): 0.48
CPU usage (%): 99.0632
Max. virtual memory (cumulated for all children) (KiB): 883364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.0702
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25483
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= 8387
involuntary context switches= 9060

runsolver used 4.42533 second user time and 12.1092 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-12 13:03:37
IDJOB=1112012
IDBENCH=61351
IDSOLVER=368
FILE ID=node22/1112012-1215860617
PBS_JOBID= 7903442
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg13-15_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-1112012-1215860617/watcher-1112012-1215860617 -o /tmp/evaluation-result-1112012-1215860617/solver-1112012-1215860617 -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-1112012-1215860617.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b258f11631d15fef104a51006eeac6bf
RANDOM SEED=1660720228

node22.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.253
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.253
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:       1845428 kB
Buffers:         45320 kB
Cached:          90068 kB
SwapCached:          0 kB
Active:          91180 kB
Inactive:        73404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845428 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1288 kB
Writeback:           0 kB
Mapped:          49320 kB
Slab:            31076 kB
Committed_AS:   196596 kB
PageTables:       1872 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node22 at 2008-07-12 14:04:13