Trace number 1126612

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.05 3606.63

General information on the benchmark

Namemaxcsp/spot5/
normalized-spot5-503_ext.xml
MD5SUM6ccb8bdbd6495ab6d256bccef03668db
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints69
Best CPU time to get the best result obtained on this benchmark2.56161
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints635
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension635
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.00/0.54	c 0	Sugar v1-13 + HOME/minisat
0.00/0.54	c 0	BEGIN Wed Jul 16 07:15:05 2008
0.00/0.54	c 0	PID 32080
0.00/0.54	c 0	HOST node13.alineos.net
0.00/0.54	c 0	CONVERTING HOME/instance-1126612-1216185304.xml TO HOME/temp.csp
0.00/0.54	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126612-1216185304.xml' 'HOME/temp.csp'
0.32/1.04	c 0	3 domains, 144 variables, 0 predicates, 17 relations, 635 constraints
0.32/1.09	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.32/1.09	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.37/1.17	c 0	Parsing HOME/temp.csp
0.37/1.38	c 0	parsed 799 expressions
0.37/1.43	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/1.44	c 1	MAX CSP: 635 constraints
0.37/1.44	c 1	Converting to clausal form CSP
0.37/1.47	c 1	converted 144 (10%) expressions
0.37/1.49	c 1	converted 288 (20%) expressions
0.37/1.50	c 1	converted 432 (30%) expressions
0.37/1.51	c 1	converted 575 (40%) expressions
0.37/1.52	c 1	converted 719 (50%) expressions
0.37/1.54	c 1	converted 863 (60%) expressions
0.37/1.56	c 1	converted 1006 (70%) expressions
0.37/1.57	c 1	converted 1150 (80%) expressions
0.37/1.58	c 1	converted 1294 (90%) expressions
0.37/1.83	c 1	converted 1437 (100%) expressions
0.37/1.83	c 1	CSP : 1414 integers, 0 booleans, 1904 clauses, largest domain size 953
0.37/1.83	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.37/1.83	c 1	Propagation in CSP
0.37/1.88	c 1	628 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.37/1.88	c 1	CSP : 1414 integers, 0 booleans, 1904 clauses, largest domain size 636
0.37/1.88	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.37/1.88	c 1	Simplifing CSP by introducing new Boolean variables
0.37/1.88	c 1	CSP : 1414 integers, 0 booleans, 1904 clauses, largest domain size 636
0.37/1.88	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.37/1.91	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.37/1.93	c 1	142 (10%) CSP integer variables are encoded (116 clauses, 1256 bytes)
0.37/1.93	c 1	283 (20%) CSP integer variables are encoded (116 clauses, 1256 bytes)
0.37/1.93	c 1	425 (30%) CSP integer variables are encoded (116 clauses, 1256 bytes)
0.37/1.93	c 1	566 (40%) CSP integer variables are encoded (116 clauses, 1256 bytes)
0.37/1.94	c 1	707 (50%) CSP integer variables are encoded (116 clauses, 1256 bytes)
0.37/1.94	c 1	849 (60%) CSP integer variables are encoded (1024 clauses, 12851 bytes)
0.37/1.94	c 1	990 (70%) CSP integer variables are encoded (1977 clauses, 25240 bytes)
0.37/1.95	c 1	1132 (80%) CSP integer variables are encoded (3207 clauses, 41230 bytes)
0.37/1.95	c 1	1273 (90%) CSP integer variables are encoded (4168 clauses, 53723 bytes)
0.37/1.96	c 1	1414 (100%) CSP integer variables are encoded (10530 clauses, 140156 bytes)
0.37/1.99	c 1	191 (10%) CSP clauses are encoded (10789 clauses, 144084 bytes)
0.37/2.01	c 1	381 (20%) CSP clauses are encoded (11089 clauses, 149502 bytes)
0.37/2.03	c 1	572 (30%) CSP clauses are encoded (11401 clauses, 155552 bytes)
0.37/2.05	c 1	762 (40%) CSP clauses are encoded (14067 clauses, 201578 bytes)
0.37/2.10	c 1	952 (50%) CSP clauses are encoded (38939 clauses, 651883 bytes)
1.35/2.12	c 1	1143 (60%) CSP clauses are encoded (46526 clauses, 785547 bytes)
1.45/2.24	c 1	1333 (70%) CSP clauses are encoded (118364 clauses, 2102511 bytes)
1.45/2.26	c 1	1524 (80%) CSP clauses are encoded (127103 clauses, 2256842 bytes)
1.55/2.30	c 1	1714 (90%) CSP clauses are encoded (147689 clauses, 2629183 bytes)
2.22/3.28	c 2	1904 (100%) CSP clauses are encoded (536006 clauses, 10337816 bytes)
2.22/3.28	c 2	1904 CSP clauses encoded
2.22/3.28	c 2	Writing map file : HOME/temp.map
2.22/3.30	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/3.30	c 2	SAT : 11943 SAT variables, 536006 SAT clauses, 10337816 bytes
2.22/3.30	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/3.34	c 2	OBJECTIVE minimize _COST
2.31/3.36	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.31/3.36	c 2	SEARCHING: _COST <= 318
2.31/3.36	c 2	SOLVING HOME/temp.cnf
2.31/3.36	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.33/3.49	c 3	This is MiniSat 2.0 beta
2.33/3.49	c 3	WARNING: for repeatability, setting FPU to use double precision
2.33/3.49	c 3	============================[ Problem Statistics ]=============================
2.33/3.49	c 3	|                                                                             |
2.33/3.50	c 3	|  Number of variables:  11943                                                |
2.33/3.50	c 3	|  Number of clauses:    536007                                               |
2.33/3.75	c 3	|  Parsing time:         0.22         s                                       |
2.33/3.91	c 3	============================[ Search Statistics ]==============================
2.33/3.91	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.33/3.91	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.33/3.91	c 3	===============================================================================
2.33/3.91	c 3	|         0 |    8773   342820  1006212 |   114273        0    nan |  0.000 % |
2.33/4.00	c 3	|       100 |    8770   342820  1006212 |   125700       99     19 | 26.635 % |
2.33/4.03	c 3	|       250 |    8770   342820  1006212 |   138270      249     20 | 26.637 % |
2.33/4.06	c 3	===============================================================================
2.33/4.06	c 3	restarts              : 3
2.33/4.06	c 3	conflicts             : 307            (579 /sec)
2.33/4.06	c 3	decisions             : 1015           (0.99 % random) (1915 /sec)
2.33/4.06	c 3	propagations          : 227973         (430203 /sec)
2.33/4.06	c 3	conflict literals     : 6397           (20.64 % deleted)
2.33/4.06	c 3	Memory used           : 23.52 MB
2.33/4.06	c 3	CPU time              : 0.529919 s
2.33/4.06	c 3	
2.33/4.06	c 3	SATISFIABLE
2.33/4.07	c 3	FOUND: _COST <= 318
2.33/4.07	s SATISFIABLE
2.33/4.07	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.33/4.07	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.91/4.36	c 3	Decoding HOME/temp.out
3.00/4.49	c 4	OBJECTIVE _COST 233
3.00/4.49	o 233
3.10/4.50	v 2 2 1 2 1 1 1 3 2 1 1 1 1 1 0 1 1 2 1 1 1 1 1 1 1 1 0 0 0 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 0 1 0 3 0 1 2 1 2 1 3 1 1 0 1 1 1 0 1 2 1 3 3 3 1 1 1 1 2 3 3 1 0 1 2 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 2 1 0 1 2 3 3 1 1 1 2 3 3 2 1 1 3 3 3 0 1 3 3 3 3 1 1 1 1 1 1 1 1 1 3 2 1 0 0 2 2 1 2 2 1 1 0 -1
3.10/4.50	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.10/4.59	c 4	OBJECTIVE BOUND: 0 <= _COST <= 233
3.10/4.59	c 4	SEARCHING: _COST <= 116
3.10/4.59	c 4	SOLVING HOME/temp.cnf
3.10/4.59	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.10/4.59	c 4	This is MiniSat 2.0 beta
3.10/4.59	c 4	WARNING: for repeatability, setting FPU to use double precision
3.10/4.59	c 4	============================[ Problem Statistics ]=============================
3.10/4.59	c 4	|                                                                             |
3.10/4.60	c 4	|  Number of variables:  11943                                                |
3.10/4.60	c 4	|  Number of clauses:    536007                                               |
3.12/4.88	c 4	|  Parsing time:         0.24         s                                       |
3.12/5.13	c 4	============================[ Search Statistics ]==============================
3.12/5.13	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.12/5.13	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.12/5.13	c 4	===============================================================================
3.12/5.14	c 4	|         0 |    6422   170787   496964 |    56929        0    nan |  0.000 % |
3.12/5.21	c 4	|       100 |    6420   170787   496964 |    62621       99     11 | 46.328 % |
3.12/5.24	c 4	|       251 |    6420   170787   496964 |    68884      250     17 | 46.329 % |
3.12/5.32	c 4	|       476 |    6420   170787   496964 |    75772      475     20 | 46.328 % |
3.92/5.42	c 5	|       813 |    6420   170787   496964 |    83349      812     21 | 46.328 % |
4.01/5.56	c 5	|      1322 |    6410   170310   495577 |    91684     1321     28 | 46.328 % |
4.01/5.57	c 5	===============================================================================
4.01/5.57	c 5	restarts              : 6
4.01/5.57	c 5	conflicts             : 1336           (1441 /sec)
4.01/5.57	c 5	decisions             : 2197           (0.73 % random) (2370 /sec)
4.01/5.57	c 5	propagations          : 945805         (1020441 /sec)
4.01/5.57	c 5	conflict literals     : 36779          (22.04 % deleted)
4.01/5.57	c 5	Memory used           : 23.77 MB
4.01/5.57	c 5	CPU time              : 0.926859 s
4.01/5.57	c 5	
4.01/5.58	c 5	SATISFIABLE
4.01/5.58	c 5	FOUND: _COST <= 116
4.01/5.58	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.01/5.58	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.10/5.66	c 5	Decoding HOME/temp.out
4.10/5.78	c 5	OBJECTIVE _COST 116
4.10/5.78	o 116
4.10/5.79	v 2 2 1 2 1 1 1 3 2 1 0 1 1 1 1 0 1 3 1 1 1 1 0 0 1 1 1 0 0 1 1 0 1 1 1 0 1 0 0 1 1 1 0 0 0 1 0 0 1 3 1 3 3 0 1 2 3 1 0 1 0 0 0 1 2 1 1 0 2 0 2 1 1 1 3 2 1 0 0 1 1 3 0 1 1 1 0 0 1 1 1 1 0 1 1 1 3 0 3 0 1 0 2 1 1 1 0 0 3 2 1 1 1 1 3 1 0 3 1 3 3 0 1 1 1 1 1 0 0 1 0 2 1 3 0 2 2 0 2 1 0 1 1 -1
4.10/5.79	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.10/5.80	c 5	OBJECTIVE BOUND: 0 <= _COST <= 116
4.10/5.80	c 5	SEARCHING: _COST <= 58
4.10/5.80	c 5	SOLVING HOME/temp.cnf
4.10/5.80	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.10/5.80	c 5	This is MiniSat 2.0 beta
4.10/5.80	c 5	WARNING: for repeatability, setting FPU to use double precision
4.10/5.80	c 5	============================[ Problem Statistics ]=============================
4.10/5.80	c 5	|                                                                             |
4.30/5.80	c 5	|  Number of variables:  11943                                                |
4.30/5.80	c 5	|  Number of clauses:    536007                                               |
4.30/6.08	c 5	|  Parsing time:         0.25         s                                       |
4.30/6.35	c 5	============================[ Search Statistics ]==============================
4.30/6.35	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.30/6.35	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.30/6.35	c 5	===============================================================================
4.30/6.35	c 5	|         0 |    5460    96770   277741 |    32256        0    nan |  0.000 % |
4.30/6.42	c 6	|       101 |    5457    96770   277741 |    35482      100     15 | 54.408 % |
4.30/6.46	c 6	|       252 |    5457    96770   277741 |    39030      251     13 | 54.409 % |
4.30/6.49	c 6	|       481 |    5457    96770   277741 |    42933      480     13 | 54.408 % |
4.99/6.56	c 6	|       818 |    5445    96169   275991 |    47226      817     15 | 54.409 % |
5.09/6.65	c 6	|      1324 |    5445    96169   275991 |    51949     1323     16 | 54.408 % |
5.18/6.77	c 6	|      2085 |    5445    96169   275991 |    57144     2084     15 | 54.409 % |
5.48/7.01	c 6	|      3224 |    5441    95824   274969 |    62859     3222     19 | 54.442 % |
5.78/7.30	c 6	|      4932 |    5441    95824   274969 |    69145     4930     20 | 54.442 % |
6.27/7.88	c 7	|      7494 |    5441    95824   274969 |    76059     7492     22 | 54.442 % |
7.37/8.91	c 8	|     11340 |    5441    95824   274969 |    83665    11338     23 | 54.442 % |
8.76/10.40	c 9	|     17107 |    5441    95824   274969 |    92032    17105     23 | 54.442 % |
11.45/13.01	c 12	|     25756 |    5441    95824   274969 |   101235    25754     25 | 54.442 % |
17.72/19.32	c 18	|     38730 |    5441    95824   274969 |   111358    38728     31 | 54.442 % |
26.37/28.06	c 27	|     58193 |    5441    95824   274969 |   122494    58191     30 | 54.442 % |
45.37/47.17	c 46	|     87387 |    5441    95824   274969 |   134744    87385     34 | 54.442 % |
81.70/83.67	c 83	|    131178 |    5441    95824   274969 |   148218   131176     29 | 54.442 % |
133.74/135.97	c 135	|    196863 |    5441    95824   274969 |   163040    54392     25 | 54.442 % |
249.78/252.50	c 252	|    295390 |    5441    95824   274969 |   179344   152919     33 | 54.442 % |
451.20/454.98	c 454	|    443180 |    5441    95824   274969 |   197278   126960     38 | 54.442 % |
751.14/756.32	c 755	|    664863 |    5441    95824   274969 |   217006   158332     36 | 54.442 % |
1181.39/1186.94	c 1186	|    997389 |    5441    95824   274969 |   238707    74692     36 | 54.442 % |
1948.56/1954.42	c 1954	|   1496180 |    5441    95824   274969 |   262578   123564     35 | 54.442 % |
3266.80/3273.28	c 3272	|   2244362 |    5441    95824   274969 |   288835   119013     34 | 54.442 % |
3600.05/3606.61	c ERROR INTERRUPTED
3600.05/3606.62	c 3606	CPU 4.01 (0.04 0.01 3.97 0.3)
3600.05/3606.62	c 3606	END Wed Jul 16 08:15:11 2008

