Trace number 1127299

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO) 3600.05 3617.54

General information on the benchmark

Namemaxcsp/cnf/2-40-2100-3000/
normalized-cnf-2-40-2400-421727_ext.xml
MD5SUM73058b11d9fe0c1e609b44be1afada32
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints284
Best CPU time to get the best result obtained on this benchmark5.19821
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints683
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension683
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.16	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.16	c 0	BEGIN Tue Jul 22 22:21:56 2008
0.03/0.16	c 0	PID 3920
0.03/0.16	c 0	HOST node21.alineos.net
0.03/0.16	c 0	CONVERTING HOME/instance-1127299-1216758116.xml TO HOME/temp.csp
0.03/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127299-1216758116.xml' 'HOME/temp.csp'
0.07/0.42	c 0	1 domains, 40 variables, 0 predicates, 14 relations, 683 constraints
0.07/0.45	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.45	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.40/0.54	c 0	Parsing HOME/temp.csp
0.40/0.66	c 1	parsed 738 expressions
0.40/0.73	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.74	c 1	MAX CSP: 683 constraints
0.40/0.74	c 1	Converting to clausal form CSP
0.40/0.77	c 1	converted 143 (10%) expressions
0.40/0.79	c 1	converted 285 (20%) expressions
0.40/0.80	c 1	converted 428 (30%) expressions
0.40/0.82	c 1	converted 570 (40%) expressions
0.40/0.82	c 1	converted 712 (50%) expressions
0.40/0.84	c 1	converted 855 (60%) expressions
0.40/0.84	c 1	converted 997 (70%) expressions
0.40/0.85	c 1	converted 1140 (80%) expressions
0.40/0.86	c 1	converted 1282 (90%) expressions
0.88/1.02	c 1	converted 1424 (100%) expressions
0.88/1.02	c 1	CSP : 1406 integers, 0 booleans, 2048 clauses, largest domain size 1025
0.88/1.02	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.88/1.02	c 1	Propagation in CSP
0.88/1.07	c 1	677 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.88/1.07	c 1	CSP : 1406 integers, 0 booleans, 2048 clauses, largest domain size 684
0.88/1.07	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.88/1.07	c 1	Simplifing CSP by introducing new Boolean variables
0.88/1.07	c 1	CSP : 1406 integers, 0 booleans, 2048 clauses, largest domain size 684
0.88/1.07	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.99/1.10	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.99/1.17	c 1	141 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.17	c 1	282 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.17	c 1	422 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.18	c 1	563 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.18	c 1	703 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.99/1.19	c 1	844 (60%) CSP integer variables are encoded (1273 clauses, 16062 bytes)
0.99/1.19	c 1	985 (70%) CSP integer variables are encoded (2282 clauses, 29179 bytes)
0.99/1.19	c 1	1125 (80%) CSP integer variables are encoded (3488 clauses, 44857 bytes)
0.99/1.19	c 1	1266 (90%) CSP integer variables are encoded (4470 clauses, 57623 bytes)
1.03/1.20	c 1	1406 (100%) CSP integer variables are encoded (11277 clauses, 151307 bytes)
1.03/1.23	c 1	205 (10%) CSP clauses are encoded (11584 clauses, 154578 bytes)
1.03/1.25	c 1	410 (20%) CSP clauses are encoded (11886 clauses, 158085 bytes)
1.03/1.26	c 1	615 (30%) CSP clauses are encoded (12179 clauses, 161582 bytes)
1.03/1.28	c 1	820 (40%) CSP clauses are encoded (15283 clauses, 214115 bytes)
1.13/1.34	c 1	1024 (50%) CSP clauses are encoded (43915 clauses, 733089 bytes)
1.13/1.36	c 1	1229 (60%) CSP clauses are encoded (52614 clauses, 886665 bytes)
1.33/1.50	c 1	1434 (70%) CSP clauses are encoded (135597 clauses, 2408691 bytes)
1.33/1.52	c 1	1639 (80%) CSP clauses are encoded (145612 clauses, 2585905 bytes)
1.43/1.70	c 2	1844 (90%) CSP clauses are encoded (204331 clauses, 3621833 bytes)
2.22/2.41	c 2	2048 (100%) CSP clauses are encoded (617600 clauses, 12057674 bytes)
2.22/2.41	c 2	2048 CSP clauses encoded
2.22/2.41	c 2	Writing map file : HOME/temp.map
2.22/2.43	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.43	c 2	SAT : 12683 SAT variables, 617600 SAT clauses, 12057674 bytes
2.22/2.43	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.45	c 2	OBJECTIVE minimize _COST
2.22/2.45	c 2	SOLVING HOME/temp.cnf
2.22/2.45	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.22/2.45	c 2	This is MiniSat 2.0 beta incremental
2.22/2.45	c 2	WARNING: for repeatability, setting FPU to use double precision
2.22/2.45	c 2	============================[ Problem Statistics ]=============================
2.22/2.45	c 2	|                                                                             |
2.22/2.45	c 2	|  Number of variables:  12683                                                |
2.22/2.45	c 2	|  Number of clauses:    617600                                               |
2.28/2.74	c 3	|  Parsing time:         0.24         s                                       |
2.28/2.75	c 3	OK
2.28/2.75	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.28/2.75	c 3	SEARCHING: _COST <= 342
2.28/2.75	c 3	============================[ Search Statistics ]==============================
2.28/2.75	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.28/2.75	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.28/2.75	c 3	===============================================================================
2.28/2.75	c 3	|         0 |   12683   617600  1817668 |   205866        0    nan |  0.000 % |
2.28/3.03	c 3	|       101 |   12683   617600  1817668 |   226453      101     24 |  0.002 % |
3.01/3.22	c 3	|       254 |   12682   617600  1817668 |   249098      253     20 |  0.105 % |
3.21/3.41	c 3	|       479 |   12681   617600  1817668 |   274008      475     17 |  0.507 % |
3.41/3.66	c 4	|       816 |   12680   617600  1817668 |   301409      808     15 |  1.335 % |
3.80/4.05	c 4	|      1325 |   12679   617600  1817668 |   331550     1315     15 |  1.547 % |
4.30/4.55	c 4	|      2086 |   12678   617600  1817668 |   364705     2075     18 |  1.658 % |
4.89/5.16	c 5	|      3225 |   12678   617600  1817668 |   401175     3214     19 |  1.658 % |
5.79/6.07	c 6	|      4933 |   12445   602399  1772910 |   441293     4914     17 |  1.997 % |
7.39/7.62	c 7	|      7495 |   12445   602399  1772910 |   485422     7476     22 |  1.997 % |
9.87/10.19	c 10	|     11339 |   12445   602399  1772910 |   533965    11320     22 |  1.997 % |
14.15/14.45	c 14	|     17106 |   12430   601620  1770625 |   587361    17087     23 |  1.997 % |
20.63/20.99	c 21	|     25755 |   12430   601620  1770625 |   646097    25736     24 |  1.997 % |
27.68/28.02	c 28	===============================================================================
27.68/28.02	c 28	restarts              : 13
27.68/28.02	c 28	conflicts             : 33126         (1306 /sec)
27.68/28.02	c 28	decisions             : 43742         (0.58 % random) (1724 /sec)
27.68/28.02	c 28	propagations          : 16567253       (652944 /sec)
27.68/28.02	c 28	conflict literals     : 861399         (24.23 % deleted)
27.68/28.02	c 28	Memory used           : 31.80 MB
27.68/28.02	c 28	CPU time              : 25.3731 s
27.68/28.02	c 28	
27.68/28.02	c 28	SATISFIABLE
27.68/28.03	c 28	OK
27.68/28.03	c 28	FOUND: _COST <= 342
27.68/28.03	s SATISFIABLE
27.68/28.03	c 28	DECODING HOME/temp.out WITH HOME/temp.map
27.68/28.03	c 28	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.71/28.11	c 28	Decoding HOME/temp.out
27.71/28.34	c 28	OBJECTIVE _COST 342
27.71/28.34	o 342
27.71/28.34	v 0 1 0 1 0 1 1 0 0 1 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 1 1 1 1 1 1 0 0 1 0
27.71/28.34	c 28	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
28.16/28.56	c 28	OK
28.16/28.56	c 28	OBJECTIVE BOUND: 0 <= _COST <= 342
28.16/28.56	c 28	SEARCHING: _COST <= 171
28.16/28.56	c 28	============================[ Search Statistics ]==============================
28.16/28.56	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.16/28.56	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.16/28.56	c 28	===============================================================================
28.16/28.56	c 28	|     33126 |    9011   379532  1114266 |   126510    33107     26 |  1.997 % |
28.35/28.77	c 29	|     33227 |    9010   379532  1114266 |   139161    33207     26 | 29.190 % |
28.55/28.92	c 29	|     33379 |    9010   379532  1114266 |   153077    33359     26 | 29.190 % |
28.75/29.17	c 29	|     33604 |    9010   379532  1114266 |   168385    33584     26 | 29.190 % |
29.05/29.46	c 29	|     33942 |    9008   379532  1114266 |   185224    33917     26 | 29.923 % |
29.65/30.02	c 30	|     34449 |    9008   379532  1114266 |   203746    34424     26 | 29.923 % |
30.35/30.73	c 31	|     35210 |    9008   379532  1114266 |   224121    35185     26 | 29.923 % |
31.24/31.63	c 31	|     36350 |    9008   379532  1114266 |   246533    36325     25 | 29.923 % |
33.02/33.48	c 33	|     38058 |    8887   372888  1094761 |   271186    38028     25 | 29.931 % |
35.71/36.19	c 36	|     40621 |    8887   372888  1094761 |   298305    40591     25 | 29.931 % |
39.98/40.49	c 40	|     44465 |    8887   372888  1094761 |   328136    44433     25 | 30.160 % |
49.14/49.63	c 49	|     50232 |    8857   371034  1089295 |   360949    50199     25 | 30.380 % |
60.48/61.01	c 61	|     58883 |    8830   369429  1084574 |   397044    58850     24 | 30.380 % |
79.09/79.74	c 80	|     71858 |    8830   369429  1084574 |   436749    71825     23 | 30.380 % |
117.01/117.87	c 118	|     91319 |    8829   369420  1084551 |   480424    91285     23 | 30.388 % |
182.69/183.88	c 184	|    120511 |    8814   368581  1082085 |   528466   120476     23 | 30.507 % |
287.08/288.78	c 289	|    164302 |    8813   368567  1082047 |   581313   164265     23 | 30.641 % |
457.45/459.92	c 460	|    229986 |    8797   367720  1079561 |   639444   229949     22 | 30.641 % |
799.39/803.57	c 803	|    328515 |    8797   367720  1079561 |   703388   328478     22 | 30.641 % |
1409.13/1416.27	c 1416	|    476304 |    8797   367720  1079561 |   773727   476267     22 | 30.641 % |
1673.94/1682.32	c 1682	===============================================================================
1673.94/1682.32	c 1682	restarts              : 33
1673.94/1682.32	c 1682	conflicts             : 520782        (312 /sec)
1673.94/1682.32	c 1682	decisions             : 701476        (0.72 % random) (420 /sec)
1673.94/1682.32	c 1682	propagations          : 330965714      (198050 /sec)
1673.94/1682.32	c 1682	conflict literals     : 11656571       (45.32 % deleted)
1673.94/1682.32	c 1682	Memory used           : 86.43 MB
1673.94/1682.32	c 1682	CPU time              : 1671.12 s
1673.94/1682.32	c 1682	
1673.94/1682.32	c 1682	UNSATISFIABLE
1673.94/1682.32	c 1682	OK
1673.94/1682.32	c 1682	NOT FOUND: _COST <= 171
1673.94/1682.32	c 1682	OK
1673.94/1682.32	c 1682	OBJECTIVE BOUND: 172 <= _COST <= 342
1673.94/1682.32	c 1682	SEARCHING: _COST <= 257
1673.94/1682.32	c 1682	============================[ Search Statistics ]==============================
1673.94/1682.32	c 1682	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1673.94/1682.32	c 1682	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1673.94/1682.32	c 1682	===============================================================================
1673.94/1682.32	c 1682	|    520782 |    7832   344916  1013972 |   114972   379466     23 | 30.641 % |
1685.99/1694.47	c 1694	|    520882 |    7832   344916  1013972 |   126469    19535     14 | 38.249 % |
1686.19/1694.61	c 1694	|    521033 |    7832   344916  1013972 |   139116    19686     14 | 38.249 % |
1686.39/1694.85	c 1695	|    521258 |    7832   344916  1013972 |   153027    19911     14 | 38.249 % |
1686.69/1695.17	c 1695	|    521596 |    7832   344916  1013972 |   168330    20249     14 | 38.249 % |
1687.18/1695.69	c 1696	|    522102 |    7832   344916  1013972 |   185163    20755     15 | 38.249 % |
1687.88/1696.32	c 1696	|    522861 |    7832   344916  1013972 |   203679    21514     15 | 38.249 % |
1688.88/1697.34	c 1697	|    524002 |    7832   344916  1013972 |   224047    22655     15 | 38.249 % |
1690.57/1699.02	c 1699	|    525711 |    7832   344916  1013972 |   246452    24364     16 | 38.249 % |
1693.06/1701.57	c 1701	|    528274 |    7832   344916  1013972 |   271097    26927     17 | 38.249 % |
1696.74/1705.27	c 1705	|    532120 |    7832   344916  1013972 |   298207    30773     18 | 38.249 % |
1703.80/1712.31	c 1712	|    537888 |    7832   344916  1013972 |   328028    36541     18 | 38.249 % |
1713.96/1722.57	c 1722	|    546537 |    7832   344916  1013972 |   360831    45190     19 | 38.249 % |
1731.17/1739.88	c 1740	|    559512 |    7832   344916  1013972 |   396914    58165     20 | 38.249 % |
1759.73/1768.55	c 1768	|    578973 |    7832   344916  1013972 |   436605    77626     22 | 38.249 % |
1807.59/1816.67	c 1817	|    608165 |    7832   344916  1013972 |   480266   106818     22 | 38.249 % |
1897.56/1907.02	c 1907	|    651957 |    7832   344916  1013972 |   528293   150610     23 | 38.249 % |
2059.27/2069.59	c 2069	|    717645 |    7832   344916  1013972 |   581122   216298     25 | 38.249 % |
2357.11/2368.86	c 2369	|    816171 |    7832   344916  1013972 |   639234   314824     28 | 38.249 % |
3027.56/3042.58	c 3042	|    963960 |    7832   344916  1013972 |   703158   462613     30 | 38.249 % |
3600.00/3617.51	c ERROR INTERRUPTED
3600.00/3617.53	c 3617	CPU 3599.43 (0.07 0.03 3599.36 0.57)
3600.00/3617.53	c 3617	END Tue Jul 22 23:22:13 2008

