Trace number 1127755

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.07 3628.84

General information on the benchmark

Namemaxcsp/cnf/2-40-1100-2000/
normalized-cnf-2-40-1100-987630_ext.xml
MD5SUM7c16eeb01fe59010ffa3ef85c9121239
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints162
Best CPU time to get the best result obtained on this benchmark2.03169
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints581
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension581
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 Wed Jul 23 03:18:23 2008
0.04/0.08	c 0	PID 4255
0.04/0.08	c 0	HOST node68.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-1127755-1216775903.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-1127755-1216775903.xml' 'HOME/temp.csp'
0.07/0.44	c 1	1 domains, 40 variables, 0 predicates, 14 relations, 581 constraints
0.07/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.54	c 1	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.51/0.62	c 1	Parsing HOME/temp.csp
0.51/0.78	c 1	parsed 636 expressions
0.51/0.84	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.51/0.86	c 1	MAX CSP: 581 constraints
0.51/0.86	c 1	Converting to clausal form CSP
0.51/0.89	c 1	converted 122 (10%) expressions
0.51/0.90	c 1	converted 244 (20%) expressions
0.51/0.91	c 1	converted 366 (30%) expressions
0.51/0.92	c 1	converted 488 (40%) expressions
0.51/0.94	c 1	converted 610 (50%) expressions
0.51/0.95	c 1	converted 732 (60%) expressions
0.51/0.96	c 1	converted 854 (70%) expressions
0.51/0.97	c 1	converted 976 (80%) expressions
0.95/1.07	c 1	converted 1098 (90%) expressions
1.04/1.19	c 1	converted 1220 (100%) expressions
1.04/1.19	c 1	CSP : 1202 integers, 0 booleans, 1742 clauses, largest domain size 872
1.04/1.19	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.19	c 1	Propagation in CSP
1.14/1.23	c 1	577 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.23	c 1	CSP : 1202 integers, 0 booleans, 1742 clauses, largest domain size 582
1.14/1.23	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.24	c 2	CSP : 1202 integers, 0 booleans, 1742 clauses, largest domain size 582
1.14/1.24	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.27	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.28	c 2	121 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.28	c 2	241 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.28	c 2	361 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.28	c 2	481 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.29	c 2	601 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.14/1.30	c 2	722 (60%) CSP integer variables are encoded (1052 clauses, 12985 bytes)
1.24/1.30	c 2	842 (70%) CSP integer variables are encoded (1881 clauses, 23762 bytes)
1.24/1.30	c 2	962 (80%) CSP integer variables are encoded (2878 clauses, 36723 bytes)
1.24/1.31	c 2	1082 (90%) CSP integer variables are encoded (8031 clauses, 103712 bytes)
1.24/1.31	c 2	1202 (100%) CSP integer variables are encoded (9439 clauses, 123297 bytes)
1.24/1.34	c 2	175 (10%) CSP clauses are encoded (9654 clauses, 125726 bytes)
1.24/1.35	c 2	349 (20%) CSP clauses are encoded (9865 clauses, 128384 bytes)
1.24/1.37	c 2	523 (30%) CSP clauses are encoded (10075 clauses, 131082 bytes)
1.24/1.39	c 2	697 (40%) CSP clauses are encoded (12370 clauses, 169723 bytes)
1.34/1.44	c 2	871 (50%) CSP clauses are encoded (33426 clauses, 550364 bytes)
1.34/1.46	c 2	1046 (60%) CSP clauses are encoded (39825 clauses, 662727 bytes)
1.44/1.57	c 2	1220 (70%) CSP clauses are encoded (99995 clauses, 1764996 bytes)
1.64/1.73	c 2	1394 (80%) CSP clauses are encoded (154669 clauses, 2728345 bytes)
1.83/1.96	c 2	1568 (90%) CSP clauses are encoded (280871 clauses, 5044348 bytes)
2.23/2.30	c 3	1742 (100%) CSP clauses are encoded (450679 clauses, 8377662 bytes)
2.23/2.30	c 3	1742 CSP clauses encoded
2.23/2.30	c 3	Writing map file : HOME/temp.map
2.23/2.31	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.31	c 3	SAT : 10641 SAT variables, 450679 SAT clauses, 8377662 bytes
2.23/2.31	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.32	c 3	OBJECTIVE minimize _COST
2.23/2.32	c 3	SOLVING HOME/temp.cnf
2.23/2.32	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.23/2.32	c 3	This is MiniSat 2.0 beta incremental
2.23/2.32	c 3	WARNING: for repeatability, setting FPU to use double precision
2.23/2.32	c 3	============================[ Problem Statistics ]=============================
2.23/2.32	c 3	|                                                                             |
2.23/2.32	c 3	|  Number of variables:  10641                                                |
2.23/2.32	c 3	|  Number of clauses:    450679                                               |
2.27/2.53	c 3	|  Parsing time:         0.18         s                                       |
2.27/2.54	c 3	OK
2.27/2.54	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.27/2.54	c 3	SEARCHING: _COST <= 291
2.27/2.54	c 3	============================[ Search Statistics ]==============================
2.27/2.54	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.27/2.54	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.27/2.54	c 3	===============================================================================
2.27/2.54	c 3	|         0 |   10641   450679  1322892 |   150226        0    nan |  0.000 % |
2.27/2.75	c 3	|       100 |   10639   450679  1322892 |   165248       99     24 |  0.134 % |
2.27/2.82	c 3	|       250 |   10639   450679  1322892 |   181773      249     27 |  0.134 % |
2.27/2.86	c 3	===============================================================================
2.27/2.86	c 3	restarts              : 3
2.27/2.86	c 3	conflicts             : 318           (644 /sec)
2.27/2.86	c 3	decisions             : 1004          (1.00 % random) (2033 /sec)
2.27/2.86	c 3	propagations          : 245456         (496951 /sec)
2.27/2.86	c 3	conflict literals     : 7945           (18.51 % deleted)
2.27/2.86	c 3	Memory used           : 20.71 MB
2.27/2.86	c 3	CPU time              : 0.493924 s
2.27/2.86	c 3	
2.27/2.86	c 3	SATISFIABLE
2.27/2.86	c 3	OK
2.27/2.86	c 3	FOUND: _COST <= 291
2.27/2.86	s SATISFIABLE
2.27/2.86	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.27/2.86	c 3	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.27/2.95	c 3	Decoding HOME/temp.out
2.27/3.05	c 3	OBJECTIVE _COST 289
2.27/3.05	o 289
2.27/3.05	v 0 1 1 1 1 0 1 1 1 1 1 1 0 1 0 1 1 0 0 0 1 1 1 1 1 1 0 1 1 0 0 1 0 0 0 1 1 1 0 1
2.27/3.06	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.27/3.08	c 3	OK
2.27/3.08	c 3	OBJECTIVE BOUND: 0 <= _COST <= 289
2.27/3.08	c 3	SEARCHING: _COST <= 144
2.27/3.09	c 3	============================[ Search Statistics ]==============================
2.27/3.10	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.27/3.10	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.27/3.10	c 3	===============================================================================
2.27/3.10	c 3	|       318 |   10627   450679  1322892 |   150226      317     25 |  0.134 % |
3.10/3.21	c 3	|       419 |   10627   450679  1322892 |   165248      418     24 | 27.593 % |
3.19/3.32	c 4	|       569 |   10627   450679  1322892 |   181773      566     21 | 27.884 % |
3.29/3.47	c 4	|       794 |   10627   450679  1322892 |   199951      791     19 | 27.884 % |
3.49/3.63	c 4	|      1131 |   10627   450679  1322892 |   219946     1128     18 | 27.884 % |
3.89/4.03	c 4	|      1639 |   10626   450679  1322892 |   241941     1633     18 | 28.298 % |
4.29/4.45	c 5	|      2399 |   10626   450679  1322892 |   266135     2393     18 | 28.298 % |
4.98/5.13	c 5	|      3538 |    7618   281650   824631 |   292748     3530     18 | 28.410 % |
5.77/5.96	c 6	|      5248 |    7618   281650   824631 |   322023     5240     18 | 28.410 % |
7.26/7.47	c 8	|      7811 |    7618   281650   824631 |   354225     7803     20 | 28.410 % |
9.64/9.88	c 10	|     11655 |    7589   280391   820952 |   389648    11643     22 | 28.974 % |
13.00/13.21	c 13	|     17421 |    7557   278768   816193 |   428613    17407     22 | 29.388 % |
18.05/18.37	c 19	|     26070 |    7514   276776   810369 |   471474    26054     22 | 29.388 % |
27.86/28.20	c 28	|     39044 |    7514   276776   810369 |   518622    39028     22 | 29.388 % |
41.72/42.21	c 42	|     58505 |    7499   276090   808363 |   570484    58488     21 | 29.529 % |
82.85/83.78	c 84	|     87699 |    7499   276090   808363 |   627532    87682     23 | 29.529 % |
155.13/156.33	c 157	|    131489 |    7499   276090   808363 |   690285   131472     25 | 29.529 % |
306.97/308.86	c 309	|    197173 |    7499   276090   808363 |   759314   197156     26 | 29.529 % |
591.31/594.41	c 595	|    295699 |    7499   276090   808363 |   835245   295682     27 | 29.529 % |
1093.11/1098.46	c 1099	|    443490 |    7499   276090   808363 |   918770   443473     27 | 29.529 % |
2158.82/2171.04	c 2171	|    665174 |    7471   274497   803678 |  1010647   665153     27 | 29.792 % |
3600.01/3628.81	c ERROR INTERRUPTED
3600.01/3628.84	c 3629	CPU 3599.32 (0.07 0.01 3599.25 0.71)
3600.01/3628.84	c 3629	END Wed Jul 23 04:18:52 2008

