Trace number 1115267

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.13 3617.61

General information on the benchmark

Namemaxcsp/randomMaxCSP/denseTight/
normalized-vcsp-25-10-25-87-9_ext.xml
MD5SUM79652ca380b6b62cb2806e67c8f1c833
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints29
Best CPU time to get the best result obtained on this benchmark3.03354
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints75
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.08	c 0	BEGIN Mon Jul 14 11:23:21 2008
0.04/0.08	c 0	PID 19870
0.04/0.08	c 0	HOST node65.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-1115267-1216027401.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115267-1216027401.xml' 'HOME/temp.csp'
0.06/0.32	c 0	1 domains, 25 variables, 0 predicates, 75 relations, 75 constraints
0.06/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	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.28/0.42	c 0	Parsing HOME/temp.csp
0.28/0.52	c 0	parsed 176 expressions
0.28/0.52	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.52	c 0	MAX CSP: 75 constraints
0.28/0.52	c 0	Converting to clausal form CSP
0.28/0.54	c 0	converted 26 (10%) expressions
0.28/0.55	c 0	converted 51 (20%) expressions
0.28/0.55	c 0	converted 77 (30%) expressions
0.28/0.55	c 0	converted 102 (40%) expressions
0.28/0.56	c 0	converted 127 (50%) expressions
0.28/0.57	c 0	converted 153 (60%) expressions
0.28/0.57	c 0	converted 178 (70%) expressions
0.28/0.58	c 0	converted 204 (80%) expressions
0.28/0.58	c 0	converted 229 (90%) expressions
0.28/0.63	c 0	converted 254 (100%) expressions
0.28/0.63	c 0	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 113
0.28/0.63	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.63	c 0	Propagation in CSP
0.28/0.65	c 0	71 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.65	c 0	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.28/0.65	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.65	c 0	Simplifing CSP by introducing new Boolean variables
0.28/0.65	c 0	CSP : 175 integers, 0 booleans, 224 clauses, largest domain size 76
0.28/0.65	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.67	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.68	c 0	18 (10%) CSP integer variables are encoded (144 clauses, 1456 bytes)
0.28/0.68	c 0	35 (20%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.28/0.68	c 0	53 (30%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.28/0.68	c 0	70 (40%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.28/0.69	c 0	88 (50%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.28/0.69	c 0	105 (60%) CSP integer variables are encoded (282 clauses, 2974 bytes)
0.28/0.69	c 0	123 (70%) CSP integer variables are encoded (346 clauses, 3678 bytes)
0.28/0.69	c 0	140 (80%) CSP integer variables are encoded (442 clauses, 4734 bytes)
0.28/0.69	c 0	158 (90%) CSP integer variables are encoded (506 clauses, 5438 bytes)
0.28/0.69	c 0	175 (100%) CSP integer variables are encoded (977 clauses, 10920 bytes)
0.28/0.72	c 0	23 (10%) CSP clauses are encoded (1373 clauses, 17490 bytes)
0.28/0.73	c 0	45 (20%) CSP clauses are encoded (1756 clauses, 24252 bytes)
0.28/0.74	c 0	68 (30%) CSP clauses are encoded (2162 clauses, 31830 bytes)
0.28/0.74	c 0	90 (40%) CSP clauses are encoded (2368 clauses, 35342 bytes)
0.28/0.75	c 0	112 (50%) CSP clauses are encoded (2800 clauses, 41482 bytes)
0.28/0.75	c 0	135 (60%) CSP clauses are encoded (2977 clauses, 43865 bytes)
0.28/0.76	c 0	157 (70%) CSP clauses are encoded (4145 clauses, 61150 bytes)
0.28/0.76	c 0	180 (80%) CSP clauses are encoded (4323 clauses, 63551 bytes)
0.28/0.77	c 0	202 (90%) CSP clauses are encoded (6140 clauses, 89140 bytes)
0.28/0.78	c 0	224 (100%) CSP clauses are encoded (10839 clauses, 166608 bytes)
0.28/0.78	c 0	224 CSP clauses encoded
0.28/0.78	c 0	Writing map file : HOME/temp.map
0.28/0.78	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.78	c 0	SAT : 1152 SAT variables, 10839 SAT clauses, 166608 bytes
0.28/0.78	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.82	c 0	OBJECTIVE minimize _COST
0.28/0.82	c 0	SOLVING HOME/temp.cnf
0.28/0.82	c 0	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
0.28/0.82	c 0	This is MiniSat 2.0 beta incremental
0.28/0.82	c 0	WARNING: for repeatability, setting FPU to use double precision
0.28/0.82	c 0	============================[ Problem Statistics ]=============================
0.28/0.82	c 0	|                                                                             |
0.28/0.82	c 0	|  Number of variables:  1152                                                 |
0.28/0.82	c 0	|  Number of clauses:    10839                                                |
0.28/0.83	c 0	|  Parsing time:         0.00         s                                       |
0.28/0.83	c 0	OK
0.28/0.83	c 0	OBJECTIVE BOUND: 0 <= _COST <= 
0.28/0.83	c 0	SEARCHING: _COST <= 38
0.28/0.83	c 0	============================[ Search Statistics ]==============================
0.28/0.83	c 0	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.28/0.83	c 0	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.28/0.83	c 0	===============================================================================
0.28/0.83	c 0	|         0 |    1152    10839    30897 |     3613        0    nan |  0.000 % |
0.28/0.83	c 0	|       101 |    1147    10839    30897 |     3974      100     21 |  0.714 % |
0.28/0.84	c 0	|       251 |    1147    10839    30897 |     4371      250     19 |  0.714 % |
0.28/0.85	c 0	|       477 |    1147    10839    30897 |     4808      476     20 |  0.714 % |
0.28/0.87	c 1	|       814 |    1144    10773    30728 |     5289      813     19 |  0.714 % |
0.28/0.89	c 1	|      1321 |    1144    10773    30728 |     5818     1320     18 |  0.714 % |
0.72/0.91	c 1	===============================================================================
0.72/0.91	c 1	restarts              : 6
0.72/0.91	c 1	conflicts             : 1650          (18753 /sec)
0.72/0.91	c 1	decisions             : 2391          (0.67 % random) (27175 /sec)
0.72/0.91	c 1	propagations          : 160217         (1820937 /sec)
0.72/0.91	c 1	conflict literals     : 29959          (25.27 % deleted)
0.72/0.91	c 1	Memory used           : 2.45 MB
0.72/0.91	c 1	CPU time              : 0.087986 s
0.72/0.91	c 1	
0.72/0.91	c 1	SATISFIABLE
0.72/0.91	c 1	OK
0.72/0.91	c 1	FOUND: _COST <= 38
0.72/0.91	s SATISFIABLE
0.72/0.91	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.72/0.91	c 1	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
0.83/1.05	c 1	Decoding HOME/temp.out
0.83/1.10	c 1	OBJECTIVE _COST 38
0.83/1.10	o 38
0.83/1.10	v 8 9 2 3 2 9 7 8 0 9 2 9 5 8 8 6 0 6 8 6 4 1 5 7 2
0.92/1.10	c 1	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.11	c 1	OK
0.92/1.11	c 1	OBJECTIVE BOUND: 0 <= _COST <= 38
0.92/1.11	c 1	SEARCHING: _COST <= 19
0.92/1.12	c 1	============================[ Search Statistics ]==============================
0.92/1.13	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.92/1.13	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.92/1.13	c 1	===============================================================================
0.92/1.13	c 1	|      1650 |     885     7550    21799 |     2516     1649     18 |  0.714 % |
0.92/1.13	c 1	|      1750 |     885     7550    21799 |     2768     1749     18 | 23.189 % |
0.92/1.13	c 1	|      1900 |     885     7550    21799 |     3045     1899     17 | 23.189 % |
0.92/1.14	c 1	|      2125 |     885     7550    21799 |     3349     2124     16 | 23.189 % |
0.92/1.16	c 1	|      2462 |     885     7550    21799 |     3684     2461     16 | 23.189 % |
0.92/1.19	c 1	|      2969 |     885     7550    21799 |     4053     2968     16 | 23.189 % |
1.02/1.24	c 1	|      3731 |     885     7550    21799 |     4458     3730     15 | 23.189 % |
1.11/1.31	c 1	|      4871 |     885     7550    21799 |     4904     4870     15 | 23.189 % |
1.21/1.44	c 1	|      6580 |     885     7550    21799 |     5394     3777     13 | 23.189 % |
1.41/1.65	c 1	|      9142 |     885     7550    21799 |     5934     3320     11 | 23.189 % |
1.71/1.95	c 2	|     12986 |     885     7550    21799 |     6527     3875     12 | 23.189 % |
2.21/2.41	c 2	|     18752 |     885     7550    21799 |     7180     6078     13 | 23.189 % |
2.81/3.10	c 3	|     27401 |     885     7550    21799 |     7898     6915     13 | 23.189 % |
4.00/4.23	c 4	|     40375 |     885     7550    21799 |     8688     7042     16 | 23.189 % |
5.79/6.04	c 6	|     59837 |     885     7550    21799 |     9557     7827     14 | 23.189 % |
8.67/8.91	c 9	|     89031 |     885     7550    21799 |    10512     6429     15 | 23.189 % |
12.86/13.14	c 13	|    132820 |     885     7550    21799 |    11564     5708     16 | 23.189 % |
19.72/20.07	c 20	|    198509 |     885     7550    21799 |    12720    10493     17 | 23.189 % |
30.57/30.91	c 31	|    297036 |     885     7550    21799 |    13992     8957     16 | 23.189 % |
47.79/48.27	c 48	|    444825 |     885     7550    21799 |    15391    10338     18 | 23.189 % |
66.00/66.55	c 66	===============================================================================
66.00/66.55	c 66	restarts              : 26
66.00/66.55	c 66	conflicts             : 596989        (9156 /sec)
66.00/66.55	c 66	decisions             : 731518        (0.94 % random) (11220 /sec)
66.00/66.55	c 66	propagations          : 63897762       (980026 /sec)
66.00/66.55	c 66	conflict literals     : 10022903       (30.78 % deleted)
66.00/66.55	c 66	Memory used           : 5.75 MB
66.00/66.55	c 66	CPU time              : 65.2001 s
66.00/66.55	c 66	
66.00/66.55	c 66	UNSATISFIABLE
66.00/66.55	c 66	OK
66.00/66.55	c 66	NOT FOUND: _COST <= 19
66.00/66.55	c 66	OK
66.00/66.55	c 66	OBJECTIVE BOUND: 20 <= _COST <= 38
66.00/66.55	c 66	SEARCHING: _COST <= 29
66.00/66.55	c 66	============================[ Search Statistics ]==============================
66.00/66.55	c 66	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
66.00/66.55	c 66	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
66.00/66.55	c 66	===============================================================================
66.00/66.55	c 66	|    596989 |     805     7001    20387 |     2333     7908     14 | 23.189 % |
66.00/66.57	c 66	|    597089 |     805     7001    20387 |     2567     2077     10 | 30.127 % |
66.00/66.57	c 66	|    597240 |     805     7001    20387 |     2823     2228     11 | 30.127 % |
66.00/66.59	c 66	|    597466 |     805     7001    20387 |     3106     2454     12 | 30.127 % |
66.10/66.61	c 66	|    597803 |     805     7001    20387 |     3416     2791     12 | 30.127 % |
66.10/66.64	c 66	|    598309 |     805     7001    20387 |     3758     3297     13 | 30.127 % |
66.10/66.69	c 66	|    599068 |     805     7001    20387 |     4134     4056     14 | 30.127 % |
66.20/66.77	c 66	|    600207 |     805     7001    20387 |     4547     2765     15 | 30.127 % |
66.30/66.89	c 67	|    601916 |     805     7001    20387 |     5002     4474     16 | 30.127 % |
66.51/67.09	c 67	|    604478 |     805     7001    20387 |     5502     4216     16 | 30.127 % |
66.90/67.43	c 67	|    608322 |     805     7001    20387 |     6052     4993     17 | 30.127 % |
67.39/67.95	c 68	|    614091 |     805     7001    20387 |     6658     4012     19 | 30.127 % |
68.29/68.80	c 68	|    622740 |     805     7001    20387 |     7324     5370     18 | 30.127 % |
69.48/70.05	c 70	|    635714 |     805     7001    20387 |     8056     6323     19 | 30.127 % |
71.47/72.02	c 72	|    655175 |     805     7001    20387 |     8862     8358     18 | 30.127 % |
74.36/74.99	c 75	|    684369 |     805     7001    20387 |     9748     9013     21 | 30.127 % |
78.94/79.57	c 79	|    728158 |     805     7001    20387 |    10723     5861     21 | 30.127 % |
86.50/87.13	c 87	|    793843 |     805     7001    20387 |    11795     8839     18 | 30.127 % |
97.75/98.47	c 98	|    892369 |     805     7001    20387 |    12974     7509     20 | 30.127 % |
114.37/115.10	c 115	|   1040160 |     805     7001    20387 |    14272    12060     17 | 30.127 % |
141.74/142.69	c 142	|   1261844 |     805     7001    20387 |    15699     9355     21 | 30.127 % |
187.02/188.11	c 188	|   1594371 |     805     7001    20387 |    17269    14261     26 | 30.127 % |
258.18/259.60	c 259	|   2093161 |     805     7001    20387 |    18996    10564     21 | 30.127 % |
372.32/374.38	c 374	|   2841343 |     805     7001    20387 |    20896    10825     20 | 30.127 % |
556.44/559.38	c 559	|   3963617 |     805     7001    20387 |    22985    11452     23 | 30.127 % |
849.14/853.44	c 853	|   5647028 |     805     7001    20387 |    25284    14576     23 | 30.127 % |
1321.46/1328.04	c 1328	|   8172144 |     805     7001    20387 |    27813    23795     25 | 30.127 % |
2099.22/2109.60	c 2109	|  11959820 |     805     7001    20387 |    30594    23790     22 | 30.127 % |
3390.39/3406.95	c 3407	|  17641332 |     805     7001    20387 |    33653    29965     24 | 30.127 % |
3600.10/3617.61	c 3617	CPU 3599.93 (0.06 0.02 3599.87 0.16)
3600.10/3617.61	c 3617	END Mon Jul 14 12:23:38 2008

Verifier Data (download as text)

OK	36	39
36 unsatisfied constraints, 39 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-1115267-1216027401/watcher-1115267-1216027401 -o /tmp/evaluation-result-1115267-1216027401/solver-1115267-1216027401 -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-1115267-1216027401.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: 0.08 0.02 0.01 3/76 19870
/proc/meminfo: memFree=1828584/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=12268 CPUtime=0
/proc/19870/stat : 19870 (sugar++) D 19866 19870 19819 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 59438091 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 257203862117 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/19870/statm: 3067 316 241 3 0 167 0

[startup+0.0505219 s]
/proc/loadavg: 0.08 0.02 0.01 3/76 19870
/proc/meminfo: memFree=1828584/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=13468 CPUtime=0.04
/proc/19870/stat : 19870 (sugar++) D 19866 19870 19819 0 -1 4194304 767 0 0 0 3 1 0 0 18 0 1 0 59438091 13791232 735 996147200 4194304 4206940 548682068528 18446744073709551615 257203862117 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/19870/statm: 3367 735 338 3 0 467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13468

[startup+0.10144 s]
/proc/loadavg: 0.08 0.02 0.01 3/76 19870
/proc/meminfo: memFree=1828584/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.06
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 59438091 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19870/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301403 s]
/proc/loadavg: 0.08 0.02 0.01 3/76 19870
/proc/meminfo: memFree=1828584/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.06
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 59438091 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19870/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701434 s]
/proc/loadavg: 0.08 0.02 0.01 3/76 19870
/proc/meminfo: memFree=1828584/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.28
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1297 4296 0 1 5 2 19 2 15 0 1 0 59438091 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16740

[startup+1.5015 s]
/proc/loadavg: 0.08 0.02 0.01 4/92 19907
/proc/meminfo: memFree=1804328/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1544 13385 0 3 6 2 68 9 15 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=2768 CPUtime=0.46
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 448 0 0 0 46 0 0 0 19 0 1 0 59438174 2834432 393 996147200 134512640 135134323 4294956192 18446744073709551615 134523897 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 692 393 79 151 0 538 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 19508

[startup+3.10163 s]
/proc/loadavg: 0.08 0.02 0.01 3/82 19907
/proc/meminfo: memFree=1806840/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1544 13385 0 3 6 2 68 9 15 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=3032 CPUtime=2.06
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 521 0 0 0 206 0 0 0 25 0 1 0 59438174 3104768 466 996147200 134512640 135134323 4294956192 18446744073709551615 134536706 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 758 466 79 151 0 604 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 19772

[startup+6.3029 s]
/proc/loadavg: 0.23 0.05 0.02 3/82 19907
/proc/meminfo: memFree=1805944/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1544 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=3564 CPUtime=5.24
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 630 0 0 0 524 0 0 0 25 0 1 0 59438174 3649536 575 996147200 134512640 135134323 4294956192 18446744073709551615 134532177 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 891 575 79 151 0 737 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 20304

[startup+12.7014 s]
/proc/loadavg: 0.37 0.08 0.03 3/82 19907
/proc/meminfo: memFree=1805304/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1544 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=3960 CPUtime=11.61
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 754 0 0 0 1161 0 0 0 25 0 1 0 59438174 4055040 699 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 990 699 79 151 0 836 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 20700

[startup+25.5015 s]
/proc/loadavg: 0.80 0.19 0.06 3/82 19907
/proc/meminfo: memFree=1804536/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1544 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=4656 CPUtime=24.34
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 914 0 0 0 2434 0 0 0 25 0 1 0 59438174 4767744 859 996147200 134512640 135134323 4294956192 18446744073709551615 134532177 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 1164 859 79 151 0 1010 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 21396

[startup+51.1016 s]
/proc/loadavg: 1.41 0.38 0.13 3/82 19907
/proc/meminfo: memFree=1755512/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1544 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=5488 CPUtime=49.83
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 1122 0 0 0 4982 1 0 0 25 0 1 0 59438174 5619712 1067 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 1372 1067 79 151 0 1218 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 22228

[startup+102.306 s]
/proc/loadavg: 2.16 0.74 0.26 3/82 19907
/proc/meminfo: memFree=1748536/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=6684 CPUtime=100.78
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 1407 0 0 0 10077 1 0 0 25 0 1 0 59438174 6844416 1350 996147200 134512640 135134323 4294956192 18446744073709551615 134530372 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 1671 1350 79 151 0 1517 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 23424

[startup+162.302 s]
/proc/loadavg: 2.52 1.09 0.41 3/82 19907
/proc/meminfo: memFree=1746808/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=8316 CPUtime=160.49
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 1788 0 0 0 16048 1 0 0 25 0 1 0 59438174 8515584 1731 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 2079 1731 79 151 0 1925 0
Current children cumulated CPU time (s) 161.34
Current children cumulated vsize (KiB) 25056

[startup+222.302 s]
/proc/loadavg: 2.65 1.38 0.55 3/82 19907
/proc/meminfo: memFree=1746232/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=8752 CPUtime=220.2
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 1913 0 0 0 22019 1 0 0 25 0 1 0 59438174 8962048 1856 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 2188 1856 79 151 0 2034 0
Current children cumulated CPU time (s) 221.05
Current children cumulated vsize (KiB) 25492

[startup+282.302 s]
/proc/loadavg: 2.56 1.58 0.67 3/82 19907
/proc/meminfo: memFree=1745528/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=9500 CPUtime=279.92
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 2096 0 0 0 27991 1 0 0 25 0 1 0 59438174 9728000 2039 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 2375 2039 79 151 0 2221 0
Current children cumulated CPU time (s) 280.77
Current children cumulated vsize (KiB) 26240

[startup+342.302 s]
/proc/loadavg: 2.62 1.79 0.79 3/82 19907
/proc/meminfo: memFree=1745016/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=9932 CPUtime=339.62
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 2204 0 0 0 33961 1 0 0 25 0 1 0 59438174 10170368 2147 996147200 134512640 135134323 4294956192 18446744073709551615 134532282 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 2483 2147 79 151 0 2329 0
Current children cumulated CPU time (s) 340.47
Current children cumulated vsize (KiB) 26672

[startup+402.302 s]
/proc/loadavg: 2.44 1.88 0.89 3/82 19907
/proc/meminfo: memFree=1744120/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=10928 CPUtime=399.34
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 2410 0 0 0 39933 1 0 0 25 0 1 0 59438174 11190272 2353 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 2732 2353 79 151 0 2578 0
Current children cumulated CPU time (s) 400.19
Current children cumulated vsize (KiB) 27668


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

/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=21956 CPUtime=2847.55
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 4980 0 0 0 284750 5 0 0 25 0 1 0 59438174 22482944 4923 996147200 134512640 135134323 4294956192 18446744073709551615 134530530 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 5489 4923 79 151 0 5335 0
Current children cumulated CPU time (s) 2848.4
Current children cumulated vsize (KiB) 38696

[startup+2922.3 s]
/proc/loadavg: 2.71 2.65 2.48 3/82 19913
/proc/meminfo: memFree=1732536/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=22236 CPUtime=2907.27
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 5039 0 0 0 290722 5 0 0 25 0 1 0 59438174 22769664 4982 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 5559 4982 79 151 0 5405 0
Current children cumulated CPU time (s) 2908.12
Current children cumulated vsize (KiB) 38976

[startup+2982.3 s]
/proc/loadavg: 2.73 2.67 2.49 3/82 19913
/proc/meminfo: memFree=1732344/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=22372 CPUtime=2966.98
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 5081 0 0 0 296693 5 0 0 25 0 1 0 59438174 22908928 5024 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 5593 5024 79 151 0 5439 0
Current children cumulated CPU time (s) 2967.83
Current children cumulated vsize (KiB) 39112

[startup+3042.3 s]
/proc/loadavg: 2.68 2.68 2.50 3/82 19913
/proc/meminfo: memFree=1732216/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=22688 CPUtime=3026.69
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 5145 0 0 0 302664 5 0 0 25 0 1 0 59438174 23232512 5088 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 5672 5088 79 151 0 5518 0
Current children cumulated CPU time (s) 3027.54
Current children cumulated vsize (KiB) 39428

[startup+3102.3 s]
/proc/loadavg: 2.57 2.64 2.50 3/82 19913
/proc/meminfo: memFree=1732152/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=22688 CPUtime=3086.4
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 5167 0 0 0 308635 5 0 0 25 0 1 0 59438174 23232512 5110 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 5672 5110 79 151 0 5518 0
Current children cumulated CPU time (s) 3087.25
Current children cumulated vsize (KiB) 39428

[startup+3162.3 s]
/proc/loadavg: 2.64 2.64 2.51 3/82 19913
/proc/meminfo: memFree=1731576/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=23240 CPUtime=3146.12
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 5283 0 0 0 314607 5 0 0 25 0 1 0 59438174 23797760 5226 996147200 134512640 135134323 4294956192 18446744073709551615 134532100 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 5810 5226 79 151 0 5656 0
Current children cumulated CPU time (s) 3146.97
Current children cumulated vsize (KiB) 39980

[startup+3222.3 s]
/proc/loadavg: 2.70 2.66 2.52 3/82 19913
/proc/meminfo: memFree=1731512/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=23240 CPUtime=3205.83
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 5293 0 0 0 320578 5 0 0 25 0 1 0 59438174 23797760 5236 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 5810 5236 79 151 0 5656 0
Current children cumulated CPU time (s) 3206.68
Current children cumulated vsize (KiB) 39980

[startup+3282.3 s]
/proc/loadavg: 2.60 2.63 2.52 3/82 19913
/proc/meminfo: memFree=1731320/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=23380 CPUtime=3265.55
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 5338 0 0 0 326550 5 0 0 25 0 1 0 59438174 23941120 5281 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 5845 5281 79 151 0 5691 0
Current children cumulated CPU time (s) 3266.4
Current children cumulated vsize (KiB) 40120

[startup+3342.3 s]
/proc/loadavg: 2.71 2.65 2.53 3/82 19913
/proc/meminfo: memFree=1731192/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=23564 CPUtime=3325.26
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 5357 0 0 0 332521 5 0 0 25 0 1 0 59438174 24129536 5300 996147200 134512640 135134323 4294956192 18446744073709551615 134532028 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 5891 5300 79 151 0 5737 0
Current children cumulated CPU time (s) 3326.11
Current children cumulated vsize (KiB) 40304

[startup+3402.31 s]
/proc/loadavg: 2.70 2.65 2.54 3/82 19915
/proc/meminfo: memFree=1731128/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=23564 CPUtime=3384.97
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 5381 0 0 0 338492 5 0 0 25 0 1 0 59438174 24129536 5324 996147200 134512640 135134323 4294956192 18446744073709551615 134532019 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 5891 5324 79 151 0 5737 0
Current children cumulated CPU time (s) 3385.82
Current children cumulated vsize (KiB) 40304

[startup+3462.3 s]
/proc/loadavg: 2.58 2.62 2.54 3/82 19915
/proc/meminfo: memFree=1730872/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=23704 CPUtime=3444.69
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 5396 0 0 0 344463 6 0 0 25 0 1 0 59438174 24272896 5339 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 5926 5339 79 151 0 5772 0
Current children cumulated CPU time (s) 3445.54
Current children cumulated vsize (KiB) 40444

[startup+3522.3 s]
/proc/loadavg: 2.80 2.67 2.56 3/82 19915
/proc/meminfo: memFree=1730744/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=24012 CPUtime=3504.4
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 5466 0 0 0 350434 6 0 0 25 0 1 0 59438174 24588288 5409 996147200 134512640 135134323 4294956192 18446744073709551615 134532120 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 6003 5409 79 151 0 5849 0
Current children cumulated CPU time (s) 3505.25
Current children cumulated vsize (KiB) 40752

[startup+3582.3 s]
/proc/loadavg: 2.57 2.63 2.54 3/82 19915
/proc/meminfo: memFree=1730552/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=24012 CPUtime=3564.11
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 5482 0 0 0 356405 6 0 0 25 0 1 0 59438174 24588288 5425 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 6003 5425 79 151 0 5849 0
Current children cumulated CPU time (s) 3564.96
Current children cumulated vsize (KiB) 40752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.6 s]
/proc/loadavg: 2.56 2.62 2.54 3/82 19915
/proc/meminfo: memFree=1730552/2055920 swapFree=4181000/4192956
[pid=19870] ppid=19866 vsize=16740 CPUtime=0.85
/proc/19870/stat : 19870 (sugar++) S 19866 19870 19819 0 -1 4194304 1547 13385 0 3 6 2 68 9 16 0 1 0 59438091 17141760 1115 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19870/statm: 4185 1115 414 3 0 764 0
[pid=19897] ppid=19870 vsize=24012 CPUtime=3599.25
/proc/19897/stat : 19897 (minisat-inc) R 19870 19870 19819 0 -1 4194304 5487 0 0 0 359919 6 0 0 25 0 1 0 59438174 24588288 5430 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/19897/statm: 6003 5430 79 151 0 5849 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 40752

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 3617.61
CPU time (s): 3600.13
CPU user time (s): 3599.94
CPU system time (s): 0.19097
CPU usage (%): 99.5167
Max. virtual memory (cumulated for all children) (KiB): 220540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.94
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20494
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= 1440
involuntary context switches= 42650

runsolver used 3.3015 second user time and 9.8775 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-14 11:23:21
IDJOB=1115267
IDBENCH=61848
IDSOLVER=367
FILE ID=node65/1115267-1216027401
PBS_JOBID= 7904804
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/denseTight/normalized-vcsp-25-10-25-87-9_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-1115267-1216027401/watcher-1115267-1216027401 -o /tmp/evaluation-result-1115267-1216027401/solver-1115267-1216027401 -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-1115267-1216027401.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 79652ca380b6b62cb2806e67c8f1c833
RANDOM SEED=1819956306

node65.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.216
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.216
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:       1829664 kB
Buffers:         41280 kB
Cached:         127564 kB
SwapCached:       5780 kB
Active:         118072 kB
Inactive:        62948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829664 kB
SwapTotal:     4192956 kB
SwapFree:      4181000 kB
Dirty:            2824 kB
Writeback:           0 kB
Mapped:          19864 kB
Slab:            30648 kB
Committed_AS:   954380 kB
PageTables:       1836 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= 66496 MiB
End job on node65 at 2008-07-14 12:23:38