Trace number 1127731

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.06 3618.94

General information on the benchmark

Namemaxcsp/cnf/2-40-1100-2000/
normalized-cnf-2-40-1100-987629_ext.xml
MD5SUM7aa3e4a9e7b1c23c3636dce1033d6455
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints159
Best CPU time to get the best result obtained on this benchmark0.85087
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints585
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension585
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.18	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.18	c 0	BEGIN Wed Jul 23 03:14:36 2008
0.03/0.18	c 0	PID 3786
0.03/0.18	c 0	HOST node2.alineos.net
0.03/0.18	c 0	CONVERTING HOME/instance-1127731-1216775675.xml TO HOME/temp.csp
0.03/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127731-1216775675.xml' 'HOME/temp.csp'
0.08/0.60	c 0	1 domains, 40 variables, 0 predicates, 14 relations, 585 constraints
0.08/0.62	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.08/0.62	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.08/0.69	c 0	Parsing HOME/temp.csp
0.49/0.76	c 0	parsed 640 expressions
0.49/0.77	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.78	c 0	MAX CSP: 585 constraints
0.49/0.78	c 0	Converting to clausal form CSP
0.49/0.81	c 0	converted 123 (10%) expressions
0.49/0.82	c 0	converted 246 (20%) expressions
0.49/0.83	c 0	converted 369 (30%) expressions
0.49/0.83	c 0	converted 492 (40%) expressions
0.49/0.84	c 0	converted 614 (50%) expressions
0.49/0.85	c 0	converted 737 (60%) expressions
0.49/0.86	c 0	converted 860 (70%) expressions
0.49/0.86	c 0	converted 983 (80%) expressions
0.49/0.88	c 0	converted 1106 (90%) expressions
0.49/0.99	c 0	converted 1228 (100%) expressions
0.49/0.99	c 0	CSP : 1210 integers, 0 booleans, 1754 clauses, largest domain size 878
0.49/0.99	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.49/0.99	c 0	Propagation in CSP
1.02/1.03	c 0	581 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.02/1.03	c 0	CSP : 1210 integers, 0 booleans, 1754 clauses, largest domain size 586
1.02/1.03	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.03	c 0	Simplifing CSP by introducing new Boolean variables
1.02/1.03	c 0	CSP : 1210 integers, 0 booleans, 1754 clauses, largest domain size 586
1.02/1.03	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.06	c 0	Encoding CSP to SAT : HOME/temp.cnf
1.02/1.07	c 0	121 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.07	c 0	242 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.07	c 0	363 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.07	c 0	484 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.07	c 0	605 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.02/1.08	c 0	726 (60%) CSP integer variables are encoded (1061 clauses, 13110 bytes)
1.02/1.08	c 0	847 (70%) CSP integer variables are encoded (1893 clauses, 23926 bytes)
1.02/1.08	c 0	968 (80%) CSP integer variables are encoded (5223 clauses, 67216 bytes)
1.02/1.09	c 0	1089 (90%) CSP integer variables are encoded (8091 clauses, 104500 bytes)
1.02/1.09	c 0	1210 (100%) CSP integer variables are encoded (9511 clauses, 124401 bytes)
1.14/1.11	c 0	176 (10%) CSP clauses are encoded (9727 clauses, 126925 bytes)
1.14/1.12	c 0	351 (20%) CSP clauses are encoded (9937 clauses, 129548 bytes)
1.14/1.13	c 0	527 (30%) CSP clauses are encoded (10153 clauses, 132311 bytes)
1.14/1.15	c 0	702 (40%) CSP clauses are encoded (12503 clauses, 171839 bytes)
1.14/1.19	c 1	877 (50%) CSP clauses are encoded (33824 clauses, 557338 bytes)
1.26/1.20	c 1	1053 (60%) CSP clauses are encoded (40222 clauses, 669665 bytes)
1.36/1.31	c 1	1228 (70%) CSP clauses are encoded (101289 clauses, 1788419 bytes)
1.56/1.52	c 1	1404 (80%) CSP clauses are encoded (196703 clauses, 3499261 bytes)
1.66/1.67	c 1	1579 (90%) CSP clauses are encoded (284576 clauses, 5111914 bytes)
1.98/1.99	c 1	1754 (100%) CSP clauses are encoded (456739 clauses, 8579998 bytes)
1.98/1.99	c 1	1754 CSP clauses encoded
1.98/1.99	c 1	Writing map file : HOME/temp.map
1.98/2.00	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.00	c 1	SAT : 10721 SAT variables, 456739 SAT clauses, 8579998 bytes
1.98/2.00	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.08/2.03	c 1	OBJECTIVE minimize _COST
2.08/2.03	c 1	SOLVING HOME/temp.cnf
2.08/2.03	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.08/2.03	c 1	This is MiniSat 2.0 beta incremental
2.08/2.03	c 1	WARNING: for repeatability, setting FPU to use double precision
2.08/2.03	c 1	============================[ Problem Statistics ]=============================
2.08/2.03	c 1	|                                                                             |
2.08/2.03	c 1	|  Number of variables:  10721                                                |
2.08/2.03	c 1	|  Number of clauses:    456739                                               |
2.26/2.24	c 2	|  Parsing time:         0.17         s                                       |
2.26/2.25	c 2	OK
2.26/2.25	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.26/2.25	c 2	SEARCHING: _COST <= 293
2.26/2.25	c 2	============================[ Search Statistics ]==============================
2.26/2.25	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.26/2.25	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.26/2.25	c 2	===============================================================================
2.26/2.25	c 2	|         0 |   10721   456739  1340855 |   152246        0    nan |  0.000 % |
2.55/2.52	c 2	===============================================================================
2.55/2.52	c 2	restarts              : 1
2.55/2.52	c 2	conflicts             : 41            (91 /sec)
2.55/2.52	c 2	decisions             : 837           (0.48 % random) (1860 /sec)
2.55/2.52	c 2	propagations          : 152877         (339779 /sec)
2.55/2.52	c 2	conflict literals     : 378            (14.67 % deleted)
2.55/2.52	c 2	Memory used           : 20.96 MB
2.55/2.52	c 2	CPU time              : 0.449931 s
2.55/2.52	c 2	
2.55/2.52	c 2	SATISFIABLE
2.55/2.52	c 2	OK
2.55/2.52	c 2	FOUND: _COST <= 293
2.55/2.52	s SATISFIABLE
2.55/2.52	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.55/2.52	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.58/2.60	c 2	Decoding HOME/temp.out
2.58/2.73	c 2	OBJECTIVE _COST 293
2.58/2.73	o 293
2.58/2.73	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
2.58/2.73	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.58/2.78	c 2	OK
2.58/2.78	c 2	OBJECTIVE BOUND: 0 <= _COST <= 293
2.58/2.78	c 2	SEARCHING: _COST <= 146
2.58/2.78	c 2	============================[ Search Statistics ]==============================
2.58/2.78	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.58/2.78	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.58/2.78	c 2	===============================================================================
2.58/2.78	c 2	|        41 |   10706   456739  1340855 |   152246       40      9 |  0.000 % |
2.80/2.89	c 2	|       141 |   10706   456739  1340855 |   167470      139     13 | 27.518 % |
3.00/3.04	c 2	|       292 |   10706   456739  1340855 |   184218      290     16 | 27.518 % |
3.10/3.15	c 2	|       517 |   10706   456739  1340855 |   202639      515     18 | 27.518 % |
3.30/3.37	c 3	|       855 |   10706   456739  1340855 |   222903      853     18 | 27.518 % |
3.59/3.63	c 3	|      1364 |   10706   456739  1340855 |   245194     1362     18 | 27.518 % |
3.99/4.06	c 3	|      2127 |   10706   456739  1340855 |   269713     2125     18 | 27.518 % |
4.59/4.67	c 4	|      3267 |   10706   456739  1340855 |   296685     3265     19 | 27.518 % |
5.39/5.50	c 5	|      4976 |    7771   290716   851365 |   326353     4974     19 | 27.518 % |
6.48/6.52	c 6	|      7538 |    7771   290716   851365 |   358988     7536     19 | 27.518 % |
8.07/8.10	c 7	|     11383 |    7755   290066   849473 |   394887    11380     19 | 27.667 % |
11.26/11.32	c 11	|     17149 |    7740   289425   847604 |   434376    17142     21 | 28.077 % |
18.03/18.19	c 18	|     25800 |    7711   288143   843861 |   477814    25792     21 | 28.226 % |
28.78/28.93	c 28	|     38774 |    7695   287330   841478 |   525595    38766     21 | 28.226 % |
47.91/48.14	c 47	|     58235 |    7695   287330   841478 |   578155    58227     22 | 28.226 % |
85.36/85.78	c 85	|     87428 |    7695   287330   841478 |   635970    87420     23 | 28.226 % |
151.69/152.40	c 152	|    131219 |    7679   286510   839074 |   699567   131210     24 | 28.376 % |
292.02/293.28	c 293	|    196904 |    7679   286510   839074 |   769524   196895     25 | 28.376 % |
584.41/586.87	c 586	|    295430 |    7679   286510   839074 |   846477   295421     27 | 28.376 % |
1130.37/1135.05	c 1134	|    443220 |    7679   286510   839074 |   931124   443211     27 | 28.376 % |
2313.94/2323.43	c 2323	|    664903 |    7679   286510   839074 |  1024237   664894     28 | 28.376 % |
3600.00/3618.91	c ERROR INTERRUPTED
3600.00/3618.94	c 3618	CPU 3599.29 (0.05 0.03 3599.24 0.71)
3600.00/3618.94	c 3618	END Wed Jul 23 04:14:54 2008

