Trace number 1108962

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)73 3600.09 3601.42

General information on the benchmark

Namecsp/QG5/
normalized-quasigroup5-9.xml
MD5SUMe6b1ddf219c61bc4d2f738d4811f6cd4
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints71
Best CPU time to get the best result obtained on this benchmark3600.11
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints162
Maximum constraint arity11
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(18),element(144)

Solver Data (download as text)

0.01/0.03	c 0	Sugar v1-13 + HOME/minisat
0.01/0.03	c 0	BEGIN Fri Jul 11 19:44:24 2008
0.01/0.03	c 0	PID 13546
0.01/0.04	c 0	HOST node58.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1108962-1215798264.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108962-1215798264.xml' 'HOME/temp.csp'
0.03/0.26	c 0	46 domains, 225 variables, 0 predicates, 0 relations, 162 constraints
0.03/0.31	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.31	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.03/0.38	c 1	Parsing HOME/temp.csp
0.34/0.46	c 1	parsed 433 expressions
0.34/0.47	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.47	c 1	MAX CSP: 162 constraints
0.34/0.47	c 1	Converting to clausal form CSP
0.34/0.49	c 1	converted 60 (10%) expressions
0.34/0.49	c 1	converted 120 (20%) expressions
0.34/0.49	c 1	converted 180 (30%) expressions
0.34/0.49	c 1	converted 240 (40%) expressions
0.35/0.60	c 1	converted 299 (50%) expressions
0.35/0.65	c 1	converted 359 (60%) expressions
0.35/0.67	c 1	converted 419 (70%) expressions
0.35/0.69	c 1	converted 479 (80%) expressions
0.35/0.71	c 1	converted 539 (90%) expressions
0.35/0.74	c 1	converted 598 (100%) expressions
0.35/0.74	c 1	CSP : 549 integers, 1188 booleans, 4337 clauses, largest domain size 244
0.35/0.74	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.74	c 1	Propagation in CSP
0.35/0.79	c 1	159 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.35/0.79	c 1	CSP : 549 integers, 1188 booleans, 4337 clauses, largest domain size 163
0.35/0.79	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.79	c 1	Simplifing CSP by introducing new Boolean variables
0.35/0.80	c 1	CSP : 549 integers, 2196 booleans, 5345 clauses, largest domain size 163
0.35/0.80	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.35/0.85	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.35/0.86	c 1	55 (10%) CSP integer variables are encoded (245 clauses, 2579 bytes)
0.35/0.87	c 1	110 (20%) CSP integer variables are encoded (465 clauses, 4999 bytes)
0.35/0.87	c 1	165 (30%) CSP integer variables are encoded (654 clauses, 7078 bytes)
0.35/0.87	c 1	220 (40%) CSP integer variables are encoded (850 clauses, 9234 bytes)
0.35/0.87	c 1	275 (50%) CSP integer variables are encoded (864 clauses, 9403 bytes)
0.35/0.87	c 1	330 (60%) CSP integer variables are encoded (864 clauses, 9403 bytes)
0.35/0.87	c 1	385 (70%) CSP integer variables are encoded (864 clauses, 9403 bytes)
0.35/0.87	c 1	440 (80%) CSP integer variables are encoded (1866 clauses, 22429 bytes)
0.35/0.87	c 1	495 (90%) CSP integer variables are encoded (2525 clauses, 30996 bytes)
0.35/0.87	c 1	549 (100%) CSP integer variables are encoded (2880 clauses, 35611 bytes)
0.35/0.91	c 1	535 (10%) CSP clauses are encoded (5378 clauses, 74101 bytes)
0.35/0.93	c 1	1069 (20%) CSP clauses are encoded (7850 clauses, 112632 bytes)
0.35/0.94	c 1	1604 (30%) CSP clauses are encoded (10362 clauses, 153991 bytes)
0.35/0.96	c 1	2138 (40%) CSP clauses are encoded (12218 clauses, 194137 bytes)
0.35/0.98	c 1	2673 (50%) CSP clauses are encoded (14149 clauses, 236249 bytes)
0.35/0.99	c 1	3207 (60%) CSP clauses are encoded (16105 clauses, 279849 bytes)
1.23/1.00	c 1	3742 (70%) CSP clauses are encoded (18067 clauses, 323646 bytes)
1.23/1.01	c 1	4276 (80%) CSP clauses are encoded (19347 clauses, 351353 bytes)
1.23/1.02	c 1	4811 (90%) CSP clauses are encoded (20714 clauses, 381092 bytes)
1.23/1.10	c 1	5345 (100%) CSP clauses are encoded (57852 clauses, 1045604 bytes)
1.23/1.10	c 1	5345 CSP clauses encoded
1.23/1.10	c 1	Writing map file : HOME/temp.map
1.34/1.11	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.11	c 1	SAT : 5544 SAT variables, 57852 SAT clauses, 1045604 bytes
1.34/1.11	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.15	c 1	OBJECTIVE minimize _COST
1.34/1.15	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.34/1.15	c 1	SEARCHING: _COST <= 81
1.34/1.15	c 1	SOLVING HOME/temp.cnf
1.34/1.15	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.34/1.15	c 1	This is MiniSat 2.0 beta
1.34/1.15	c 1	WARNING: for repeatability, setting FPU to use double precision
1.34/1.15	c 1	============================[ Problem Statistics ]=============================
1.34/1.15	c 1	|                                                                             |
1.34/1.15	c 1	|  Number of variables:  5544                                                 |
1.34/1.15	c 1	|  Number of clauses:    57853                                                |
1.34/1.18	c 1	|  Parsing time:         0.03         s                                       |
1.34/1.19	c 1	============================[ Search Statistics ]==============================
1.34/1.19	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.34/1.19	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.34/1.19	c 1	===============================================================================
1.34/1.19	c 1	|         0 |    4896    43908   133813 |    14636        0    nan |  0.000 % |
1.36/1.21	c 1	===============================================================================
1.36/1.21	c 1	restarts              : 1
1.36/1.21	c 1	conflicts             : 84             (1556 /sec)
1.36/1.21	c 1	decisions             : 9553           (0.87 % random) (176937 /sec)
1.36/1.21	c 1	propagations          : 43255          (801152 /sec)
1.36/1.21	c 1	conflict literals     : 718            (5.53 % deleted)
1.36/1.21	c 1	Memory used           : 4.45 MB
1.36/1.21	c 1	CPU time              : 0.053991 s
1.36/1.21	c 1	
1.36/1.21	c 1	SATISFIABLE
1.36/1.21	c 1	FOUND: _COST <= 81
1.36/1.21	s SATISFIABLE
1.36/1.21	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.36/1.21	c 1	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.36/1.28	c 1	Decoding HOME/temp.out
1.42/1.35	c 1	OBJECTIVE _COST 81
1.42/1.35	o 81
1.42/1.35	v 1 4 9 2 6 8 5 3 7 3 2 8 7 4 9 1 9 5 4 9 3 1 2 8 6 9 2 6 9 7 4 7 5 8 2 1 9 4 6 8 5 9 2 9 3 8 5 4 3 1 6 9 5 8 2 9 5 1 8 8 7 3 4 7 9 1 9 9 5 3 8 6 5 5 2 1 3 8 4 5 9 9 2 8 3 9 4 7 5 5 6 4 7 6 8 6 9 7 1 1 3 5 4 9 5 4 6 4 7 5 8 8 9 4 1 9 2 1 4 8 5 7 6 2 7 6 8 9 9 9 1 8 2 6 3 6 5 7 6 5 7 1 8 2 9 9 1 7 2 9 3 2 4 3 6 9 7 4 8 6 9 5 1 9 2 4 3 1 4 8 5 5 7 9 8 9 9 4 1 2 2 8 3 9 4 3 5 4 6 5 8 2 9 3 1 9 2 7 3 9 4 6 5 9 6 9 7 5 9 4 1 3 2 5 3 5 4 8 5 9 6 1 7 6 8
1.42/1.35	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.42/1.36	c 1	OBJECTIVE BOUND: 0 <= _COST <= 81
1.42/1.36	c 1	SEARCHING: _COST <= 40
1.42/1.36	c 1	SOLVING HOME/temp.cnf
1.42/1.36	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.42/1.36	c 1	This is MiniSat 2.0 beta
1.42/1.36	c 1	WARNING: for repeatability, setting FPU to use double precision
1.42/1.36	c 1	============================[ Problem Statistics ]=============================
1.42/1.36	c 1	|                                                                             |
1.42/1.37	c 1	|  Number of variables:  5544                                                 |
1.42/1.37	c 1	|  Number of clauses:    57853                                                |
1.60/1.40	c 2	|  Parsing time:         0.03         s                                       |
1.60/1.40	c 2	============================[ Search Statistics ]==============================
1.60/1.40	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.60/1.40	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.60/1.40	c 2	===============================================================================
1.60/1.40	c 2	|         0 |    4525    35294   109043 |    11764        0    nan |  0.000 % |
1.60/1.42	c 2	|       100 |    4525    35294   109043 |    12941      100     11 | 18.380 % |
1.60/1.43	c 2	|       250 |    4525    35294   109043 |    14235      250     17 | 18.380 % |
1.60/1.46	c 2	|       475 |    4525    35294   109043 |    15658      475     17 | 18.380 % |
1.60/1.50	c 2	|       814 |    4525    35294   109043 |    17224      814     26 | 18.380 % |
1.60/1.55	c 2	|      1320 |    4525    35294   109043 |    18947     1320     28 | 18.380 % |
1.60/1.67	c 2	|      2079 |    4525    35294   109043 |    20841     2079     33 | 18.380 % |
1.60/1.83	c 2	|      3219 |    4525    35294   109043 |    22926     3219     38 | 18.380 % |
1.60/2.08	c 2	|      4927 |    4525    35294   109043 |    25218     4927     43 | 18.380 % |
2.61/2.41	c 3	|      7489 |    4525    35294   109043 |    27740     7489     39 | 18.380 % |
3.11/2.95	c 3	|     11333 |    4525    35294   109043 |    30514    11333     41 | 18.380 % |
4.22/4.05	c 4	|     17101 |    4525    35294   109043 |    33565    17101     42 | 18.380 % |
5.82/5.64	c 6	|     25750 |    4525    35294   109043 |    36922    25750     42 | 18.380 % |
8.81/8.62	c 9	|     38725 |    4525    35294   109043 |    40614    38725     45 | 18.380 % |
15.42/15.28	c 15	|     58187 |    4525    35294   109043 |    44676    28857     50 | 18.380 % |
26.21/26.03	c 26	|     87379 |    4525    35294   109043 |    49143    24309     64 | 18.380 % |
43.41/43.27	c 43	|    131168 |    4525    35294   109043 |    54058    29909     64 | 18.380 % |
72.40/72.26	c 72	|    196852 |    4525    35294   109043 |    59464    53280     54 | 18.380 % |
122.88/122.75	c 123	|    295378 |    4525    35294   109043 |    65410    57857     60 | 18.380 % |
229.22/229.15	c 229	|    443169 |    4525    35294   109043 |    71951    58302     69 | 18.380 % |
375.76/375.72	c 376	|    664853 |    4525    35294   109043 |    79146    48241     59 | 18.380 % |
705.52/705.65	c 706	|    997378 |    4525    35294   109043 |    87061    69796     75 | 18.380 % |
1126.93/1127.28	c 1127	|   1496166 |    4525    35294   109043 |    95767    74969     59 | 18.380 % |
1754.66/1755.25	c 1755	|   2244350 |    4525    35294   109043 |   105344    28350     56 | 18.380 % |
2972.54/2973.67	c 2974	|   3366624 |    4525    35294   109043 |   115878    91363     80 | 18.380 % |
3600.09/3601.42	c ERROR unknown output  in HOME/temp.out
3600.09/3601.42	c 3602	CPU 1.48 (0.04 0.01 1.44 0.12)
3600.09/3601.42	c 3602	END Fri Jul 11 20:44:26 2008
3600.09/3601.42	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	73	89
73 unsatisfied constraints, 89 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-1108962-1215798264/watcher-1108962-1215798264 -o /tmp/evaluation-result-1108962-1215798264/solver-1108962-1215798264 -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-1108962-1215798264.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.16 1.92 1.54 3/64 13546
/proc/meminfo: memFree=1957536/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=12272 CPUtime=0
/proc/13546/stat : 13546 (sugar) R 13544 13546 12309 0 -1 4194304 390 0 0 0 0 0 0 0 18 0 1 0 36524899 12566528 358 996147200 4194304 4206940 548682068592 18446744073709551615 226256311744 0 0 4224 0 0 0 0 17 0 0 0
/proc/13546/statm: 3068 364 274 3 0 168 0

