Trace number 1069338

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? (TO) 1800.06 1809.02

General information on the benchmark

Namecsp/pseudoGLB/
normalized-army12-21bt.xml
MD5SUMb514737dc951d40d29ed1d5e0531651a
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables428
Number of constraints942
Maximum constraint arity144
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(942)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 10:19:02 2008
0.00/0.04	c 0	PID 12327
0.03/0.04	c 0	HOST node53.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1069338-1215159542.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1069338-1215159542.xml' 'HOME/temp.csp'
0.03/0.56	c 0	1 domains, 428 variables, 0 predicates, 0 relations, 942 constraints
0.03/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.55/0.65	c 0	Parsing HOME/temp.csp
0.55/0.88	c 1	parsed 1371 expressions
0.55/0.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.55/0.88	c 1	Converting to clausal form CSP
0.55/0.90	c 1	converted 138 (10%) expressions
0.55/0.91	c 1	converted 275 (20%) expressions
0.55/0.91	c 1	converted 412 (30%) expressions
0.55/0.95	c 1	converted 549 (40%) expressions
0.55/0.97	c 1	converted 686 (50%) expressions
0.96/1.01	c 1	converted 823 (60%) expressions
0.96/1.03	c 1	converted 960 (70%) expressions
0.96/1.04	c 1	converted 1097 (80%) expressions
1.06/1.11	c 1	converted 1234 (90%) expressions
1.16/1.23	c 1	converted 1371 (100%) expressions
1.16/1.23	c 1	CSP : 1546 integers, 0 booleans, 3178 clauses, largest domain size 116
1.16/1.23	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.16/1.23	c 1	Propagation in CSP
1.16/1.28	c 1	657 values, 0 unsatisfiable literals, and 1 valid clauses are removed
1.16/1.28	c 1	CSP : 1546 integers, 0 booleans, 3177 clauses, largest domain size 73
1.16/1.28	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.16/1.28	c 1	Simplifing CSP by introducing new Boolean variables
1.16/1.29	c 1	CSP : 1546 integers, 0 booleans, 3177 clauses, largest domain size 73
1.16/1.29	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.32	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.25/1.33	c 1	155 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.25/1.33	c 1	310 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.25/1.34	c 1	464 (30%) CSP integer variables are encoded (76 clauses, 900 bytes)
1.25/1.34	c 1	619 (40%) CSP integer variables are encoded (408 clauses, 4571 bytes)
1.25/1.34	c 1	773 (50%) CSP integer variables are encoded (716 clauses, 8575 bytes)
1.25/1.35	c 1	928 (60%) CSP integer variables are encoded (1051 clauses, 12930 bytes)
1.25/1.35	c 1	1083 (70%) CSP integer variables are encoded (1383 clauses, 17246 bytes)
1.25/1.35	c 1	1237 (80%) CSP integer variables are encoded (3329 clauses, 42544 bytes)
1.25/1.35	c 1	1392 (90%) CSP integer variables are encoded (4534 clauses, 58209 bytes)
1.25/1.36	c 1	1546 (100%) CSP integer variables are encoded (5365 clauses, 69012 bytes)
1.25/1.38	c 1	318 (10%) CSP clauses are encoded (5801 clauses, 73768 bytes)
1.35/1.40	c 1	636 (20%) CSP clauses are encoded (6717 clauses, 85289 bytes)
1.45/1.50	c 1	954 (30%) CSP clauses are encoded (7529 clauses, 99328 bytes)
1.45/1.51	c 1	1271 (40%) CSP clauses are encoded (9370 clauses, 123308 bytes)
1.45/1.52	c 1	1589 (50%) CSP clauses are encoded (11140 clauses, 150093 bytes)
1.45/1.53	c 1	1907 (60%) CSP clauses are encoded (13030 clauses, 178637 bytes)
1.45/1.54	c 1	2224 (70%) CSP clauses are encoded (14917 clauses, 207214 bytes)
1.45/1.58	c 1	2542 (80%) CSP clauses are encoded (40309 clauses, 659068 bytes)
1.55/1.61	c 1	2860 (90%) CSP clauses are encoded (58166 clauses, 974541 bytes)
1.55/1.64	c 1	3177 (100%) CSP clauses are encoded (72319 clauses, 1224335 bytes)
1.55/1.64	c 1	3177 CSP clauses encoded
1.55/1.64	c 1	Writing map file : HOME/temp.map
1.55/1.65	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.55/1.65	c 1	SAT : 6885 SAT variables, 72319 SAT clauses, 1224335 bytes
1.55/1.65	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.55/1.69	c 1	SOLVING HOME/temp.cnf
1.55/1.69	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.55/1.69	c 1	This is MiniSat 2.0 beta
1.55/1.69	c 1	WARNING: for repeatability, setting FPU to use double precision
1.55/1.69	c 1	============================[ Problem Statistics ]=============================
1.55/1.69	c 1	|                                                                             |
1.55/1.69	c 1	|  Number of variables:  6885                                                 |
1.55/1.69	c 1	|  Number of clauses:    72319                                                |
1.61/1.73	c 1	|  Parsing time:         0.03         s                                       |
1.61/1.73	c 1	============================[ Search Statistics ]==============================
1.61/1.73	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.61/1.73	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.61/1.73	c 1	===============================================================================
1.61/1.73	c 1	|         0 |    6885    72319   199573 |    24106        0    nan |  0.000 % |
1.61/1.76	c 1	|       100 |    6882    72319   199573 |    26516       99     40 |  1.191 % |
1.61/1.84	c 2	|       251 |    6882    72319   199573 |    29168      250     34 |  1.191 % |
1.61/1.93	c 2	|       476 |    6803    70456   194253 |    32085      475     34 |  1.191 % |
1.61/2.08	c 2	|       813 |    6769    69927   192794 |    35294      810     35 |  2.238 % |
2.11/2.24	c 2	|      1322 |    6731    69481   191584 |    38823     1319     35 |  2.237 % |
2.40/2.59	c 2	|      2081 |    6731    69481   191584 |    42705     2078     33 |  2.237 % |
3.00/3.14	c 3	|      3220 |    6731    69481   191584 |    46976     3217     33 |  2.237 % |
3.70/3.84	c 4	|      4928 |    6731    69481   191584 |    51674     4925     38 |  2.237 % |
4.60/4.72	c 4	|      7491 |    6731    69481   191584 |    56841     7488     40 |  2.237 % |
6.18/6.39	c 6	|     11335 |    6686    68654   189256 |    62525    11331     41 |  2.890 % |
9.26/9.49	c 9	|     17102 |    6686    68654   189256 |    68778    17098     40 |  2.891 % |
15.34/15.50	c 15	|     25751 |    6665    68420   188636 |    75656    25745     38 |  3.195 % |
25.39/25.64	c 25	|     38725 |    6665    68420   188636 |    83221    38719     38 |  3.198 % |
47.28/47.60	c 47	|     58186 |    6665    68420   188636 |    91543    58180     38 |  3.195 % |
91.27/91.84	c 92	|     87378 |    6655    68340   188434 |   100698    87371     39 |  3.341 % |
144.80/145.60	c 145	|    131167 |    6512    66630   183790 |   110767    41863     38 |  5.418 % |
244.03/245.31	c 245	|    196852 |    6512    66630   183790 |   121844   107548     42 |  5.418 % |
392.70/394.76	c 394	|    295378 |    6512    66630   183790 |   134029    95726     35 |  5.418 % |
620.49/623.69	c 623	|    443168 |    6490    66429   183271 |   147432   123551     40 |  5.738 % |
1003.72/1008.78	c 1009	|    664851 |    6490    66429   183271 |   162175    79241     37 |  5.739 % |
1598.54/1606.50	c 1606	|    997376 |    6488    66353   183051 |   178392   120321     42 |  5.766 % |
1800.06/1809.01	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1809.01	c 1809	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.06/1809.01	c ERROR INTERRUPTED
1800.06/1809.02	s UNKNOWN
1800.06/1809.02	c 1809	CPU 1.51 (0.04 0.01 1.47 0.1)
1800.06/1809.02	c 1809	END Fri Jul  4 10:49:11 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1069338-1215159542/watcher-1069338-1215159542 -o /tmp/evaluation-result-1069338-1215159542/solver-1069338-1215159542 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1069338-1215159542.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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.11 2.08 2.01 4/81 12327
/proc/meminfo: memFree=1850856/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=12132 CPUtime=0
/proc/12327/stat : 12327 (sugar) R 12325 12327 10210 0 -1 4194304 244 0 0 0 0 0 0 0 20 0 1 0 1994926503 12423168 212 996147200 4194304 4206940 548682068608 18446744073709551615 269949853673 0 0 4224 0 0 0 0 17 1 0 0
/proc/12327/statm: 3033 212 158 3 0 133 0