Verifier Data (download as text)

OK	93	542
93 unsatisfied constraints, 542 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-1126612-1216185304/watcher-1126612-1216185304 -o /tmp/evaluation-result-1126612-1216185304/solver-1126612-1216185304 -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-1126612-1216185304.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.49 2.66 2.62 5/80 32080
/proc/meminfo: memFree=1577176/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=18572 CPUtime=0
/proc/32080/stat : 32080 (runsolver) R 32078 32080 31883 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 75233142 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32080/statm: 4643 292 257 25 0 2626 0

[startup+0.0960861 s]
/proc/loadavg: 2.49 2.66 2.62 5/80 32080
/proc/meminfo: memFree=1577176/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=3672 CPUtime=0
/proc/32080/stat : 32080 (sugar) R 32078 32080 31883 0 -1 4194304 54 0 1 0 0 0 0 0 18 0 1 0 75233142 3760128 40 996147200 4194304 4206940 548682068592 18446744073709551615 269754628140 0 0 4096 0 0 0 0 17 0 0 0
/proc/32080/statm: 1177 43 33 3 0 8 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3672

[startup+0.10108 s]
/proc/loadavg: 2.49 2.66 2.62 5/80 32080
/proc/meminfo: memFree=1577176/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=7504 CPUtime=0
/proc/32080/stat : 32080 (sugar) R 32078 32080 31883 0 -1 4194304 65 0 1 0 0 0 0 0 18 0 1 0 75233142 7684096 51 996147200 4194304 4206940 548682068592 18446744073709551615 269754627465 0 0 4096 0 0 0 0 17 0 0 0
/proc/32080/statm: 1876 51 38 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.300919 s]
/proc/loadavg: 2.49 2.66 2.62 5/80 32080
/proc/meminfo: memFree=1577176/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=12272 CPUtime=0
/proc/32080/stat : 32080 (sugar) R 32078 32080 31883 0 -1 4194304 399 0 2 0 0 0 0 0 18 0 1 0 75233142 12566528 369 996147200 4194304 4206940 548682068592 18446744073709551615 269774950825 0 0 4224 0 0 0 0 17 1 0 0
/proc/32080/statm: 3068 370 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.701977 s]
/proc/loadavg: 2.49 2.66 2.62 5/80 32080
/proc/meminfo: memFree=1577176/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13600 CPUtime=0.04
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 896 127 2 0 3 1 0 0 18 0 1 0 75233142 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32080/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50108 s]
/proc/loadavg: 2.49 2.66 2.62 4/91 32092
/proc/meminfo: memFree=1567104/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13600 CPUtime=0.37
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 972 4532 2 1 3 1 30 3 15 0 1 0 75233142 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32080/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 13600