Verifier Data (download as text)

OK	230	355
230 unsatisfied constraints, 355 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-1127731-1216775675/watcher-1127731-1216775675 -o /tmp/evaluation-result-1127731-1216775675/solver-1127731-1216775675 -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-1127731-1216775675.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.00 2.00 1.93 4/80 3786
/proc/meminfo: memFree=1605288/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=6268 CPUtime=0
/proc/3786/stat : 3786 (sugar++) R 3784 3786 3660 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 4660282 6418432 47 996147200 4194304 4206940 548682068528 18446744073709551615 206378694025 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/3786/statm: 1567 47 36 3 0 8 0

[startup+0.0323069 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 3786
/proc/meminfo: memFree=1605288/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=12676 CPUtime=0.01
/proc/3786/stat : 3786 (sugar++) D 3784 3786 3660 0 -1 4194304 531 0 0 0 0 1 0 0 18 0 1 0 4660282 12980224 499 996147200 4194304 4206940 548682068528 18446744073709551615 206381480549 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/3786/statm: 3169 499 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.102232 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 3786
/proc/meminfo: memFree=1605288/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=13336 CPUtime=0.03
/proc/3786/stat : 3786 (sugar++) D 3784 3786 3660 0 -1 4194304 739 0 0 0 2 1 0 0 18 0 1 0 4660282 13656064 707 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/3786/statm: 3334 707 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.30126 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 3786
/proc/meminfo: memFree=1605288/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16740 CPUtime=0.08
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1219 128 0 0 5 3 0 0 19 0 1 0 4660282 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3786/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+0.701295 s]
/proc/loadavg: 2.00 2.00 1.93 4/80 3786
/proc/meminfo: memFree=1605288/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16740 CPUtime=0.49
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1296 4517 0 1 5 3 38 3 16 0 1 0 4660282 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3786/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16740