[startup+0.0466099 s]
/proc/loadavg: 2.11 2.08 2.01 4/81 12327
/proc/meminfo: memFree=1850856/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=0.03
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 837 0 0 0 2 1 0 0 20 0 1 0 1994926503 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12327/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102583 s]
/proc/loadavg: 2.11 2.08 2.01 4/81 12327
/proc/meminfo: memFree=1850856/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=0.03
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1994926503 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12327/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301565 s]
/proc/loadavg: 2.11 2.08 2.01 4/81 12327
/proc/meminfo: memFree=1850856/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=0.03
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1994926503 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12327/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701612 s]
/proc/loadavg: 2.11 2.08 2.01 4/81 12327
/proc/meminfo: memFree=1850856/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=0.55
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 973 4983 0 1 3 1 48 3 15 0 1 0 1994926503 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.50274 s]
/proc/loadavg: 2.11 2.08 2.01 4/92 12349
/proc/meminfo: memFree=1841296/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=0.55
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 974 4983 0 1 3 1 48 3 15 0 1 0 1994926503 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 797 370 3 0 500 0
[pid=12340] ppid=12327 vsize=5356 CPUtime=0
/proc/12340/stat : 12340 (sh) S 12327 12327 10210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1994926561 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12340/statm: 1339 233 193 169 0 50 0
[pid=12341] ppid=12340 vsize=868500 CPUtime=0.9
/proc/12341/stat : 12341 (java) S 12340 12327 10210 0 -1 0 6855 0 1 0 85 5 0 0 19 0 9 0 1994926561 889344000 6079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12341/statm: 217125 6079 2563 9 0 211672 0
[pid=12341/tid=12342] ppid=12340 vsize=868500 CPUtime=0.55
/proc/12341/task/12342/stat : 12342 (java) R 12340 12327 10210 0 -1 64 2720 0 1 0 53 2 0 0 19 0 9 0 1994926562 889344000 6079 996147200 134512640 134550740 4294955952 18446744073709551615 4126580227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12341/tid=12343] ppid=12340 vsize=868500 CPUtime=0.08
/proc/12341/task/12343/stat : 12343 (java) S 12340 12327 10210 0 -1 64 1953 0 0 0 7 1 0 0 16 0 9 0 1994926563 889344000 6079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12341/tid=12344] ppid=12340 vsize=868500 CPUtime=0
/proc/12341/task/12344/stat : 12344 (java) S 12340 12327 10210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1994926563 889344000 6079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12341/tid=12345] ppid=12340 vsize=868500 CPUtime=0
/proc/12341/task/12345/stat : 12345 (java) S 12340 12327 10210 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1994926563 889344000 6079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12341/tid=12346] ppid=12340 vsize=868500 CPUtime=0
/proc/12341/task/12346/stat : 12346 (java) S 12340 12327 10210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994926565 889344000 6079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12341/tid=12347] ppid=12340 vsize=868500 CPUtime=0.25
/proc/12341/task/12347/stat : 12347 (java) S 12340 12327 10210 0 -1 64 1489 0 0 0 24 1 0 0 16 0 9 0 1994926565 889344000 6079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12341/tid=12348] ppid=12340 vsize=868500 CPUtime=0
/proc/12341/task/12348/stat : 12348 (java) S 12340 12327 10210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994926565 889344000 6079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12341/tid=12349] ppid=12340 vsize=868500 CPUtime=0
/proc/12341/task/12349/stat : 12349 (java) S 12340 12327 10210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1994926565 889344000 6079 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887456