Verifier Data (download as text)

OK	206	375
206 unsatisfied constraints, 375 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-1127755-1216775903/watcher-1127755-1216775903 -o /tmp/evaluation-result-1127755-1216775903/solver-1127755-1216775903 -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-1127755-1216775903.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: 1.92 2.01 2.00 4/81 4255
/proc/meminfo: memFree=1624744/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=12268 CPUtime=0
/proc/4255/stat : 4255 (sugar++) R 4253 4255 4010 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4647474 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 209560762981 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4255/statm: 3067 316 241 3 0 167 0

[startup+0.0666629 s]
/proc/loadavg: 1.92 2.01 2.00 4/81 4255
/proc/meminfo: memFree=1624744/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16212 CPUtime=0.04
/proc/4255/stat : 4255 (sugar++) R 4253 4255 4010 0 -1 4194304 967 0 0 0 4 0 0 0 18 0 1 0 4647474 16601088 935 996147200 4194304 4206940 548682068528 18446744073709551615 209560762981 0 0 4224 0 0 0 0 17 1 0 0
/proc/4255/statm: 4053 935 380 3 0 632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16212

[startup+0.101662 s]
/proc/loadavg: 1.92 2.01 2.00 4/81 4255
/proc/meminfo: memFree=1624744/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16740 CPUtime=0.07
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 4647474 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301677 s]
/proc/loadavg: 1.92 2.01 2.00 4/81 4255
/proc/meminfo: memFree=1624744/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16740 CPUtime=0.07
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 4647474 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.70172 s]
/proc/loadavg: 1.92 2.01 2.00 4/81 4255
/proc/meminfo: memFree=1624744/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16740 CPUtime=0.51
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1296 4531 0 1 6 1 42 2 16 0 1 0 4647474 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16740

