Trace number 1114747

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+minisat-incMSAT (TO)33 3600.08 3634.44

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-25_ext.xml
MD5SUMd0383df4ffc597d2a96c7f06fb8a1047
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark2861.39
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints339
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension339
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.16	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.16	c 0	BEGIN Sun Jul 13 02:04:02 2008
0.00/0.16	c 0	PID 15481
0.00/0.17	c 0	HOST node85.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1114747-1215907441.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114747-1215907441.xml' 'HOME/temp.csp'
0.06/0.77	c 0	1 domains, 40 variables, 0 predicates, 339 relations, 339 constraints
0.06/0.82	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.82	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.63/0.90	c 0	Parsing HOME/temp.csp
0.89/1.17	c 1	parsed 719 expressions
0.89/1.18	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.89/1.18	c 1	MAX CSP: 339 constraints
0.89/1.18	c 1	Converting to clausal form CSP
0.98/1.21	c 1	converted 107 (10%) expressions
0.98/1.21	c 1	converted 213 (20%) expressions
0.98/1.22	c 1	converted 319 (30%) expressions
0.98/1.29	c 1	converted 425 (40%) expressions
1.09/1.31	c 1	converted 531 (50%) expressions
1.09/1.33	c 1	converted 637 (60%) expressions
1.09/1.35	c 1	converted 743 (70%) expressions
1.09/1.37	c 1	converted 849 (80%) expressions
1.09/1.38	c 1	converted 955 (90%) expressions
1.38/1.60	c 1	converted 1061 (100%) expressions
1.38/1.61	c 1	CSP : 718 integers, 0 booleans, 1016 clauses, largest domain size 509
1.38/1.61	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.38/1.61	c 1	Propagation in CSP
1.38/1.65	c 1	334 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.38/1.65	c 1	CSP : 718 integers, 0 booleans, 1016 clauses, largest domain size 340
1.38/1.65	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.38/1.65	c 1	Simplifing CSP by introducing new Boolean variables
1.38/1.66	c 1	CSP : 718 integers, 0 booleans, 1016 clauses, largest domain size 340
1.38/1.66	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.48/1.70	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.48/1.72	c 1	72 (10%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.48/1.72	c 1	144 (20%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.48/1.73	c 1	216 (30%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.48/1.73	c 1	288 (40%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.48/1.73	c 1	359 (50%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.48/1.73	c 1	431 (60%) CSP integer variables are encoded (1232 clauses, 14516 bytes)
1.48/1.73	c 1	503 (70%) CSP integer variables are encoded (1610 clauses, 19430 bytes)
1.48/1.73	c 1	575 (80%) CSP integer variables are encoded (2213 clauses, 27269 bytes)
1.48/1.73	c 1	647 (90%) CSP integer variables are encoded (3299 clauses, 41387 bytes)
1.48/1.74	c 1	718 (100%) CSP integer variables are encoded (5598 clauses, 71274 bytes)
1.57/1.82	c 1	102 (10%) CSP clauses are encoded (12056 clauses, 214258 bytes)
1.57/1.86	c 1	204 (20%) CSP clauses are encoded (18662 clauses, 371296 bytes)
1.67/1.90	c 1	305 (30%) CSP clauses are encoded (25060 clauses, 525014 bytes)
1.67/1.92	c 1	407 (40%) CSP clauses are encoded (28091 clauses, 592858 bytes)
1.67/1.94	c 1	508 (50%) CSP clauses are encoded (35466 clauses, 724641 bytes)
1.67/1.95	c 1	610 (60%) CSP clauses are encoded (37890 clauses, 766341 bytes)
1.67/1.99	c 1	712 (70%) CSP clauses are encoded (58766 clauses, 1146695 bytes)
1.67/1.99	c 1	813 (80%) CSP clauses are encoded (61453 clauses, 1193048 bytes)
1.77/2.06	c 1	915 (90%) CSP clauses are encoded (84713 clauses, 1600317 bytes)
1.97/2.22	c 2	1016 (100%) CSP clauses are encoded (180537 clauses, 3356702 bytes)
1.97/2.22	c 2	1016 CSP clauses encoded
1.97/2.22	c 2	Writing map file : HOME/temp.map
1.97/2.23	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.97/2.23	c 2	SAT : 6316 SAT variables, 180537 SAT clauses, 3356702 bytes
1.97/2.23	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.97/2.26	c 2	OBJECTIVE minimize _COST
1.97/2.26	c 2	SOLVING HOME/temp.cnf
1.97/2.26	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.97/2.27	c 2	This is MiniSat 2.0 beta incremental
1.97/2.27	c 2	WARNING: for repeatability, setting FPU to use double precision
1.97/2.27	c 2	============================[ Problem Statistics ]=============================
1.97/2.27	c 2	|                                                                             |
1.97/2.28	c 2	|  Number of variables:  6316                                                 |
1.97/2.28	c 2	|  Number of clauses:    180537                                               |
2.02/2.36	c 2	|  Parsing time:         0.07         s                                       |
2.02/2.36	c 2	OK
2.02/2.36	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.02/2.36	c 2	SEARCHING: _COST <= 170
2.02/2.36	c 2	============================[ Search Statistics ]==============================
2.02/2.36	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.02/2.36	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.02/2.36	c 2	===============================================================================
2.02/2.36	c 2	|         0 |    6316   180537   563184 |    60179        0    nan |  0.000 % |
2.02/2.39	c 2	|       101 |    6316   180537   563184 |    66196      101     51 |  0.004 % |
2.02/2.43	c 2	|       252 |    6316   180537   563184 |    72816      252     56 |  0.004 % |
2.02/2.44	c 2	===============================================================================
2.02/2.44	c 2	restarts              : 3
2.02/2.44	c 2	conflicts             : 253           (1676 /sec)
2.02/2.44	c 2	decisions             : 749           (0.53 % random) (4961 /sec)
2.02/2.44	c 2	propagations          : 82680          (547633 /sec)
2.02/2.44	c 2	conflict literals     : 14096          (20.62 % deleted)
2.02/2.44	c 2	Memory used           : 9.96 MB
2.02/2.44	c 2	CPU time              : 0.150977 s
2.02/2.44	c 2	
2.02/2.44	c 2	SATISFIABLE
2.02/2.44	c 2	OK
2.02/2.44	c 2	FOUND: _COST <= 170
2.02/2.44	s SATISFIABLE
2.02/2.44	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.02/2.44	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.02/2.53	c 2	Decoding HOME/temp.out
2.02/2.62	c 2	OBJECTIVE _COST 170
2.02/2.62	o 170
2.02/2.62	v 1 0 16 13 18 5 18 16 18 18 6 18 18 4 18 18 18 10 2 18 18 18 18 17 18 17 17 18 18 18 18 13 18 18 3 18 18 18 18 18
2.02/2.62	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.02/2.67	c 2	OK
2.02/2.67	c 2	OBJECTIVE BOUND: 0 <= _COST <= 170
2.02/2.67	c 2	SEARCHING: _COST <= 85
2.02/2.68	c 2	============================[ Search Statistics ]==============================
2.02/2.69	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.02/2.69	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.02/2.69	c 2	===============================================================================
2.02/2.69	c 2	|       253 |    6316   180537   563184 |    60179      253     56 |  0.004 % |
2.02/2.69	c 2	===============================================================================
2.02/2.69	c 2	restarts              : 4
2.02/2.69	c 2	conflicts             : 271           (1653 /sec)
2.02/2.69	c 2	decisions             : 930           (0.54 % random) (5672 /sec)
2.02/2.69	c 2	propagations          : 90524          (552060 /sec)
2.02/2.69	c 2	conflict literals     : 14438          (20.28 % deleted)
2.02/2.69	c 2	Memory used           : 9.96 MB
2.02/2.69	c 2	CPU time              : 0.163975 s
2.02/2.69	c 2	
2.02/2.69	c 2	SATISFIABLE
2.02/2.69	c 2	OK
2.02/2.69	c 2	FOUND: _COST <= 85
2.02/2.69	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.02/2.69	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.18/2.76	c 2	Decoding HOME/temp.out
2.18/2.84	c 2	OBJECTIVE _COST 85
2.18/2.84	o 85
2.18/2.84	v 6 9 2 16 16 12 13 15 18 18 3 18 17 4 18 13 18 18 2 12 10 16 18 12 18 3 6 1 18 18 7 15 18 10 13 18 18 15 18 18
2.18/2.85	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.18/2.92	c 2	OK
2.18/2.92	c 2	OBJECTIVE BOUND: 0 <= _COST <= 85
2.18/2.92	c 2	SEARCHING: _COST <= 42
2.18/2.93	c 2	============================[ Search Statistics ]==============================
2.18/2.93	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.18/2.93	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.18/2.93	c 2	===============================================================================
2.18/2.93	c 2	|       271 |    4795   180537   563184 |    60179      271     53 |  0.004 % |
2.18/2.95	c 2	|       371 |    4795   180537   563184 |    66196      371     47 | 37.541 % |
2.18/2.97	c 2	|       522 |    4795   180537   563184 |    72816      522     47 | 37.541 % |
2.36/3.02	c 2	|       748 |    4795   180537   563184 |    80098      748     43 | 37.541 % |
2.36/3.03	c 2	===============================================================================
2.36/3.03	c 2	restarts              : 8
2.36/3.03	c 2	conflicts             : 776           (2853 /sec)
2.36/3.03	c 2	decisions             : 1806          (0.50 % random) (6641 /sec)
2.36/3.03	c 2	propagations          : 274267         (1008490 /sec)
2.36/3.03	c 2	conflict literals     : 33003          (24.66 % deleted)
2.36/3.03	c 2	Memory used           : 9.96 MB
2.36/3.03	c 2	CPU time              : 0.271958 s
2.36/3.03	c 2	
2.36/3.03	c 2	SATISFIABLE
2.36/3.03	c 2	OK
2.36/3.03	c 2	FOUND: _COST <= 42
2.36/3.03	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.36/3.03	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.65/3.27	c 3	Decoding HOME/temp.out
2.74/3.37	c 3	OBJECTIVE _COST 42
2.74/3.37	o 42
2.74/3.38	v 4 0 17 9 17 15 18 18 18 18 5 18 4 4 13 1 12 17 8 5 12 18 18 18 1 5 7 12 17 18 14 9 18 17 13 18 8 1 18 13
2.74/3.38	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.82/3.42	c 3	OK
2.82/3.42	c 3	OBJECTIVE BOUND: 0 <= _COST <= 42
2.82/3.42	c 3	SEARCHING: _COST <= 21
2.82/3.43	c 3	============================[ Search Statistics ]==============================
2.82/3.44	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.82/3.44	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.82/3.44	c 3	===============================================================================
2.82/3.44	c 3	|       776 |    3945   180537   563184 |    60179      776     43 | 37.541 % |
2.82/3.45	c 3	|       876 |    3945   180537   563184 |    66196      876     43 | 46.439 % |
2.82/3.48	c 3	|      1027 |    3945   180537   563184 |    72816     1027     41 | 46.439 % |
2.90/3.51	c 3	|      1252 |    3945   180537   563184 |    80098     1252     40 | 46.439 % |
2.90/3.58	c 3	|      1590 |    3945   180537   563184 |    88108     1590     37 | 46.439 % |
3.10/3.71	c 3	|      2096 |    3383    61006   213093 |    96918     2003     34 | 46.439 % |
3.20/3.84	c 3	|      2855 |    3383    61006   213093 |   106610     2762     31 | 46.439 % |
3.40/4.00	c 3	|      3994 |    3383    61006   213093 |   117271     3901     35 | 46.439 % |
3.70/4.31	c 4	|      5704 |    3383    61006   213093 |   128999     5611     37 | 46.439 % |
4.19/4.84	c 4	|      8267 |    3383    61006   213093 |   141898     8174     45 | 46.439 % |
4.98/5.67	c 5	|     12111 |    3383    61006   213093 |   156088    12018     42 | 46.439 % |
6.37/7.09	c 6	|     17877 |    3383    61006   213093 |   171697    17784     39 | 46.439 % |
9.27/9.98	c 9	|     26528 |    3383    61006   213093 |   188867    26435     38 | 46.439 % |
14.34/15.04	c 14	|     39503 |    3383    61006   213093 |   207754    39410     38 | 46.439 % |
24.18/24.90	c 24	|     58964 |    3383    61006   213093 |   228529    58871     40 | 46.439 % |
42.26/43.16	c 43	|     88156 |    3383    61006   213093 |   251382    88063     38 | 46.439 % |
82.43/83.58	c 83	|    131945 |    3383    61006   213093 |   276520   131852     39 | 46.439 % |
159.58/161.18	c 161	|    197631 |    3383    61006   213093 |   304172   197538     39 | 46.439 % |
324.71/327.27	c 327	|    296157 |    3383    61006   213093 |   334590   296064     37 | 46.439 % |
509.91/513.58	c 513	|    443947 |    3383    61006   213093 |   368049   122909     36 | 46.439 % |
928.96/935.04	c 934	|    665630 |    3383    61006   213093 |   404854   344592     47 | 46.439 % |
1607.72/1619.29	c 1619	|    998157 |    3383    61006   213093 |   445339   284965     39 | 46.439 % |
2659.74/2683.32	c 2683	|   1496947 |    3383    61006   213093 |   489873   352937     46 | 46.439 % |
3600.02/3634.42	c ERROR INTERRUPTED
3600.02/3634.43	c 3634	CPU 3599.47 (0.06 0.01 3599.41 0.58)
3600.02/3634.43	c 3634	END Sun Jul 13 03:04:36 2008

Verifier Data (download as text)

OK	33	306
33 unsatisfied constraints, 306 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-1114747-1215907441/watcher-1114747-1215907441 -o /tmp/evaluation-result-1114747-1215907441/solver-1114747-1215907441 -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-1114747-1215907441.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.57 2.61 2.62 5/105 15481
/proc/meminfo: memFree=1793536/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=18572 CPUtime=0
/proc/15481/stat : 15481 (runsolver) R 15479 15481 14040 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 47441415 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 214945033511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15481/statm: 4643 292 257 25 0 2626 0

[startup+0.098524 s]
/proc/loadavg: 2.57 2.61 2.62 5/105 15481
/proc/meminfo: memFree=1793536/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=12272 CPUtime=0
/proc/15481/stat : 15481 (sugar++) R 15479 15481 14040 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 47441415 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 214944885245 0 0 4224 0 0 0 0 17 0 0 0
/proc/15481/statm: 3068 327 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101518 s]
/proc/loadavg: 2.57 2.61 2.62 5/105 15481
/proc/meminfo: memFree=1793536/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=12272 CPUtime=0
/proc/15481/stat : 15481 (sugar++) R 15479 15481 14040 0 -1 4194304 404 0 0 0 0 0 0 0 20 0 1 0 47441415 12566528 372 996147200 4194304 4206940 548682068528 18446744073709551615 214962947328 0 0 4224 0 0 0 0 17 0 0 0
/proc/15481/statm: 3068 372 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301541 s]
/proc/loadavg: 2.57 2.61 2.62 5/105 15481
/proc/meminfo: memFree=1793536/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16740 CPUtime=0.06
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 47441415 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15481/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701594 s]
/proc/loadavg: 2.57 2.61 2.62 5/105 15481
/proc/meminfo: memFree=1793536/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16740 CPUtime=0.06
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1219 128 0 0 5 1 0 0 21 0 1 0 47441415 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15481/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50268 s]
/proc/loadavg: 2.57 2.61 2.62 4/116 15503
/proc/meminfo: memFree=1784424/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16740 CPUtime=0.63
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1296 4747 0 1 5 1 54 3 15 0 1 0 47441415 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15481/statm: 4185 1104 409 3 0 764 0
[pid=15494] ppid=15481 vsize=5356 CPUtime=0
/proc/15494/stat : 15494 (sh) S 15481 15481 14040 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 47441498 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15494/statm: 1339 233 193 169 0 50 0
[pid=15495] ppid=15494 vsize=867648 CPUtime=0.65
/proc/15495/stat : 15495 (java) S 15494 15481 14040 0 -1 0 7682 0 1 0 61 4 0 0 19 0 9 0 47441498 888471552 6944 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15495/statm: 216912 6944 2541 9 0 211487 0
[pid=15495/tid=15496] ppid=15494 vsize=867648 CPUtime=0.35
/proc/15495/task/15496/stat : 15496 (java) R 15494 15481 14040 0 -1 64 2641 0 1 0 33 2 0 0 19 0 9 0 47441499 888471552 6945 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15495/tid=15497] ppid=15494 vsize=867648 CPUtime=0.13
/proc/15495/task/15497/stat : 15497 (java) S 15494 15481 14040 0 -1 64 3169 0 0 0 12 1 0 0 16 0 9 0 47441500 888471552 6945 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15495/tid=15498] ppid=15494 vsize=867648 CPUtime=0
/proc/15495/task/15498/stat : 15498 (java) S 15494 15481 14040 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 47441500 888471552 6947 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15495/tid=15499] ppid=15494 vsize=867648 CPUtime=0
/proc/15495/task/15499/stat : 15499 (java) S 15494 15481 14040 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 47441500 888471552 6947 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15495/tid=15500] ppid=15494 vsize=867648 CPUtime=0
/proc/15495/task/15500/stat : 15500 (java) S 15494 15481 14040 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 47441502 888471552 6948 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15495/tid=15501] ppid=15494 vsize=867648 CPUtime=0.14
/proc/15495/task/15501/stat : 15501 (java) R 15494 15481 14040 0 -1 64 1185 0 0 0 14 0 0 0 16 0 9 0 47441502 888471552 6949 996147200 134512640 134550740 4294955920 18446744073709551615 102009712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15495/tid=15502] ppid=15494 vsize=867648 CPUtime=0
/proc/15495/task/15502/stat : 15502 (java) S 15494 15481 14040 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 47441502 888471552 6950 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15495/tid=15503] ppid=15494 vsize=867648 CPUtime=0
/proc/15495/task/15503/stat : 15503 (java) S 15494 15481 14040 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 47441502 888471552 6950 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 889744