Verifier Data (download as text)

OK	322	361
322 unsatisfied constraints, 361 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-1127299-1216758116/watcher-1127299-1216758116 -o /tmp/evaluation-result-1127299-1216758116/solver-1127299-1216758116 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127299-1216758116.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.06 3.21 3.18 4/70 3920
/proc/meminfo: memFree=1595232/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=18572 CPUtime=0
/proc/3920/stat : 3920 (runsolver) R 3918 3920 3784 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2901757 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3920/statm: 4643 292 257 25 0 2626 0

[startup+0.0533929 s]
/proc/loadavg: 3.06 3.21 3.18 4/70 3920
/proc/meminfo: memFree=1595232/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=13336 CPUtime=0.03
/proc/3920/stat : 3920 (sugar++) D 3918 3920 3784 0 -1 4194304 723 0 0 0 2 1 0 0 18 0 1 0 2901757 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/3920/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.101436 s]
/proc/loadavg: 3.06 3.21 3.18 4/70 3920
/proc/meminfo: memFree=1595232/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=13468 CPUtime=0.03
/proc/3920/stat : 3920 (sugar++) D 3918 3920 3784 0 -1 4194304 756 0 0 0 2 1 0 0 18 0 1 0 2901757 13791232 724 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/3920/statm: 3367 724 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.301419 s]
/proc/loadavg: 3.06 3.21 3.18 4/70 3920
/proc/meminfo: memFree=1595232/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16740 CPUtime=0.07
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 2901757 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3920/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701463 s]
/proc/loadavg: 3.06 3.21 3.18 4/70 3920
/proc/meminfo: memFree=1595232/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16740 CPUtime=0.4
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1296 4531 0 1 5 2 31 2 15 0 1 0 2901757 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3920/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 16740

