Trace number 1127892

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+minisatMSAT (TO) 3600.07 3628.12

General information on the benchmark

Namemaxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-70/
normalized-kbtree-5-2-4-5-70-33_ext.xml
MD5SUM32a2d078c12ee070719d876762b514a9
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints57
Best CPU time to get the best result obtained on this benchmark64.6212
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints211
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension211
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 03:43:42 2008
0.00/0.05	c 0	PID 3768
0.00/0.05	c 0	HOST node37.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127892-1216777422.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127892-1216777422.xml' 'HOME/temp.csp'
0.03/0.55	c 0	1 domains, 62 variables, 0 predicates, 211 relations, 211 constraints
0.03/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.52/0.67	c 1	Parsing HOME/temp.csp
0.52/0.81	c 1	parsed 485 expressions
0.52/0.81	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/0.81	c 1	MAX CSP: 211 constraints
0.52/0.81	c 1	Converting to clausal form CSP
0.52/0.84	c 1	converted 70 (10%) expressions
0.52/0.84	c 1	converted 140 (20%) expressions
0.52/0.85	c 1	converted 210 (30%) expressions
0.52/0.85	c 1	converted 280 (40%) expressions
0.52/0.87	c 1	converted 350 (50%) expressions
0.52/0.87	c 1	converted 420 (60%) expressions
0.52/0.88	c 1	converted 490 (70%) expressions
0.52/0.88	c 1	converted 560 (80%) expressions
0.52/0.89	c 1	converted 630 (90%) expressions
0.92/1.04	c 1	converted 699 (100%) expressions
0.92/1.04	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 317
0.92/1.04	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.04	c 1	Propagation in CSP
0.92/1.07	c 1	206 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.07	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.92/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.07	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.07	c 1	CSP : 484 integers, 0 booleans, 632 clauses, largest domain size 212
0.92/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.92/1.10	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.11	c 1	49 (10%) CSP integer variables are encoded (147 clauses, 1519 bytes)
1.01/1.11	c 1	97 (20%) CSP integer variables are encoded (186 clauses, 1948 bytes)
1.01/1.11	c 1	146 (30%) CSP integer variables are encoded (186 clauses, 1948 bytes)
1.01/1.11	c 1	194 (40%) CSP integer variables are encoded (186 clauses, 1948 bytes)
1.01/1.12	c 1	242 (50%) CSP integer variables are encoded (186 clauses, 1948 bytes)
1.01/1.12	c 1	291 (60%) CSP integer variables are encoded (443 clauses, 4775 bytes)
1.01/1.13	c 1	339 (70%) CSP integer variables are encoded (692 clauses, 7566 bytes)
1.01/1.13	c 1	388 (80%) CSP integer variables are encoded (1030 clauses, 11960 bytes)
1.01/1.13	c 1	436 (90%) CSP integer variables are encoded (1274 clauses, 15132 bytes)
1.01/1.13	c 1	484 (100%) CSP integer variables are encoded (2890 clauses, 36140 bytes)
1.01/1.17	c 1	64 (10%) CSP clauses are encoded (3353 clauses, 43506 bytes)
1.01/1.18	c 1	127 (20%) CSP clauses are encoded (3807 clauses, 51169 bytes)
1.01/1.19	c 1	190 (30%) CSP clauses are encoded (4242 clauses, 59113 bytes)
1.11/1.21	c 1	253 (40%) CSP clauses are encoded (4774 clauses, 67020 bytes)
1.11/1.22	c 1	316 (50%) CSP clauses are encoded (7759 clauses, 111227 bytes)
1.11/1.22	c 1	380 (60%) CSP clauses are encoded (8803 clauses, 128440 bytes)
1.11/1.24	c 1	443 (70%) CSP clauses are encoded (17082 clauses, 272490 bytes)
1.11/1.24	c 1	506 (80%) CSP clauses are encoded (18211 clauses, 291502 bytes)
1.11/1.26	c 1	569 (90%) CSP clauses are encoded (27658 clauses, 453633 bytes)
1.21/1.33	c 1	632 (100%) CSP clauses are encoded (65340 clauses, 1140818 bytes)
1.21/1.33	c 1	632 CSP clauses encoded
1.21/1.34	c 1	Writing map file : HOME/temp.map
1.21/1.34	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.34	c 1	SAT : 3374 SAT variables, 65340 SAT clauses, 1140818 bytes
1.21/1.34	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.37	c 1	OBJECTIVE minimize _COST
1.21/1.37	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.21/1.37	c 1	SEARCHING: _COST <= 106
1.21/1.37	c 1	SOLVING HOME/temp.cnf
1.21/1.37	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.21/1.38	c 1	This is MiniSat 2.0 beta
1.21/1.38	c 1	WARNING: for repeatability, setting FPU to use double precision
1.21/1.38	c 1	============================[ Problem Statistics ]=============================
1.21/1.38	c 1	|                                                                             |
1.21/1.38	c 1	|  Number of variables:  3374                                                 |
1.21/1.38	c 1	|  Number of clauses:    65341                                                |
1.28/1.41	c 1	|  Parsing time:         0.03         s                                       |
1.28/1.42	c 1	============================[ Search Statistics ]==============================
1.28/1.42	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.28/1.42	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.28/1.42	c 1	===============================================================================
1.28/1.42	c 1	|         0 |    2534    42786   123037 |    14262        0    nan |  0.000 % |
1.28/1.44	c 1	|       101 |    2529    42786   123037 |    15688      100     27 | 25.163 % |
1.28/1.45	c 1	|       252 |    2529    42786   123037 |    17257      251     25 | 25.163 % |
1.28/1.47	c 1	|       477 |    2529    42786   123037 |    18982      476     21 | 25.163 % |
1.28/1.50	c 1	|       815 |    2529    42786   123037 |    20880      814     23 | 25.163 % |
1.28/1.56	c 1	|      1321 |    2525    42648   122656 |    22969     1320     27 | 25.163 % |
1.28/1.63	c 2	|      2080 |    2525    42648   122656 |    25266     2079     31 | 25.163 % |
1.28/1.70	c 2	===============================================================================
1.28/1.70	c 2	restarts              : 7
1.28/1.70	c 2	conflicts             : 2766           (8953 /sec)
1.28/1.70	c 2	decisions             : 4359           (0.78 % random) (14109 /sec)
1.28/1.70	c 2	propagations          : 573910         (1857596 /sec)
1.28/1.70	c 2	conflict literals     : 91722          (19.92 % deleted)
1.28/1.70	c 2	Memory used           : 4.60 MB
1.28/1.70	c 2	CPU time              : 0.308953 s
1.28/1.70	c 2	
1.28/1.70	c 2	SATISFIABLE
1.28/1.70	c 2	FOUND: _COST <= 106
1.28/1.70	s SATISFIABLE
1.28/1.70	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.28/1.70	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.28/1.78	c 2	Decoding HOME/temp.out
1.60/1.85	c 2	OBJECTIVE _COST 90
1.60/1.85	o 90
1.60/1.85	v 1 4 3 4 2 3 3 1 4 4 4 4 3 1 1 1 2 2 3 3 1 1 4 1 0 3 1 1 3 1 3 1 0 4 1 3 4 4 4 4 3 2 2 1 4 4 3 4 2 3 4 1 4 3 2 1 0 0 4 3 1 0
1.60/1.86	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.60/1.91	c 2	OBJECTIVE BOUND: 0 <= _COST <= 90
1.60/1.91	c 2	SEARCHING: _COST <= 45
1.60/1.91	c 2	SOLVING HOME/temp.cnf
1.60/1.91	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.60/1.91	c 2	This is MiniSat 2.0 beta
1.60/1.91	c 2	WARNING: for repeatability, setting FPU to use double precision
1.60/1.91	c 2	============================[ Problem Statistics ]=============================
1.60/1.91	c 2	|                                                                             |
1.60/1.92	c 2	|  Number of variables:  3374                                                 |
1.60/1.92	c 2	|  Number of clauses:    65341                                                |
1.60/1.95	c 2	|  Parsing time:         0.03         s                                       |
1.60/1.96	c 2	============================[ Search Statistics ]==============================
1.60/1.96	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.60/1.96	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.60/1.96	c 2	===============================================================================
1.60/1.96	c 2	|         0 |    1961    25344    72369 |     8448        0    nan |  0.000 % |
1.60/1.98	c 2	|       102 |    1958    25344    72369 |     9292      101     13 | 42.175 % |
1.60/1.99	c 2	|       252 |    1958    25344    72369 |    10222      251     16 | 42.175 % |
1.78/2.01	c 2	|       477 |    1958    25344    72369 |    11244      476     17 | 42.175 % |
1.78/2.03	c 2	|       815 |    1951    25158    71847 |    12368      814     19 | 42.175 % |
1.78/2.08	c 2	|      1323 |    1951    25158    71847 |    13605     1322     20 | 42.175 % |
1.95/2.15	c 2	|      2082 |    1951    25158    71847 |    14966     2081     20 | 42.175 % |
2.05/2.26	c 2	|      3222 |    1951    25158    71847 |    16462     3221     20 | 42.175 % |
2.24/2.45	c 2	|      4930 |    1951    25158    71847 |    18109     4929     18 | 42.177 % |
2.54/2.72	c 3	|      7492 |    1951    25158    71847 |    19919     7491     18 | 42.175 % |
2.94/3.19	c 3	|     11338 |    1951    25158    71847 |    21911    11337     20 | 42.175 % |
3.73/3.99	c 4	|     17105 |    1951    25158    71847 |    24103    17104     21 | 42.175 % |
5.40/5.62	c 5	|     25755 |    1951    25158    71847 |    26513    25754     23 | 42.176 % |
7.68/7.96	c 8	|     38730 |    1951    25158    71847 |    29164    21619     25 | 42.175 % |
12.14/12.48	c 12	|     58191 |    1951    25158    71847 |    32081    21888     24 | 42.175 % |
19.68/20.08	c 20	|     87383 |    1951    25158    71847 |    35289    29063     23 | 42.175 % |
31.86/32.32	c 32	|    131172 |    1951    25158    71847 |    38818    24915     25 | 42.175 % |
53.66/54.35	c 54	|    196856 |    1951    25158    71847 |    42700    36216     24 | 42.175 % |
84.88/85.67	c 86	|    295383 |    1951    25158    71847 |    46970    41258     24 | 42.175 % |
136.05/136.80	c 137	|    443172 |    1951    25158    71847 |    51667    15640     25 | 42.175 % |
211.21/212.08	c 212	|    664856 |    1951    25158    71847 |    56833    40208     28 | 42.175 % |
355.76/356.67	c 357	|    997381 |    1951    25158    71847 |    62517    20273     28 | 42.175 % |
587.28/588.22	c 588	|   1496169 |    1951    25158    71847 |    68769    35277     25 | 42.175 % |
945.44/946.53	c 946	|   2244354 |    1951    25158    71847 |    75645    17259     21 | 42.175 % |
1506.59/1514.88	c 1515	|   3366628 |    1951    25158    71847 |    83210    31727     26 | 42.175 % |
2507.83/2525.53	c 2525	|   5050041 |    1951    25158    71847 |    91531    52736     33 | 42.175 % |
3600.07/3628.11	c ERROR unknown output  in HOME/temp.out
3600.07/3628.11	c 3628	CPU 1.64 (0.04 0.01 1.6 0.13)
3600.07/3628.11	c 3628	END Wed Jul 23 04:44:10 2008