[startup+1.50238 s]
/proc/loadavg: 2.00 2.00 1.93 2/81 3811
/proc/meminfo: memFree=1630560/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16740 CPUtime=0.49
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1297 4517 0 1 5 3 38 3 16 0 1 0 4660282 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4185 1104 409 3 0 764 0
[pid=3802] ppid=3786 vsize=5356 CPUtime=0
/proc/3802/stat : 3802 (sh) S 3786 3786 3660 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4660345 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3802/statm: 1339 233 193 169 0 50 0
[pid=3803] ppid=3802 vsize=869360 CPUtime=1.07
/proc/3803/stat : 3803 (java) S 3802 3786 3660 0 -1 0 6655 0 1 0 101 6 0 0 20 0 9 0 4660345 890224640 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3803/statm: 217340 5773 2563 9 0 211887 0
[pid=3803/tid=3804] ppid=3802 vsize=869360 CPUtime=0.76
/proc/3803/task/3804/stat : 3804 (java) R 3802 3786 3660 0 -1 64 2797 0 1 0 72 4 0 0 16 0 9 0 4660346 890224640 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4127024783 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3803/tid=3805] ppid=3802 vsize=869360 CPUtime=0.07
/proc/3803/task/3805/stat : 3805 (java) S 3802 3786 3660 0 -1 64 1619 0 0 0 7 0 0 0 16 0 9 0 4660347 890224640 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3803/tid=3806] ppid=3802 vsize=869360 CPUtime=0
/proc/3803/task/3806/stat : 3806 (java) S 3802 3786 3660 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 4660347 890224640 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3803/tid=3807] ppid=3802 vsize=869360 CPUtime=0
/proc/3803/task/3807/stat : 3807 (java) S 3802 3786 3660 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4660347 890224640 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3803/tid=3808] ppid=3802 vsize=869360 CPUtime=0
/proc/3803/task/3808/stat : 3808 (java) S 3802 3786 3660 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 4660349 890224640 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3803/tid=3809] ppid=3802 vsize=869360 CPUtime=0.22
/proc/3803/task/3809/stat : 3809 (java) S 3802 3786 3660 0 -1 64 1545 0 0 0 22 0 0 0 15 0 9 0 4660349 890224640 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3803/tid=3810] ppid=3802 vsize=869360 CPUtime=0
/proc/3803/task/3810/stat : 3810 (java) S 3802 3786 3660 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 4660349 890224640 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3803/tid=3811] ppid=3802 vsize=869360 CPUtime=0
/proc/3803/task/3811/stat : 3811 (java) S 3802 3786 3660 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 4660349 890224640 5773 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 891456