[startup+1.50155 s]
/proc/loadavg: 3.06 3.21 3.18 5/93 3981
/proc/meminfo: memFree=1594632/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16740 CPUtime=0.41
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1297 4531 0 1 6 2 31 2 15 0 1 0 2901757 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3920/statm: 4185 1104 409 3 0 764 0
[pid=3946] ppid=3920 vsize=5356 CPUtime=0
/proc/3946/stat : 3946 (sh) S 3920 3920 3784 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2901803 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3946/statm: 1339 233 193 169 0 50 0
[pid=3947] ppid=3946 vsize=868340 CPUtime=0.92
/proc/3947/stat : 3947 (java) S 3946 3920 3784 0 -1 0 6662 0 1 0 87 5 0 0 19 0 9 0 2901803 889180160 5805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3947/statm: 217085 5805 2563 9 0 211632 0
[pid=3947/tid=3948] ppid=3946 vsize=868340 CPUtime=0.59
/proc/3947/task/3948/stat : 3948 (java) R 3946 3920 3784 0 -1 64 2789 0 1 0 56 3 0 0 24 0 9 0 2901804 889180160 5805 996147200 134512640 134550740 4294955920 18446744073709551615 4125980415 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3947/tid=3953] ppid=3946 vsize=868340 CPUtime=0.06
/proc/3947/task/3953/stat : 3953 (java) S 3946 3920 3784 0 -1 64 1679 0 0 0 6 0 0 0 16 0 9 0 2901806 889180160 5805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3947/tid=3955] ppid=3946 vsize=868340 CPUtime=0
/proc/3947/task/3955/stat : 3955 (java) S 3946 3920 3784 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2901806 889180160 5805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3947/tid=3956] ppid=3946 vsize=868340 CPUtime=0
/proc/3947/task/3956/stat : 3956 (java) S 3946 3920 3784 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2901806 889180160 5805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3947/tid=3957] ppid=3946 vsize=868340 CPUtime=0
/proc/3947/task/3957/stat : 3957 (java) S 3946 3920 3784 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2901808 889180160 5805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3947/tid=3958] ppid=3946 vsize=868340 CPUtime=0.23
/proc/3947/task/3958/stat : 3958 (java) S 3946 3920 3784 0 -1 64 1501 0 0 0 23 0 0 0 16 0 9 0 2901808 889180160 5805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3947/tid=3959] ppid=3946 vsize=868340 CPUtime=0
/proc/3947/task/3959/stat : 3959 (java) S 3946 3920 3784 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2901808 889180160 5805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3947/tid=3960] ppid=3946 vsize=868340 CPUtime=0
/proc/3947/task/3960/stat : 3960 (java) S 3946 3920 3784 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2901808 889180160 5805 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 890436

