Trace number 2091509

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.1 1807.62

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-37_ext.xml
MD5SUM5ebeff8fd7bbf62a6f76083b77bd067c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.4841
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints336
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension336
Number of constraints which are defined in intension0
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 Sun Jul 12 12:32:58 2009
0.00/0.08	c 0	PID 27182
0.00/0.08	c 0	HOST node39.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2091509-1247394778.xml TO HOME/temp.csp
0.00/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-2091509-1247394778.xml' 'HOME/temp.csp'
0.06/0.78	c 1	1 domains, 40 variables, 0 predicates, 336 relations, 336 constraints
0.06/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.81	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'
0.06/0.89	c 1	Parsing HOME/temp.csp
1.03/1.12	c 1	parsed 713 expressions
1.03/1.12	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.13	c 1	Converting to clausal form CSP
1.03/1.15	c 1	converted 72 (10%) expressions
1.03/1.15	c 1	converted 143 (20%) expressions
1.03/1.15	c 1	converted 214 (30%) expressions
1.03/1.16	c 1	converted 286 (40%) expressions
1.03/1.16	c 1	converted 357 (50%) expressions
1.13/1.23	c 2	converted 428 (60%) expressions
1.13/1.25	c 2	converted 500 (70%) expressions
1.13/1.27	c 2	converted 571 (80%) expressions
1.13/1.29	c 2	converted 642 (90%) expressions
1.22/1.31	c 2	converted 713 (100%) expressions
1.22/1.31	c 2	CSP : 40 integers, 0 booleans, 336 clauses, largest domain size 19
1.22/1.31	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.31	c 2	Propagation in CSP
1.22/1.31	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.31	c 2	CSP : 40 integers, 0 booleans, 336 clauses, largest domain size 19
1.22/1.31	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.31	c 2	Simplifing CSP by introducing new Boolean variables
1.22/1.31	c 2	CSP : 40 integers, 0 booleans, 336 clauses, largest domain size 19
1.22/1.31	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.35	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.36	c 2	4 (10%) CSP integer variables are encoded (68 clauses, 659 bytes)
1.22/1.36	c 2	8 (20%) CSP integer variables are encoded (136 clauses, 1356 bytes)
1.22/1.36	c 2	12 (30%) CSP integer variables are encoded (204 clauses, 2104 bytes)
1.22/1.36	c 2	16 (40%) CSP integer variables are encoded (272 clauses, 2852 bytes)
1.22/1.37	c 2	20 (50%) CSP integer variables are encoded (340 clauses, 3600 bytes)
1.22/1.37	c 2	24 (60%) CSP integer variables are encoded (408 clauses, 4348 bytes)
1.22/1.37	c 2	28 (70%) CSP integer variables are encoded (476 clauses, 5096 bytes)
1.22/1.37	c 2	32 (80%) CSP integer variables are encoded (544 clauses, 5844 bytes)
1.22/1.37	c 2	36 (90%) CSP integer variables are encoded (612 clauses, 6592 bytes)
1.22/1.37	c 2	40 (100%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.32/1.42	c 2	34 (10%) CSP clauses are encoded (2863 clauses, 42464 bytes)
1.32/1.44	c 2	68 (20%) CSP clauses are encoded (5094 clauses, 79765 bytes)
1.32/1.45	c 2	101 (30%) CSP clauses are encoded (7242 clauses, 117508 bytes)
1.32/1.47	c 2	135 (40%) CSP clauses are encoded (9354 clauses, 157182 bytes)
1.32/1.48	c 2	168 (50%) CSP clauses are encoded (11471 clauses, 196793 bytes)
1.32/1.50	c 2	202 (60%) CSP clauses are encoded (13614 clauses, 237018 bytes)
1.41/1.51	c 2	236 (70%) CSP clauses are encoded (15768 clauses, 277577 bytes)
1.41/1.52	c 2	269 (80%) CSP clauses are encoded (17941 clauses, 318301 bytes)
1.41/1.54	c 2	303 (90%) CSP clauses are encoded (19945 clauses, 355992 bytes)
1.41/1.55	c 2	336 (100%) CSP clauses are encoded (22171 clauses, 397566 bytes)
1.41/1.55	c 2	336 CSP clauses encoded
1.41/1.55	c 2	Writing map file : HOME/temp.map
1.41/1.55	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.55	c 2	SAT : 720 SAT variables, 22171 SAT clauses, 397566 bytes
1.41/1.55	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.47/1.60	c 2	SOLVING HOME/temp.cnf
1.47/1.60	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.47/1.61	c 2	This is MiniSat 2.0 beta
1.47/1.61	c 2	WARNING: for repeatability, setting FPU to use double precision
1.47/1.61	c 2	============================[ Problem Statistics ]=============================
1.47/1.61	c 2	|                                                                             |
1.47/1.61	c 2	|  Number of variables:  720                                                  |
1.47/1.61	c 2	|  Number of clauses:    22171                                                |
1.47/1.62	c 2	|  Parsing time:         0.01         s                                       |
1.47/1.62	c 2	============================[ Search Statistics ]==============================
1.47/1.62	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.47/1.62	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.47/1.62	c 2	===============================================================================
1.47/1.62	c 2	|         0 |     720    22171    81349 |     7390        0    nan |  0.000 % |
1.47/1.63	c 2	|       101 |     720    22171    81349 |     8129      101     12 |  0.000 % |
1.47/1.65	c 2	|       253 |     720    22171    81349 |     8942      253     14 |  0.001 % |
1.47/1.68	c 2	|       479 |     720    22171    81349 |     9836      479     15 |  0.003 % |
1.48/1.72	c 2	|       818 |     720    22171    81349 |    10820      818     14 |  0.007 % |
1.48/1.78	c 2	|      1324 |     720    22171    81349 |    11902     1324     14 |  0.006 % |
1.48/1.87	c 2	|      2085 |     720    22171    81349 |    13092     2085     14 |  0.006 % |
1.48/2.01	c 2	|      3224 |     720    22171    81349 |    14401     3224     14 |  0.003 % |
2.06/2.26	c 3	|      4932 |     720    22171    81349 |    15841     4932     13 |  0.004 % |
2.36/2.58	c 3	|      7494 |     720    22171    81349 |    17426     7494     14 |  0.003 % |
2.95/3.11	c 3	|     11338 |     720    22171    81349 |    19168    11338     15 |  0.003 % |
3.84/4.04	c 4	|     17105 |     720    22171    81349 |    21085    17105     15 |  0.006 % |
5.33/5.55	c 6	|     25754 |     720    22171    81349 |    23194    15104     16 |  0.002 % |
7.90/8.15	c 8	|     38729 |     720    22171    81349 |    25513    16385     17 |  0.002 % |
12.66/12.90	c 13	|     58192 |     720    22171    81349 |    28064    23005     16 |  0.007 % |
19.59/19.98	c 20	|     87384 |     720    22171    81349 |    30871    21362     18 |  0.004 % |
30.39/30.85	c 31	|    131175 |     720    22171    81349 |    33958    28316     16 |  0.004 % |
49.01/49.62	c 50	|    196859 |     720    22171    81349 |    37354    32696     17 |  0.005 % |
78.53/79.46	c 80	|    295387 |     720    22171    81349 |    41089    15507     17 |  0.005 % |
122.02/123.35	c 124	|    443177 |     720    22171    81349 |    45198    27388     19 |  0.001 % |
195.13/197.14	c 197	|    664861 |     718    22039    80933 |    49718    16117     15 |  0.278 % |
313.62/316.80	c 317	|    997389 |     717    21970    80684 |    54690    46918     20 |  0.417 % |
502.05/506.93	c 507	|   1496177 |     717    21970    80684 |    60159    31367     17 |  0.421 % |
792.72/799.96	c 800	|   2244361 |     716    21912    80461 |    66175    55775     20 |  0.556 % |
1270.85/1278.24	c 1279	|   3366635 |     716    21912    80461 |    72792    62034     20 |  0.556 % |
1800.05/1807.61	sh: line 1: 27206 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.05/1807.61	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1807.61	c 1808	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.05/1807.61	c ERROR INTERRUPTED
1800.05/1807.62	s UNKNOWN
1800.05/1807.62	c 1808	CPU 1800.08 (0.05 0.02 1799.85 0.16)
1800.05/1807.62	c 1808	END Sun Jul 12 13:03:06 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-2091509-1247394778/watcher-2091509-1247394778 -o /tmp/evaluation-result-2091509-1247394778/solver-2091509-1247394778 -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-2091509-1247394778.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.00 2.01 2.00 4/72 27182
/proc/meminfo: memFree=1864800/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=12268 CPUtime=0
/proc/27182/stat : 27182 (sugar) R 27180 27182 27074 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 26541865 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 272837081701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27182/statm: 3067 316 241 3 0 167 0

[startup+0.087102 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 27182
/proc/meminfo: memFree=1864800/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=0.06
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26541865 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27182/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101101 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 27182
/proc/meminfo: memFree=1864800/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=0.06
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26541865 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27182/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301107 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 27182
/proc/meminfo: memFree=1864800/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=0.06
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26541865 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27182/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701139 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 27182
/proc/meminfo: memFree=1864800/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=0.06
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26541865 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27182/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50219 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 27204
/proc/meminfo: memFree=1855432/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=0.76
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1310 4808 0 1 5 2 66 3 15 0 1 0 26541865 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27182/statm: 4217 1111 409 3 0 796 0
[pid=27195] ppid=27182 vsize=5356 CPUtime=0
/proc/27195/stat : 27195 (sh) S 27182 27182 27074 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26541947 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27195/statm: 1339 233 193 169 0 50 0
[pid=27196] ppid=27195 vsize=864448 CPUtime=0.65
/proc/27196/stat : 27196 (java) S 27195 27182 27074 0 -1 0 6818 0 1 0 61 4 0 0 18 0 9 0 26541947 885194752 6059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27196/statm: 216112 6059 2590 9 0 210589 0
[pid=27196/tid=27197] ppid=27195 vsize=864448 CPUtime=0.4
/proc/27196/task/27197/stat : 27197 (java) R 27195 27182 27074 0 -1 64 2739 0 1 0 38 2 0 0 18 0 9 0 26541948 885194752 6059 996147200 134512640 134550932 4294955936 18446744073709551615 4126428032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27196/tid=27198] ppid=27195 vsize=864448 CPUtime=0.15
/proc/27196/task/27198/stat : 27198 (java) S 27195 27182 27074 0 -1 64 3045 0 0 0 14 1 0 0 16 0 9 0 26541949 885194752 6059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27196/tid=27199] ppid=27195 vsize=864448 CPUtime=0
/proc/27196/task/27199/stat : 27199 (java) S 27195 27182 27074 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26541949 885194752 6059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27196/tid=27200] ppid=27195 vsize=864448 CPUtime=0
/proc/27196/task/27200/stat : 27200 (java) S 27195 27182 27074 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26541949 885194752 6059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27196/tid=27201] ppid=27195 vsize=864448 CPUtime=0
/proc/27196/task/27201/stat : 27201 (java) S 27195 27182 27074 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26541951 885194752 6059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27196/tid=27202] ppid=27195 vsize=864448 CPUtime=0.08
/proc/27196/task/27202/stat : 27202 (java) S 27195 27182 27074 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 26541951 885194752 6059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27196/tid=27203] ppid=27195 vsize=864448 CPUtime=0
/proc/27196/task/27203/stat : 27203 (java) S 27195 27182 27074 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26541951 885194752 6059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27196/tid=27204] ppid=27195 vsize=864448 CPUtime=0
/proc/27196/task/27204/stat : 27204 (java) S 27195 27182 27074 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26541951 885194752 6059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886672