[startup+3.10255 s]
/proc/loadavg: 1.92 1.98 1.92 2/72 3812
/proc/meminfo: memFree=1626472/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 15 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=21588 CPUtime=0.79
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 5323 0 0 0 76 3 0 0 19 0 1 0 4660486 22106112 5270 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3812/statm: 5397 5270 79 151 0 5243 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 38460

[startup+6.30188 s]
/proc/loadavg: 1.92 1.98 1.92 3/76 3872
/proc/meminfo: memFree=1581568/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=21852 CPUtime=3.97
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 5388 0 0 0 394 3 0 0 25 0 1 0 4660486 22376448 5335 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/3812/statm: 5463 5335 79 151 0 5309 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38724

[startup+12.7015 s]
/proc/loadavg: 1.93 1.98 1.92 3/76 3872
/proc/meminfo: memFree=1581584/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=22060 CPUtime=10.34
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 5423 0 0 0 1031 3 0 0 25 0 1 0 4660486 22589440 5370 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3812/statm: 5515 5370 79 151 0 5361 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 38932

[startup+25.5019 s]
/proc/loadavg: 1.94 1.98 1.92 3/76 3884
/proc/meminfo: memFree=1581200/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=22060 CPUtime=23.09
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 5439 0 0 0 2306 3 0 0 25 0 1 0 4660486 22589440 5386 996147200 134512640 135134323 4294956192 18446744073709551615 134530004 0 0 4096 3 0 0 0 17 0 0 0
/proc/3812/statm: 5515 5386 79 151 0 5361 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 38932

[startup+51.1015 s]
/proc/loadavg: 1.96 1.98 1.92 3/76 3884
/proc/meminfo: memFree=1578064/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=25252 CPUtime=48.59
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 6235 0 0 0 4854 5 0 0 25 0 1 0 4660486 25858048 6182 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3812/statm: 6313 6182 79 151 0 6159 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 42124

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.92 3/76 3884
/proc/meminfo: memFree=1567248/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=30856 CPUtime=99.58
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 7599 0 0 0 9951 7 0 0 25 0 1 0 4660486 31596544 7546 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3812/statm: 7714 7546 79 151 0 7560 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 47728

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.92 3/76 3884
/proc/meminfo: memFree=1556752/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=36356 CPUtime=159.34
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 8970 0 0 0 15926 8 0 0 25 0 1 0 4660486 37228544 8917 996147200 134512640 135134323 4294956192 18446744073709551615 134532166 0 0 4096 3 0 0 0 17 0 0 0
/proc/3812/statm: 9089 8917 79 151 0 8935 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 53228

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/76 3884
/proc/meminfo: memFree=1548624/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=40848 CPUtime=219.09
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 10024 0 0 0 21899 10 0 0 25 0 1 0 4660486 41828352 9971 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 0 0 0
/proc/3812/statm: 10212 9971 79 151 0 10058 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 57720

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.92 3/76 3886
/proc/meminfo: memFree=1541200/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=44628 CPUtime=278.85
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 10970 0 0 0 27874 11 0 0 25 0 1 0 4660486 45699072 10917 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/3812/statm: 11157 10917 79 151 0 11003 0
Current children cumulated CPU time (s) 281.16
Current children cumulated vsize (KiB) 61500

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.92 3/76 3886
/proc/meminfo: memFree=1533968/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

