Trace number 1127747

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.16 3612.34

General information on the benchmark

Namemaxcsp/cnf/2-40-1100-2000/
normalized-cnf-2-40-1500-890427_ext.xml
MD5SUM90f7b9abdcdac203ebdb13b5ee771492
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints210
Best CPU time to get the best result obtained on this benchmark1.52277
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints640
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension640
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 23 03:17:02 2008
0.00/0.08	c 0	PID 7165
0.06/0.08	c 0	HOST node60.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1127747-1216775821.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127747-1216775821.xml' 'HOME/temp.csp'
0.06/0.44	c 0	1 domains, 40 variables, 0 predicates, 14 relations, 640 constraints
0.06/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.46	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.41/0.55	c 0	Parsing HOME/temp.csp
0.41/0.72	c 0	parsed 695 expressions
0.41/0.78	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.80	c 0	MAX CSP: 640 constraints
0.41/0.80	c 0	Converting to clausal form CSP
0.41/0.83	c 0	converted 134 (10%) expressions
0.41/0.84	c 0	converted 268 (20%) expressions
0.41/0.86	c 0	converted 402 (30%) expressions
0.41/0.87	c 0	converted 536 (40%) expressions
0.41/0.88	c 0	converted 669 (50%) expressions
0.41/0.89	c 0	converted 803 (60%) expressions
0.41/0.92	c 0	converted 937 (70%) expressions
0.41/1.00	c 0	converted 1071 (80%) expressions
0.93/1.01	c 0	converted 1205 (90%) expressions
1.03/1.13	c 1	converted 1338 (100%) expressions
1.03/1.13	c 1	CSP : 1320 integers, 0 booleans, 1919 clauses, largest domain size 961
1.03/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.13	c 1	Propagation in CSP
1.03/1.17	c 1	638 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.18	c 1	CSP : 1320 integers, 0 booleans, 1919 clauses, largest domain size 641
1.03/1.18	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.18	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.18	c 1	CSP : 1320 integers, 0 booleans, 1919 clauses, largest domain size 641
1.03/1.18	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.22	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.23	c 1	132 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.23	c 1	264 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.23	c 1	396 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.24	c 1	528 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.24	c 1	660 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.12/1.25	c 1	792 (60%) CSP integer variables are encoded (5492 clauses, 70823 bytes)
1.12/1.26	c 1	924 (70%) CSP integer variables are encoded (6907 clauses, 89218 bytes)
1.12/1.26	c 1	1056 (80%) CSP integer variables are encoded (8344 clauses, 107899 bytes)
1.12/1.26	c 1	1188 (90%) CSP integer variables are encoded (9249 clauses, 120471 bytes)
1.12/1.26	c 1	1320 (100%) CSP integer variables are encoded (10499 clauses, 139221 bytes)
1.12/1.29	c 1	192 (10%) CSP clauses are encoded (10751 clauses, 142012 bytes)
1.21/1.31	c 1	384 (20%) CSP clauses are encoded (11000 clauses, 145042 bytes)
1.21/1.33	c 1	576 (30%) CSP clauses are encoded (11247 clauses, 148123 bytes)
1.41/1.59	c 1	768 (40%) CSP clauses are encoded (71093 clauses, 1205475 bytes)
1.71/1.87	c 1	960 (50%) CSP clauses are encoded (228103 clauses, 4088028 bytes)
1.71/1.89	c 1	1152 (60%) CSP clauses are encoded (235693 clauses, 4221693 bytes)
2.11/2.26	c 2	1344 (70%) CSP clauses are encoded (437309 clauses, 7934903 bytes)
2.11/2.28	c 2	1536 (80%) CSP clauses are encoded (446051 clauses, 8089236 bytes)
2.20/2.32	c 2	1728 (90%) CSP clauses are encoded (466973 clauses, 8509603 bytes)
2.30/2.47	c 2	1919 (100%) CSP clauses are encoded (544327 clauses, 10153807 bytes)
2.30/2.47	c 2	1919 CSP clauses encoded
2.30/2.47	c 2	Writing map file : HOME/temp.map
2.30/2.49	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.30/2.49	c 2	SAT : 11819 SAT variables, 544327 SAT clauses, 10153807 bytes
2.30/2.49	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/2.51	c 2	OBJECTIVE minimize _COST
2.39/2.51	c 2	SOLVING HOME/temp.cnf
2.39/2.51	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
2.39/2.51	c 2	This is MiniSat 2.0 beta incremental
2.39/2.51	c 2	WARNING: for repeatability, setting FPU to use double precision
2.39/2.51	c 2	============================[ Problem Statistics ]=============================
2.39/2.51	c 2	|                                                                             |
2.39/2.51	c 2	|  Number of variables:  11819                                                |
2.39/2.51	c 2	|  Number of clauses:    544327                                               |
2.41/2.77	c 2	|  Parsing time:         0.21         s                                       |
2.41/2.79	c 2	OK
2.41/2.79	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.41/2.79	c 2	SEARCHING: _COST <= 320
2.41/2.79	c 2	============================[ Search Statistics ]==============================
2.41/2.79	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.41/2.79	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.41/2.79	c 2	===============================================================================
2.41/2.79	c 2	|         0 |   11819   544327  1600461 |   181442        0    nan |  0.000 % |
2.41/3.16	c 3	===============================================================================
2.41/3.16	c 3	restarts              : 1
2.41/3.16	c 3	conflicts             : 57            (97 /sec)
2.41/3.16	c 3	decisions             : 946           (1.27 % random) (1606 /sec)
2.41/3.16	c 3	propagations          : 143396         (243494 /sec)
2.41/3.16	c 3	conflict literals     : 940            (11.82 % deleted)
2.41/3.16	c 3	Memory used           : 24.95 MB
2.41/3.16	c 3	CPU time              : 0.58891 s
2.41/3.16	c 3	
2.41/3.16	c 3	SATISFIABLE
2.41/3.16	c 3	OK
2.41/3.16	c 3	FOUND: _COST <= 320
2.41/3.16	s SATISFIABLE
2.41/3.16	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.41/3.16	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'
3.07/3.25	c 3	Decoding HOME/temp.out
3.17/3.36	c 3	OBJECTIVE _COST 320
3.17/3.36	o 320
3.17/3.36	v 1 1 1 1 0 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 0 0 1 0
3.17/3.37	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.17/3.38	c 3	OK
3.17/3.38	c 3	OBJECTIVE BOUND: 0 <= _COST <= 320
3.17/3.38	c 3	SEARCHING: _COST <= 160
3.17/3.39	c 3	============================[ Search Statistics ]==============================
3.26/3.40	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.26/3.40	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.26/3.40	c 3	===============================================================================
3.26/3.40	c 3	|        57 |   11819   544327  1600461 |   181442       57     16 |  0.000 % |
3.36/3.58	c 3	|       157 |   11819   544327  1600461 |   199586      154     15 | 27.601 % |
3.56/3.72	c 3	|       307 |   11819   544327  1600461 |   219545      303     18 | 27.736 % |
3.66/3.89	c 3	|       534 |   11819   544327  1600461 |   241499      530     18 | 27.736 % |
3.96/4.13	c 4	|       873 |   11819   544327  1600461 |   265649      869     19 | 27.736 % |
4.35/4.58	c 4	|      1379 |   11818   544327  1600461 |   292214     1373     19 | 27.999 % |
4.75/4.98	c 4	|      2138 |   11818   544327  1600461 |   321436     2131     18 | 28.125 % |
5.34/5.55	c 5	|      3278 |   11816   544327  1600461 |   353579     3269     16 | 28.379 % |
6.53/6.70	c 6	|      4986 |    8465   340155   997779 |   388937     4974     19 | 28.379 % |
7.52/7.77	c 7	|      7549 |    8465   340155   997779 |   427831     7537     18 | 28.379 % |
10.59/10.82	c 10	|     11393 |    8465   340155   997779 |   470614    11381     20 | 28.379 % |
15.74/16.08	c 16	|     17160 |    8465   340155   997779 |   517676    17148     21 | 28.379 % |
25.24/25.60	c 25	|     25810 |    8465   340155   997779 |   569443    25798     23 | 28.379 % |
37.33/37.88	c 37	|     38784 |    8416   337507   990003 |   626388    38768     22 | 28.794 % |
65.36/66.17	c 66	|     58245 |    8416   337507   990003 |   689026    58229     24 | 28.794 % |
114.80/116.05	c 115	|     87438 |    8416   337507   990003 |   757929    87422     24 | 28.794 % |
207.79/209.75	c 209	|    131228 |    8416   337507   990003 |   833722   131212     24 | 28.794 % |
354.24/356.29	c 356	|    196912 |    8416   337507   990003 |   917094   196896     24 | 28.794 % |
649.83/651.93	c 651	|    295438 |    8416   337507   990003 |  1008804   295422     25 | 28.794 % |
1193.64/1195.90	c 1195	|    443227 |    8416   337507   990003 |  1109684   443211     25 | 28.794 % |
2309.62/2312.37	c 2312	|    664911 |    8416   337507   990003 |  1220653   664895     26 | 28.794 % |
3600.10/3612.31	c ERROR INTERRUPTED
3600.10/3612.34	c 3612	CPU 3599.45 (0.07 0.01 3599.38 0.67)
3600.10/3612.34	c 3612	END Wed Jul 23 04:17:14 2008