[startup+1.5028 s]
/proc/loadavg: 1.92 2.01 2.00 4/92 4277
/proc/meminfo: memFree=1614928/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16740 CPUtime=0.51
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1297 4531 0 1 6 1 42 2 15 0 1 0 4647474 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4185 1104 409 3 0 764 0
[pid=4268] ppid=4255 vsize=5356 CPUtime=0
/proc/4268/stat : 4268 (sh) S 4255 4255 4010 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4647529 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4268/statm: 1339 233 193 169 0 50 0
[pid=4269] ppid=4268 vsize=868480 CPUtime=0.93
/proc/4269/stat : 4269 (java) S 4268 4255 4010 0 -1 0 6547 0 1 0 89 4 0 0 18 0 9 0 4647529 889323520 5739 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4269/statm: 217120 5739 2563 9 0 211667 0
[pid=4269/tid=4270] ppid=4268 vsize=868480 CPUtime=0.6
/proc/4269/task/4270/stat : 4270 (java) R 4268 4255 4010 0 -1 64 2744 0 1 0 58 2 0 0 18 0 9 0 4647530 889323520 5739 996147200 134512640 134550740 4294955920 18446744073709551615 4126487433 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4269/tid=4271] ppid=4268 vsize=868480 CPUtime=0.06
/proc/4269/task/4271/stat : 4271 (java) S 4268 4255 4010 0 -1 64 1618 0 0 0 6 0 0 0 16 0 9 0 4647531 889323520 5739 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4269/tid=4272] ppid=4268 vsize=868480 CPUtime=0
/proc/4269/task/4272/stat : 4272 (java) S 4268 4255 4010 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4647531 889323520 5739 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4269/tid=4273] ppid=4268 vsize=868480 CPUtime=0
/proc/4269/task/4273/stat : 4273 (java) S 4268 4255 4010 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4647531 889323520 5739 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4269/tid=4274] ppid=4268 vsize=868480 CPUtime=0
/proc/4269/task/4274/stat : 4274 (java) S 4268 4255 4010 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4647533 889323520 5739 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4269/tid=4275] ppid=4268 vsize=868480 CPUtime=0.24
/proc/4269/task/4275/stat : 4275 (java) S 4268 4255 4010 0 -1 64 1492 0 0 0 24 0 0 0 16 0 9 0 4647533 889323520 5739 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4269/tid=4276] ppid=4268 vsize=868480 CPUtime=0
/proc/4269/task/4276/stat : 4276 (java) S 4268 4255 4010 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4647533 889323520 5739 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4269/tid=4277] ppid=4268 vsize=868480 CPUtime=0
/proc/4269/task/4277/stat : 4277 (java) S 4268 4255 4010 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4647533 889323520 5739 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890576