[startup+3.10286 s]
/proc/loadavg: 2.57 2.61 2.62 3/116 15503
/proc/meminfo: memFree=1768168/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.36
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1660 21047 0 4 6 1 213 16 15 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 16872

[startup+6.30123 s]
/proc/loadavg: 2.60 2.62 2.62 4/107 15534
/proc/meminfo: memFree=1776752/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=10472 CPUtime=3.14
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 2527 0 0 0 313 1 0 0 25 0 1 0 47441641 10723328 2470 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 2618 2470 80 151 0 2464 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 27344

[startup+12.702 s]
/proc/loadavg: 2.55 2.61 2.61 3/107 15534
/proc/meminfo: memFree=1774064/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=13548 CPUtime=9.51
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 3295 0 0 0 948 3 0 0 25 0 1 0 47441641 13873152 3238 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 3387 3238 80 151 0 3233 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 30420

[startup+25.5014 s]
/proc/loadavg: 2.65 2.62 2.62 4/107 15534
/proc/meminfo: memFree=1768880/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=18792 CPUtime=22.23
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 4593 0 0 0 2219 4 0 0 25 0 1 0 47441641 19243008 4536 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 4698 4536 80 151 0 4544 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 35664

[startup+51.1013 s]
/proc/loadavg: 2.69 2.64 2.62 4/107 15534
/proc/meminfo: memFree=1762096/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=25776 CPUtime=47.68
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 6297 0 0 0 4761 7 0 0 25 0 1 0 47441641 26394624 6240 996147200 134512640 135134323 4294956192 18446744073709551615 134523948 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 6444 6240 80 151 0 6290 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 42648

