Trace number 1113502

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)35 3600.04 3618.52

General information on the benchmark

Namecsp/graphColoring/sgb/book/
normalized-david-5.xml
MD5SUM17c9f521d5bc2f8c73631bda396cab67
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints20
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of constraints406
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension406
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 19:59:55 2008
0.00/0.04	c 0	PID 17336
0.00/0.04	c 0	HOST node2.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1113502-1215885595.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113502-1215885595.xml' 'HOME/temp.csp'
0.03/0.45	c 1	1 domains, 87 variables, 1 predicates, 0 relations, 406 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	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.42/0.55	c 1	Parsing HOME/temp.csp
0.42/0.65	c 1	parsed 495 expressions
0.42/0.66	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.67	c 1	MAX CSP: 406 constraints
0.42/0.67	c 1	Converting to clausal form CSP
0.42/0.70	c 1	converted 91 (10%) expressions
0.42/0.71	c 1	converted 181 (20%) expressions
0.42/0.74	c 1	converted 272 (30%) expressions
0.42/0.76	c 1	converted 362 (40%) expressions
0.42/0.77	c 1	converted 452 (50%) expressions
0.42/0.84	c 1	converted 543 (60%) expressions
0.42/0.85	c 1	converted 633 (70%) expressions
0.42/0.86	c 1	converted 724 (80%) expressions
0.42/0.87	c 1	converted 814 (90%) expressions
0.42/0.94	c 1	converted 904 (100%) expressions
0.42/0.94	c 1	CSP : 899 integers, 0 booleans, 1217 clauses, largest domain size 610
0.42/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.42/0.94	c 1	Propagation in CSP
0.42/0.98	c 1	401 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.42/0.98	c 1	CSP : 899 integers, 0 booleans, 1217 clauses, largest domain size 407
0.42/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.42/0.98	c 1	Simplifing CSP by introducing new Boolean variables
0.42/1.00	c 1	CSP : 899 integers, 812 booleans, 2029 clauses, largest domain size 407
0.42/1.00	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.42/1.03	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.42/1.04	c 1	90 (10%) CSP integer variables are encoded (261 clauses, 2773 bytes)
0.42/1.04	c 1	180 (20%) CSP integer variables are encoded (261 clauses, 2773 bytes)
0.42/1.04	c 1	270 (30%) CSP integer variables are encoded (261 clauses, 2773 bytes)
0.42/1.04	c 1	360 (40%) CSP integer variables are encoded (261 clauses, 2773 bytes)
0.42/1.04	c 1	450 (50%) CSP integer variables are encoded (261 clauses, 2773 bytes)
0.42/1.05	c 1	540 (60%) CSP integer variables are encoded (819 clauses, 9538 bytes)
0.42/1.05	c 1	630 (70%) CSP integer variables are encoded (1372 clauses, 16727 bytes)
0.42/1.06	c 1	720 (80%) CSP integer variables are encoded (4944 clauses, 63163 bytes)
0.42/1.06	c 1	810 (90%) CSP integer variables are encoded (5506 clauses, 70469 bytes)
0.42/1.06	c 1	899 (100%) CSP integer variables are encoded (6251 clauses, 80154 bytes)
0.42/1.07	c 1	203 (10%) CSP clauses are encoded (6998 clauses, 90631 bytes)
0.42/1.08	c 1	406 (20%) CSP clauses are encoded (7741 clauses, 101419 bytes)
0.42/1.09	c 1	609 (30%) CSP clauses are encoded (8484 clauses, 112279 bytes)
1.04/1.11	c 1	812 (40%) CSP clauses are encoded (9231 clauses, 123716 bytes)
1.04/1.11	c 1	1015 (50%) CSP clauses are encoded (9974 clauses, 135132 bytes)
1.04/1.12	c 1	1218 (60%) CSP clauses are encoded (10717 clauses, 146548 bytes)
1.04/1.14	c 1	1421 (70%) CSP clauses are encoded (22398 clauses, 354604 bytes)
1.33/1.44	c 2	1624 (80%) CSP clauses are encoded (184391 clauses, 3306987 bytes)
1.33/1.46	c 2	1827 (90%) CSP clauses are encoded (196072 clauses, 3515043 bytes)
1.43/1.52	c 2	2029 (100%) CSP clauses are encoded (228742 clauses, 4107962 bytes)
1.43/1.52	c 2	2029 CSP clauses encoded
1.43/1.52	c 2	Writing map file : HOME/temp.map
1.43/1.53	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.53	c 2	SAT : 7962 SAT variables, 228742 SAT clauses, 4107962 bytes
1.43/1.53	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.47/1.61	c 2	OBJECTIVE minimize _COST
1.47/1.61	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.47/1.61	c 2	SEARCHING: _COST <= 203
1.47/1.61	c 2	SOLVING HOME/temp.cnf
1.47/1.61	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.47/1.62	c 2	This is MiniSat 2.0 beta
1.47/1.62	c 2	WARNING: for repeatability, setting FPU to use double precision
1.47/1.62	c 2	============================[ Problem Statistics ]=============================
1.47/1.62	c 2	|                                                                             |
1.47/1.62	c 2	|  Number of variables:  7962                                                 |
1.47/1.62	c 2	|  Number of clauses:    228743                                               |
1.49/1.72	c 2	|  Parsing time:         0.09         s                                       |
1.49/1.77	c 2	============================[ Search Statistics ]==============================
1.49/1.77	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.49/1.77	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.49/1.77	c 2	===============================================================================
1.49/1.77	c 2	|         0 |    6135   148072   429233 |    49357        0    nan |  0.000 % |
1.49/1.79	c 2	|       101 |    6135   148072   429233 |    54293      101     12 | 22.946 % |
1.49/1.80	c 2	===============================================================================
1.49/1.80	c 2	restarts              : 2
1.49/1.80	c 2	conflicts             : 113            (665 /sec)
1.49/1.80	c 2	decisions             : 889            (1.24 % random) (5230 /sec)
1.49/1.80	c 2	propagations          : 23923          (140745 /sec)
1.49/1.80	c 2	conflict literals     : 1439           (4.64 % deleted)
1.49/1.80	c 2	Memory used           : 11.28 MB
1.49/1.80	c 2	CPU time              : 0.169974 s
1.49/1.80	c 2	
1.49/1.80	c 2	SATISFIABLE
1.49/1.81	c 2	FOUND: _COST <= 203
1.49/1.81	s SATISFIABLE
1.49/1.81	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.49/1.81	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.49/1.89	c 2	Decoding HOME/temp.out
1.68/2.00	c 2	OBJECTIVE _COST 203
1.68/2.00	o 203
1.68/2.00	v 1 4 4 4 3 3 3 2 3 3 1 4 1 4 2 3 4 2 4 2 4 1 4 1 3 3 0 2 3 2 3 4 1 4 4 4 3 4 3 2 4 0 3 2 3 3 4 4 3 3 3 3 3 4 0 3 2 4 3 2 3 3 2 3 3 4 2 1 3 3 1 2 3 1 3 2 0 4 3 3 3 3 4 4 3 3 4
1.68/2.01	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.68/2.01	c 2	OBJECTIVE BOUND: 0 <= _COST <= 203
1.68/2.01	c 2	SEARCHING: _COST <= 101
1.68/2.01	c 2	SOLVING HOME/temp.cnf
1.68/2.01	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.68/2.05	c 2	This is MiniSat 2.0 beta
1.68/2.05	c 2	WARNING: for repeatability, setting FPU to use double precision
1.68/2.05	c 2	============================[ Problem Statistics ]=============================
1.68/2.05	c 2	|                                                                             |
1.88/2.12	c 2	|  Number of variables:  7962                                                 |
1.88/2.12	c 2	|  Number of clauses:    228743                                               |
1.95/2.24	c 2	|  Parsing time:         0.10         s                                       |
2.04/2.31	c 2	============================[ Search Statistics ]==============================
2.04/2.31	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.04/2.31	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.04/2.31	c 2	===============================================================================
2.04/2.31	c 2	|         0 |    5113    98343   283010 |    32781        0    nan |  0.000 % |
2.04/2.33	c 2	|       101 |    5113    98343   283010 |    36059      101     20 | 35.782 % |
2.04/2.34	c 2	===============================================================================
2.04/2.34	c 2	restarts              : 2
2.04/2.34	c 2	conflicts             : 157            (793 /sec)
2.04/2.34	c 2	decisions             : 626            (0.64 % random) (3162 /sec)
2.04/2.34	c 2	propagations          : 51898          (262152 /sec)
2.04/2.34	c 2	conflict literals     : 2883           (14.27 % deleted)
2.04/2.34	c 2	Memory used           : 11.42 MB
2.04/2.34	c 2	CPU time              : 0.197969 s
2.04/2.34	c 2	
2.04/2.35	c 2	SATISFIABLE
2.04/2.35	c 2	FOUND: _COST <= 101
2.04/2.35	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.04/2.35	c 2	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.10/2.43	c 3	Decoding HOME/temp.out
2.10/2.56	c 3	OBJECTIVE _COST 42
2.10/2.56	o 42
2.10/2.56	v 2 3 2 4 4 3 2 4 4 3 2 3 1 3 0 2 4 2 2 2 2 3 0 3 4 0 3 2 2 3 0 4 4 2 4 2 3 0 4 0 4 4 2 4 3 1 4 4 3 0 3 4 1 2 3 0 3 0 0 0 4 4 1 4 4 0 1 0 4 0 3 4 4 1 4 1 0 3 4 4 0 4 1 1 4 2 0
2.10/2.58	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.10/2.61	c 3	OBJECTIVE BOUND: 0 <= _COST <= 42
2.10/2.61	c 3	SEARCHING: _COST <= 21
2.10/2.61	c 3	SOLVING HOME/temp.cnf
2.10/2.61	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.10/2.62	c 3	This is MiniSat 2.0 beta
2.10/2.62	c 3	WARNING: for repeatability, setting FPU to use double precision
2.10/2.62	c 3	============================[ Problem Statistics ]=============================
2.10/2.62	c 3	|                                                                             |
2.10/2.62	c 3	|  Number of variables:  7962                                                 |
2.10/2.62	c 3	|  Number of clauses:    228743                                               |
2.35/2.73	c 3	|  Parsing time:         0.10         s                                       |
2.35/2.81	c 3	============================[ Search Statistics ]==============================
2.35/2.81	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.35/2.81	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.35/2.81	c 3	===============================================================================
2.35/2.81	c 3	|         0 |    3798    30737    84057 |    10245        0    nan |  0.000 % |
2.35/2.82	c 3	|       100 |    3798    30737    84057 |    11270      100     11 | 52.298 % |
2.35/2.84	c 3	|       250 |    3798    30737    84057 |    12397      250     16 | 52.299 % |
2.35/2.85	c 3	|       475 |    3798    30737    84057 |    13636      475     17 | 52.298 % |
2.35/2.91	c 3	|       812 |    3798    30737    84057 |    15000      812     22 | 52.298 % |
2.35/2.95	c 3	|      1319 |    3798    30737    84057 |    16500     1319     24 | 52.298 % |
2.35/3.06	c 3	|      2078 |    3798    30737    84057 |    18150     2078     25 | 52.298 % |
2.35/3.21	c 3	|      3218 |    3798    30737    84057 |    19965     3218     28 | 52.298 % |
3.21/3.50	c 4	|      4927 |    3798    30737    84057 |    21962     4927     28 | 52.298 % |
3.61/3.94	c 4	|      7489 |    3798    30737    84057 |    24158     7489     28 | 52.298 % |
4.22/4.58	c 5	|     11333 |    3798    30737    84057 |    26574    11333     32 | 52.298 % |
5.50/5.85	c 6	|     17099 |    3798    30737    84057 |    29232    17099     32 | 52.299 % |
7.69/8.07	c 8	|     25750 |    3798    30737    84057 |    32155    25750     37 | 52.299 % |
12.17/12.57	c 13	|     38724 |    3798    30737    84057 |    35370    13201     31 | 52.298 % |
18.34/18.78	c 19	|     58186 |    3798    30737    84057 |    38907    32663     37 | 52.298 % |
28.49/28.97	c 29	|     87378 |    3798    30737    84057 |    42798    29764     36 | 52.298 % |
45.99/46.58	c 47	|    131167 |    3798    30737    84057 |    47078    38282     58 | 52.299 % |
74.74/75.43	c 76	|    196851 |    3798    30737    84057 |    51786    24468     51 | 52.298 % |
118.61/119.51	c 120	|    295377 |    3798    30737    84057 |    56965    35978     54 | 52.298 % |
185.08/186.32	c 186	|    443167 |    3798    30737    84057 |    62661    39778     47 | 52.298 % |
303.39/305.25	c 305	|    664850 |    3798    30737    84057 |    68927    47478     54 | 52.298 % |
489.14/491.94	c 492	|    997375 |    3798    30737    84057 |    75820    24008     34 | 52.298 % |
798.58/802.99	c 803	|   1496163 |    3798    30737    84057 |    83402    58476     51 | 52.298 % |
1351.40/1358.55	c 1359	|   2244345 |    3798    30737    84057 |    91742    74325     47 | 52.299 % |
2170.16/2181.44	c 2182	|   3366621 |    3798    30737    84057 |   100917    68440     59 | 52.298 % |
3366.42/3383.72	c 3384	|   5050032 |    3798    30737    84057 |   111008    38619     56 | 52.298 % |
3600.04/3618.52	c ERROR unknown output  in HOME/temp.out
3600.04/3618.52	c 3619	CPU 2.15 (0.03 0.01 2.12 0.2)
3600.04/3618.52	c 3619	END Sat Jul 12 21:00:14 2008
3600.04/3618.52	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	35	371
35 unsatisfied constraints, 371 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-1113502-1215885595/watcher-1113502-1215885595 -o /tmp/evaluation-result-1113502-1215885595/solver-1113502-1215885595 -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-1113502-1215885595.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.68 2.64 2.63 4/80 17336
/proc/meminfo: memFree=1922264/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=12272 CPUtime=0
/proc/17336/stat : 17336 (sugar) R 17334 17336 16516 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 45262997 12566528 327 996147200 4194304 4206940 548682068592 18446744073709551615 206381480549 0 0 4224 0 0 0 0 17 1 0 0
/proc/17336/statm: 3068 327 246 3 0 168 0

