Trace number 1101242

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.13 1816.42

General information on the benchmark

Namecsp/rand-2-50-23/
normalized-rand-2-50-23-587-230-7_ext.xml
MD5SUM61c4b18e43063d5ede96112a53e5fee9
Bench Category2-ARY-EXT (binary constraints in extension)
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 variables50
Number of constraints465
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension465
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 23:06:40 2008
0.00/0.04	c 0	PID 10366
0.00/0.04	c 0	HOST node27.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1101242-1215291999.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1101242-1215291999.xml' 'HOME/temp.csp'
0.03/0.81	c 0	1 domains, 50 variables, 0 predicates, 465 relations, 465 constraints
0.03/0.86	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.86	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.75/0.94	c 0	Parsing HOME/temp.csp
1.28/1.44	c 1	parsed 981 expressions
1.28/1.44	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.28/1.44	c 1	Converting to clausal form CSP
1.28/1.47	c 1	converted 99 (10%) expressions
1.28/1.47	c 1	converted 197 (20%) expressions
1.28/1.48	c 1	converted 295 (30%) expressions
1.37/1.54	c 1	converted 393 (40%) expressions
1.37/1.54	c 1	converted 491 (50%) expressions
1.37/1.59	c 1	converted 589 (60%) expressions
1.47/1.62	c 1	converted 687 (70%) expressions
1.47/1.66	c 1	converted 785 (80%) expressions
1.47/1.69	c 1	converted 883 (90%) expressions
1.67/1.80	c 1	converted 981 (100%) expressions
1.67/1.80	c 1	CSP : 50 integers, 0 booleans, 465 clauses, largest domain size 23
1.67/1.80	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.67/1.80	c 1	Propagation in CSP
1.67/1.81	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.67/1.81	c 1	CSP : 50 integers, 0 booleans, 465 clauses, largest domain size 23
1.67/1.81	c 1	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.67/1.81	c 1	Simplifing CSP by introducing new Boolean variables
1.67/1.82	c 1	CSP : 50 integers, 0 booleans, 465 clauses, largest domain size 23
1.67/1.82	c 1	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.67/1.87	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.67/1.88	c 1	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.67/1.89	c 1	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.67/1.89	c 1	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.67/1.89	c 1	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.67/1.89	c 1	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.67/1.89	c 1	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.67/1.90	c 1	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.67/1.90	c 1	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.67/1.90	c 1	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.77/1.90	c 1	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.77/1.96	c 1	47 (10%) CSP clauses are encoded (5288 clauses, 82587 bytes)
1.77/1.99	c 1	93 (20%) CSP clauses are encoded (9447 clauses, 157106 bytes)
1.86/2.02	c 2	140 (30%) CSP clauses are encoded (13753 clauses, 239658 bytes)
1.86/2.05	c 2	186 (40%) CSP clauses are encoded (18068 clauses, 322482 bytes)
1.86/2.07	c 2	233 (50%) CSP clauses are encoded (22241 clauses, 403240 bytes)
1.86/2.10	c 2	279 (60%) CSP clauses are encoded (26572 clauses, 486501 bytes)
1.97/2.12	c 2	326 (70%) CSP clauses are encoded (30702 clauses, 566289 bytes)
1.97/2.15	c 2	372 (80%) CSP clauses are encoded (34837 clauses, 646029 bytes)
1.97/2.17	c 2	419 (90%) CSP clauses are encoded (39070 clauses, 728584 bytes)
1.97/2.20	c 2	465 (100%) CSP clauses are encoded (43411 clauses, 815001 bytes)
1.97/2.20	c 2	465 CSP clauses encoded
1.97/2.20	c 2	Writing map file : HOME/temp.map
2.07/2.20	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.07/2.20	c 2	SAT : 1100 SAT variables, 43411 SAT clauses, 815001 bytes
2.07/2.20	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.07/2.22	c 2	SOLVING HOME/temp.cnf
2.07/2.22	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.07/2.22	c 2	This is MiniSat 2.0 beta
2.07/2.22	c 2	WARNING: for repeatability, setting FPU to use double precision
2.07/2.22	c 2	============================[ Problem Statistics ]=============================
2.07/2.22	c 2	|                                                                             |
2.07/2.22	c 2	|  Number of variables:  1100                                                 |
2.07/2.22	c 2	|  Number of clauses:    43411                                                |
2.07/2.25	c 2	|  Parsing time:         0.02         s                                       |
2.07/2.25	c 2	============================[ Search Statistics ]==============================
2.07/2.25	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.07/2.25	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.07/2.25	c 2	===============================================================================
2.07/2.25	c 2	|         0 |    1100    43411   161989 |    14470        0    nan |  0.000 % |
2.07/2.27	c 2	|       100 |    1100    43411   161989 |    15917      100     10 |  0.000 % |
2.07/2.29	c 2	|       250 |    1100    43411   161989 |    17509      250     12 |  0.002 % |
2.09/2.34	c 2	|       476 |    1100    43411   161989 |    19260      476     13 |  0.003 % |
2.09/2.40	c 2	|       813 |    1100    43411   161989 |    21186      813     13 |  0.002 % |
2.09/2.50	c 2	|      1319 |    1100    43411   161989 |    23304     1319     13 |  0.002 % |
2.09/2.64	c 2	|      2078 |    1100    43411   161989 |    25635     2078     14 |  0.002 % |
2.09/2.87	c 2	|      3217 |    1100    43411   161989 |    28198     3217     14 |  0.003 % |
3.06/3.22	c 3	|      4927 |    1100    43411   161989 |    31018     4927     15 |  0.003 % |
3.56/3.77	c 3	|      7489 |    1100    43411   161989 |    34120     7489     16 |  0.002 % |
4.46/4.68	c 4	|     11333 |    1100    43411   161989 |    37532    11333     17 |  0.003 % |
6.05/6.29	c 6	|     17099 |    1100    43411   161989 |    41285    17099     17 |  0.003 % |
9.14/9.36	c 9	|     25748 |    1100    43411   161989 |    45414    25748     17 |  0.003 % |
15.05/15.30	c 15	|     38722 |    1100    43411   161989 |    49955    38722     17 |  0.003 % |
24.44/24.65	c 24	|     58184 |    1100    43411   161989 |    54951    21196     17 |  0.003 % |
40.34/40.53	c 40	|     87376 |    1100    43411   161989 |    60446    50388     18 |  0.003 % |
66.52/66.71	c 66	|    131165 |    1100    43411   161989 |    66490    49583     20 |  0.003 % |
110.02/110.42	c 110	|    196850 |    1100    43411   161989 |    73139    65815     19 |  0.003 % |
172.14/173.19	c 173	|    295377 |    1100    43411   161989 |    80453    49328     17 |  0.003 % |
272.78/274.75	c 274	|    443167 |    1100    43411   161989 |    88499    69549     20 |  0.003 % |
436.54/440.07	c 440	|    664853 |    1100    43411   161989 |    97349    76256     22 |  0.003 % |
690.25/696.18	c 696	|    997380 |    1100    43411   161989 |   107084    85794     21 |  0.003 % |
1109.99/1119.80	c 1119	|   1496168 |    1100    43411   161989 |   117792    44157     20 |  0.003 % |
1767.69/1783.76	c 1783	|   2244350 |    1100    43411   161989 |   129571    93430     21 |  0.003 % |
1800.08/1816.41	sh: line 1: 10390 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.08/1816.41	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1816.41	c 1816	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.08/1816.42	c ERROR INTERRUPTED
1800.08/1816.42	s UNKNOWN
1800.08/1816.42	c 1816	CPU 1799.92 (0.04 0 1799.88 0.19)
1800.08/1816.42	c 1816	END Sat Jul  5 23:36:56 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-1101242-1215291999/watcher-1101242-1215291999 -o /tmp/evaluation-result-1101242-1215291999/solver-1101242-1215291999 -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-1101242-1215291999.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: 1.99 1.97 1.99 4/74 10366
/proc/meminfo: memFree=1712568/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=12268 CPUtime=0
/proc/10366/stat : 10366 (sugar) R 10364 10366 8487 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 140870068 12562432 318 996147200 4194304 4206940 548682068608 18446744073709551615 233606818160 0 0 4224 0 0 0 0 17 0 0 0
/proc/10366/statm: 3067 320 242 3 0 167 0

