Trace number 2066099

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.14.6+minisat? (TO) 1800.14 1817.02

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-5-c.xml
MD5SUM7b5f2b113871d79c4b7ec4cee441f2ad
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables2678
Number of constraints6689
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6689
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 21:39:48 2009
0.00/0.08	c 0	PID 14182
0.06/0.08	c 0	HOST node32.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2066099-1247341187.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2066099-1247341187.xml' 'HOME/temp.csp'
0.95/1.06	c 1	1 domains, 2678 variables, 3 predicates, 0 relations, 6689 constraints
0.95/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.08	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.02/1.15	c 1	Parsing HOME/temp.csp
1.02/1.44	c 1	parsed 9371 expressions
1.02/1.45	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.45	c 1	Converting to clausal form CSP
1.02/1.48	c 1	converted 938 (10%) expressions
1.02/1.50	c 1	converted 1875 (20%) expressions
1.02/1.54	c 1	converted 2812 (30%) expressions
1.02/1.70	c 1	converted 3749 (40%) expressions
1.02/1.75	c 1	converted 4686 (50%) expressions
1.03/1.82	c 1	converted 5623 (60%) expressions
1.03/1.84	c 1	converted 6560 (70%) expressions
1.03/1.86	c 1	converted 7497 (80%) expressions
1.03/1.89	c 1	converted 8434 (90%) expressions
1.03/1.91	c 1	converted 9371 (100%) expressions
1.03/1.91	c 1	CSP : 2678 integers, 0 booleans, 6689 clauses, largest domain size 2
1.03/1.91	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.91	c 1	Propagation in CSP
1.03/1.95	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.95	c 1	CSP : 2678 integers, 0 booleans, 6689 clauses, largest domain size 2
1.03/1.95	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.96	c 2	Simplifing CSP by introducing new Boolean variables
1.03/1.96	c 2	CSP : 2678 integers, 0 booleans, 6689 clauses, largest domain size 2
1.03/1.96	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/2.01	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.03/2.01	c 2	268 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/2.02	c 2	536 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/2.02	c 2	804 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/2.02	c 2	1072 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/2.03	c 2	1339 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/2.03	c 2	1607 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/2.03	c 2	1875 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/2.03	c 2	2143 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/2.04	c 2	2411 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/2.04	c 2	2678 (100%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/2.07	c 2	669 (10%) CSP clauses are encoded (669 clauses, 7210 bytes)
1.03/2.09	c 2	1338 (20%) CSP clauses are encoded (1338 clauses, 14909 bytes)
2.02/2.11	c 2	2007 (30%) CSP clauses are encoded (2007 clauses, 24006 bytes)
2.02/2.12	c 2	2676 (40%) CSP clauses are encoded (2676 clauses, 35511 bytes)
2.02/2.13	c 2	3345 (50%) CSP clauses are encoded (3345 clauses, 47624 bytes)
2.02/2.13	c 2	4014 (60%) CSP clauses are encoded (4014 clauses, 60207 bytes)
2.02/2.14	c 2	4683 (70%) CSP clauses are encoded (4683 clauses, 72754 bytes)
2.02/2.15	c 2	5352 (80%) CSP clauses are encoded (5352 clauses, 85245 bytes)
2.02/2.16	c 2	6021 (90%) CSP clauses are encoded (6021 clauses, 97820 bytes)
2.02/2.16	c 2	6689 (100%) CSP clauses are encoded (6689 clauses, 110284 bytes)
2.02/2.16	c 2	6689 CSP clauses encoded
2.02/2.16	c 2	Writing map file : HOME/temp.map
2.02/2.18	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.02/2.18	c 2	SAT : 2678 SAT variables, 6689 SAT clauses, 110284 bytes
2.02/2.18	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.10/2.24	c 2	SOLVING HOME/temp.cnf
2.10/2.24	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.10/2.24	c 2	This is MiniSat 2.0 beta
2.10/2.24	c 2	WARNING: for repeatability, setting FPU to use double precision
2.10/2.24	c 2	============================[ Problem Statistics ]=============================
2.10/2.24	c 2	|                                                                             |
2.10/2.24	c 2	|  Number of variables:  2678                                                 |
2.10/2.24	c 2	|  Number of clauses:    6689                                                 |
2.10/2.25	c 2	|  Parsing time:         0.00         s                                       |
2.10/2.25	c 2	============================[ Search Statistics ]==============================
2.10/2.25	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.10/2.25	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.10/2.25	c 2	===============================================================================
2.10/2.25	c 2	|         0 |    2678     6689    18356 |     2229        0    nan |  0.000 % |
2.10/2.26	c 2	|       100 |    2678     6689    18356 |     2452      100     17 |  0.000 % |
2.10/2.27	c 2	|       250 |    2678     6689    18356 |     2697      250     17 |  0.000 % |
2.12/2.30	c 2	|       475 |    2678     6689    18356 |     2967      475     21 |  0.000 % |
2.12/2.32	c 2	|       813 |    2678     6689    18356 |     3264      813     18 |  0.000 % |
2.12/2.39	c 2	|      1319 |    2678     6689    18356 |     3590     1319     21 |  0.000 % |
2.12/2.45	c 2	|      2078 |    2678     6689    18356 |     3949     2078     19 |  0.000 % |
2.12/2.59	c 2	|      3218 |    2678     6689    18356 |     4344     3218     20 |  0.000 % |
2.12/2.76	c 2	|      4926 |    2678     6689    18356 |     4779     4926     18 |  0.000 % |
2.12/3.01	c 3	|      7489 |    2676     6682    18340 |     5257     5024     17 |  0.075 % |
3.45/3.65	c 3	|     11335 |    2676     6682    18340 |     5783     5699     26 |  0.075 % |
4.54/4.77	c 4	|     17101 |    2676     6682    18340 |     6361     5263     45 |  0.075 % |
6.32/6.56	c 6	|     25750 |    2676     6682    18340 |     6997     4026     29 |  0.075 % |
8.79/9.08	c 9	|     38724 |    2676     6682    18340 |     7697     6393     25 |  0.075 % |
12.66/12.99	c 13	|     58185 |    2676     6682    18340 |     8467     6366     27 |  0.075 % |
18.50/18.81	c 18	|     87378 |    2676     6682    18340 |     9313     5685     22 |  0.075 % |
27.12/27.51	c 27	|    131167 |    2676     6682    18340 |    10245     6604     30 |  0.075 % |
40.59/41.12	c 41	|    196852 |    2676     6682    18340 |    11269    10295     23 |  0.075 % |
62.48/63.22	c 63	|    295378 |    2676     6682    18340 |    12396     6638     21 |  0.075 % |
96.95/98.09	c 98	|    443167 |    2676     6682    18340 |    13636    10737     22 |  0.075 % |
148.56/150.12	c 150	|    664851 |    2676     6682    18340 |    15000    12672     21 |  0.075 % |
225.83/228.10	c 228	|    997376 |    2676     6682    18340 |    16500    13319     25 |  0.075 % |
352.73/356.23	c 356	|   1496165 |    2676     6682    18340 |    18150    14569     22 |  0.075 % |
554.82/560.27	c 560	|   2244348 |    2676     6682    18340 |    19965    15571     20 |  0.075 % |
865.57/873.95	c 873	|   3366622 |    2676     6682    18340 |    21961    15401     20 |  0.075 % |
1392.95/1406.39	c 1406	|   5050034 |    2676     6682    18340 |    24157    12356     20 |  0.075 % |
1800.09/1817.00	sh: line 1: 14206 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1817.01	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1817.01	c 1817	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1817.01	c ERROR INTERRUPTED
1800.09/1817.02	s UNKNOWN
1800.09/1817.02	c 1817	CPU 1800.11 (0.06 0.01 1799.85 0.19)
1800.09/1817.02	c 1817	END Sat Jul 11 22:10:05 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2066099-1247341187/watcher-2066099-1247341187 -o /tmp/evaluation-result-2066099-1247341187/solver-2066099-1247341187 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2066099-1247341187.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 4/74 14182
/proc/meminfo: memFree=1496608/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=12132 CPUtime=0
/proc/14182/stat : 14182 (sugar) R 14180 14182 13382 0 -1 4194304 217 0 0 0 0 0 0 0 20 0 1 0 21185243 12423168 185 996147200 4194304 4206940 548682068608 18446744073709551615 268213588705 0 0 4224 0 0 0 0 17 1 0 0
/proc/14182/statm: 3033 185 142 3 0 133 0

[startup+0.081395 s]
/proc/loadavg: 2.01 2.01 2.00 4/74 14182
/proc/meminfo: memFree=1496608/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16740 CPUtime=0.06
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21185243 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101525 s]
/proc/loadavg: 2.01 2.01 2.00 4/74 14182
/proc/meminfo: memFree=1496608/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=0.06
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21185243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301536 s]
/proc/loadavg: 2.01 2.01 2.00 4/74 14182
/proc/meminfo: memFree=1496608/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=0.06
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21185243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702587 s]
/proc/loadavg: 2.01 2.01 2.00 4/74 14182
/proc/meminfo: memFree=1496608/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=0.06
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21185243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50268 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 14194
/proc/meminfo: memFree=1475208/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=1.02
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1309 8356 0 1 5 1 92 4 15 0 1 0 21185243 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 16868