[startup+0.120604 s]
/proc/loadavg: 2.68 2.64 2.63 4/80 17336
/proc/meminfo: memFree=1922264/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13600 CPUtime=0.03
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 898 127 0 0 2 1 0 0 21 0 1 0 45262997 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17336/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201617 s]
/proc/loadavg: 2.68 2.64 2.63 4/80 17336
/proc/meminfo: memFree=1922264/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13600 CPUtime=0.03
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 898 127 0 0 2 1 0 0 21 0 1 0 45262997 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17336/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301639 s]
/proc/loadavg: 2.68 2.64 2.63 4/80 17336
/proc/meminfo: memFree=1922264/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13600 CPUtime=0.03
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 898 127 0 0 2 1 0 0 21 0 1 0 45262997 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17336/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701706 s]
/proc/loadavg: 2.68 2.64 2.63 4/80 17336
/proc/meminfo: memFree=1922264/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13600 CPUtime=0.42
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 974 4535 0 1 2 1 37 2 15 0 1 0 45262997 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17336/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13600

[startup+1.50286 s]
/proc/loadavg: 2.68 2.64 2.63 5/91 17358
/proc/meminfo: memFree=1895424/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13600 CPUtime=0.43
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 974 4535 0 1 3 1 37 2 15 0 1 0 45262997 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17336/statm: 3400 797 370 3 0 500 0
[pid=17349] ppid=17336 vsize=5356 CPUtime=0
/proc/17349/stat : 17349 (sh) S 17336 17336 16516 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 45263044 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17349/statm: 1339 233 193 169 0 50 0
[pid=17350] ppid=17349 vsize=868456 CPUtime=1
/proc/17350/stat : 17350 (java) S 17349 17336 16516 0 -1 0 6500 0 1 0 94 6 0 0 18 0 9 0 45263044 889298944 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17350/statm: 217114 5625 2562 9 0 211661 0
[pid=17350/tid=17351] ppid=17349 vsize=868456 CPUtime=0.7
/proc/17350/task/17351/stat : 17351 (java) R 17349 17336 16516 0 -1 64 2815 0 1 0 66 4 0 0 21 0 9 0 45263045 889298944 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4126910505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17350/tid=17352] ppid=17349 vsize=868456 CPUtime=0.07
/proc/17350/task/17352/stat : 17352 (java) S 17349 17336 16516 0 -1 64 1524 0 0 0 6 1 0 0 16 0 9 0 45263046 889298944 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17350/tid=17353] ppid=17349 vsize=868456 CPUtime=0
/proc/17350/task/17353/stat : 17353 (java) S 17349 17336 16516 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45263046 889298944 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17350/tid=17354] ppid=17349 vsize=868456 CPUtime=0
/proc/17350/task/17354/stat : 17354 (java) S 17349 17336 16516 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45263046 889298944 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17350/tid=17355] ppid=17349 vsize=868456 CPUtime=0
/proc/17350/task/17355/stat : 17355 (java) S 17349 17336 16516 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45263048 889298944 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17350/tid=17356] ppid=17349 vsize=868456 CPUtime=0.21
/proc/17350/task/17356/stat : 17356 (java) S 17349 17336 16516 0 -1 64 1469 0 0 0 21 0 0 0 16 0 9 0 45263048 889298944 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17350/tid=17357] ppid=17349 vsize=868456 CPUtime=0
/proc/17350/task/17357/stat : 17357 (java) S 17349 17336 16516 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45263048 889298944 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17350/tid=17358] ppid=17349 vsize=868456 CPUtime=0
/proc/17350/task/17358/stat : 17358 (java) S 17349 17336 16516 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45263048 889298944 5625 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887412

