Trace number 1113322

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)58 3600.36 3635.57

General information on the benchmark

Namecsp/graphColoring/register/mulsol/
normalized-mulsol-i-1-25.xml
MD5SUM67de4692b904c4e63dfd523c6fff12a6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints33
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables197
Number of constraints3925
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3925
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.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul 12 19:00:12 2008
0.00/0.14	c 0	PID 18461
0.00/0.15	c 0	HOST node5.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1113322-1215882012.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113322-1215882012.xml' 'HOME/temp.csp'
0.77/1.03	c 1	1 domains, 197 variables, 1 predicates, 0 relations, 3925 constraints
0.77/1.07	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.77/1.07	c 1	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.81/1.16	c 1	Parsing HOME/temp.csp
0.81/1.49	c 1	parsed 4124 expressions
0.81/1.50	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.81/1.54	c 1	MAX CSP: 3925 constraints
0.81/1.54	c 1	Converting to clausal form CSP
0.81/1.72	c 2	converted 806 (10%) expressions
0.81/1.77	c 2	converted 1611 (20%) expressions
0.81/1.79	c 2	converted 2416 (30%) expressions
0.81/1.83	c 2	converted 3221 (40%) expressions
0.81/1.85	c 2	converted 4026 (50%) expressions
0.81/1.91	c 2	converted 4832 (60%) expressions
0.81/1.93	c 2	converted 5637 (70%) expressions
0.81/1.94	c 2	converted 6442 (80%) expressions
0.81/1.96	c 2	converted 7247 (90%) expressions
2.01/2.36	c 2	converted 8052 (100%) expressions
2.01/2.36	c 2	CSP : 8047 integers, 0 booleans, 11774 clauses, largest domain size 5888
2.01/2.36	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.37	c 2	Propagation in CSP
2.21/2.53	c 2	3917 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.21/2.53	c 2	CSP : 8047 integers, 0 booleans, 11774 clauses, largest domain size 3926
2.21/2.53	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.21/2.54	c 2	Simplifing CSP by introducing new Boolean variables
2.31/2.68	c 3	CSP : 8047 integers, 7850 booleans, 19624 clauses, largest domain size 3926
2.31/2.68	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.40/2.77	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.50/2.81	c 3	805 (10%) CSP integer variables are encoded (4531 clauses, 56846 bytes)
2.50/2.82	c 3	1610 (20%) CSP integer variables are encoded (4531 clauses, 56846 bytes)
2.50/2.82	c 3	2415 (30%) CSP integer variables are encoded (4531 clauses, 56846 bytes)
2.50/2.82	c 3	3219 (40%) CSP integer variables are encoded (4531 clauses, 56846 bytes)
2.50/2.82	c 3	4024 (50%) CSP integer variables are encoded (4531 clauses, 56846 bytes)
2.50/2.83	c 3	4829 (60%) CSP integer variables are encoded (13535 clauses, 189215 bytes)
2.50/2.84	c 3	5633 (70%) CSP integer variables are encoded (21303 clauses, 305735 bytes)
2.50/2.86	c 3	6438 (80%) CSP integer variables are encoded (30197 clauses, 439145 bytes)
2.60/2.91	c 3	7243 (90%) CSP integer variables are encoded (75012 clauses, 1111370 bytes)
2.60/2.93	c 3	8047 (100%) CSP integer variables are encoded (86794 clauses, 1288100 bytes)
2.70/3.04	c 3	1963 (10%) CSP clauses are encoded (120173 clauses, 1881791 bytes)
2.79/3.12	c 3	3925 (20%) CSP clauses are encoded (153527 clauses, 2498435 bytes)
2.90/3.21	c 3	5888 (30%) CSP clauses are encoded (186906 clauses, 3111980 bytes)
2.90/3.29	c 3	7850 (40%) CSP clauses are encoded (220260 clauses, 3734906 bytes)
2.99/3.36	c 3	9812 (50%) CSP clauses are encoded (253614 clauses, 4421606 bytes)
3.09/3.44	c 3	11775 (60%) CSP clauses are encoded (286969 clauses, 5108328 bytes)
4.88/5.24	c 5	13737 (70%) CSP clauses are encoded (1269867 clauses, 26109509 bytes)
10.28/10.72	c 11	15700 (80%) CSP clauses are encoded (4181394 clauses, 88550823 bytes)
24.61/25.33	c 25	17662 (90%) CSP clauses are encoded (11976370 clauses, 255506884 bytes)
38.88/40.11	c 40	19624 (100%) CSP clauses are encoded (19706564 clauses, 421502476 bytes)
38.88/40.11	c 40	19624 CSP clauses encoded
38.88/40.11	c 40	Writing map file : HOME/temp.map
38.88/40.17	c 40	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.88/40.17	c 40	SAT : 102691 SAT variables, 19706564 SAT clauses, 421502476 bytes
38.88/40.17	c 40	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
38.95/40.23	c 40	OBJECTIVE minimize _COST
38.95/40.23	c 40	OBJECTIVE BOUND: 0 <= _COST <= 
38.95/40.23	c 40	SEARCHING: _COST <= 1963
38.95/40.23	c 40	SOLVING HOME/temp.cnf
38.95/40.23	c 40	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
38.95/40.23	c 40	This is MiniSat 2.0 beta
38.95/40.23	c 40	WARNING: for repeatability, setting FPU to use double precision
38.95/40.23	c 40	============================[ Problem Statistics ]=============================
38.95/40.23	c 40	|                                                                             |
38.95/40.23	c 40	|  Number of variables:  102691                                               |
38.95/40.23	c 40	|  Number of clauses:    19706565                                             |
49.10/50.52	c 50	|  Parsing time:         8.64         s                                       |
114.04/116.28	c 116	============================[ Search Statistics ]==============================
114.04/116.28	c 116	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
114.04/116.28	c 116	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
114.04/116.28	c 116	===============================================================================
114.04/116.28	c 116	|         0 |   79147 12581781 37543068 |  4193927        0    nan |  0.000 % |
115.42/117.68	c 118	===============================================================================
115.42/117.69	c 118	restarts              : 1
115.42/117.69	c 118	conflicts             : 12             (0 /sec)
115.42/117.69	c 118	decisions             : 2319           (0.47 % random) (31 /sec)
115.42/117.69	c 118	propagations          : 106437         (1419 /sec)
115.42/117.69	c 118	conflict literals     : 407            (9.15 % deleted)
115.42/117.69	c 118	Memory used           : 776.67 MB
115.42/117.69	c 118	CPU time              : 75.0106 s
115.42/117.69	c 118	
115.52/117.73	c 118	SATISFIABLE
115.60/117.86	c 118	FOUND: _COST <= 1963
115.60/117.86	s SATISFIABLE
115.60/117.86	c 118	DECODING HOME/temp.out WITH HOME/temp.map
115.60/117.86	c 118	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
115.68/117.95	c 118	Decoding HOME/temp.out
115.68/118.41	c 118	OBJECTIVE _COST 448
115.68/118.41	o 448
115.68/118.42	v 1 0 16 4 5 3 7 1 8 0 6 16 15 14 2 3 16 10 13 6 0 2 4 8 1 20 21 5 15 17 0 1 2 9 3 3 3 3 4 5 6 21 7 8 7 9 10 9 10 11 11 12 23 13 17 9 10 24 11 12 24 13 14 15 18 24 19 24 24 24 20 24 17 21 22 24 24 24 24 23 24 24 18 24 19 24 20 22 24 24 23 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24
115.68/118.43	c 118	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
115.68/118.47	c 118	OBJECTIVE BOUND: 0 <= _COST <= 448
115.68/118.47	c 118	SEARCHING: _COST <= 224
115.68/118.47	c 118	SOLVING HOME/temp.cnf
115.68/118.47	c 118	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
115.68/118.47	c 118	This is MiniSat 2.0 beta
115.68/118.47	c 118	WARNING: for repeatability, setting FPU to use double precision
115.68/118.47	c 118	============================[ Problem Statistics ]=============================
115.68/118.47	c 118	|                                                                             |
115.68/118.47	c 118	|  Number of variables:  102691                                               |
115.68/118.47	c 118	|  Number of clauses:    19706565                                             |
127.27/129.60	c 129	|  Parsing time:         9.45         s                                       |
218.21/221.48	c 221	============================[ Search Statistics ]==============================
218.21/221.48	c 221	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
218.21/221.48	c 221	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
218.21/221.48	c 221	===============================================================================
218.21/221.48	c 221	|         0 |   52081  2378148  7011628 |   792716        0    nan |  0.000 % |
219.19/222.44	c 222	|       100 |   52081  2378148  7011628 |   871987      100     22 | 49.284 % |
219.39/222.65	c 222	|       250 |   52081  2378148  7011628 |   959186      250     20 | 49.284 % |
219.59/222.82	c 223	|       476 |   52081  2378148  7011628 |  1055104      476     23 | 49.284 % |
219.69/222.95	c 223	|       813 |   52081  2378148  7011628 |  1160615      813     21 | 49.284 % |
219.79/223.08	c 223	===============================================================================
219.79/223.09	c 223	restarts              : 5
219.79/223.09	c 223	conflicts             : 849            (8 /sec)
219.79/223.09	c 223	decisions             : 7716           (0.73 % random) (76 /sec)
219.79/223.09	c 223	propagations          : 500421         (4903 /sec)
219.79/223.09	c 223	conflict literals     : 17336          (4.68 % deleted)
219.79/223.09	c 223	Memory used           : 799.45 MB
219.79/223.09	c 223	CPU time              : 102.055 s
219.79/223.09	c 223	
219.89/223.13	c 223	SATISFIABLE
219.99/223.27	c 223	FOUND: _COST <= 224
219.99/223.27	c 223	DECODING HOME/temp.out WITH HOME/temp.map
219.99/223.27	c 223	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
220.06/223.36	c 223	Decoding HOME/temp.out
220.06/223.74	c 224	OBJECTIVE _COST 224
220.06/223.74	o 224
220.06/223.75	v 17 17 23 2 19 24 1 24 23 21 21 21 21 0 15 7 17 23 24 17 8 2 23 3 9 20 0 15 21 1 11 6 20 14 24 8 13 4 9 2 6 22 9 15 18 5 6 4 24 22 13 18 11 21 20 14 8 24 9 15 24 5 19 11 16 24 12 14 24 24 5 24 13 11 15 24 16 24 24 10 24 24 18 24 10 24 12 12 24 16 19 24 4 24 24 20 24 24 24 24 24 21 24 14 24 24 22 16 13 24 10 19 24 15 24 24 1 4 24 7 3 24 24 24 14 14 16 14 14 14 9 24 24 24 3 14 8 9 9 24 24 13 24 16 19 13 14 13 18 20 8 13 9 14 24 24 16 24 24 14 9 8 9 9 14 9 24 24 16 24 24 24 14 8 24 8 8 8 24 24 16 24 24 16 24 24 19 24 13 24 16 14 24 24 16 24 19
220.06/223.75	c 224	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
220.06/223.77	c 224	OBJECTIVE BOUND: 0 <= _COST <= 224
220.06/223.77	c 224	SEARCHING: _COST <= 112
220.06/223.77	c 224	SOLVING HOME/temp.cnf
220.06/223.77	c 224	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
220.06/223.77	c 224	This is MiniSat 2.0 beta
220.06/223.77	c 224	WARNING: for repeatability, setting FPU to use double precision
220.06/223.77	c 224	============================[ Problem Statistics ]=============================
220.06/223.77	c 224	|                                                                             |
220.06/223.78	c 224	|  Number of variables:  102691                                               |
220.06/223.78	c 224	|  Number of clauses:    19706565                                             |
231.65/235.03	c 235	|  Parsing time:         9.57         s                                       |
318.13/322.36	c 322	============================[ Search Statistics ]==============================
318.13/322.36	c 322	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
318.13/322.36	c 322	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
318.13/322.36	c 322	===============================================================================
318.13/322.36	c 322	|         0 |   47494  1350706  3942951 |   450235        0    nan |  0.000 % |
319.12/323.31	c 323	|       100 |   47494  1350706  3942951 |   495258      100     36 | 53.751 % |
319.41/323.68	c 324	|       250 |   47494  1350706  3942951 |   544784      250     29 | 53.751 % |
319.51/323.78	c 324	|       475 |   47494  1350706  3942951 |   599263      475     24 | 53.751 % |
319.71/323.91	c 324	|       812 |   47494  1350706  3942951 |   659189      812     21 | 53.751 % |
320.11/324.39	c 324	|      1318 |   47494  1350706  3942951 |   725108     1318     25 | 53.751 % |
320.31/324.52	c 324	|      2077 |   47494  1350706  3942951 |   797619     2077     23 | 53.751 % |
320.50/324.70	c 325	|      3216 |   47494  1350706  3942951 |   877381     3216     24 | 53.751 % |
320.70/324.90	c 325	|      4924 |   47494  1350706  3942951 |   965119     4924     23 | 53.751 % |
320.90/325.19	c 325	|      7487 |   47494  1350706  3942951 |  1061631     7487     23 | 53.751 % |
321.39/325.65	c 325	|     11331 |   47494  1350706  3942951 |  1167794    11331     23 | 53.751 % |
322.19/326.41	c 326	|     17097 |   47494  1350706  3942951 |  1284573    17097     26 | 53.751 % |
324.27/328.52	c 328	|     25746 |   47494  1350706  3942951 |  1413031    25746     34 | 53.751 % |
328.43/332.76	c 333	|     38720 |   47494  1350706  3942951 |  1554334    38720     43 | 53.751 % |
334.47/338.81	c 339	|     58181 |   47494  1350706  3942951 |  1709767    58181     42 | 53.751 % |
344.08/348.56	c 348	|     87374 |   47494  1350706  3942951 |  1880744    87374     40 | 53.751 % |
365.48/370.19	c 370	|    131164 |   47494  1350706  3942951 |  2068819   131164     45 | 53.751 % |
421.84/427.04	c 427	|    196849 |   47494  1350706  3942951 |  2275701   196849     53 | 53.751 % |
568.89/575.42	c 575	|    295376 |   47494  1350706  3942951 |  2503271   295376     61 | 53.751 % |
778.11/786.63	c 786	|    443166 |   47494  1350706  3942951 |  2753598   443166     59 | 53.751 % |
1155.75/1167.89	c 1168	|    664850 |   47494  1350706  3942951 |  3028958   664850     60 | 53.751 % |
2175.72/2197.40	c 2197	|    997375 |   47494  1350706  3942951 |  3331854   997375     85 | 53.751 % |
3600.06/3635.21	c ERROR INTERRUPTED
3600.18/3635.34	c 3635	CPU 213.81 (0.07 0.01 213.74 6.73)
3600.18/3635.34	c 3635	END Sat Jul 12 20:00:47 2008