[startup+3.10196 s]
/proc/loadavg: 1.92 2.01 2.00 3/92 4277
/proc/meminfo: memFree=1602000/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 16872

[startup+6.30129 s]
/proc/loadavg: 1.93 2.01 2.00 3/83 4288
/proc/meminfo: memFree=1592096/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 15 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=21464 CPUtime=3.72
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 5300 0 0 0 368 4 0 0 25 0 1 0 4647707 21979136 5246 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 5366 5246 80 151 0 5212 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 38336

[startup+12.7029 s]
/proc/loadavg: 1.93 2.01 2.00 3/83 4288
/proc/meminfo: memFree=1592160/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=21612 CPUtime=10.06
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 5312 0 0 0 1002 4 0 0 25 0 1 0 4647707 22130688 5258 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 5403 5258 80 151 0 5249 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 38484

[startup+25.5012 s]
/proc/loadavg: 1.95 2.01 2.00 3/83 4288
/proc/meminfo: memFree=1592032/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=21776 CPUtime=22.73
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 5365 0 0 0 2269 4 0 0 25 0 1 0 4647707 22298624 5311 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 5444 5311 80 151 0 5290 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 38648

[startup+51.1017 s]
/proc/loadavg: 1.96 2.01 2.00 3/83 4288
/proc/meminfo: memFree=1588704/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=25420 CPUtime=48.09
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 6250 0 0 0 4805 4 0 0 25 0 1 0 4647707 26030080 6196 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 6355 6196 80 151 0 6201 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 42292

[startup+102.307 s]
/proc/loadavg: 1.94 1.99 1.99 3/82 4326
/proc/meminfo: memFree=1560816/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=30668 CPUtime=98.92
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 7535 0 0 0 9884 8 0 0 25 0 1 0 4647707 31404032 7481 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 7667 7481 80 151 0 7513 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 47540

[startup+162.302 s]
/proc/loadavg: 1.98 1.99 1.99 3/82 4326
/proc/meminfo: memFree=1555376/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=35888 CPUtime=158.65
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 8856 0 0 0 15856 9 0 0 25 0 1 0 4647707 36749312 8802 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 8972 8802 80 151 0 8818 0
Current children cumulated CPU time (s) 161.1
Current children cumulated vsize (KiB) 52760

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 4326
/proc/meminfo: memFree=1550960/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=40360 CPUtime=218.4
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 9934 0 0 0 21829 11 0 0 25 0 1 0 4647707 41328640 9880 996147200 134512640 135134323 4294956192 18446744073709551615 134532056 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 10090 9880 80 151 0 9936 0
Current children cumulated CPU time (s) 220.85
Current children cumulated vsize (KiB) 57232

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 4326
/proc/meminfo: memFree=1547120/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=44204 CPUtime=278.14
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 10894 0 0 0 27802 12 0 0 25 0 1 0 4647707 45264896 10840 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 11051 10840 80 151 0 10897 0
Current children cumulated CPU time (s) 280.59
Current children cumulated vsize (KiB) 61076