[startup+3.10154 s]
/proc/loadavg: 2.49 2.66 2.62 4/91 32102
/proc/meminfo: memFree=1560512/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13600 CPUtime=0.37
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 972 4532 2 1 3 1 30 3 15 0 1 0 75233142 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32080/statm: 3400 797 370 3 0 500 0
[pid=32093] ppid=32080 vsize=5356 CPUtime=0
/proc/32093/stat : 32093 (sh) S 32080 32080 31883 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75233251 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32093/statm: 1339 233 193 169 0 50 0
[pid=32094] ppid=32093 vsize=868476 CPUtime=1.77
/proc/32094/stat : 32094 (java) S 32093 32080 31883 0 -1 0 6819 0 1 0 168 9 0 0 18 0 9 0 75233251 889319424 5800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32094/statm: 217119 5800 2563 9 0 211666 0
[pid=32094/tid=32095] ppid=32093 vsize=868476 CPUtime=1.38
/proc/32094/task/32095/stat : 32095 (java) R 32093 32080 31883 0 -1 64 2970 0 1 0 132 6 0 0 25 0 9 0 75233252 889319424 5800 996147200 134512640 134550740 4294955936 18446744073709551615 4126567783 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32094/tid=32096] ppid=32093 vsize=868476 CPUtime=0.11
/proc/32094/task/32096/stat : 32096 (java) S 32093 32080 31883 0 -1 64 1666 0 0 0 10 1 0 0 17 0 9 0 75233253 889319424 5800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32094/tid=32097] ppid=32093 vsize=868476 CPUtime=0
/proc/32094/task/32097/stat : 32097 (java) S 32093 32080 31883 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75233254 889319424 5800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32094/tid=32098] ppid=32093 vsize=868476 CPUtime=0
/proc/32094/task/32098/stat : 32098 (java) S 32093 32080 31883 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75233254 889319424 5800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32094/tid=32099] ppid=32093 vsize=868476 CPUtime=0
/proc/32094/task/32099/stat : 32099 (java) S 32093 32080 31883 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75233256 889319424 5800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32094/tid=32100] ppid=32093 vsize=868476 CPUtime=0.25
/proc/32094/task/32100/stat : 32100 (java) S 32093 32080 31883 0 -1 64 1491 0 0 0 25 0 0 0 16 0 9 0 75233256 889319424 5800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32094/tid=32101] ppid=32093 vsize=868476 CPUtime=0
/proc/32094/task/32101/stat : 32101 (java) S 32093 32080 31883 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75233256 889319424 5800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32094/tid=32102] ppid=32093 vsize=868476 CPUtime=0
/proc/32094/task/32102/stat : 32102 (java) S 32093 32080 31883 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75233256 889319424 5800 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 887432