Verifier Data (download as text)

OK	58	3867
58 unsatisfied constraints, 3867 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-1113322-1215882012/watcher-1113322-1215882012 -o /tmp/evaluation-result-1113322-1215882012/solver-1113322-1215882012 -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-1113322-1215882012.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: 3.18 2.64 2.25 4/73 18461
/proc/meminfo: memFree=1609304/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=18572 CPUtime=0
/proc/18461/stat : 18461 (runsolver) D 18459 18461 17586 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44904484 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 226913479975 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18461/statm: 4643 292 257 25 0 2626 0

[startup+0.0325961 s]
/proc/loadavg: 3.18 2.64 2.25 4/73 18461
/proc/meminfo: memFree=1609304/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=12268 CPUtime=0
/proc/18461/stat : 18461 (sugar) D 18459 18461 17586 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 44904484 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 226913647205 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/18461/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101848 s]
/proc/loadavg: 3.18 2.64 2.25 4/73 18461
/proc/meminfo: memFree=1609304/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=12412 CPUtime=0
/proc/18461/stat : 18461 (sugar) R 18459 18461 17586 0 -1 4194304 444 0 0 0 0 0 0 0 18 0 1 0 44904484 12709888 412 996147200 4194304 4206940 548682068592 18446744073709551615 226931182945 0 0 4224 0 0 0 0 17 1 0 0
/proc/18461/statm: 3103 412 286 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301873 s]
/proc/loadavg: 3.18 2.64 2.25 4/73 18461
/proc/meminfo: memFree=1609304/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=13600 CPUtime=0.03
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44904484 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70192 s]
/proc/loadavg: 3.18 2.64 2.25 4/73 18461
/proc/meminfo: memFree=1609304/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=13600 CPUtime=0.03
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44904484 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50201 s]
/proc/loadavg: 3.18 2.64 2.25 3/84 18473
/proc/meminfo: memFree=1592768/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=13600 CPUtime=0.81
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 974 6971 0 1 3 0 73 5 15 0 1 0 44904484 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 13600