[startup+3.10189 s]
/proc/loadavg: 2.11 2.08 2.01 3/84 12351
/proc/meminfo: memFree=1842576/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 15 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=5796 CPUtime=1.39
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 1342 0 0 0 139 0 0 0 25 0 1 0 1994926672 5935104 1328 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 1449 1328 75 150 0 1296 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 24752

[startup+6.30127 s]
/proc/loadavg: 2.10 2.07 2.01 3/84 12351
/proc/meminfo: memFree=1840784/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=7532 CPUtime=4.57
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 1772 0 0 0 456 1 0 0 25 0 1 0 1994926672 7712768 1758 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 1883 1758 75 150 0 1730 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 26488

[startup+12.701 s]
/proc/loadavg: 2.10 2.07 2.01 3/84 12351
/proc/meminfo: memFree=1838480/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=9592 CPUtime=10.94
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 2290 0 0 0 1092 2 0 0 25 0 1 0 1994926672 9822208 2276 996147200 134512640 135127466 4294956272 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 2398 2276 75 150 0 2245 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 28548

[startup+25.5025 s]
/proc/loadavg: 2.07 2.07 2.00 3/84 12351
/proc/meminfo: memFree=1835472/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=12532 CPUtime=23.68
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 3021 0 0 0 2364 4 0 0 25 0 1 0 1994926672 12832768 3007 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 3133 3007 75 150 0 2980 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 31488