[startup+0.091098 s]
/proc/loadavg: 1.99 1.97 1.99 4/74 10366
/proc/meminfo: memFree=1712568/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=0.03
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 140870068 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10366/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101093 s]
/proc/loadavg: 1.99 1.97 1.99 4/74 10366
/proc/meminfo: memFree=1712568/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=0.03
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 140870068 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10366/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301115 s]
/proc/loadavg: 1.99 1.97 1.99 4/74 10366
/proc/meminfo: memFree=1712568/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=0.03
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 140870068 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10366/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701162 s]
/proc/loadavg: 1.99 1.97 1.99 4/74 10366
/proc/meminfo: memFree=1712568/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=0.03
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 140870068 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10366/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50225 s]
/proc/loadavg: 1.99 1.97 1.99 4/85 10388
/proc/meminfo: memFree=1704992/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=0.75
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 973 4918 0 1 3 0 68 4 15 0 1 0 140870068 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10366/statm: 3400 797 370 3 0 500 0
[pid=10379] ppid=10366 vsize=5356 CPUtime=0
/proc/10379/stat : 10379 (sh) S 10366 10366 8487 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140870155 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10379/statm: 1339 233 193 169 0 50 0
[pid=10380] ppid=10379 vsize=864144 CPUtime=0.62
/proc/10380/stat : 10380 (java) S 10379 10366 8487 0 -1 0 6866 0 1 0 59 3 0 0 20 0 9 0 140870155 884883456 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10380/statm: 216036 6129 2540 9 0 210611 0
[pid=10380/tid=10381] ppid=10379 vsize=864144 CPUtime=0.4
/proc/10380/task/10381/stat : 10381 (java) R 10379 10366 8487 0 -1 64 2575 0 1 0 39 1 0 0 25 0 9 0 140870156 884883456 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10380/tid=10382] ppid=10379 vsize=864144 CPUtime=0.12
/proc/10380/task/10382/stat : 10382 (java) R 10379 10366 8487 0 -1 64 3264 0 0 0 12 0 0 0 16 0 9 0 140870157 884883456 6129 996147200 134512640 134550740 4294955952 18446744073709551615 103735824 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10380/tid=10383] ppid=10379 vsize=864144 CPUtime=0
/proc/10380/task/10383/stat : 10383 (java) S 10379 10366 8487 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140870157 884883456 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10380/tid=10384] ppid=10379 vsize=864144 CPUtime=0
/proc/10380/task/10384/stat : 10384 (java) S 10379 10366 8487 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140870157 884883456 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10380/tid=10385] ppid=10379 vsize=864144 CPUtime=0
/proc/10380/task/10385/stat : 10385 (java) S 10379 10366 8487 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140870159 884883456 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10380/tid=10386] ppid=10379 vsize=864144 CPUtime=0.07
/proc/10380/task/10386/stat : 10386 (java) S 10379 10366 8487 0 -1 64 331 0 0 0 7 0 0 0 16 0 9 0 140870159 884883456 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10380/tid=10387] ppid=10379 vsize=864144 CPUtime=0
/proc/10380/task/10387/stat : 10387 (java) S 10379 10366 8487 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140870159 884883456 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10380/tid=10388] ppid=10379 vsize=864144 CPUtime=0
/proc/10380/task/10388/stat : 10388 (java) S 10379 10366 8487 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140870160 884883456 6129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 883100