[startup+342.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/82 4326
/proc/meminfo: memFree=1543280/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=48516 CPUtime=337.87
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 11869 0 0 0 33774 13 0 0 25 0 1 0 4647707 49680384 11815 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=4278] ppid=4255 vsize=136272 CPUtime=2837.69
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 33051 0 0 0 283721 48 0 0 25 0 1 0 4647707 139542528 32981 996147200 134512640 135134323 4294956192 18446744073709551615 134531955 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 34068 32981 80 151 0 33914 0
Current children cumulated CPU time (s) 2840.14
Current children cumulated vsize (KiB) 153144

[startup+2922.3 s]
/proc/loadavg: 2.73 2.71 2.50 4/82 4866
/proc/meminfo: memFree=1414640/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=137372 CPUtime=2897.16
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 33341 0 0 0 289668 48 0 0 25 0 1 0 4647707 140668928 33271 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 34343 33271 80 151 0 34189 0
Current children cumulated CPU time (s) 2899.61
Current children cumulated vsize (KiB) 154244

[startup+2982.3 s]
/proc/loadavg: 2.64 2.70 2.51 3/82 4866
/proc/meminfo: memFree=1413488/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=138456 CPUtime=2956.63
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 33605 0 0 0 295614 49 0 0 25 0 1 0 4647707 141778944 33535 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 34614 33535 80 151 0 34460 0
Current children cumulated CPU time (s) 2959.08
Current children cumulated vsize (KiB) 155328

[startup+3042.3 s]
/proc/loadavg: 2.75 2.71 2.52 4/82 4866
/proc/meminfo: memFree=1412400/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=139512 CPUtime=3016.12
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 33900 0 0 0 301563 49 0 0 25 0 1 0 4647707 142860288 33830 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 34878 33830 80 151 0 34724 0
Current children cumulated CPU time (s) 3018.57
Current children cumulated vsize (KiB) 156384

[startup+3102.3 s]
/proc/loadavg: 2.73 2.71 2.54 4/82 4866
/proc/meminfo: memFree=1410928/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=141220 CPUtime=3075.6
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 34251 0 0 0 307511 49 0 0 25 0 1 0 4647707 144609280 34181 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 35305 34181 80 151 0 35151 0
Current children cumulated CPU time (s) 3078.05
Current children cumulated vsize (KiB) 158092

[startup+3162.3 s]
/proc/loadavg: 2.45 2.64 2.52 4/82 4866
/proc/meminfo: memFree=1409712/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=142408 CPUtime=3135.09
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 34565 0 0 0 313459 50 0 0 25 0 1 0 4647707 145825792 34495 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 35602 34495 80 151 0 35448 0
Current children cumulated CPU time (s) 3137.54
Current children cumulated vsize (KiB) 159280

[startup+3222.3 s]
/proc/loadavg: 2.50 2.61 2.52 4/82 4866
/proc/meminfo: memFree=1408304/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=143768 CPUtime=3194.56
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 34906 0 0 0 319406 50 0 0 25 0 1 0 4647707 147218432 34836 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 35942 34836 80 151 0 35788 0
Current children cumulated CPU time (s) 3197.01
Current children cumulated vsize (KiB) 160640

[startup+3282.3 s]
/proc/loadavg: 2.54 2.59 2.52 3/82 4866
/proc/meminfo: memFree=1407088/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=144876 CPUtime=3254.05
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 35193 0 0 0 325354 51 0 0 25 0 1 0 4647707 148353024 35123 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 36219 35123 80 151 0 36065 0
Current children cumulated CPU time (s) 3256.5
Current children cumulated vsize (KiB) 161748