[startup+3.10114 s]
/proc/loadavg: 2.68 2.64 2.63 3/83 17372
/proc/meminfo: memFree=1876096/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 15 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 13732

[startup+6.30273 s]
/proc/loadavg: 2.62 2.63 2.62 3/83 17384
/proc/meminfo: memFree=1866496/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=11828 CPUtime=3.65
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 2766 0 0 0 364 1 0 0 25 0 1 0 45263259 12111872 2752 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 2957 2752 75 150 0 2804 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 30916

[startup+12.7029 s]
/proc/loadavg: 2.57 2.62 2.62 3/83 17384
/proc/meminfo: memFree=1861184/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=13584 CPUtime=10.02
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 3233 0 0 0 1001 1 0 0 25 0 1 0 45263259 13910016 3219 996147200 134512640 135127466 4294956256 18446744073709551615 134531123 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 3396 3219 75 150 0 3243 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 32672

[startup+25.5012 s]
/proc/loadavg: 2.59 2.62 2.62 3/83 17384
/proc/meminfo: memFree=1853248/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=15120 CPUtime=22.75
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 3609 0 0 0 2273 2 0 0 25 0 1 0 45263259 15482880 3595 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 3780 3595 75 150 0 3627 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 34208

[startup+51.1019 s]
/proc/loadavg: 2.66 2.63 2.62 4/83 17384
/proc/meminfo: memFree=1844160/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=21636 CPUtime=48.22
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 5206 0 0 0 4818 4 0 0 25 0 1 0 45263259 22155264 5192 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 5409 5192 75 150 0 5256 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 40724