[startup+3.10185 s]
/proc/loadavg: 2.09 2.03 2.01 4/85 14204
/proc/meminfo: memFree=1475400/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 15 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30122 s]
/proc/loadavg: 2.09 2.03 2.01 3/77 14206
/proc/meminfo: memFree=1490184/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=3952 CPUtime=4
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 670 0 0 0 400 0 0 0 25 0 1 0 21185468 4046848 656 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 988 656 75 150 0 835 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 26176

[startup+12.7019 s]
/proc/loadavg: 2.07 2.03 2.01 3/77 14206
/proc/meminfo: memFree=1490184/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=3952 CPUtime=10.34
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 685 0 0 0 1034 0 0 0 25 0 1 0 21185468 4046848 671 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 988 671 75 150 0 835 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 26176

[startup+25.5024 s]
/proc/loadavg: 2.06 2.03 2.00 3/77 14206
/proc/meminfo: memFree=1489928/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=4356 CPUtime=23.02
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 783 0 0 0 2302 0 0 0 25 0 1 0 21185468 4460544 769 996147200 134512640 135127466 4294956256 18446744073709551615 134522652 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 1089 769 75 150 0 936 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 26580

[startup+51.1023 s]
/proc/loadavg: 2.04 2.02 2.00 3/77 14206
/proc/meminfo: memFree=1489736/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=4648 CPUtime=48.37
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 845 0 0 0 4837 0 0 0 25 0 1 0 21185468 4759552 831 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 1162 831 75 150 0 1009 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 26872