[startup+0.029969 s]
/proc/loadavg: 2.16 1.92 1.54 3/64 13546
/proc/meminfo: memFree=1957536/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13204 CPUtime=0.01
/proc/13546/stat : 13546 (sugar) R 13544 13546 12309 0 -1 4194304 689 0 0 0 1 0 0 0 18 0 1 0 36524899 13520896 657 996147200 4194304 4206940 548682068592 18446744073709551615 226238042849 0 0 4224 0 0 0 0 17 0 0 0
/proc/13546/statm: 3301 658 336 3 0 401 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13204

[startup+0.101986 s]
/proc/loadavg: 2.16 1.92 1.54 3/64 13546
/proc/meminfo: memFree=1957536/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=0.03
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 36524899 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13546/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30202 s]
/proc/loadavg: 2.16 1.92 1.54 3/64 13546
/proc/meminfo: memFree=1957536/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=0.03
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 916 127 0 0 2 1 0 0 16 0 1 0 36524899 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13546/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701086 s]
/proc/loadavg: 2.16 1.92 1.54 3/64 13546
/proc/meminfo: memFree=1957536/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=0.35
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 974 4544 0 1 3 1 28 3 16 0 1 0 36524899 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13546/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+1.50222 s]
/proc/loadavg: 2.14 1.92 1.54 2/75 13568
/proc/meminfo: memFree=1940424/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.6
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 3 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 13600