[startup+3.10172 s]
/proc/loadavg: 3.06 3.21 3.18 3/93 3981
/proc/meminfo: memFree=1572168/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.28
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1481 11781 0 2 6 2 204 16 15 0 1 0 2901757 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1131 414 3 0 797 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 16872

[startup+6.30206 s]
/proc/loadavg: 3.06 3.21 3.18 3/76 3984
/proc/meminfo: memFree=1533136/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.28
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1481 11781 0 2 6 2 204 16 16 0 1 0 2901757 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1131 414 3 0 797 0
[pid=3982] ppid=3920 vsize=28368 CPUtime=3.81
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 6946 0 0 0 376 5 0 0 25 0 1 0 2902002 29048832 6895 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 7092 6895 73 151 0 6938 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 45240

[startup+12.7017 s]
/proc/loadavg: 2.97 3.19 3.17 3/76 3984
/proc/meminfo: memFree=1532176/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.28
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1481 11781 0 2 6 2 204 16 16 0 1 0 2901757 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1131 414 3 0 797 0
[pid=3982] ppid=3920 vsize=29716 CPUtime=10.18
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 7262 0 0 0 1013 5 0 0 25 0 1 0 2902002 30429184 7211 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 7429 7211 74 151 0 7275 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 46588

[startup+25.5011 s]
/proc/loadavg: 2.82 3.15 3.16 3/76 3984
/proc/meminfo: memFree=1530192/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.28
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1481 11781 0 2 6 2 204 16 16 0 1 0 2901757 17276928 1131 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1131 414 3 0 797 0
[pid=3982] ppid=3920 vsize=32024 CPUtime=22.92
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 7848 0 0 0 2286 6 0 0 25 0 1 0 2902002 32792576 7797 996147200 134512640 135134323 4294956192 18446744073709551615 134528262 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 8006 7797 74 151 0 7852 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 48896