[startup+3.10219 s]
/proc/loadavg: 3.18 2.64 2.25 4/84 18483
/proc/meminfo: memFree=1587200/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=13600 CPUtime=0.82
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 974 6971 0 1 4 0 73 5 15 0 1 0 44904484 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3400 797 370 3 0 500 0
[pid=18474] ppid=18461 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18461 18461 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44904592 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 233 193 169 0 50 0
[pid=18475] ppid=18474 vsize=868520 CPUtime=1.97
/proc/18475/stat : 18475 (java) S 18474 18461 17586 0 -1 0 9641 0 1 0 189 8 0 0 18 0 9 0 44904592 889364480 8723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18475/statm: 217130 8723 2565 9 0 211677 0
[pid=18475/tid=18476] ppid=18474 vsize=868520 CPUtime=1.23
/proc/18475/task/18476/stat : 18476 (java) R 18474 18461 17586 0 -1 64 2930 0 1 0 119 4 0 0 25 0 9 0 44904593 889364480 8723 996147200 134512640 134550740 4294955936 18446744073709551615 4125980257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18477] ppid=18474 vsize=868520 CPUtime=0.44
/proc/18475/task/18477/stat : 18477 (java) S 18474 18461 17586 0 -1 64 4503 0 0 0 42 2 0 0 16 0 9 0 44904594 889364480 8723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18478] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18478/stat : 18478 (java) S 18474 18461 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44904595 889364480 8723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18479] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18479/stat : 18479 (java) S 18474 18461 17586 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44904595 889364480 8723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18480] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18480/stat : 18480 (java) S 18474 18461 17586 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44904597 889364480 8723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18481] ppid=18474 vsize=868520 CPUtime=0.28
/proc/18475/task/18481/stat : 18481 (java) S 18474 18461 17586 0 -1 64 1515 0 0 0 27 1 0 0 16 0 9 0 44904597 889364480 8723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18482] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18482/stat : 18482 (java) S 18474 18461 17586 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44904597 889364480 8723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18483] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18483/stat : 18483 (java) S 18474 18461 17586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44904597 889364480 8723 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 887476