[startup+51.1016 s]
/proc/loadavg: 2.05 2.06 2.00 3/84 12351
/proc/meminfo: memFree=1831056/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=16992 CPUtime=49.16
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 4125 0 0 0 4910 6 0 0 25 0 1 0 1994926672 17399808 4111 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 4248 4111 75 150 0 4095 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 35948

[startup+102.307 s]
/proc/loadavg: 2.02 2.05 2.00 3/84 12351
/proc/meminfo: memFree=1824272/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=23780 CPUtime=100.11
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 5777 0 0 0 10004 7 0 0 25 0 1 0 1994926672 24350720 5763 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 5945 5763 75 150 0 5792 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 42736

[startup+162.302 s]
/proc/loadavg: 2.00 2.04 2.00 3/84 12351
/proc/meminfo: memFree=1822288/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=25628 CPUtime=159.81
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 6248 0 0 0 15974 7 0 0 25 0 1 0 1994926672 26243072 6234 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 6407 6234 75 150 0 6254 0
Current children cumulated CPU time (s) 161.42
Current children cumulated vsize (KiB) 44584

[startup+222.303 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 12351
/proc/meminfo: memFree=1821840/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

/proc/meminfo: memFree=1769456/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=42780 CPUtime=1294.22
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 10458 0 0 0 129408 14 0 0 25 0 1 0 1994926672 43806720 10444 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 10695 10444 75 150 0 10542 0
Current children cumulated CPU time (s) 1295.83
Current children cumulated vsize (KiB) 61736

[startup+1362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/87 12399
/proc/meminfo: memFree=1769328/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=42780 CPUtime=1353.92
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 10473 0 0 0 135378 14 0 0 25 0 1 0 1994926672 43806720 10459 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 10695 10459 75 150 0 10542 0
Current children cumulated CPU time (s) 1355.53
Current children cumulated vsize (KiB) 61736

[startup+1422.31 s]
/proc/loadavg: 2.06 2.03 2.00 3/87 12399
/proc/meminfo: memFree=1767728/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=44488 CPUtime=1413.64
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 10878 0 0 0 141349 15 0 0 25 0 1 0 1994926672 45555712 10864 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 11122 10864 75 150 0 10969 0
Current children cumulated CPU time (s) 1415.25
Current children cumulated vsize (KiB) 63444

[startup+1482.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/87 12399
/proc/meminfo: memFree=1765488/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=46868 CPUtime=1473.34
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 11465 0 0 0 147319 15 0 0 25 0 1 0 1994926672 47992832 11451 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 11717 11451 75 150 0 11564 0
Current children cumulated CPU time (s) 1474.95
Current children cumulated vsize (KiB) 65824

[startup+1542.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/87 12401
/proc/meminfo: memFree=1765488/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=46868 CPUtime=1533.05
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 11465 0 0 0 153290 15 0 0 25 0 1 0 1994926672 47992832 11451 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 11717 11451 75 150 0 11564 0
Current children cumulated CPU time (s) 1534.66
Current children cumulated vsize (KiB) 65824

[startup+1602.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/87 12401
/proc/meminfo: memFree=1765296/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=47028 CPUtime=1592.75
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 11494 0 0 0 159260 15 0 0 25 0 1 0 1994926672 48156672 11480 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 11757 11480 75 150 0 11604 0
Current children cumulated CPU time (s) 1594.36
Current children cumulated vsize (KiB) 65984

[startup+1662.3 s]
/proc/loadavg: 2.12 2.07 2.00 3/87 12401
/proc/meminfo: memFree=1765104/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=47192 CPUtime=1652.46
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 11532 0 0 0 165231 15 0 0 25 0 1 0 1994926672 48324608 11518 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 11798 11518 75 150 0 11645 0
Current children cumulated CPU time (s) 1654.07
Current children cumulated vsize (KiB) 66148

[startup+1722.3 s]
/proc/loadavg: 2.11 2.07 2.00 3/87 12401
/proc/meminfo: memFree=1764208/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=48116 CPUtime=1712.17
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 11780 0 0 0 171201 16 0 0 25 0 1 0 1994926672 49270784 11766 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 12029 11766 75 150 0 11876 0
Current children cumulated CPU time (s) 1713.78
Current children cumulated vsize (KiB) 67072

[startup+1782.3 s]
/proc/loadavg: 2.10 2.07 2.00 3/87 12401
/proc/meminfo: memFree=1762416/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=49572 CPUtime=1771.88
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 12161 0 0 0 177172 16 0 0 25 0 1 0 1994926672 50761728 12147 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 12393 12147 75 150 0 12240 0
Current children cumulated CPU time (s) 1773.49
Current children cumulated vsize (KiB) 68528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.06 2.06 2.00 3/87 12401
/proc/meminfo: memFree=1762416/2055920 swapFree=4179912/4192956
[pid=12327] ppid=12325 vsize=13600 CPUtime=1.61
/proc/12327/stat : 12327 (sugar) S 12325 12327 10210 0 -1 4194304 1034 12182 0 2 3 1 147 10 16 0 1 0 1994926503 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12327/statm: 3400 799 370 3 0 500 0
[pid=12350] ppid=12327 vsize=5356 CPUtime=0
/proc/12350/stat : 12350 (sh) S 12327 12327 10210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1994926672 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12350/statm: 1339 232 193 169 0 50 0
[pid=12351] ppid=12350 vsize=49572 CPUtime=1798.45
/proc/12351/stat : 12351 (minisat) R 12350 12327 10210 0 -1 4194304 12161 0 0 0 179829 16 0 0 25 0 1 0 1994926672 50761728 12147 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12351/statm: 12393 12147 75 150 0 12240 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 68528

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 12327 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=519768
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=121981
# CPU time returned by wait4() is 1.64175
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.02
CPU time (s): 1800.06
CPU user time (s): 1799.79
CPU system time (s): 0.27
CPU usage (%): 99.5046
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.51977
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13644
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2616
involuntary context switches= 2470

runsolver used 1.78273 second user time and 5.40018 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-04 10:19:02
IDJOB=1069338
IDBENCH=55603
IDSOLVER=346
FILE ID=node53/1069338-1215159542
PBS_JOBID= 7877390
Free space on /tmp= 65200 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-army12-21bt.xml
COMMAND LINE= DIR/sugar -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-1069338-1215159542/watcher-1069338-1215159542 -o /tmp/evaluation-result-1069338-1215159542/solver-1069338-1215159542 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1069338-1215159542.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b514737dc951d40d29ed1d5e0531651a
RANDOM SEED=13534436

node53.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1851272 kB
Buffers:         16924 kB
Cached:         100152 kB
SwapCached:       6956 kB
Active:         124140 kB
Inactive:        25984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851272 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            1484 kB
Writeback:           0 kB
Mapped:          49160 kB
Slab:            39700 kB
Committed_AS:  3873388 kB
PageTables:       1848 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= 65176 MiB
End job on node53 at 2008-07-04 10:49:13