[startup+6.30291 s]
/proc/loadavg: 2.61 2.69 2.63 3/83 32116
/proc/meminfo: memFree=1540672/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 15 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 13732

[startup+12.7028 s]
/proc/loadavg: 2.56 2.68 2.63 4/83 32128
/proc/meminfo: memFree=1540480/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=24492 CPUtime=6.85
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 5868 0 0 0 682 3 0 0 25 0 1 0 75233722 25079808 5854 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/32128/statm: 6123 5854 76 150 0 5970 0
Current children cumulated CPU time (s) 11.15
Current children cumulated vsize (KiB) 43580

[startup+25.5014 s]
/proc/loadavg: 2.66 2.69 2.63 4/83 32128
/proc/meminfo: memFree=1540544/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=24688 CPUtime=19.59
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 5935 0 0 0 1956 3 0 0 25 0 1 0 75233722 25280512 5913 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/32128/statm: 6172 5913 76 150 0 6019 0
Current children cumulated CPU time (s) 23.89
Current children cumulated vsize (KiB) 43776

[startup+51.1018 s]
/proc/loadavg: 2.63 2.68 2.63 3/83 32128
/proc/meminfo: memFree=1535680/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=29888 CPUtime=45.05
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 7166 0 0 0 4501 4 0 0 25 0 1 0 75233722 30605312 7144 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32128/statm: 7472 7144 76 150 0 7319 0
Current children cumulated CPU time (s) 49.35
Current children cumulated vsize (KiB) 48976