[startup+3342.3 s]
/proc/loadavg: 2.52 2.58 2.52 3/82 4866
/proc/meminfo: memFree=1406000/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=145948 CPUtime=3313.53
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 35491 0 0 0 331302 51 0 0 25 0 1 0 4647707 149450752 35421 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 36487 35421 80 151 0 36333 0
Current children cumulated CPU time (s) 3315.98
Current children cumulated vsize (KiB) 162820

[startup+3402.31 s]
/proc/loadavg: 2.49 2.55 2.51 3/82 4866
/proc/meminfo: memFree=1404720/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=147136 CPUtime=3373.01
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 35797 0 0 0 337250 51 0 0 25 0 1 0 4647707 150667264 35727 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 36784 35727 80 151 0 36630 0
Current children cumulated CPU time (s) 3375.46
Current children cumulated vsize (KiB) 164008

[startup+3462.3 s]
/proc/loadavg: 2.74 2.62 2.53 3/82 4866
/proc/meminfo: memFree=1403504/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=148460 CPUtime=3432.5
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 36076 0 0 0 343198 52 0 0 25 0 1 0 4647707 152023040 36006 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 37115 36006 80 151 0 36961 0
Current children cumulated CPU time (s) 3434.95
Current children cumulated vsize (KiB) 165332

[startup+3522.3 s]
/proc/loadavg: 2.74 2.63 2.54 3/82 4866
/proc/meminfo: memFree=1401712/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=150512 CPUtime=3491.98
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 36522 0 0 0 349146 52 0 0 25 0 1 0 4647707 154124288 36452 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 37628 36452 80 151 0 37474 0
Current children cumulated CPU time (s) 3494.43
Current children cumulated vsize (KiB) 167384

[startup+3582.3 s]
/proc/loadavg: 2.85 2.68 2.56 4/82 4866
/proc/meminfo: memFree=1400496/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=151580 CPUtime=3551.45
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 36815 0 0 0 355093 52 0 0 25 0 1 0 4647707 155217920 36745 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 37895 36745 80 151 0 37741 0
Current children cumulated CPU time (s) 3553.9
Current children cumulated vsize (KiB) 168452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3628.8 s]
/proc/loadavg: 2.74 2.67 2.56 4/82 4866
/proc/meminfo: memFree=1399408/2055920 swapFree=4192956/4192956
[pid=4255] ppid=4253 vsize=16872 CPUtime=2.45
/proc/4255/stat : 4255 (sugar++) S 4253 4255 4010 0 -1 4194304 1564 15477 0 3 7 1 222 15 16 0 1 0 4647474 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4255/statm: 4218 1130 414 3 0 797 0
[pid=4278] ppid=4255 vsize=152560 CPUtime=3597.56
/proc/4278/stat : 4278 (minisat-inc) R 4255 4255 4010 0 -1 4194304 37077 0 0 0 359703 53 0 0 25 0 1 0 4647707 156221440 37007 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/4278/statm: 38140 37007 80 151 0 37986 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 169432

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): 3628.84
CPU time (s): 3600.07
CPU user time (s): 3599.33
CPU system time (s): 0.740887
CPU usage (%): 99.2071
Max. virtual memory (cumulated for all children) (KiB): 890576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.33
system time used= 0.740887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54197
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= 3179
involuntary context switches= 95910

runsolver used 4.30534 second user time and 9.99748 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-23 03:18:23
IDJOB=1127755
IDBENCH=63914
IDSOLVER=367
FILE ID=node68/1127755-1216775903
PBS_JOBID= 7974113
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-987630_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-1127755-1216775903/watcher-1127755-1216775903 -o /tmp/evaluation-result-1127755-1216775903/solver-1127755-1216775903 -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-1127755-1216775903.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7c16eeb01fe59010ffa3ef85c9121239
RANDOM SEED=1046152523

node68.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.236
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.236
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:       1625224 kB
Buffers:         34056 kB
Cached:         323352 kB
SwapCached:          0 kB
Active:         309016 kB
Inactive:        76864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1625224 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             872 kB
Writeback:           0 kB
Mapped:          48644 kB
Slab:            29780 kB
Committed_AS:   124336 kB
PageTables:       1916 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 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 node68 at 2008-07-23 04:18:54