[startup+102.301 s]
/proc/loadavg: 2.79 2.67 2.64 3/83 17390
/proc/meminfo: memFree=1841856/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=23024 CPUtime=99.16
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 5555 0 0 0 9912 4 0 0 25 0 1 0 45263259 23576576 5541 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 5756 5541 75 150 0 5603 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 42112

[startup+162.301 s]
/proc/loadavg: 2.77 2.68 2.64 3/83 17390
/proc/meminfo: memFree=1839040/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=25896 CPUtime=158.85
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 6260 0 0 0 15880 5 0 0 25 0 1 0 45263259 26517504 6246 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 6474 6246 75 150 0 6321 0
Current children cumulated CPU time (s) 161.2
Current children cumulated vsize (KiB) 44984

[startup+222.306 s]
/proc/loadavg: 2.61 2.65 2.63 4/83 17390
/proc/meminfo: memFree=1836480/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=28584 CPUtime=218.56
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 6905 0 0 0 21850 6 0 0 25 0 1 0 45263259 29270016 6891 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 7146 6891 75 150 0 6993 0
Current children cumulated CPU time (s) 220.91
Current children cumulated vsize (KiB) 47672

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

/proc/meminfo: memFree=1802816/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=60528 CPUtime=3084.07
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 14673 0 0 0 308390 17 0 0 25 0 1 0 45263259 61980672 14625 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 15132 14625 75 150 0 14979 0
Current children cumulated CPU time (s) 3086.42
Current children cumulated vsize (KiB) 79616