[startup+102.307 s]
/proc/loadavg: 2.66 2.68 2.63 3/83 32128
/proc/meminfo: memFree=1528832/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=36640 CPUtime=96.01
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 8849 0 0 0 9594 7 0 0 25 0 1 0 75233722 37519360 8827 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32128/statm: 9160 8827 76 150 0 9007 0
Current children cumulated CPU time (s) 100.31
Current children cumulated vsize (KiB) 55728

[startup+162.302 s]
/proc/loadavg: 2.58 2.65 2.62 3/83 32128
/proc/meminfo: memFree=1527680/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=37764 CPUtime=155.71
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 9114 0 0 0 15564 7 0 0 25 0 1 0 75233722 38670336 9092 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32128/statm: 9441 9092 76 150 0 9288 0
Current children cumulated CPU time (s) 160.01
Current children cumulated vsize (KiB) 56852

[startup+222.301 s]
/proc/loadavg: 2.64 2.65 2.63 4/83 32128
/proc/meminfo: memFree=1526912/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=38600 CPUtime=215.42
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 9312 0 0 0 21535 7 0 0 25 0 1 0 75233722 39526400 9290 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/32128/statm: 9650 9290 76 150 0 9497 0
Current children cumulated CPU time (s) 219.72
Current children cumulated vsize (KiB) 57688