Verifier Data (download as text)

OK	257	383
257 unsatisfied constraints, 383 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-1127747-1216775821/watcher-1127747-1216775821 -o /tmp/evaluation-result-1127747-1216775821/solver-1127747-1216775821 -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-1127747-1216775821.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 1.98 1.99 4/73 7165
/proc/meminfo: memFree=1135168/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=12268 CPUtime=0
/proc/7165/stat : 7165 (sugar++) R 7163 7165 6890 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4669473 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 271894411877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/7165/statm: 3067 316 241 3 0 167 0

[startup+0.082601 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 7165
/proc/meminfo: memFree=1135168/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16740 CPUtime=0.06
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 4669473 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7165/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101905 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 7165
/proc/meminfo: memFree=1135168/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16740 CPUtime=0.06
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4669473 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7165/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301923 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 7165
/proc/meminfo: memFree=1135168/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16740 CPUtime=0.06
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 4669473 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7165/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701959 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 7165
/proc/meminfo: memFree=1135168/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16740 CPUtime=0.41
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1296 4529 0 1 6 1 31 3 16 0 1 0 4669473 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7165/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16740

[startup+1.50204 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 7187
/proc/meminfo: memFree=1121064/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16740 CPUtime=0.41
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1297 4529 0 1 6 1 31 3 15 0 1 0 4669473 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7165/statm: 4185 1104 409 3 0 764 0
[pid=7178] ppid=7165 vsize=5356 CPUtime=0
/proc/7178/stat : 7178 (sh) S 7165 7165 6890 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4669520 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7178/statm: 1339 233 193 169 0 50 0
[pid=7179] ppid=7178 vsize=868480 CPUtime=1
/proc/7179/stat : 7179 (java) S 7178 7165 6890 0 -1 0 6582 0 1 0 96 4 0 0 18 0 9 0 4669520 889323520 5789 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7179/statm: 217120 5789 2563 9 0 211667 0
[pid=7179/tid=7180] ppid=7178 vsize=868480 CPUtime=0.65
/proc/7179/task/7180/stat : 7180 (java) R 7178 7165 6890 0 -1 64 2743 0 1 0 64 1 0 0 23 0 9 0 4669521 889323520 5789 996147200 134512640 134550740 4294955920 18446744073709551615 4126555339 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7179/tid=7181] ppid=7178 vsize=868480 CPUtime=0.06
/proc/7179/task/7181/stat : 7181 (java) S 7178 7165 6890 0 -1 64 1655 0 0 0 6 0 0 0 16 0 9 0 4669522 889323520 5789 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7179/tid=7182] ppid=7178 vsize=868480 CPUtime=0
/proc/7179/task/7182/stat : 7182 (java) S 7178 7165 6890 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4669522 889323520 5789 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7179/tid=7183] ppid=7178 vsize=868480 CPUtime=0
/proc/7179/task/7183/stat : 7183 (java) S 7178 7165 6890 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4669522 889323520 5789 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7179/tid=7184] ppid=7178 vsize=868480 CPUtime=0
/proc/7179/task/7184/stat : 7184 (java) S 7178 7165 6890 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4669524 889323520 5789 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7179/tid=7185] ppid=7178 vsize=868480 CPUtime=0.26
/proc/7179/task/7185/stat : 7185 (java) S 7178 7165 6890 0 -1 64 1491 0 0 0 25 1 0 0 16 0 9 0 4669524 889323520 5789 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7179/tid=7186] ppid=7178 vsize=868480 CPUtime=0
/proc/7179/task/7186/stat : 7186 (java) S 7178 7165 6890 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4669524 889323520 5789 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7179/tid=7187] ppid=7178 vsize=868480 CPUtime=0
/proc/7179/task/7187/stat : 7187 (java) S 7178 7165 6890 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4669524 889323520 5789 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890576