[startup+3162.3 s]
/proc/loadavg: 2.73 2.70 2.64 3/83 17392
/proc/meminfo: memFree=1802816/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=60528 CPUtime=3143.77
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 14691 0 0 0 314360 17 0 0 25 0 1 0 45263259 61980672 14643 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 15132 14643 75 150 0 14979 0
Current children cumulated CPU time (s) 3146.12
Current children cumulated vsize (KiB) 79616

[startup+3222.3 s]
/proc/loadavg: 2.51 2.64 2.62 3/83 17392
/proc/meminfo: memFree=1802752/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=60528 CPUtime=3203.48
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 14691 0 0 0 320330 18 0 0 25 0 1 0 45263259 61980672 14643 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 15132 14643 75 150 0 14979 0
Current children cumulated CPU time (s) 3205.83
Current children cumulated vsize (KiB) 79616

[startup+3282.3 s]
/proc/loadavg: 2.58 2.63 2.62 3/83 17392
/proc/meminfo: memFree=1802688/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=60528 CPUtime=3263.18
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 14691 0 0 0 326300 18 0 0 25 0 1 0 45263259 61980672 14643 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 15132 14643 75 150 0 14979 0
Current children cumulated CPU time (s) 3265.53
Current children cumulated vsize (KiB) 79616