[startup+102.307 s]
/proc/loadavg: 2.63 2.63 2.62 3/107 15534
/proc/meminfo: memFree=1751856/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=35844 CPUtime=98.58
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 8780 0 0 0 9849 9 0 0 25 0 1 0 47441641 36704256 8723 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 8961 8723 80 151 0 8807 0
Current children cumulated CPU time (s) 101.12
Current children cumulated vsize (KiB) 52716

[startup+162.302 s]
/proc/loadavg: 2.70 2.65 2.63 4/107 15534
/proc/meminfo: memFree=1742704/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=44692 CPUtime=158.23
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 11047 0 0 0 15811 12 0 0 25 0 1 0 47441641 45764608 10990 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 11173 10990 80 151 0 11019 0
Current children cumulated CPU time (s) 160.77
Current children cumulated vsize (KiB) 61564

[startup+222.302 s]
/proc/loadavg: 2.63 2.63 2.63 4/107 15534
/proc/meminfo: memFree=1736048/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=51704 CPUtime=217.87
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 12718 0 0 0 21774 13 0 0 25 0 1 0 47441641 52944896 12661 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 12926 12661 80 151 0 12772 0
Current children cumulated CPU time (s) 220.41
Current children cumulated vsize (KiB) 68576

[startup+282.302 s]
/proc/loadavg: 2.74 2.65 2.63 4/107 15534
/proc/meminfo: memFree=1730416/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=57168 CPUtime=277.53
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 14116 0 0 0 27737 16 0 0 25 0 1 0 47441641 58540032 14059 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 14292 14059 80 151 0 14138 0
Current children cumulated CPU time (s) 280.07
Current children cumulated vsize (KiB) 74040