[startup+3.10148 s]
/proc/loadavg: 2.14 1.92 1.54 2/67 13582
/proc/meminfo: memFree=1949704/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.6
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 3 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=6660 CPUtime=1.71
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 1550 0 0 0 171 0 0 0 25 0 1 0 36525036 6819840 1536 996147200 134512640 135127466 4294956256 18446744073709551615 134528089 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 1665 1536 76 150 0 1512 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 25616

[startup+6.30202 s]
/proc/loadavg: 2.05 1.91 1.54 2/67 13582
/proc/meminfo: memFree=1945800/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.6
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 3 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=10268 CPUtime=4.92
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 2450 0 0 0 491 1 0 0 25 0 1 0 36525036 10514432 2436 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 2567 2436 76 150 0 2414 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 29224

[startup+12.7011 s]
/proc/loadavg: 1.97 1.89 1.53 2/67 13582
/proc/meminfo: memFree=1941472/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=13516 CPUtime=11.31
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 3264 0 0 0 1130 1 0 0 25 0 1 0 36525036 13840384 3250 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 3379 3250 76 150 0 3226 0
Current children cumulated CPU time (s) 12.92
Current children cumulated vsize (KiB) 32472

[startup+25.5012 s]
/proc/loadavg: 1.75 1.85 1.52 2/67 13582
/proc/meminfo: memFree=1938336/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=16972 CPUtime=24.1
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 4133 0 0 0 2408 2 0 0 25 0 1 0 36525036 17379328 4119 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 4243 4119 76 150 0 4090 0
Current children cumulated CPU time (s) 25.71
Current children cumulated vsize (KiB) 35928