[startup+51.1028 s]
/proc/loadavg: 2.54 3.05 3.13 3/76 3994
/proc/meminfo: memFree=1527376/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.59
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1565 15656 0 3 6 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=32636 CPUtime=48.04
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 8006 0 0 0 4798 6 0 0 25 0 1 0 2902002 33419264 7953 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 8159 7953 80 151 0 8005 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 49508

[startup+102.306 s]
/proc/loadavg: 2.21 2.87 3.06 3/76 3994
/proc/meminfo: memFree=1519056/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.59
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1565 15656 0 3 6 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=33332 CPUtime=99
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 8166 0 0 0 9893 7 0 0 25 0 1 0 2902002 34131968 8113 996147200 134512640 135134323 4294956192 18446744073709551615 134532037 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 8333 8113 80 151 0 8179 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 50204

[startup+162.302 s]
/proc/loadavg: 2.08 2.72 2.99 3/76 3994
/proc/meminfo: memFree=1509840/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.59
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1565 15656 0 3 6 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=36884 CPUtime=158.69
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 9039 0 0 0 15862 7 0 0 25 0 1 0 2902002 37769216 8986 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 9221 8986 80 151 0 9067 0
Current children cumulated CPU time (s) 161.28
Current children cumulated vsize (KiB) 53756