[startup+342.301 s]
/proc/loadavg: 2.72 2.65 2.64 3/107 15534
/proc/meminfo: memFree=1724784/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=62564 CPUtime=337.17
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 15456 0 0 0 33699 18 0 0 25 0 1 0 47441641 64065536 15399 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=15504] ppid=15481 vsize=109900 CPUtime=2834.17
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 26992 0 0 0 283383 34 0 0 25 0 1 0 47441641 112537600 26935 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 27475 26935 80 151 0 27321 0
Current children cumulated CPU time (s) 2836.71
Current children cumulated vsize (KiB) 126772

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/108 15577
/proc/meminfo: memFree=1740456/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=113368 CPUtime=2893.48
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 27767 0 0 0 289314 34 0 0 25 0 1 0 47441641 116088832 27710 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 28342 27710 80 151 0 28188 0
Current children cumulated CPU time (s) 2896.02
Current children cumulated vsize (KiB) 130240

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/108 15577
/proc/meminfo: memFree=1737320/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=117316 CPUtime=2952.8
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 28560 0 0 0 295245 35 0 0 25 0 1 0 47441641 120131584 28503 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 29329 28503 80 151 0 29175 0
Current children cumulated CPU time (s) 2955.34
Current children cumulated vsize (KiB) 134188

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/108 15577
/proc/meminfo: memFree=1734248/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=120360 CPUtime=3012.13
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 29359 0 0 0 301177 36 0 0 25 0 1 0 47441641 123248640 29302 996147200 134512640 135134323 4294956192 18446744073709551615 134531955 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 30090 29302 80 151 0 29936 0
Current children cumulated CPU time (s) 3014.67
Current children cumulated vsize (KiB) 137232

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/108 15577
/proc/meminfo: memFree=1733224/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=121284 CPUtime=3071.44
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 29569 0 0 0 307108 36 0 0 25 0 1 0 47441641 124194816 29512 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 30321 29512 80 151 0 30167 0
Current children cumulated CPU time (s) 3073.98
Current children cumulated vsize (KiB) 138156

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/108 15577
/proc/meminfo: memFree=1733032/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=121284 CPUtime=3130.76
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 29569 0 0 0 313040 36 0 0 25 0 1 0 47441641 124194816 29512 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 30321 29512 80 151 0 30167 0
Current children cumulated CPU time (s) 3133.3
Current children cumulated vsize (KiB) 138156

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/108 15577
/proc/meminfo: memFree=1732968/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=121284 CPUtime=3190.07
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 29570 0 0 0 318971 36 0 0 25 0 1 0 47441641 124194816 29513 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 30321 29513 80 151 0 30167 0
Current children cumulated CPU time (s) 3192.61
Current children cumulated vsize (KiB) 138156

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/108 15577
/proc/meminfo: memFree=1732776/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=121404 CPUtime=3249.39
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 29616 0 0 0 324903 36 0 0 25 0 1 0 47441641 124317696 29559 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 30351 29559 80 151 0 30197 0
Current children cumulated CPU time (s) 3251.93
Current children cumulated vsize (KiB) 138276

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/108 15577
/proc/meminfo: memFree=1732712/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=121584 CPUtime=3308.71
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 29628 0 0 0 330835 36 0 0 25 0 1 0 47441641 124502016 29571 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 30396 29571 80 151 0 30242 0
Current children cumulated CPU time (s) 3311.25
Current children cumulated vsize (KiB) 138456

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.04 3/108 15577
/proc/meminfo: memFree=1732584/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=121584 CPUtime=3368.03
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 29631 0 0 0 336767 36 0 0 25 0 1 0 47441641 124502016 29574 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 30396 29574 80 151 0 30242 0
Current children cumulated CPU time (s) 3370.57
Current children cumulated vsize (KiB) 138456

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/108 15583
/proc/meminfo: memFree=1732328/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=121584 CPUtime=3427.33
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 29636 0 0 0 342697 36 0 0 25 0 1 0 47441641 124502016 29579 996147200 134512640 135134323 4294956192 18446744073709551615 134532016 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 30396 29579 80 151 0 30242 0
Current children cumulated CPU time (s) 3429.87
Current children cumulated vsize (KiB) 138456

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/108 15583
/proc/meminfo: memFree=1732328/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=121584 CPUtime=3486.64
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 29640 0 0 0 348628 36 0 0 25 0 1 0 47441641 124502016 29583 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 30396 29583 80 151 0 30242 0
Current children cumulated CPU time (s) 3489.18
Current children cumulated vsize (KiB) 138456

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/108 15583
/proc/meminfo: memFree=1732200/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=121584 CPUtime=3545.98
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 29641 0 0 0 354561 37 0 0 25 0 1 0 47441641 124502016 29584 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 30396 29584 80 151 0 30242 0
Current children cumulated CPU time (s) 3548.52
Current children cumulated vsize (KiB) 138456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3634.41 s]
/proc/loadavg: 2.00 2.00 2.01 3/108 15583
/proc/meminfo: memFree=1732136/2055920 swapFree=4192812/4192956
[pid=15481] ppid=15479 vsize=16872 CPUtime=2.54
/proc/15481/stat : 15481 (sugar++) S 15479 15481 14040 0 -1 4194304 1695 24894 0 5 6 1 229 18 16 0 1 0 47441415 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15481/statm: 4218 1122 414 3 0 797 0
[pid=15504] ppid=15481 vsize=121584 CPUtime=3597.48
/proc/15504/stat : 15504 (minisat-inc) R 15481 15481 14040 0 -1 4194304 29643 0 0 0 359711 37 0 0 25 0 1 0 47441641 124502016 29586 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15504/statm: 30396 29586 80 151 0 30242 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 138456

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

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