[pid=3812] ppid=3786 vsize=136876 CPUtime=2904.43
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 33224 0 0 0 290398 45 0 0 25 0 1 0 4660486 140161024 33155 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3812/statm: 34219 33155 79 151 0 34065 0
Current children cumulated CPU time (s) 2906.74
Current children cumulated vsize (KiB) 153748

[startup+2982.3 s]
/proc/loadavg: 2.04 2.04 1.96 3/76 4388
/proc/meminfo: memFree=1403856/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=137932 CPUtime=2964.14
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 33507 0 0 0 296368 46 0 0 25 0 1 0 4660486 141242368 33438 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3812/statm: 34483 33438 79 151 0 34329 0
Current children cumulated CPU time (s) 2966.45
Current children cumulated vsize (KiB) 154804

[startup+3042.3 s]
/proc/loadavg: 2.01 2.03 1.96 3/76 4388
/proc/meminfo: memFree=1402512/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=139124 CPUtime=3023.86
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 33821 0 0 0 302339 47 0 0 25 0 1 0 4660486 142462976 33752 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3812/statm: 34781 33752 79 151 0 34627 0
Current children cumulated CPU time (s) 3026.17
Current children cumulated vsize (KiB) 155996

[startup+3102.3 s]
/proc/loadavg: 2.00 2.03 1.96 3/76 4388
/proc/meminfo: memFree=1401296/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=140180 CPUtime=3083.57
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 34092 0 0 0 308310 47 0 0 25 0 1 0 4660486 143544320 34023 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3812/statm: 35045 34023 79 151 0 34891 0
Current children cumulated CPU time (s) 3085.88
Current children cumulated vsize (KiB) 157052

[startup+3162.3 s]
/proc/loadavg: 2.05 2.03 1.97 3/76 4388
/proc/meminfo: memFree=1399952/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=141424 CPUtime=3143.28
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 34397 0 0 0 314280 48 0 0 25 0 1 0 4660486 144818176 34328 996147200 134512640 135134323 4294956192 18446744073709551615 134532123 0 0 4096 3 0 0 0 17 1 0 0
/proc/3812/statm: 35356 34328 79 151 0 35202 0
Current children cumulated CPU time (s) 3145.59
Current children cumulated vsize (KiB) 158296