[startup+6.30255 s]
/proc/loadavg: 3.17 2.65 2.26 3/84 18483
/proc/meminfo: memFree=1552832/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=13600 CPUtime=0.82
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 974 6971 0 1 4 0 73 5 16 0 1 0 44904484 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3400 797 370 3 0 500 0
[pid=18474] ppid=18461 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18461 18461 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44904592 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 233 193 169 0 50 0
[pid=18475] ppid=18474 vsize=868520 CPUtime=5.13
/proc/18475/stat : 18475 (java) S 18474 18461 17586 0 -1 0 10241 0 1 0 477 36 0 0 18 0 9 0 44904592 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18475/statm: 217130 8731 2565 9 0 211677 0
[pid=18475/tid=18476] ppid=18474 vsize=868520 CPUtime=4.17
/proc/18475/task/18476/stat : 18476 (java) R 18474 18461 17586 0 -1 64 3522 0 1 0 390 27 0 0 25 0 9 0 44904593 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 102064682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18477] ppid=18474 vsize=868520 CPUtime=0.63
/proc/18475/task/18477/stat : 18477 (java) S 18474 18461 17586 0 -1 64 4503 0 0 0 57 6 0 0 16 0 9 0 44904594 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18478] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18478/stat : 18478 (java) S 18474 18461 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44904595 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18479] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18479/stat : 18479 (java) S 18474 18461 17586 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44904595 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18480] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18480/stat : 18480 (java) S 18474 18461 17586 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44904597 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18481] ppid=18474 vsize=868520 CPUtime=0.29
/proc/18475/task/18481/stat : 18481 (java) S 18474 18461 17586 0 -1 64 1523 0 0 0 28 1 0 0 16 0 9 0 44904597 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18482] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18482/stat : 18482 (java) S 18474 18461 17586 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44904597 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18483] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18483/stat : 18483 (java) S 18474 18461 17586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44904597 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 887476