[startup+3.1012 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 7187
/proc/meminfo: memFree=1112104/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.41
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1480 11709 0 2 7 1 218 15 15 0 1 0 4669473 17276928 1130 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7165/statm: 4218 1130 414 3 0 797 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 16872

[startup+6.30151 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 7198
/proc/meminfo: memFree=1096752/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 15 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=25936 CPUtime=3.52
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 6277 0 0 0 347 5 0 0 25 0 1 0 4669724 26558464 6224 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 6484 6224 79 151 0 6330 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 42808

[startup+12.7021 s]
/proc/loadavg: 1.93 1.98 1.99 3/75 7198
/proc/meminfo: memFree=1096560/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=25936 CPUtime=9.86
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 6286 0 0 0 981 5 0 0 25 0 1 0 4669724 26558464 6233 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 6484 6233 79 151 0 6330 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 42808

[startup+25.5014 s]
/proc/loadavg: 1.95 1.98 1.99 3/75 7198
/proc/meminfo: memFree=1096240/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=26072 CPUtime=22.53
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 6306 0 0 0 2248 5 0 0 25 0 1 0 4669724 26697728 6253 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 6518 6253 79 151 0 6364 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 42944

[startup+51.1018 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 7198
/proc/meminfo: memFree=1094640/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=26996 CPUtime=47.9
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 6534 0 0 0 4784 6 0 0 25 0 1 0 4669724 27643904 6481 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 6749 6481 79 151 0 6595 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 43868

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 7198
/proc/meminfo: memFree=1088496/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=31564 CPUtime=98.62
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 7668 0 0 0 9855 7 0 0 25 0 1 0 4669724 32321536 7615 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 7891 7615 79 151 0 7737 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 48436

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 7198
/proc/meminfo: memFree=1083120/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=35460 CPUtime=158.05
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 8619 0 0 0 15796 9 0 0 25 0 1 0 4669724 36311040 8566 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 8865 8566 79 151 0 8711 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 52332

[startup+222.301 s]
/proc/loadavg: 2.15 2.02 2.01 3/82 7236
/proc/meminfo: memFree=1327096/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=39692 CPUtime=217.77
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 9659 0 0 0 21765 12 0 0 25 0 1 0 4669724 40644608 9606 996147200 134512640 135134323 4294956192 18446744073709551615 134532056 0 0 4096 3 0 0 0 17 0 0 0
/proc/7188/statm: 9923 9606 79 151 0 9769 0
Current children cumulated CPU time (s) 220.38
Current children cumulated vsize (KiB) 56564

[startup+282.301 s]
/proc/loadavg: 2.12 2.04 2.01 3/82 7236
/proc/meminfo: memFree=1311992/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=43720 CPUtime=277.76
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 10636 0 0 0 27762 14 0 0 25 0 1 0 4669724 44769280 10583 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/7188/statm: 10930 10583 79 151 0 10776 0
Current children cumulated CPU time (s) 280.37
Current children cumulated vsize (KiB) 60592

[startup+342.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/82 7236
/proc/meminfo: memFree=1308152/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=47412 CPUtime=337.73
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 11554 0 0 0 33759 14 0 0 25 0 1 0 4669724 48549888 11501 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=7188] ppid=7165 vsize=134000 CPUtime=2913.41
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 32379 0 0 0 291298 43 0 0 25 0 1 0 4669724 137216000 32318 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 33500 32318 79 151 0 33346 0
Current children cumulated CPU time (s) 2916.02
Current children cumulated vsize (KiB) 150872

[startup+2982.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 7738
/proc/meminfo: memFree=1221616/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=134936 CPUtime=2972.9
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 32647 0 0 0 297246 44 0 0 25 0 1 0 4669724 138174464 32586 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 33734 32586 79 151 0 33580 0
Current children cumulated CPU time (s) 2975.51
Current children cumulated vsize (KiB) 151808

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 7738
/proc/meminfo: memFree=1220344/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=136272 CPUtime=3032.38
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 32988 0 0 0 303194 44 0 0 25 0 1 0 4669724 139542528 32927 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 34068 32927 79 151 0 33914 0
Current children cumulated CPU time (s) 3034.99
Current children cumulated vsize (KiB) 153144

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 7738
/proc/meminfo: memFree=1218872/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=137604 CPUtime=3091.86
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 33328 0 0 0 309142 44 0 0 25 0 1 0 4669724 140906496 33267 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 34401 33267 79 151 0 34247 0
Current children cumulated CPU time (s) 3094.47
Current children cumulated vsize (KiB) 154476

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 7738
/proc/meminfo: memFree=1217720/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=138532 CPUtime=3151.35
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 33597 0 0 0 315090 45 0 0 25 0 1 0 4669724 141856768 33536 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 34633 33536 79 151 0 34479 0
Current children cumulated CPU time (s) 3153.96
Current children cumulated vsize (KiB) 155404

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 7738
/proc/meminfo: memFree=1216696/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=139676 CPUtime=3210.84
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 33866 0 0 0 321039 45 0 0 25 0 1 0 4669724 143028224 33805 996147200 134512640 135134323 4294956192 18446744073709551615 134532031 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 34919 33805 79 151 0 34765 0
Current children cumulated CPU time (s) 3213.45
Current children cumulated vsize (KiB) 156548

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 7738
/proc/meminfo: memFree=1215608/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=140600 CPUtime=3270.31
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 34110 0 0 0 326986 45 0 0 25 0 1 0 4669724 143974400 34049 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 35150 34049 79 151 0 34996 0
Current children cumulated CPU time (s) 3272.92
Current children cumulated vsize (KiB) 157472

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 7738
/proc/meminfo: memFree=1214520/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=141656 CPUtime=3329.8
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 34382 0 0 0 332934 46 0 0 25 0 1 0 4669724 145055744 34321 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 35414 34321 79 151 0 35260 0
Current children cumulated CPU time (s) 3332.41
Current children cumulated vsize (KiB) 158528

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 7738
/proc/meminfo: memFree=1213368/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=142712 CPUtime=3389.29
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 34668 0 0 0 338883 46 0 0 25 0 1 0 4669724 146137088 34607 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 35678 34607 79 151 0 35524 0
Current children cumulated CPU time (s) 3391.9
Current children cumulated vsize (KiB) 159584

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 7738
/proc/meminfo: memFree=1212152/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=143768 CPUtime=3448.77
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 34935 0 0 0 344831 46 0 0 25 0 1 0 4669724 147218432 34874 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 35942 34874 79 151 0 35788 0
Current children cumulated CPU time (s) 3451.38
Current children cumulated vsize (KiB) 160640

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 7738
/proc/meminfo: memFree=1211192/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=144960 CPUtime=3508.26
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 35204 0 0 0 350779 47 0 0 25 0 1 0 4669724 148439040 35143 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 36240 35143 79 151 0 36086 0
Current children cumulated CPU time (s) 3510.87
Current children cumulated vsize (KiB) 161832

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 7738
/proc/meminfo: memFree=1210040/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=146148 CPUtime=3567.74
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 35481 0 0 0 356727 47 0 0 25 0 1 0 4669724 149655552 35420 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 36537 35420 79 151 0 36383 0
Current children cumulated CPU time (s) 3570.35
Current children cumulated vsize (KiB) 163020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 7738
/proc/meminfo: memFree=1209400/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=146676 CPUtime=3597.49
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 35623 0 0 0 359702 47 0 0 25 0 1 0 4669724 150196224 35562 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 36669 35562 79 151 0 36515 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 163548

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

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

[startup+3612.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 7738
/proc/meminfo: memFree=1209400/2055920 swapFree=4192956/4192956
[pid=7165] ppid=7163 vsize=16872 CPUtime=2.61
/proc/7165/stat : 7165 (sugar++) S 7163 7165 6890 0 -1 4194304 1565 15579 0 3 7 1 236 17 16 0 1 0 4669473 17276928 1132 996147200 4194304 4206940 548682068528 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7165/statm: 4218 1132 414 3 0 797 0
[pid=7188] ppid=7165 vsize=146676 CPUtime=3597.49
/proc/7188/stat : 7188 (minisat-inc) R 7165 7165 6890 0 -1 4194304 35623 0 0 0 359702 47 0 0 25 0 1 0 4669724 150196224 35562 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/7188/statm: 36669 35562 79 151 0 36515 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 163548

Child status: 0
Real time (s): 3612.34
CPU time (s): 3600.16
CPU user time (s): 3599.46
CPU system time (s): 0.701893
CPU usage (%): 99.6628
Max. virtual memory (cumulated for all children) (KiB): 890576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.46
system time used= 0.701893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52846
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= 3879
involuntary context switches= 54882

runsolver used 3.41348 second user time and 10.1035 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-23 03:17:01
IDJOB=1127747
IDBENCH=63897
IDSOLVER=367
FILE ID=node60/1127747-1216775821
PBS_JOBID= 7974108
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 90f7b9abdcdac203ebdb13b5ee771492
RANDOM SEED=176462032

node60.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.218
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.218
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:       1135648 kB
Buffers:         29040 kB
Cached:         579220 kB
SwapCached:          0 kB
Active:         569600 kB
Inactive:       299336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1135648 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             864 kB
Writeback:           0 kB
Mapped:         271956 kB
Slab:            36100 kB
Committed_AS:   330008 kB
PageTables:       2332 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 node60 at 2008-07-23 04:17:16