[startup+3.10241 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 10388
/proc/meminfo: memFree=1687520/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.09
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 3 0 196 10 15 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 13600

[startup+6.30173 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 10390
/proc/meminfo: memFree=1703968/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.09
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 3 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=5768 CPUtime=4.06
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 1275 0 0 0 406 0 0 0 25 0 1 0 140870291 5906432 1261 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/10390/statm: 1442 1261 75 150 0 1289 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 24724

[startup+12.7024 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 10390
/proc/meminfo: memFree=1702304/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.09
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 3 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=7340 CPUtime=10.46
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 1680 0 0 0 1045 1 0 0 25 0 1 0 140870291 7516160 1666 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10390/statm: 1835 1666 75 150 0 1682 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 26296

[startup+25.5017 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 10390
/proc/meminfo: memFree=1700512/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.09
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 3 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=9172 CPUtime=23.25
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 2121 0 0 0 2324 1 0 0 25 0 1 0 140870291 9392128 2107 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/10390/statm: 2293 2107 75 150 0 2140 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 28128

[startup+51.1013 s]
/proc/loadavg: 1.99 1.97 1.99 3/77 10390
/proc/meminfo: memFree=1698912/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.09
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 3 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=10772 CPUtime=48.84
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 2542 0 0 0 4882 2 0 0 25 0 1 0 140870291 11030528 2528 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/10390/statm: 2693 2528 75 150 0 2540 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 29728

[startup+102.306 s]
/proc/loadavg: 1.92 1.95 1.98 3/75 10420
/proc/meminfo: memFree=1703736/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.09
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 3 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=12496 CPUtime=99.91
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 2951 0 0 0 9988 3 0 0 25 0 1 0 140870291 12795904 2937 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10390/statm: 3124 2937 75 150 0 2971 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 31452

[startup+162.302 s]
/proc/loadavg: 1.97 1.96 1.98 3/75 10420
/proc/meminfo: memFree=1702392/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.09
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 3 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=13648 CPUtime=159.34
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 3233 0 0 0 15931 3 0 0 25 0 1 0 140870291 13975552 3219 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10390/statm: 3412 3219 75 150 0 3259 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 32604

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 10420
/proc/meminfo: memFree=1701560/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.09
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 3 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=14464 CPUtime=218.78
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 3433 0 0 0 21874 4 0 0 25 0 1 0 140870291 14811136 3419 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10390/statm: 3616 3419 75 150 0 3463 0
Current children cumulated CPU time (s) 220.87
Current children cumulated vsize (KiB) 33420

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

[pid=10366] ppid=10364 vsize=13600 CPUtime=2.1
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 4 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=24192 CPUtime=1229.25
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 5764 0 0 0 122919 6 0 0 25 0 1 0 140870291 24772608 5750 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10390/statm: 6048 5750 75 150 0 5895 0
Current children cumulated CPU time (s) 1231.35
Current children cumulated vsize (KiB) 43148

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 10420
/proc/meminfo: memFree=1691256/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.1
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 4 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=24640 CPUtime=1288.69
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 5882 0 0 0 128862 7 0 0 25 0 1 0 140870291 25231360 5859 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10390/statm: 6160 5859 75 150 0 6007 0
Current children cumulated CPU time (s) 1290.79
Current children cumulated vsize (KiB) 43596

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 10420
/proc/meminfo: memFree=1691128/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.1
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 4 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=24924 CPUtime=1348.13
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 5941 0 0 0 134806 7 0 0 25 0 1 0 140870291 25522176 5918 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10390/statm: 6231 5918 75 150 0 6078 0
Current children cumulated CPU time (s) 1350.23
Current children cumulated vsize (KiB) 43880

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 10420
/proc/meminfo: memFree=1690808/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.1
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 4 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=25064 CPUtime=1407.57
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 5974 0 0 0 140750 7 0 0 25 0 1 0 140870291 25665536 5951 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10390/statm: 6266 5951 75 150 0 6113 0
Current children cumulated CPU time (s) 1409.67
Current children cumulated vsize (KiB) 44020

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 10420
/proc/meminfo: memFree=1690744/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.1
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 4 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=25064 CPUtime=1467.01
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 5984 0 0 0 146694 7 0 0 25 0 1 0 140870291 25665536 5961 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10390/statm: 6266 5961 75 150 0 6113 0
Current children cumulated CPU time (s) 1469.11
Current children cumulated vsize (KiB) 44020

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 10420
/proc/meminfo: memFree=1690680/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.1
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 4 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=25224 CPUtime=1526.45
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 6017 0 0 0 152638 7 0 0 25 0 1 0 140870291 25829376 5994 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10390/statm: 6306 5994 75 150 0 6153 0
Current children cumulated CPU time (s) 1528.55
Current children cumulated vsize (KiB) 44180

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 10420
/proc/meminfo: memFree=1689976/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.1
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 4 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=26036 CPUtime=1585.89
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 6190 0 0 0 158582 7 0 0 25 0 1 0 140870291 26660864 6167 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10390/statm: 6509 6167 75 150 0 6356 0
Current children cumulated CPU time (s) 1587.99
Current children cumulated vsize (KiB) 44992

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 10420
/proc/meminfo: memFree=1689784/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.1
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 4 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=26192 CPUtime=1645.32
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 6231 0 0 0 164525 7 0 0 25 0 1 0 140870291 26820608 6208 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10390/statm: 6548 6208 75 150 0 6395 0
Current children cumulated CPU time (s) 1647.42
Current children cumulated vsize (KiB) 45148

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 10420
/proc/meminfo: memFree=1689656/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.1
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 4 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=26348 CPUtime=1704.76
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 6261 0 0 0 170469 7 0 0 25 0 1 0 140870291 26980352 6238 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10390/statm: 6587 6238 75 150 0 6434 0
Current children cumulated CPU time (s) 1706.86
Current children cumulated vsize (KiB) 45304

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 10420
/proc/meminfo: memFree=1689592/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.1
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 4 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=26348 CPUtime=1764.2
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 6262 0 0 0 176413 7 0 0 25 0 1 0 140870291 26980352 6239 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10390/statm: 6587 6239 75 150 0 6434 0
Current children cumulated CPU time (s) 1766.3
Current children cumulated vsize (KiB) 45304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.4 s]
/proc/loadavg: 1.99 1.97 1.98 3/75 10420
/proc/meminfo: memFree=1689336/2055920 swapFree=4192812/4192956
[pid=10366] ppid=10364 vsize=13600 CPUtime=2.1
/proc/10366/stat : 10366 (sugar) S 10364 10366 8487 0 -1 4194304 1031 13957 0 2 4 0 196 10 16 0 1 0 140870068 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10366/statm: 3400 798 370 3 0 500 0
[pid=10389] ppid=10366 vsize=5356 CPUtime=0
/proc/10389/stat : 10389 (sh) S 10366 10366 8487 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140870291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10389/statm: 1339 232 193 169 0 50 0
[pid=10390] ppid=10389 vsize=26512 CPUtime=1797.98
/proc/10390/stat : 10390 (minisat) R 10389 10366 8487 0 -1 4194304 6325 0 0 0 179791 7 0 0 25 0 1 0 140870291 27148288 6302 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10390/statm: 6628 6302 75 150 0 6475 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 45468

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

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

Child status: 0
Real time (s): 1816.42
CPU time (s): 1800.13
CPU user time (s): 1799.92
CPU system time (s): 0.205968
CPU usage (%): 99.103
Max. virtual memory (cumulated for all children) (KiB): 883212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.205968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21930
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= 1964
involuntary context switches= 41718

runsolver used 2.18867 second user time and 6.08807 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-05 23:06:39
IDJOB=1101242
IDBENCH=60017
IDSOLVER=346
FILE ID=node27/1101242-1215291999
PBS_JOBID= 7882298
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-50-23/normalized-rand-2-50-23-587-230-7_ext.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-1101242-1215291999/watcher-1101242-1215291999 -o /tmp/evaluation-result-1101242-1215291999/solver-1101242-1215291999 -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-1101242-1215291999.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 61c4b18e43063d5ede96112a53e5fee9
RANDOM SEED=1756834523

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1712984 kB
Buffers:         53552 kB
Cached:         201176 kB
SwapCached:          0 kB
Active:         182000 kB
Inactive:       104448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1668 kB
Writeback:           0 kB
Mapped:          44220 kB
Slab:            41960 kB
Committed_AS:   410712 kB
PageTables:       1616 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-05 23:36:58