[startup+12.7023 s]
/proc/loadavg: 3.08 2.64 2.26 3/84 18483
/proc/meminfo: memFree=1477696/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=13600 CPUtime=0.82
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 974 6971 0 1 4 0 73 5 16 0 1 0 44904484 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3400 797 370 3 0 500 0
[pid=18474] ppid=18461 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18461 18461 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44904592 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 233 193 169 0 50 0
[pid=18475] ppid=18474 vsize=868520 CPUtime=11.43
/proc/18475/stat : 18475 (java) S 18474 18461 17586 0 -1 0 11449 0 1 0 1052 91 0 0 18 0 9 0 44904592 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18475/statm: 217130 8731 2565 9 0 211677 0
[pid=18475/tid=18476] ppid=18474 vsize=868520 CPUtime=10.09
/proc/18475/task/18476/stat : 18476 (java) R 18474 18461 17586 0 -1 64 4730 0 1 0 935 74 0 0 25 0 9 0 44904593 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4127056801 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18477] ppid=18474 vsize=868520 CPUtime=1.02
/proc/18475/task/18477/stat : 18477 (java) S 18474 18461 17586 0 -1 64 4503 0 0 0 87 15 0 0 16 0 9 0 44904594 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18478] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18478/stat : 18478 (java) S 18474 18461 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44904595 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18479] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18479/stat : 18479 (java) S 18474 18461 17586 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44904595 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18480] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18480/stat : 18480 (java) S 18474 18461 17586 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44904597 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18481] ppid=18474 vsize=868520 CPUtime=0.29
/proc/18475/task/18481/stat : 18481 (java) S 18474 18461 17586 0 -1 64 1523 0 0 0 28 1 0 0 16 0 9 0 44904597 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18482] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18482/stat : 18482 (java) S 18474 18461 17586 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44904597 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18483] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18483/stat : 18483 (java) S 18474 18461 17586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44904597 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 887476