[startup+3.1013 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 27206
/proc/meminfo: memFree=1858760/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 15 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=4012 CPUtime=1.47
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 744 0 0 0 147 0 0 0 25 0 1 0 26542026 4108288 730 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/27206/statm: 1003 730 75 150 0 850 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 26236

[startup+6.30252 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 27206
/proc/meminfo: memFree=1856968/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=4916 CPUtime=4.64
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 991 0 0 0 464 0 0 0 25 0 1 0 26542026 5033984 977 996147200 134512640 135127466 4294956256 18446744073709551615 134529467 0 0 4096 3 0 0 0 17 1 0 0
/proc/27206/statm: 1229 977 75 150 0 1076 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 27140

[startup+12.7019 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 27206
/proc/meminfo: memFree=1856008/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=5844 CPUtime=10.98
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 1208 0 0 0 1098 0 0 0 25 0 1 0 26542026 5984256 1194 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/27206/statm: 1461 1194 75 150 0 1308 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 28068

[startup+25.5018 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 27206
/proc/meminfo: memFree=1855240/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=6808 CPUtime=23.66
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 1448 0 0 0 2366 0 0 0 25 0 1 0 26542026 6971392 1434 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/27206/statm: 1702 1434 75 150 0 1549 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 29032

[startup+51.1015 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 27206
/proc/meminfo: memFree=1854216/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=8004 CPUtime=49.01
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 1739 0 0 0 4901 0 0 0 25 0 1 0 26542026 8196096 1725 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27206/statm: 2001 1725 75 150 0 1848 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 30228

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27206
/proc/meminfo: memFree=1852360/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=9672 CPUtime=99.74
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 2137 0 0 0 9974 0 0 0 25 0 1 0 26542026 9904128 2123 996147200 134512640 135127466 4294956256 18446744073709551615 134522666 0 0 4096 3 0 0 0 17 1 0 0
/proc/27206/statm: 2418 2123 75 150 0 2265 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 31896

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27206
/proc/meminfo: memFree=1851144/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=10764 CPUtime=159.18
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 2411 0 0 0 15917 1 0 0 25 0 1 0 26542026 11022336 2397 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/27206/statm: 2691 2397 75 150 0 2538 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 32988

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 27206
/proc/meminfo: memFree=1850056/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0

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

[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=19896 CPUtime=1233.47
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 4592 0 0 0 123343 4 0 0 25 0 1 0 26542026 20373504 4578 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/27206/statm: 4974 4578 75 150 0 4821 0
Current children cumulated CPU time (s) 1234.95
Current children cumulated vsize (KiB) 42120

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/77 27259
/proc/meminfo: memFree=1820792/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=20164 CPUtime=1293.46
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 4680 0 0 0 129342 4 0 0 25 0 1 0 26542026 20647936 4666 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27206/statm: 5041 4666 75 150 0 4888 0
Current children cumulated CPU time (s) 1294.94
Current children cumulated vsize (KiB) 42388

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 27259
/proc/meminfo: memFree=1819064/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=20464 CPUtime=1353.43
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 4751 0 0 0 135339 4 0 0 25 0 1 0 26542026 20955136 4737 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27206/statm: 5116 4737 75 150 0 4963 0
Current children cumulated CPU time (s) 1354.91
Current children cumulated vsize (KiB) 42688

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 27259
/proc/meminfo: memFree=1818232/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=20860 CPUtime=1413.42
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 4832 0 0 0 141337 5 0 0 25 0 1 0 26542026 21360640 4818 996147200 134512640 135127466 4294956256 18446744073709551615 134527984 0 0 4096 3 0 0 0 17 0 0 0
/proc/27206/statm: 5215 4818 75 150 0 5062 0
Current children cumulated CPU time (s) 1414.9
Current children cumulated vsize (KiB) 43084

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 27259
/proc/meminfo: memFree=1817528/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=21136 CPUtime=1473.39
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 4920 0 0 0 147334 5 0 0 25 0 1 0 26542026 21643264 4906 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27206/statm: 5284 4906 75 150 0 5131 0
Current children cumulated CPU time (s) 1474.87
Current children cumulated vsize (KiB) 43360

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27259
/proc/meminfo: memFree=1816568/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=21336 CPUtime=1533.36
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 4957 0 0 0 153331 5 0 0 25 0 1 0 26542026 21848064 4943 996147200 134512640 135127466 4294956256 18446744073709551615 134528635 0 0 4096 3 0 0 0 17 0 0 0
/proc/27206/statm: 5334 4943 75 150 0 5181 0
Current children cumulated CPU time (s) 1534.84
Current children cumulated vsize (KiB) 43560

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 27259
/proc/meminfo: memFree=1815992/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=21624 CPUtime=1593.34
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 5000 0 0 0 159329 5 0 0 25 0 1 0 26542026 22142976 4986 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/27206/statm: 5406 4986 75 150 0 5253 0
Current children cumulated CPU time (s) 1594.82
Current children cumulated vsize (KiB) 43848

[startup+1662.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/77 27259
/proc/meminfo: memFree=1814712/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=22184 CPUtime=1653.32
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 5160 0 0 0 165327 5 0 0 25 0 1 0 26542026 22716416 5146 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/27206/statm: 5546 5146 75 150 0 5393 0
Current children cumulated CPU time (s) 1654.8
Current children cumulated vsize (KiB) 44408

[startup+1722.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/77 27265
/proc/meminfo: memFree=1813432/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=22460 CPUtime=1713.29
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 5221 0 0 0 171323 6 0 0 25 0 1 0 26542026 22999040 5207 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27206/statm: 5615 5207 75 150 0 5462 0
Current children cumulated CPU time (s) 1714.77
Current children cumulated vsize (KiB) 44684

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/77 27265
/proc/meminfo: memFree=1813048/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=22756 CPUtime=1773.27
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 5271 0 0 0 177321 6 0 0 25 0 1 0 26542026 23302144 5257 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/27206/statm: 5689 5257 75 150 0 5536 0
Current children cumulated CPU time (s) 1774.75
Current children cumulated vsize (KiB) 44980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.02 2.03 2.00 3/77 27265
/proc/meminfo: memFree=1812920/2055920 swapFree=4192812/4192956
[pid=27182] ppid=27180 vsize=16868 CPUtime=1.48
/proc/27182/stat : 27182 (sugar) S 27180 27182 27074 0 -1 4194304 1376 11941 0 2 5 2 133 8 16 0 1 0 26541865 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27182/statm: 4217 1113 409 3 0 796 0
[pid=27205] ppid=27182 vsize=5356 CPUtime=0
/proc/27205/stat : 27205 (sh) S 27182 27182 27074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26542026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27205/statm: 1339 232 193 169 0 50 0
[pid=27206] ppid=27205 vsize=22756 CPUtime=1798.57
/proc/27206/stat : 27206 (minisat) R 27205 27182 27074 0 -1 4194304 5296 0 0 0 179851 6 0 0 25 0 1 0 26542026 23302144 5282 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27206/statm: 5689 5282 75 150 0 5536 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 44980

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): 1807.62
CPU time (s): 1800.1
CPU user time (s): 1799.91
CPU system time (s): 0.188971
CPU usage (%): 99.5839
Max. virtual memory (cumulated for all children) (KiB): 886672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.188971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19361
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= 1493
involuntary context switches= 21414

runsolver used 2.22566 second user time and 6.01009 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 12:32:58
IDJOB=2091509
IDBENCH=60074
IDSOLVER=739
FILE ID=node39/2091509-1247394778
PBS_JOBID= 9507353
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-37_ext.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-2091509-1247394778/watcher-2091509-1247394778 -o /tmp/evaluation-result-2091509-1247394778/solver-2091509-1247394778 -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-2091509-1247394778.xml

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

MD5SUM BENCH= 5ebeff8fd7bbf62a6f76083b77bd067c
RANDOM SEED=526447207

node39.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:       1865280 kB
Buffers:         24020 kB
Cached:          88248 kB
SwapCached:          0 kB
Active:          95808 kB
Inactive:        35432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1500 kB
Writeback:           0 kB
Mapped:          30600 kB
Slab:            44744 kB
Committed_AS:   179584 kB
PageTables:       1716 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= 66428 MiB
End job on node39 at 2009-07-12 13:03:08