Verifier Data (download as text)

OK	83	128
83 unsatisfied constraints, 128 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-1127892-1216777422/watcher-1127892-1216777422 -o /tmp/evaluation-result-1127892-1216777422/solver-1127892-1216777422 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1127892-1216777422.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.98 4/73 3768
/proc/meminfo: memFree=1253408/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=12268 CPUtime=0
/proc/3768/stat : 3768 (sugar) R 3766 3768 3452 0 -1 4194304 344 0 0 0 0 0 0 0 20 0 1 0 4831384 12562432 312 996147200 4194304 4206940 548682068592 18446744073709551615 213136305662 0 0 4224 0 0 0 0 17 1 0 0
/proc/3768/statm: 3067 312 237 3 0 167 0

[startup+0.0864939 s]
/proc/loadavg: 2.00 2.00 1.98 4/73 3768
/proc/meminfo: memFree=1253408/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=0.03
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4831384 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101496 s]
/proc/loadavg: 2.00 2.00 1.98 4/73 3768
/proc/meminfo: memFree=1253408/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=0.03
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4831384 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301516 s]
/proc/loadavg: 2.00 2.00 1.98 4/73 3768
/proc/meminfo: memFree=1253408/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=0.03
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4831384 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701557 s]
/proc/loadavg: 2.00 2.00 1.98 4/73 3768
/proc/meminfo: memFree=1253408/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=0.52
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 974 4569 0 1 3 0 46 3 16 0 1 0 4831384 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13600