[startup+282.301 s]
/proc/loadavg: 2.64 2.64 2.62 4/83 32130
/proc/meminfo: memFree=1519616/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1803128/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=89536 CPUtime=3091.66
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 21565 0 0 0 309119 47 0 0 25 0 1 0 75233722 91684864 21543 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32128/statm: 22384 21543 76 150 0 22231 0
Current children cumulated CPU time (s) 3095.96
Current children cumulated vsize (KiB) 108624

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32205
/proc/meminfo: memFree=1802616/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=90072 CPUtime=3151.64
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 21661 0 0 0 315117 47 0 0 25 0 1 0 75233722 92233728 21639 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/32128/statm: 22518 21639 76 150 0 22365 0
Current children cumulated CPU time (s) 3155.94
Current children cumulated vsize (KiB) 109160

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32205
/proc/meminfo: memFree=1802488/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=90072 CPUtime=3211.62
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 21661 0 0 0 321115 47 0 0 25 0 1 0 75233722 92233728 21639 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32128/statm: 22518 21639 76 150 0 22365 0
Current children cumulated CPU time (s) 3215.92
Current children cumulated vsize (KiB) 109160

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32205
/proc/meminfo: memFree=1802488/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=90072 CPUtime=3271.59
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 21662 0 0 0 327112 47 0 0 25 0 1 0 75233722 92233728 21640 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32128/statm: 22518 21640 76 150 0 22365 0
Current children cumulated CPU time (s) 3275.89
Current children cumulated vsize (KiB) 109160

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32205
/proc/meminfo: memFree=1802424/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=90072 CPUtime=3331.56
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 21662 0 0 0 333109 47 0 0 25 0 1 0 75233722 92233728 21640 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32128/statm: 22518 21640 76 150 0 22365 0
Current children cumulated CPU time (s) 3335.86
Current children cumulated vsize (KiB) 109160

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32205
/proc/meminfo: memFree=1802360/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=90072 CPUtime=3391.54
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 21685 0 0 0 339107 47 0 0 25 0 1 0 75233722 92233728 21663 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32128/statm: 22518 21663 76 150 0 22365 0
Current children cumulated CPU time (s) 3395.84
Current children cumulated vsize (KiB) 109160

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32205
/proc/meminfo: memFree=1801976/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=90452 CPUtime=3451.51
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 21780 0 0 0 345104 47 0 0 25 0 1 0 75233722 92622848 21758 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/32128/statm: 22613 21758 76 150 0 22460 0
Current children cumulated CPU time (s) 3455.81
Current children cumulated vsize (KiB) 109540