Child status: 0
Real time (s): 3634.44
CPU time (s): 3600.08
CPU user time (s): 3599.48
CPU system time (s): 0.601908
CPU usage (%): 99.0547
Max. virtual memory (cumulated for all children) (KiB): 890588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.48
system time used= 0.601908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56312
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3333
involuntary context switches= 102248

runsolver used 5.34619 second user time and 14.5048 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-13 02:04:01
IDJOB=1114747
IDBENCH=61772
IDSOLVER=367
FILE ID=node85/1114747-1215907441
PBS_JOBID= 7903663
Free space on /tmp= 126852 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-25_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-1114747-1215907441/watcher-1114747-1215907441 -o /tmp/evaluation-result-1114747-1215907441/solver-1114747-1215907441 -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-1114747-1215907441.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d0383df4ffc597d2a96c7f06fb8a1047
RANDOM SEED=197787974

node85.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.225
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.225
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1794016 kB
Buffers:         27680 kB
Cached:          74660 kB
SwapCached:          0 kB
Active:         165728 kB
Inactive:        47100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1794016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1040 kB
Writeback:           0 kB
Mapped:         132096 kB
Slab:            31412 kB
Committed_AS:  1193344 kB
PageTables:       4112 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= 126852 MiB
End job on node85 at 2008-07-13 03:04:38