[startup+51.1015 s]
/proc/loadavg: 1.49 1.78 1.51 2/67 13582
/proc/meminfo: memFree=1935584/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=20140 CPUtime=49.69
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 4943 0 0 0 4965 4 0 0 25 0 1 0 36525036 20623360 4929 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 5035 4929 76 150 0 4882 0
Current children cumulated CPU time (s) 51.3
Current children cumulated vsize (KiB) 39096

[startup+102.306 s]
/proc/loadavg: 1.21 1.66 1.48 2/67 13582
/proc/meminfo: memFree=1928800/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=26896 CPUtime=100.88
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 6583 0 0 0 10082 6 0 0 25 0 1 0 36525036 27541504 6569 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 6724 6569 76 150 0 6571 0
Current children cumulated CPU time (s) 102.49
Current children cumulated vsize (KiB) 45852

[startup+162.301 s]
/proc/loadavg: 1.08 1.53 1.45 2/67 13582
/proc/meminfo: memFree=1926496/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=29332 CPUtime=160.85
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 7201 0 0 0 16078 7 0 0 25 0 1 0 36525036 30035968 7187 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 7333 7187 76 150 0 7180 0
Current children cumulated CPU time (s) 162.46
Current children cumulated vsize (KiB) 48288

[startup+222.301 s]
/proc/loadavg: 1.03 1.43 1.42 2/67 13582
/proc/meminfo: memFree=1922912/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=32772 CPUtime=220.81
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 8023 0 0 0 22073 8 0 0 25 0 1 0 36525036 33558528 8009 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 8193 8009 76 150 0 8040 0
Current children cumulated CPU time (s) 222.42
Current children cumulated vsize (KiB) 51728