[startup+3522.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 32205
/proc/meminfo: memFree=1801656/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=90696 CPUtime=3511.48
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 21839 0 0 0 351101 47 0 0 25 0 1 0 75233722 92872704 21817 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32128/statm: 22674 21817 76 150 0 22521 0
Current children cumulated CPU time (s) 3515.78
Current children cumulated vsize (KiB) 109784

[startup+3582.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 32205
/proc/meminfo: memFree=1801528/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=90696 CPUtime=3571.46
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 21847 0 0 0 357099 47 0 0 25 0 1 0 75233722 92872704 21825 996147200 134512640 135127466 4294956256 18446744073709551615 134530873 0 0 4096 3 0 0 0 17 0 0 0
/proc/32128/statm: 22674 21825 76 150 0 22521 0
Current children cumulated CPU time (s) 3575.76
Current children cumulated vsize (KiB) 109784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32205
/proc/meminfo: memFree=1801528/2055920 swapFree=4192812/4192956
[pid=32080] ppid=32078 vsize=13732 CPUtime=4.3
/proc/32080/stat : 32080 (sugar) S 32078 32080 31883 0 -1 4194304 1302 31650 5 4 3 1 397 29 16 0 1 0 75233142 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32080/statm: 3433 821 374 3 0 533 0
[pid=32127] ppid=32080 vsize=5356 CPUtime=0
/proc/32127/stat : 32127 (sh) S 32080 32080 31883 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 75233721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32127/statm: 1339 232 193 169 0 50 0
[pid=32128] ppid=32127 vsize=90696 CPUtime=3595.75
/proc/32128/stat : 32128 (minisat) R 32127 32080 31883 0 -1 4194304 21847 0 0 0 359527 48 0 0 25 0 1 0 75233722 92872704 21825 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32128/statm: 22674 21825 76 150 0 22521 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 109784

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 32080 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=16389
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=327950
# CPU time returned by wait4() is 4.34434
# while last known CPU time is 3600.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3606.63
CPU time (s): 3600.05
CPU user time (s): 3599.27
CPU system time (s): 0.78
CPU usage (%): 99.8176
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.01639
system time used= 0.32795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33293
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4434
involuntary context switches= 6195

runsolver used 3.9434 second user time and 9.94149 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-16 07:15:04
IDJOB=1126612
IDBENCH=64266
IDSOLVER=368
FILE ID=node13/1126612-1216185304
PBS_JOBID= 7905894
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/spot5/normalized-spot5-503_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-1126612-1216185304/watcher-1126612-1216185304 -o /tmp/evaluation-result-1126612-1216185304/solver-1126612-1216185304 -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-1126612-1216185304.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6ccb8bdbd6495ab6d256bccef03668db
RANDOM SEED=991855363

node13.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.234
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.234
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:       1577592 kB
Buffers:         10816 kB
Cached:          68472 kB
SwapCached:          0 kB
Active:         402424 kB
Inactive:        23048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:         366560 kB
Slab:            37268 kB
Committed_AS:  1151384 kB
PageTables:       2692 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= 66552 MiB
End job on node13 at 2008-07-16 08:15:13