[startup+25.5017 s]
/proc/loadavg: 2.84 2.61 2.25 3/84 18483
/proc/meminfo: memFree=1324352/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=13600 CPUtime=0.82
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 974 6971 0 1 4 0 73 5 16 0 1 0 44904484 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3400 797 370 3 0 500 0
[pid=18474] ppid=18461 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18461 18461 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44904592 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 233 193 169 0 50 0
[pid=18475] ppid=18474 vsize=868520 CPUtime=23.98
/proc/18475/stat : 18475 (java) S 18474 18461 17586 0 -1 0 13834 0 1 0 2196 202 0 0 18 0 9 0 44904592 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18475/statm: 217130 8731 2565 9 0 211677 0
[pid=18475/tid=18476] ppid=18474 vsize=868520 CPUtime=21.88
/proc/18475/task/18476/stat : 18476 (java) R 18474 18461 17586 0 -1 64 7115 0 1 0 2021 167 0 0 25 0 9 0 44904593 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4126569710 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18477] ppid=18474 vsize=868520 CPUtime=1.77
/proc/18475/task/18477/stat : 18477 (java) S 18474 18461 17586 0 -1 64 4503 0 0 0 145 32 0 0 16 0 9 0 44904594 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18478] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18478/stat : 18478 (java) S 18474 18461 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44904595 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18479] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18479/stat : 18479 (java) S 18474 18461 17586 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 44904595 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18480] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18480/stat : 18480 (java) S 18474 18461 17586 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44904597 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18481] ppid=18474 vsize=868520 CPUtime=0.29
/proc/18475/task/18481/stat : 18481 (java) S 18474 18461 17586 0 -1 64 1523 0 0 0 28 1 0 0 16 0 9 0 44904597 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18482] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18482/stat : 18482 (java) S 18474 18461 17586 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44904597 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18475/tid=18483] ppid=18474 vsize=868520 CPUtime=0
/proc/18475/task/18483/stat : 18483 (java) S 18474 18461 17586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44904597 889364480 8731 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 887476

[startup+51.1016 s]
/proc/loadavg: 2.62 2.57 2.25 3/76 18491
/proc/meminfo: memFree=418352/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=14128 CPUtime=38.98
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 1165 23814 0 2 6 0 3562 330 16 0 1 0 44904484 14467072 913 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3532 913 374 3 0 632 0
[pid=18484] ppid=18461 vsize=5356 CPUtime=0
/proc/18484/stat : 18484 (sh) S 18461 18461 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44908507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18484/statm: 1339 232 193 169 0 50 0
[pid=18485] ppid=18484 vsize=795308 CPUtime=10.71
/proc/18485/stat : 18485 (minisat) R 18484 18461 17586 0 -1 4194304 190625 0 0 0 920 151 0 0 25 0 1 0 44908507 814395392 190611 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0

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

[startup+3282.3 s]
/proc/loadavg: 2.49 2.54 2.53 4/83 18586
/proc/meminfo: memFree=627848/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=14128 CPUtime=220.55
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 1399 419500 0 4 7 1 21374 673 16 0 1 0 44904484 14467072 913 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3532 913 374 3 0 632 0
[pid=18514] ppid=18461 vsize=5356 CPUtime=0
/proc/18514/stat : 18514 (sh) S 18461 18461 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44926861 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18514/statm: 1339 232 193 169 0 50 0
[pid=18515] ppid=18514 vsize=842368 CPUtime=3029.92
/proc/18515/stat : 18515 (minisat) R 18514 18461 17586 0 -1 4194304 202093 0 0 0 302824 168 0 0 25 0 1 0 44926862 862584832 202079 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18515/statm: 210592 202079 76 150 0 210439 0
Current children cumulated CPU time (s) 3250.47
Current children cumulated vsize (KiB) 861852

[startup+3342.3 s]
/proc/loadavg: 2.73 2.59 2.55 3/83 18586
/proc/meminfo: memFree=624584/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=14128 CPUtime=220.55
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 1399 419500 0 4 7 1 21374 673 16 0 1 0 44904484 14467072 913 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3532 913 374 3 0 632 0
[pid=18514] ppid=18461 vsize=5356 CPUtime=0
/proc/18514/stat : 18514 (sh) S 18461 18461 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44926861 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18514/statm: 1339 232 193 169 0 50 0
[pid=18515] ppid=18514 vsize=845692 CPUtime=3089.36
/proc/18515/stat : 18515 (minisat) R 18514 18461 17586 0 -1 4194304 202914 0 0 0 308767 169 0 0 25 0 1 0 44926862 865988608 202900 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/18515/statm: 211423 202900 76 150 0 211270 0
Current children cumulated CPU time (s) 3309.91
Current children cumulated vsize (KiB) 865176