[startup+222.302 s]
/proc/loadavg: 2.03 2.58 2.92 3/76 3994
/proc/meminfo: memFree=1502416/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.59
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1565 15656 0 3 6 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=40180 CPUtime=218.41
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 9868 0 0 0 21833 8 0 0 25 0 1 0 2902002 41144320 9815 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 10045 9815 80 151 0 9891 0
Current children cumulated CPU time (s) 221
Current children cumulated vsize (KiB) 57052

[startup+282.301 s]
/proc/loadavg: 2.01 2.48 2.87 3/76 3994
/proc/meminfo: memFree=1495632/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.59
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1565 15656 0 3 6 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=43348 CPUtime=278.11
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 10633 0 0 0 27802 9 0 0 25 0 1 0 2902002 44388352 10580 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 10837 10580 80 151 0 10683 0
Current children cumulated CPU time (s) 280.7
Current children cumulated vsize (KiB) 60220

[startup+342.302 s]
/proc/loadavg: 2.00 2.38 2.81 3/76 3994
/proc/meminfo: memFree=1488336/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.59
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1565 15656 0 3 6 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=46644 CPUtime=337.83
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 11421 0 0 0 33773 10 0 0 25 0 1 0 2902002 47763456 11368 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=3982] ppid=3920 vsize=100124 CPUtime=2905.34
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 24393 0 0 0 290505 29 0 0 25 0 1 0 2902002 102526976 24330 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 25031 24330 80 151 0 24877 0
Current children cumulated CPU time (s) 2907.94
Current children cumulated vsize (KiB) 116996

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 4012
/proc/meminfo: memFree=1403088/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.6
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1568 15656 0 3 7 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=102360 CPUtime=2965.05
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 24918 0 0 0 296475 30 0 0 25 0 1 0 2902002 104816640 24855 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 25590 24855 80 151 0 25436 0
Current children cumulated CPU time (s) 2967.65
Current children cumulated vsize (KiB) 119232

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 4012
/proc/meminfo: memFree=1400784/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.6
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1568 15656 0 3 7 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=104224 CPUtime=3024.76
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 25399 0 0 0 302446 30 0 0 25 0 1 0 2902002 106725376 25336 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 26056 25336 80 151 0 25902 0
Current children cumulated CPU time (s) 3027.36
Current children cumulated vsize (KiB) 121096

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 4012
/proc/meminfo: memFree=1398288/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.6
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1568 15656 0 3 7 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=106768 CPUtime=3084.47
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 26022 0 0 0 308416 31 0 0 25 0 1 0 2902002 109330432 25959 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 26692 25959 80 151 0 26538 0
Current children cumulated CPU time (s) 3087.07
Current children cumulated vsize (KiB) 123640

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4012
/proc/meminfo: memFree=1396048/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.6
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1568 15656 0 3 7 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=109132 CPUtime=3144.17
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 26568 0 0 0 314386 31 0 0 25 0 1 0 2902002 111751168 26505 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 27283 26505 80 151 0 27129 0
Current children cumulated CPU time (s) 3146.77
Current children cumulated vsize (KiB) 126004

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4012
/proc/meminfo: memFree=1393936/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.6
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1568 15656 0 3 7 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=111148 CPUtime=3203.88
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 27083 0 0 0 320356 32 0 0 25 0 1 0 2902002 113815552 27020 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 27787 27020 80 151 0 27633 0
Current children cumulated CPU time (s) 3206.48
Current children cumulated vsize (KiB) 128020

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4012
/proc/meminfo: memFree=1391568/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.6
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1568 15656 0 3 7 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=113264 CPUtime=3263.6
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 27619 0 0 0 326327 33 0 0 25 0 1 0 2902002 115982336 27556 996147200 134512640 135134323 4294956192 18446744073709551615 134528262 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 28316 27556 80 151 0 28162 0
Current children cumulated CPU time (s) 3266.2
Current children cumulated vsize (KiB) 130136

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4014
/proc/meminfo: memFree=1446736/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.6
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1568 15656 0 3 7 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=115364 CPUtime=3323.3
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 28137 0 0 0 332296 34 0 0 25 0 1 0 2902002 118132736 28074 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3982/statm: 28841 28074 80 151 0 28687 0
Current children cumulated CPU time (s) 3325.9
Current children cumulated vsize (KiB) 132236

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4014
/proc/meminfo: memFree=1441936/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.6
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1568 15656 0 3 7 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=117400 CPUtime=3383.06
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 28625 0 0 0 338271 35 0 0 25 0 1 0 2902002 120217600 28562 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 0 0 0
/proc/3982/statm: 29350 28562 80 151 0 29196 0
Current children cumulated CPU time (s) 3385.66
Current children cumulated vsize (KiB) 134272

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4016
/proc/meminfo: memFree=1432464/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.6
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1568 15656 0 3 7 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=119348 CPUtime=3442.82
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 29108 0 0 0 344246 36 0 0 25 0 1 0 2902002 122212352 29045 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3982/statm: 29837 29045 80 151 0 29683 0
Current children cumulated CPU time (s) 3445.42
Current children cumulated vsize (KiB) 136220

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4016
/proc/meminfo: memFree=1424336/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.6
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1568 15656 0 3 7 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=121264 CPUtime=3502.58
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 29585 0 0 0 350222 36 0 0 25 0 1 0 2902002 124174336 29522 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3982/statm: 30316 29522 80 151 0 30162 0
Current children cumulated CPU time (s) 3505.18
Current children cumulated vsize (KiB) 138136

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4016
/proc/meminfo: memFree=1416656/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.6
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1568 15656 0 3 7 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=123496 CPUtime=3562.34
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 30133 0 0 0 356197 37 0 0 25 0 1 0 2902002 126459904 30070 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3982/statm: 30874 30070 80 151 0 30720 0
Current children cumulated CPU time (s) 3564.94
Current children cumulated vsize (KiB) 140368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.5 s]
/proc/loadavg: 1.92 1.98 1.99 2/72 4017
/proc/meminfo: memFree=1477040/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.6
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1568 15656 0 3 7 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=124512 CPUtime=3597.4
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 30401 0 0 0 359703 37 0 0 25 0 1 0 2902002 127500288 30338 996147200 134512640 135134323 4294956192 18446744073709551615 134532054 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 31128 30338 80 151 0 30974 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 141384

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

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