[startup+102.306 s]
/proc/loadavg: 2.01 2.02 2.00 3/77 14206
/proc/meminfo: memFree=1488968/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=5340 CPUtime=99.09
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 1011 0 0 0 9909 0 0 0 25 0 1 0 21185468 5468160 997 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 1335 997 75 150 0 1182 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 27564

[startup+162.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 14206
/proc/meminfo: memFree=1488456/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=5744 CPUtime=158.52
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 1100 0 0 0 15852 0 0 0 25 0 1 0 21185468 5881856 1086 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 1436 1086 75 150 0 1283 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 27968

[startup+222.303 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 14206
/proc/meminfo: memFree=1488456/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=5744 CPUtime=217.96
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 1118 0 0 0 21796 0 0 0 25 0 1 0 21185468 5881856 1104 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 1436 1104 75 150 0 1283 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 27968

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14206
/proc/meminfo: memFree=1488072/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=6188 CPUtime=277.4
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 1217 0 0 0 27739 1 0 0 25 0 1 0 21185468 6336512 1203 996147200 134512640 135127466 4294956256 18446744073709551615 134530825 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 1547 1203 75 150 0 1394 0
Current children cumulated CPU time (s) 279.52
Current children cumulated vsize (KiB) 28412

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 14206
/proc/meminfo: memFree=1487880/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0

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

[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=8284 CPUtime=1228.4
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 1713 0 0 0 122837 3 0 0 25 0 1 0 21185468 8482816 1699 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 2071 1699 75 150 0 1918 0
Current children cumulated CPU time (s) 1230.52
Current children cumulated vsize (KiB) 30508

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 14215
/proc/meminfo: memFree=1485560/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=8284 CPUtime=1287.81
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 1713 0 0 0 128778 3 0 0 25 0 1 0 21185468 8482816 1699 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 2071 1699 75 150 0 1918 0
Current children cumulated CPU time (s) 1289.93
Current children cumulated vsize (KiB) 30508

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 14216
/proc/meminfo: memFree=1485552/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=8284 CPUtime=1347.25
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 1713 0 0 0 134722 3 0 0 25 0 1 0 21185468 8482816 1699 996147200 134512640 135127466 4294956256 18446744073709551615 134529616 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 2071 1699 75 150 0 1918 0
Current children cumulated CPU time (s) 1349.37
Current children cumulated vsize (KiB) 30508

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 14216
/proc/meminfo: memFree=1485552/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=8284 CPUtime=1406.69
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 1715 0 0 0 140666 3 0 0 25 0 1 0 21185468 8482816 1701 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 2071 1701 75 150 0 1918 0
Current children cumulated CPU time (s) 1408.81
Current children cumulated vsize (KiB) 30508

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 14216
/proc/meminfo: memFree=1485488/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=8448 CPUtime=1466.12
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 1751 0 0 0 146609 3 0 0 25 0 1 0 21185468 8650752 1737 996147200 134512640 135127466 4294956256 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 2112 1737 75 150 0 1959 0
Current children cumulated CPU time (s) 1468.24
Current children cumulated vsize (KiB) 30672

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 14216
/proc/meminfo: memFree=1485360/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=8616 CPUtime=1525.56
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 1767 0 0 0 152553 3 0 0 25 0 1 0 21185468 8822784 1753 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 2154 1753 75 150 0 2001 0
Current children cumulated CPU time (s) 1527.68
Current children cumulated vsize (KiB) 30840

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 14217
/proc/meminfo: memFree=1485104/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=8756 CPUtime=1585
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 1816 0 0 0 158497 3 0 0 25 0 1 0 21185468 8966144 1802 996147200 134512640 135127466 4294956256 18446744073709551615 134527939 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 2189 1802 75 150 0 2036 0
Current children cumulated CPU time (s) 1587.12
Current children cumulated vsize (KiB) 30980

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 14217
/proc/meminfo: memFree=1484976/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=8900 CPUtime=1644.43
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 1836 0 0 0 164440 3 0 0 25 0 1 0 21185468 9113600 1822 996147200 134512640 135127466 4294956256 18446744073709551615 134531068 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 2225 1822 75 150 0 2072 0
Current children cumulated CPU time (s) 1646.55
Current children cumulated vsize (KiB) 31124

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 14217
/proc/meminfo: memFree=1484912/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=8900 CPUtime=1703.87
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 1836 0 0 0 170384 3 0 0 25 0 1 0 21185468 9113600 1822 996147200 134512640 135127466 4294956256 18446744073709551615 134530762 0 0 4096 3 0 0 0 17 1 0 0
/proc/14206/statm: 2225 1822 75 150 0 2072 0
Current children cumulated CPU time (s) 1705.99
Current children cumulated vsize (KiB) 31124

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14253
/proc/meminfo: memFree=1456712/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=9040 CPUtime=1763.34
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 1865 0 0 0 176330 4 0 0 25 0 1 0 21185468 9256960 1851 996147200 134512640 135127466 4294956256 18446744073709551615 134523395 0 0 4096 3 0 0 0 17 0 0 0
/proc/14206/statm: 2260 1851 75 150 0 2107 0
Current children cumulated CPU time (s) 1765.46
Current children cumulated vsize (KiB) 31264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817 s]
/proc/loadavg: 2.20 2.05 2.01 3/86 14395
/proc/meminfo: memFree=1448112/2055920 swapFree=4192956/4192956
[pid=14182] ppid=14180 vsize=16868 CPUtime=2.12
/proc/14182/stat : 14182 (sugar) S 14180 14182 13382 0 -1 4194304 1376 16396 0 2 6 1 194 11 16 0 1 0 21185243 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14182/statm: 4217 1113 409 3 0 796 0
[pid=14205] ppid=14182 vsize=5356 CPUtime=0
/proc/14205/stat : 14205 (sh) S 14182 14182 13382 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21185468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14205/statm: 1339 232 193 169 0 50 0
[pid=14206] ppid=14205 vsize=9184 CPUtime=1797.97
/proc/14206/stat : 14206 (minisat) R 14205 14182 13382 0 -1 4194304 1896 0 0 0 179791 6 0 0 25 0 1 0 21185468 9404416 1882 996147200 134512640 135127466 4294956256 18446744073709551615 134523441 0 0 4096 3 0 0 0 17 0 0 0
/proc/14206/statm: 2296 1882 75 150 0 2143 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 31408

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): 1817.02
CPU time (s): 1800.14
CPU user time (s): 1799.93
CPU system time (s): 0.212967
CPU usage (%): 99.0709
Max. virtual memory (cumulated for all children) (KiB): 890944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.212967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20603
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= 1828
involuntary context switches= 40092

runsolver used 2.21766 second user time and 6.07208 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-11 21:39:48
IDJOB=2066099
IDBENCH=54470
IDSOLVER=739
FILE ID=node32/2066099-1247341187
PBS_JOBID= 9506747
Free space on /tmp= 66360 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-5-c.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2066099-1247341187/watcher-2066099-1247341187 -o /tmp/evaluation-result-2066099-1247341187/solver-2066099-1247341187 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2066099-1247341187.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7b5f2b113871d79c4b7ec4cee441f2ad
RANDOM SEED=830852941

node32.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.236
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.236
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:       1497088 kB
Buffers:         61664 kB
Cached:         400328 kB
SwapCached:          0 kB
Active:         108704 kB
Inactive:       382276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1497088 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5056 kB
Writeback:           0 kB
Mapped:          39772 kB
Slab:            52828 kB
Committed_AS:   230124 kB
PageTables:       1900 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node32 at 2009-07-11 22:10:07