[startup+3402.31 s]
/proc/loadavg: 2.62 2.59 2.55 4/83 18586
/proc/meminfo: memFree=621064/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=14128 CPUtime=220.55
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 1399 419500 0 4 7 1 21374 673 16 0 1 0 44904484 14467072 913 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3532 913 374 3 0 632 0
[pid=18514] ppid=18461 vsize=5356 CPUtime=0
/proc/18514/stat : 18514 (sh) S 18461 18461 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44926861 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18514/statm: 1339 232 193 169 0 50 0
[pid=18515] ppid=18514 vsize=849168 CPUtime=3148.8
/proc/18515/stat : 18515 (minisat) R 18514 18461 17586 0 -1 4194304 203783 0 0 0 314710 170 0 0 25 0 1 0 44926862 869548032 203769 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18515/statm: 212292 203769 76 150 0 212139 0
Current children cumulated CPU time (s) 3369.35
Current children cumulated vsize (KiB) 868652

[startup+3462.3 s]
/proc/loadavg: 2.47 2.55 2.54 4/83 18586
/proc/meminfo: memFree=617352/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=14128 CPUtime=220.55
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 1399 419500 0 4 7 1 21374 673 16 0 1 0 44904484 14467072 913 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3532 913 374 3 0 632 0
[pid=18514] ppid=18461 vsize=5356 CPUtime=0
/proc/18514/stat : 18514 (sh) S 18461 18461 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44926861 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18514/statm: 1339 232 193 169 0 50 0
[pid=18515] ppid=18514 vsize=852704 CPUtime=3208.24
/proc/18515/stat : 18515 (minisat) R 18514 18461 17586 0 -1 4194304 204690 0 0 0 320653 171 0 0 25 0 1 0 44926862 873168896 204676 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/18515/statm: 213176 204676 76 150 0 213023 0
Current children cumulated CPU time (s) 3428.79
Current children cumulated vsize (KiB) 872188

[startup+3522.3 s]
/proc/loadavg: 2.38 2.51 2.52 3/83 18586
/proc/meminfo: memFree=613640/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=14128 CPUtime=220.55
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 1399 419500 0 4 7 1 21374 673 16 0 1 0 44904484 14467072 913 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3532 913 374 3 0 632 0
[pid=18514] ppid=18461 vsize=5356 CPUtime=0
/proc/18514/stat : 18514 (sh) S 18461 18461 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44926861 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18514/statm: 1339 232 193 169 0 50 0
[pid=18515] ppid=18514 vsize=856304 CPUtime=3267.67
/proc/18515/stat : 18515 (minisat) R 18514 18461 17586 0 -1 4194304 205597 0 0 0 326595 172 0 0 25 0 1 0 44926862 876855296 205583 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18515/statm: 214076 205583 76 150 0 213923 0
Current children cumulated CPU time (s) 3488.22
Current children cumulated vsize (KiB) 875788

[startup+3582.3 s]
/proc/loadavg: 2.42 2.50 2.52 3/83 18586
/proc/meminfo: memFree=609736/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=14128 CPUtime=220.55
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 1399 419500 0 4 7 1 21374 673 16 0 1 0 44904484 14467072 913 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3532 913 374 3 0 632 0
[pid=18514] ppid=18461 vsize=5356 CPUtime=0
/proc/18514/stat : 18514 (sh) S 18461 18461 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44926861 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18514/statm: 1339 232 193 169 0 50 0
[pid=18515] ppid=18514 vsize=860288 CPUtime=3327.11
/proc/18515/stat : 18515 (minisat) R 18514 18461 17586 0 -1 4194304 206550 0 0 0 332538 173 0 0 25 0 1 0 44926862 880934912 206536 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18515/statm: 215072 206536 76 150 0 214919 0
Current children cumulated CPU time (s) 3547.66
Current children cumulated vsize (KiB) 879772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3635.2 s]
/proc/loadavg: 2.72 2.57 2.54 4/83 18586
/proc/meminfo: memFree=606600/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=14128 CPUtime=220.55
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 1399 419500 0 4 7 1 21374 673 16 0 1 0 44904484 14467072 913 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3532 913 374 3 0 632 0
[pid=18514] ppid=18461 vsize=5356 CPUtime=0
/proc/18514/stat : 18514 (sh) S 18461 18461 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44926861 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18514/statm: 1339 232 193 169 0 50 0
[pid=18515] ppid=18514 vsize=863664 CPUtime=3379.51
/proc/18515/stat : 18515 (minisat) R 18514 18461 17586 0 -1 4194304 207328 0 0 0 337777 174 0 0 25 0 1 0 44926862 884391936 207314 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18515/statm: 215916 207314 76 150 0 215763 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 883148

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