[startup+282.301 s]
/proc/loadavg: 1.01 1.35 1.39 2/67 13582
/proc/meminfo: memFree=1922784/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=32924 CPUtime=280.79
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 8041 0 0 0 28071 8 0 0 25 0 1 0 36525036 33714176 8027 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 8231 8027 76 150 0 8078 0
Current children cumulated CPU time (s) 282.4
Current children cumulated vsize (KiB) 51880


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

/proc/meminfo: memFree=1883936/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=70016 CPUtime=3099.57
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 17079 0 0 0 309939 18 0 0 25 0 1 0 36525036 71696384 17060 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 17504 17060 76 150 0 17351 0
Current children cumulated CPU time (s) 3101.18
Current children cumulated vsize (KiB) 88972

[startup+3162.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 13590
/proc/meminfo: memFree=1883808/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=70212 CPUtime=3159.55
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 17106 0 0 0 315937 18 0 0 25 0 1 0 36525036 71897088 17087 996147200 134512640 135127466 4294956256 18446744073709551615 134521706 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 17553 17087 76 150 0 17400 0
Current children cumulated CPU time (s) 3161.16
Current children cumulated vsize (KiB) 89168

[startup+3222.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 13590
/proc/meminfo: memFree=1882656/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=71328 CPUtime=3219.53
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 17385 0 0 0 321935 18 0 0 25 0 1 0 36525036 73039872 17366 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 17832 17366 76 150 0 17679 0
Current children cumulated CPU time (s) 3221.14
Current children cumulated vsize (KiB) 90284

[startup+3282.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 13590
/proc/meminfo: memFree=1882528/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=71536 CPUtime=3279.5
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 17417 0 0 0 327932 18 0 0 25 0 1 0 36525036 73252864 17398 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 17884 17398 76 150 0 17731 0
Current children cumulated CPU time (s) 3281.11
Current children cumulated vsize (KiB) 90492

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13590
/proc/meminfo: memFree=1882400/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=71536 CPUtime=3339.48
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 17417 0 0 0 333930 18 0 0 25 0 1 0 36525036 73252864 17398 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 17884 17398 76 150 0 17731 0
Current children cumulated CPU time (s) 3341.09
Current children cumulated vsize (KiB) 90492

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13590
/proc/meminfo: memFree=1881568/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=72464 CPUtime=3399.46
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 17645 0 0 0 339927 19 0 0 25 0 1 0 36525036 74203136 17626 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 18116 17626 76 150 0 17963 0
Current children cumulated CPU time (s) 3401.07
Current children cumulated vsize (KiB) 91420

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13590
/proc/meminfo: memFree=1880800/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=73284 CPUtime=3459.43
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 17823 0 0 0 345924 19 0 0 25 0 1 0 36525036 75042816 17804 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 18321 17804 76 150 0 18168 0
Current children cumulated CPU time (s) 3461.04
Current children cumulated vsize (KiB) 92240

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13590
/proc/meminfo: memFree=1879712/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=74328 CPUtime=3519.41
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 18074 0 0 0 351922 19 0 0 25 0 1 0 36525036 76111872 18055 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 18582 18055 76 150 0 18429 0
Current children cumulated CPU time (s) 3521.02
Current children cumulated vsize (KiB) 93284

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13590
/proc/meminfo: memFree=1878240/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=75852 CPUtime=3579.38
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 18438 0 0 0 357919 19 0 0 25 0 1 0 36525036 77672448 18419 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 18963 18419 76 150 0 18810 0
Current children cumulated CPU time (s) 3580.99
Current children cumulated vsize (KiB) 94808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 13590
/proc/meminfo: memFree=1878240/2055920 swapFree=4192812/4192956
[pid=13546] ppid=13544 vsize=13600 CPUtime=1.61
/proc/13546/stat : 13546 (sugar) S 13544 13546 12309 0 -1 4194304 1177 17107 0 3 4 1 144 12 16 0 1 0 36524899 13926400 807 996147200 4194304 4206940 548682068592 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13546/statm: 3400 807 374 3 0 500 0
[pid=13581] ppid=13546 vsize=5356 CPUtime=0
/proc/13581/stat : 13581 (sh) S 13546 13546 12309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36525035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13581/statm: 1339 232 193 169 0 50 0
[pid=13582] ppid=13581 vsize=75852 CPUtime=3598.48
/proc/13582/stat : 13582 (minisat) R 13581 13546 12309 0 -1 4194304 18438 0 0 0 359829 19 0 0 25 0 1 0 36525036 77672448 18419 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/13582/statm: 18963 18419 76 150 0 18810 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 94808

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

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

Child status: 0

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

Real time (s): 3601.42
CPU time (s): 3600.09
CPU user time (s): 3599.77
CPU system time (s): 0.32
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 887996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.48977
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18628
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= 1177
involuntary context switches= 430

runsolver used 3.43148 second user time and 9.68253 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-11 19:44:24
IDJOB=1108962
IDBENCH=60843
IDSOLVER=368
FILE ID=node58/1108962-1215798264
PBS_JOBID= 7903084
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/QG5/normalized-quasigroup5-9.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-1108962-1215798264/watcher-1108962-1215798264 -o /tmp/evaluation-result-1108962-1215798264/solver-1108962-1215798264 -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-1108962-1215798264.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e6b1ddf219c61bc4d2f738d4811f6cd4
RANDOM SEED=1856695077

node58.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.259
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.259
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:       1958080 kB
Buffers:          3756 kB
Cached:          36500 kB
SwapCached:          0 kB
Active:          47156 kB
Inactive:         7088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1958080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          23700 kB
Slab:            29712 kB
Committed_AS:   111820 kB
PageTables:       1420 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 node58 at 2008-07-11 20:44:28