[startup+1.50265 s]
/proc/loadavg: 2.08 2.02 1.98 4/84 3790
/proc/meminfo: memFree=1241936/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.28
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1060 11244 0 2 4 1 113 10 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 13600

[startup+3.10282 s]
/proc/loadavg: 2.08 2.02 1.98 3/76 3804
/proc/meminfo: memFree=1245968/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 15 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=4972 CPUtime=1.16
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 1135 0 0 0 116 0 0 0 25 0 1 0 4831576 5091328 1121 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/3804/statm: 1243 1121 75 150 0 1090 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 23928

[startup+6.30117 s]
/proc/loadavg: 2.08 2.02 1.98 3/76 3804
/proc/meminfo: memFree=1243600/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=7512 CPUtime=4.32
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 1755 0 0 0 432 0 0 0 25 0 1 0 4831576 7692288 1741 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 1 0 0
/proc/3804/statm: 1878 1741 75 150 0 1725 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 26468

[startup+12.7019 s]
/proc/loadavg: 2.07 2.02 1.98 3/76 3804
/proc/meminfo: memFree=1242256/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=8304 CPUtime=10.66
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 1968 0 0 0 1066 0 0 0 25 0 1 0 4831576 8503296 1954 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/3804/statm: 2076 1954 75 150 0 1923 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 27260