[startup+3617.5 s]
/proc/loadavg: 1.92 1.98 1.99 2/72 4017
/proc/meminfo: memFree=1477040/2055920 swapFree=4192956/4192956
[pid=3920] ppid=3918 vsize=16872 CPUtime=2.6
/proc/3920/stat : 3920 (sugar++) S 3918 3920 3784 0 -1 4194304 1568 15656 0 3 7 3 232 18 16 0 1 0 2901757 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3920/statm: 4218 1132 414 3 0 797 0
[pid=3982] ppid=3920 vsize=124512 CPUtime=3597.4
/proc/3982/stat : 3982 (minisat-inc) R 3920 3920 3784 0 -1 4194304 30401 0 0 0 359703 37 0 0 25 0 1 0 2902002 127500288 30338 996147200 134512640 135134323 4294956192 18446744073709551615 134532054 0 0 4096 3 0 0 0 17 1 0 0
/proc/3982/statm: 31128 30338 80 151 0 30974 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 141384

Child status: 0
Real time (s): 3617.54
CPU time (s): 3600.05
CPU user time (s): 3599.43
CPU system time (s): 0.619905
CPU usage (%): 99.5168
Max. virtual memory (cumulated for all children) (KiB): 890436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.43
system time used= 0.619905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47703
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4421
involuntary context switches= 44860

runsolver used 3.39348 second user time and 9.8745 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-22 22:21:56
IDJOB=1127299
IDBENCH=63184
IDSOLVER=367
FILE ID=node21/1127299-1216758116
PBS_JOBID= 7974059
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/2-40-2100-3000/normalized-cnf-2-40-2400-421727_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127299-1216758116/watcher-1127299-1216758116 -o /tmp/evaluation-result-1127299-1216758116/solver-1127299-1216758116 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1127299-1216758116.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 73058b11d9fe0c1e609b44be1afada32
RANDOM SEED=1299891638

node21.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.232
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.232
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:       1595712 kB
Buffers:         20584 kB
Cached:         372388 kB
SwapCached:          0 kB
Active:         264516 kB
Inactive:       149628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1595712 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           16248 kB
Writeback:           0 kB
Mapped:          31084 kB
Slab:            31316 kB
Committed_AS:    61280 kB
PageTables:       1816 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node21 at 2008-07-22 23:22:15