[startup+3222.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/76 4388
/proc/meminfo: memFree=1398672/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=142744 CPUtime=3202.99
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 34734 0 0 0 320251 48 0 0 25 0 1 0 4660486 146169856 34665 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/3812/statm: 35686 34665 79 151 0 35532 0
Current children cumulated CPU time (s) 3205.3
Current children cumulated vsize (KiB) 159616

[startup+3282.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/76 4388
/proc/meminfo: memFree=1397264/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=143932 CPUtime=3262.71
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 35037 0 0 0 326222 49 0 0 25 0 1 0 4660486 147386368 34968 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3812/statm: 35983 34968 79 151 0 35829 0
Current children cumulated CPU time (s) 3265.02
Current children cumulated vsize (KiB) 160804

[startup+3342.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/76 4388
/proc/meminfo: memFree=1396176/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=144988 CPUtime=3322.41
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 35299 0 0 0 332192 49 0 0 25 0 1 0 4660486 148467712 35230 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3812/statm: 36247 35230 79 151 0 36093 0
Current children cumulated CPU time (s) 3324.72
Current children cumulated vsize (KiB) 161860

[startup+3402.31 s]
/proc/loadavg: 2.00 2.01 1.97 3/76 4388
/proc/meminfo: memFree=1394640/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=146500 CPUtime=3382.14
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 35655 0 0 0 338164 50 0 0 25 0 1 0 4660486 150016000 35586 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3812/statm: 36625 35586 79 151 0 36471 0
Current children cumulated CPU time (s) 3384.45
Current children cumulated vsize (KiB) 163372

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/76 4388
/proc/meminfo: memFree=1393104/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=147808 CPUtime=3441.84
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 35997 0 0 0 344134 50 0 0 25 0 1 0 4660486 151355392 35928 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3812/statm: 36952 35928 79 151 0 36798 0
Current children cumulated CPU time (s) 3444.15
Current children cumulated vsize (KiB) 164680

[startup+3522.3 s]
/proc/loadavg: 2.08 2.02 1.97 3/76 4388
/proc/meminfo: memFree=1391824/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=148864 CPUtime=3501.55
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 36272 0 0 0 350104 51 0 0 25 0 1 0 4660486 152436736 36203 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3812/statm: 37216 36203 79 151 0 37062 0
Current children cumulated CPU time (s) 3503.86
Current children cumulated vsize (KiB) 165736

[startup+3582.3 s]
/proc/loadavg: 2.26 2.06 1.99 3/76 4388
/proc/meminfo: memFree=1389840/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=150456 CPUtime=3561.27
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 36612 0 0 0 356075 52 0 0 25 0 1 0 4660486 154066944 36543 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3812/statm: 37614 36543 79 151 0 37460 0
Current children cumulated CPU time (s) 3563.58
Current children cumulated vsize (KiB) 167328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.9 s]
/proc/loadavg: 2.14 2.05 1.99 3/76 4388
/proc/meminfo: memFree=1387984/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=151116 CPUtime=3597.69
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 36805 0 0 0 359717 52 0 0 25 0 1 0 4660486 154742784 36736 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3812/statm: 37779 36736 79 151 0 37625 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 167988

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

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

[startup+3618.9 s]
/proc/loadavg: 2.14 2.05 1.99 3/76 4388
/proc/meminfo: memFree=1387984/2055920 swapFree=4192956/4192956
[pid=3786] ppid=3784 vsize=16872 CPUtime=2.31
/proc/3786/stat : 3786 (sugar++) S 3784 3786 3660 0 -1 4194304 1565 15508 0 3 5 3 206 17 16 0 1 0 4660282 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3786/statm: 4218 1130 414 3 0 797 0
[pid=3812] ppid=3786 vsize=151116 CPUtime=3597.69
/proc/3812/stat : 3812 (minisat-inc) R 3786 3786 3660 0 -1 4194304 36805 0 0 0 359717 52 0 0 25 0 1 0 4660486 154742784 36736 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3812/statm: 37779 36736 79 151 0 37625 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 167988

Child status: 0
Real time (s): 3618.94
CPU time (s): 3600.06
CPU user time (s): 3599.3
CPU system time (s): 0.760884
CPU usage (%): 99.4783
Max. virtual memory (cumulated for all children) (KiB): 891456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.3
system time used= 0.760884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53957
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= 1672
involuntary context switches= 48999

runsolver used 4.07638 second user time and 12.3921 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-23 03:14:35
IDJOB=1127731
IDBENCH=63884
IDSOLVER=367
FILE ID=node2/1127731-1216775675
PBS_JOBID= 7974150
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/2-40-1100-2000/normalized-cnf-2-40-1100-987629_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-1127731-1216775675/watcher-1127731-1216775675 -o /tmp/evaluation-result-1127731-1216775675/solver-1127731-1216775675 -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-1127731-1216775675.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7aa3e4a9e7b1c23c3636dce1033d6455
RANDOM SEED=305966918

node2.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
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.239
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:       1605768 kB
Buffers:         23576 kB
Cached:         325944 kB
SwapCached:          0 kB
Active:         307764 kB
Inactive:        97712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605768 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             892 kB
Writeback:           0 kB
Mapped:          76232 kB
Slab:            29708 kB
Committed_AS:   886496 kB
PageTables:       1980 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= 66560 MiB
End job on node2 at 2008-07-23 04:14:56