[startup+3342.3 s]
/proc/loadavg: 2.60 2.63 2.62 3/83 17392
/proc/meminfo: memFree=1802688/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=60528 CPUtime=3322.87
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 14691 0 0 0 332269 18 0 0 25 0 1 0 45263259 61980672 14643 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 15132 14643 75 150 0 14979 0
Current children cumulated CPU time (s) 3325.22
Current children cumulated vsize (KiB) 79616

[startup+3402.3 s]
/proc/loadavg: 2.66 2.64 2.63 3/83 17392
/proc/meminfo: memFree=1802624/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=60528 CPUtime=3382.58
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 14691 0 0 0 338240 18 0 0 25 0 1 0 45263259 61980672 14643 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 15132 14643 75 150 0 14979 0
Current children cumulated CPU time (s) 3384.93
Current children cumulated vsize (KiB) 79616

[startup+3462.3 s]
/proc/loadavg: 2.63 2.64 2.63 3/83 17392
/proc/meminfo: memFree=1799680/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=63464 CPUtime=3442.27
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 15401 0 0 0 344208 19 0 0 25 0 1 0 45263259 64987136 15353 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 15866 15353 75 150 0 15713 0
Current children cumulated CPU time (s) 3444.62
Current children cumulated vsize (KiB) 82552