[startup+25.5013 s]
/proc/loadavg: 2.06 2.01 1.98 3/76 3804
/proc/meminfo: memFree=1241232/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=9436 CPUtime=23.35
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 2250 0 0 0 2334 1 0 0 25 0 1 0 4831576 9662464 2236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3804/statm: 2359 2236 75 150 0 2206 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 28392

[startup+51.102 s]
/proc/loadavg: 2.04 2.01 1.98 3/76 3804
/proc/meminfo: memFree=1239952/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=10916 CPUtime=48.71
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 2579 0 0 0 4870 1 0 0 25 0 1 0 4831576 11177984 2565 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/3804/statm: 2729 2565 75 150 0 2576 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 29872

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.98 3/76 3834
/proc/meminfo: memFree=1766352/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=13356 CPUtime=99.79
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 3146 0 0 0 9976 3 0 0 25 0 1 0 4831576 13676544 3132 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3804/statm: 3339 3132 75 150 0 3186 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 32312

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 3893
/proc/meminfo: memFree=1754832/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=15208 CPUtime=159.76
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 3613 0 0 0 15972 4 0 0 25 0 1 0 4831576 15572992 3599 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3804/statm: 3802 3599 75 150 0 3649 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 34164

[startup+222.304 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 3893
/proc/meminfo: memFree=1745872/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=17068 CPUtime=219.73
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 4070 0 0 0 21969 4 0 0 25 0 1 0 4831576 17477632 4056 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3804/statm: 4267 4056 75 150 0 4114 0
Current children cumulated CPU time (s) 221.51
Current children cumulated vsize (KiB) 36024

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/76 3893
/proc/meminfo: memFree=1742736/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=18484 CPUtime=279.7
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 4421 0 0 0 27966 4 0 0 25 0 1 0 4831576 18927616 4407 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3804/statm: 4621 4407 75 150 0 4468 0
Current children cumulated CPU time (s) 281.48
Current children cumulated vsize (KiB) 37440


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

/proc/meminfo: memFree=1691600/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=40704 CPUtime=3136.87
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 9541 0 0 0 313673 14 0 0 25 0 1 0 4831576 41680896 9527 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/3804/statm: 10176 9527 75 150 0 10023 0
Current children cumulated CPU time (s) 3138.65
Current children cumulated vsize (KiB) 59660

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4397
/proc/meminfo: memFree=1691472/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=40848 CPUtime=3196.3
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 9549 0 0 0 319616 14 0 0 25 0 1 0 4831576 41828352 9535 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/3804/statm: 10212 9535 75 150 0 10059 0
Current children cumulated CPU time (s) 3198.08
Current children cumulated vsize (KiB) 59804

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4397
/proc/meminfo: memFree=1690832/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=41012 CPUtime=3255.74
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 9579 0 0 0 325560 14 0 0 25 0 1 0 4831576 41996288 9565 996147200 134512640 135127466 4294956256 18446744073709551615 134522649 0 0 4096 3 0 0 0 17 1 0 0
/proc/3804/statm: 10253 9565 75 150 0 10100 0
Current children cumulated CPU time (s) 3257.52
Current children cumulated vsize (KiB) 59968

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4397
/proc/meminfo: memFree=1690192/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=41176 CPUtime=3315.18
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 9637 0 0 0 331503 15 0 0 25 0 1 0 4831576 42164224 9623 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/3804/statm: 10294 9623 75 150 0 10141 0
Current children cumulated CPU time (s) 3316.96
Current children cumulated vsize (KiB) 60132

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4397
/proc/meminfo: memFree=1689424/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=41388 CPUtime=3374.62
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 9677 0 0 0 337447 15 0 0 25 0 1 0 4831576 42381312 9663 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3804/statm: 10347 9663 75 150 0 10194 0
Current children cumulated CPU time (s) 3376.4
Current children cumulated vsize (KiB) 60344

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4397
/proc/meminfo: memFree=1687440/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=41904 CPUtime=3434.05
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 9804 0 0 0 343390 15 0 0 25 0 1 0 4831576 42909696 9769 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3804/statm: 10476 9769 75 150 0 10323 0
Current children cumulated CPU time (s) 3435.83
Current children cumulated vsize (KiB) 60860

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4397
/proc/meminfo: memFree=1686544/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=41904 CPUtime=3493.49
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 9804 0 0 0 349334 15 0 0 25 0 1 0 4831576 42909696 9769 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/3804/statm: 10476 9769 75 150 0 10323 0
Current children cumulated CPU time (s) 3495.27
Current children cumulated vsize (KiB) 60860

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4397
/proc/meminfo: memFree=1686544/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=41904 CPUtime=3552.93
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 9804 0 0 0 355278 15 0 0 25 0 1 0 4831576 42909696 9769 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3804/statm: 10476 9769 75 150 0 10323 0
Current children cumulated CPU time (s) 3554.71
Current children cumulated vsize (KiB) 60860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3628.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4397
/proc/meminfo: memFree=1686416/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=42176 CPUtime=3598.29
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 9835 0 0 0 359814 15 0 0 25 0 1 0 4831576 43188224 9800 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 1 0 0
/proc/3804/statm: 10544 9800 75 150 0 10391 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 61132

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

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

[startup+3628.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 4397
/proc/meminfo: memFree=1686416/2055920 swapFree=4192956/4192956
[pid=3768] ppid=3766 vsize=13600 CPUtime=1.78
/proc/3768/stat : 3768 (sugar) S 3766 3768 3452 0 -1 4194304 1179 16373 0 3 4 1 160 13 16 0 1 0 4831384 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3768/statm: 3400 808 374 3 0 500 0
[pid=3803] ppid=3768 vsize=5356 CPUtime=0
/proc/3803/stat : 3803 (sh) S 3768 3768 3452 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4831576 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3803/statm: 1339 232 193 169 0 50 0
[pid=3804] ppid=3803 vsize=42176 CPUtime=3598.29
/proc/3804/stat : 3804 (minisat) R 3803 3768 3452 0 -1 4194304 9835 0 0 0 359814 15 0 0 25 0 1 0 4831576 43188224 9800 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 1 0 0
/proc/3804/statm: 10544 9800 75 150 0 10391 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 61132

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3768 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=644749
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=153976
# CPU time returned by wait4() is 1.79873
# while last known CPU time is 3600.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3628.12
CPU time (s): 3600.07
CPU user time (s): 3599.78
CPU system time (s): 0.29
CPU usage (%): 99.227
Max. virtual memory (cumulated for all children) (KiB): 887296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.64475
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17895
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= 1704
involuntary context switches= 1553

runsolver used 4.00139 second user time and 12.4571 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-23 03:43:42
IDJOB=1127892
IDBENCH=64287
IDSOLVER=368
FILE ID=node37/1127892-1216777422
PBS_JOBID= 7974124
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-5-2-4-5/kbtree-5-2-4-5-70/normalized-kbtree-5-2-4-5-70-33_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127892-1216777422/watcher-1127892-1216777422 -o /tmp/evaluation-result-1127892-1216777422/solver-1127892-1216777422 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127892-1216777422.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 32a2d078c12ee070719d876762b514a9
RANDOM SEED=1768960448

node37.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.211
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.211
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:       1253888 kB
Buffers:         29204 kB
Cached:         351256 kB
SwapCached:          0 kB
Active:         662536 kB
Inactive:        92264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1253888 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:         385608 kB
Slab:            31844 kB
Committed_AS:   449912 kB
PageTables:       2484 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 node37 at 2008-07-23 04:44:10