[startup+3635.32 s]
/proc/loadavg: 2.72 2.57 2.54 4/83 18586
/proc/meminfo: memFree=606600/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=14128 CPUtime=220.55
/proc/18461/stat : 18461 (sugar) S 18459 18461 17586 0 -1 4194304 1411 419500 0 4 7 1 21374 673 16 0 1 0 44904484 14467072 914 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/18461/statm: 3532 914 374 3 0 632 0
[pid=18514] ppid=18461 vsize=0 CPUtime=0
/proc/18514/stat : 18514 (sh) Z 18461 18461 17586 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 44926861 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/18514/statm: 0 0 0 0 0 0 0
[pid=18515] ppid=1 vsize=0 CPUtime=3379.63
/proc/18515/stat : 18515 (minisat) R 1 18461 17586 0 -1 4195332 207328 0 0 0 337777 186 0 0 25 0 1 0 44926862 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/18515/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.18
Current children cumulated vsize (KiB) 14128

# WARNING:
# current cumulated CPU time (220.61 s) is less than in the last sample (3600.18 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (3379.57 s) to the 'lost time'.

[startup+3635.4 s]
/proc/loadavg: 2.72 2.57 2.54 5/83 18587
/proc/meminfo: memFree=1567560/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=14128 CPUtime=220.61
/proc/18461/stat : 18461 (sugar) R 18459 18461 17586 0 -1 4194304 1432 419777 0 4 7 7 21374 673 16 0 1 0 44904484 14467072 915 996147200 4194304 4206940 548682068592 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18461/statm: 3532 915 375 3 0 632 0
Current children cumulated CPU time (s) 220.61
Current children cumulated vsize (KiB) 14128

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

[startup+3635.4 s]
/proc/loadavg: 2.72 2.57 2.54 5/83 18587
/proc/meminfo: memFree=1567560/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=14128 CPUtime=220.61
/proc/18461/stat : 18461 (sugar) R 18459 18461 17586 0 -1 4194304 1432 419777 0 4 7 7 21374 673 16 0 1 0 44904484 14467072 915 996147200 4194304 4206940 548682068592 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18461/statm: 3532 915 375 3 0 632 0
Current children cumulated CPU time (s) 220.61
Current children cumulated vsize (KiB) 14128

[startup+3635.51 s]
/proc/loadavg: 2.72 2.57 2.54 5/83 18587
/proc/meminfo: memFree=1567560/2055920 swapFree=4181156/4192956
[pid=18461] ppid=18459 vsize=14128 CPUtime=220.71
/proc/18461/stat : 18461 (sugar) R 18459 18461 17586 0 -1 4194304 1432 419777 0 4 7 17 21374 673 16 0 1 0 44904484 14467072 915 996147200 4194304 4206940 548682068592 18446744073709551615 226913653801 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18461/statm: 3532 915 375 3 0 632 0
Current children cumulated CPU time (s) 220.71
Current children cumulated vsize (KiB) 14128

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3379.57
#  lost CPU user time (s): 3377.77
#  lost CPU system time (s): 1.8

Real time (s): 3635.57
CPU time (s): 3600.36
CPU user time (s): 3591.59
CPU system time (s): 8.77094
CPU usage (%): 99.0314
Max. virtual memory (cumulated for all children) (KiB): 887552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.817
system time used= 6.97094
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 421240
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52629
involuntary context switches= 56996

runsolver used 5.57415 second user time and 10.9823 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-12 19:00:12
IDJOB=1113322
IDBENCH=61563
IDSOLVER=368
FILE ID=node5/1113322-1215882012
PBS_JOBID= 7903577
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/mulsol/normalized-mulsol-i-1-25.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-1113322-1215882012/watcher-1113322-1215882012 -o /tmp/evaluation-result-1113322-1215882012/solver-1113322-1215882012 -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-1113322-1215882012.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 67de4692b904c4e63dfd523c6fff12a6
RANDOM SEED=66517716

node5.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.212
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.212
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:       1609912 kB
Buffers:          2752 kB
Cached:          32584 kB
SwapCached:       5328 kB
Active:         390240 kB
Inactive:         4036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609912 kB
SwapTotal:     4192956 kB
SwapFree:      4181156 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:         366368 kB
Slab:            36308 kB
Committed_AS:   597280 kB
PageTables:       2568 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= 66532 MiB
End job on node5 at 2008-07-12 20:00:49