[startup+3522.31 s]
/proc/loadavg: 2.81 2.68 2.64 3/83 17392
/proc/meminfo: memFree=1798144/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=65048 CPUtime=3501.98
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 15786 0 0 0 350179 19 0 0 25 0 1 0 45263259 66609152 15738 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 16262 15738 75 150 0 16109 0
Current children cumulated CPU time (s) 3504.33
Current children cumulated vsize (KiB) 84136

[startup+3582.3 s]
/proc/loadavg: 2.74 2.68 2.64 3/83 17392
/proc/meminfo: memFree=1797184/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=65872 CPUtime=3561.67
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 15995 0 0 0 356148 19 0 0 25 0 1 0 45263259 67452928 15947 996147200 134512640 135127466 4294956256 18446744073709551615 134528439 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 16468 15947 75 150 0 16315 0
Current children cumulated CPU time (s) 3564.02
Current children cumulated vsize (KiB) 84960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.5 s]
/proc/loadavg: 2.72 2.69 2.64 3/83 17392
/proc/meminfo: memFree=1795776/2055920 swapFree=4181172/4192956
[pid=17336] ppid=17334 vsize=13732 CPUtime=2.35
/proc/17336/stat : 17336 (sugar) S 17334 17336 16516 0 -1 4194304 1299 25148 0 4 3 1 212 19 16 0 1 0 45262997 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17336/statm: 3433 813 374 3 0 533 0
[pid=17383] ppid=17336 vsize=5356 CPUtime=0
/proc/17383/stat : 17383 (sh) S 17336 17336 16516 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45263259 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17383/statm: 1339 232 193 169 0 50 0
[pid=17384] ppid=17383 vsize=67272 CPUtime=3597.69
/proc/17384/stat : 17384 (minisat) R 17383 17336 16516 0 -1 4194304 16344 0 0 0 359750 19 0 0 25 0 1 0 45263259 68886528 16296 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/17384/statm: 16818 16296 75 150 0 16665 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 86360

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 17336 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=163671
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=221966
# CPU time returned by wait4() is 2.38564
# while last known CPU time is 3600.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3618.52
CPU time (s): 3600.04
CPU user time (s): 3599.65
CPU system time (s): 0.39
CPU usage (%): 99.4892
Max. virtual memory (cumulated for all children) (KiB): 887412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.16367
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26789
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= 2813
involuntary context switches= 2824

runsolver used 4.05438 second user time and 12.4151 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-12 19:59:55
IDJOB=1113502
IDBENCH=61593
IDSOLVER=368
FILE ID=node2/1113502-1215885595
PBS_JOBID= 7903603
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/book/normalized-david-5.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-1113502-1215885595/watcher-1113502-1215885595 -o /tmp/evaluation-result-1113502-1215885595/solver-1113502-1215885595 -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-1113502-1215885595.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 17c9f521d5bc2f8c73631bda396cab67
RANDOM SEED=1443954513

node2.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.261
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	: 5931.00
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.261
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:       1922808 kB
Buffers:          7396 kB
Cached:          40080 kB
SwapCached:       5360 kB
Active:          69656 kB
Inactive:        11528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1922808 kB
SwapTotal:     4192956 kB
SwapFree:      4181172 kB
Dirty:            3620 kB
Writeback:           0 kB
Mapped:          50180 kB
Slab:            37160 kB
Committed_AS:  1028980 kB
PageTables:       2012 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= 66508 MiB
End job on node2 at 2008-07-12 21:00:16