Trace number 2059620

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.09 1803.12

General information on the benchmark

Namecsp/rand-2-25/
normalized-rand-25-25-300-147-51021_ext.xml
MD5SUM00c5d133dd54a3e28d414d3f97d0f7cf
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 benchmark19.0281
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sat Jul 11 16:57:38 2009
0.05/0.07	c 0	PID 13748
0.05/0.07	c 0	HOST node85.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2059620-1247324257.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2059620-1247324257.xml' 'HOME/temp.csp'
0.07/0.77	c 1	1 domains, 25 variables, 0 predicates, 300 relations, 300 constraints
0.07/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/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.76/0.92	c 1	Parsing HOME/temp.csp
1.09/1.24	c 1	parsed 626 expressions
1.09/1.25	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.25	c 2	Converting to clausal form CSP
1.09/1.28	c 2	converted 63 (10%) expressions
1.09/1.28	c 2	converted 126 (20%) expressions
1.09/1.28	c 2	converted 188 (30%) expressions
1.09/1.29	c 2	converted 251 (40%) expressions
1.09/1.29	c 2	converted 313 (50%) expressions
1.20/1.32	c 2	converted 376 (60%) expressions
1.20/1.39	c 2	converted 439 (70%) expressions
1.30/1.42	c 2	converted 501 (80%) expressions
1.30/1.44	c 2	converted 564 (90%) expressions
1.30/1.46	c 2	converted 626 (100%) expressions
1.30/1.46	c 2	CSP : 25 integers, 0 booleans, 300 clauses, largest domain size 25
1.30/1.46	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.46	c 2	Propagation in CSP
1.30/1.47	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.30/1.47	c 2	CSP : 25 integers, 0 booleans, 300 clauses, largest domain size 25
1.30/1.47	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.47	c 2	Simplifing CSP by introducing new Boolean variables
1.30/1.47	c 2	CSP : 25 integers, 0 booleans, 300 clauses, largest domain size 25
1.30/1.47	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/1.51	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.39/1.52	c 2	3 (10%) CSP integer variables are encoded (69 clauses, 668 bytes)
1.39/1.52	c 2	5 (20%) CSP integer variables are encoded (115 clauses, 1123 bytes)
1.39/1.52	c 2	8 (30%) CSP integer variables are encoded (184 clauses, 1882 bytes)
1.39/1.52	c 2	10 (40%) CSP integer variables are encoded (230 clauses, 2388 bytes)
1.39/1.53	c 2	13 (50%) CSP integer variables are encoded (299 clauses, 3147 bytes)
1.39/1.53	c 2	15 (60%) CSP integer variables are encoded (345 clauses, 3653 bytes)
1.39/1.53	c 2	18 (70%) CSP integer variables are encoded (414 clauses, 4412 bytes)
1.39/1.53	c 2	20 (80%) CSP integer variables are encoded (460 clauses, 4918 bytes)
1.39/1.53	c 2	23 (90%) CSP integer variables are encoded (529 clauses, 5677 bytes)
1.39/1.53	c 2	25 (100%) CSP integer variables are encoded (575 clauses, 6183 bytes)
1.39/1.58	c 2	30 (10%) CSP clauses are encoded (3571 clauses, 54979 bytes)
1.49/1.61	c 2	60 (20%) CSP clauses are encoded (6588 clauses, 106701 bytes)
1.49/1.62	c 2	90 (30%) CSP clauses are encoded (9601 clauses, 158540 bytes)
1.49/1.64	c 2	120 (40%) CSP clauses are encoded (12578 clauses, 214964 bytes)
1.49/1.66	c 2	150 (50%) CSP clauses are encoded (15604 clauses, 272696 bytes)
1.49/1.68	c 2	180 (60%) CSP clauses are encoded (18632 clauses, 330626 bytes)
1.49/1.69	c 2	210 (70%) CSP clauses are encoded (21644 clauses, 388128 bytes)
1.59/1.71	c 2	240 (80%) CSP clauses are encoded (24665 clauses, 445769 bytes)
1.59/1.73	c 2	270 (90%) CSP clauses are encoded (27675 clauses, 503286 bytes)
1.59/1.75	c 2	300 (100%) CSP clauses are encoded (30680 clauses, 560583 bytes)
1.59/1.75	c 2	300 CSP clauses encoded
1.59/1.75	c 2	Writing map file : HOME/temp.map
1.59/1.75	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.59/1.75	c 2	SAT : 600 SAT variables, 30680 SAT clauses, 560583 bytes
1.59/1.75	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.59/1.79	c 2	SOLVING HOME/temp.cnf
1.59/1.79	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.59/1.79	c 2	This is MiniSat 2.0 beta
1.59/1.79	c 2	WARNING: for repeatability, setting FPU to use double precision
1.59/1.79	c 2	============================[ Problem Statistics ]=============================
1.59/1.79	c 2	|                                                                             |
1.59/1.79	c 2	|  Number of variables:  600                                                  |
1.59/1.79	c 2	|  Number of clauses:    30680                                                |
1.65/1.81	c 2	|  Parsing time:         0.02         s                                       |
1.65/1.81	c 2	============================[ Search Statistics ]==============================
1.65/1.81	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.65/1.81	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.65/1.81	c 2	===============================================================================
1.65/1.81	c 2	|         0 |     600    30680   115539 |    10226        0    nan |  0.000 % |
1.65/1.83	c 2	|       100 |     600    30680   115539 |    11249      100     10 |  0.000 % |
1.65/1.85	c 2	|       250 |     600    30680   115539 |    12374      250     12 |  0.005 % |
1.65/1.88	c 2	|       475 |     600    30680   115539 |    13611      475     12 |  0.009 % |
1.65/1.94	c 2	|       812 |     600    30680   115539 |    14972      812     11 |  0.014 % |
1.65/2.01	c 2	|      1319 |     600    30680   115539 |    16470     1319     11 |  0.011 % |
1.95/2.13	c 2	|      2078 |     600    30680   115539 |    18117     2078     11 |  0.009 % |
2.15/2.32	c 3	|      3218 |     600    30680   115539 |    19928     3218     11 |  0.009 % |
2.45/2.60	c 3	|      4926 |     600    30680   115539 |    21921     4926     12 |  0.014 % |
2.85/3.08	c 3	|      7489 |     600    30680   115539 |    24113     7489     12 |  0.009 % |
3.65/3.85	c 4	|     11334 |     600    30680   115539 |    26525    11334     13 |  0.009 % |
5.04/5.22	c 5	|     17102 |     600    30680   115539 |    29177    17102     13 |  0.009 % |
7.24/7.46	c 8	|     25751 |     600    30680   115539 |    32095    25751     13 |  0.014 % |
10.35/10.54	c 11	|     38725 |     600    30680   115539 |    35305    17860     16 |  0.008 % |
16.24/16.47	c 17	|     58186 |     600    30680   115539 |    38835    13803     14 |  0.012 % |
25.44/25.64	c 26	|     87378 |     600    30680   115539 |    42719    17165     14 |  0.011 % |
38.83/39.02	c 39	|    131168 |     600    30680   115539 |    46991    30202     16 |  0.011 % |
63.03/63.24	c 63	|    196852 |     600    30680   115539 |    51690    27335     16 |  0.011 % |
102.51/102.78	c 103	|    295379 |     600    30680   115539 |    56859    49398     17 |  0.012 % |
163.49/163.72	c 164	|    443168 |     600    30680   115539 |    62545    26660     16 |  0.012 % |
258.93/259.21	c 259	|    664851 |     600    30680   115539 |    68799    55736     16 |  0.014 % |
414.67/415.03	c 415	|    997376 |     600    30680   115539 |    75679    60793     17 |  0.015 % |
651.89/652.38	c 653	|   1496165 |     599    30580   115250 |    83247    56841     18 |  0.167 % |
1026.54/1027.14	c 1027	|   2244349 |     599    30580   115250 |    91572    47754     17 |  0.179 % |
1633.76/1635.59	c 1636	|   3366623 |     599    30580   115250 |   100729    23476     14 |  0.179 % |
1800.04/1803.11	sh: line 1: 13772 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.04/1803.11	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1803.11	c 1803	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.04/1803.11	c ERROR INTERRUPTED
1800.04/1803.11	s UNKNOWN
1800.04/1803.11	c 1803	CPU 1800.06 (0.05 0.02 1799.8 0.19)
1800.04/1803.11	c 1803	END Sat Jul 11 17:27:41 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-2059620-1247324257/watcher-2059620-1247324257 -o /tmp/evaluation-result-2059620-1247324257/solver-2059620-1247324257 -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-2059620-1247324257.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.05 2.21 2.17 4/74 13748
/proc/meminfo: memFree=1080512/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=12272 CPUtime=0
/proc/13748/stat : 13748 (sugar) R 13746 13748 13006 0 -1 4194304 358 0 0 0 0 0 0 0 18 0 1 0 19491148 12566528 326 996147200 4194304 4206940 548682068608 18446744073709551615 214962918912 0 0 4224 0 0 0 0 17 0 0 0
/proc/13748/statm: 3068 327 246 3 0 168 0

[startup+0.060258 s]
/proc/loadavg: 2.05 2.21 2.17 4/74 13748
/proc/meminfo: memFree=1080512/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16344 CPUtime=0.05
/proc/13748/stat : 13748 (sugar) R 13746 13748 13006 0 -1 4194304 991 0 0 0 4 1 0 0 18 0 1 0 19491148 16736256 959 996147200 4194304 4206940 548682068608 18446744073709551615 214944879329 0 0 4224 0 0 0 0 17 0 0 0
/proc/13748/statm: 4086 959 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.102258 s]
/proc/loadavg: 2.05 2.21 2.17 4/74 13748
/proc/meminfo: memFree=1080512/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=0.07
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 19491148 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30128 s]
/proc/loadavg: 2.05 2.21 2.17 4/74 13748
/proc/meminfo: memFree=1080512/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=0.07
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 19491148 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702328 s]
/proc/loadavg: 2.05 2.21 2.17 4/74 13748
/proc/meminfo: memFree=1080512/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=0.07
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 19491148 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50242 s]
/proc/loadavg: 2.05 2.21 2.17 5/85 13770
/proc/meminfo: memFree=1071912/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=0.76
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1310 4820 0 1 5 2 66 3 15 0 1 0 19491148 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1111 409 3 0 796 0
[pid=13761] ppid=13748 vsize=5356 CPUtime=0
/proc/13761/stat : 13761 (sh) S 13748 13748 13006 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19491229 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13761/statm: 1339 233 193 169 0 50 0
[pid=13762] ppid=13761 vsize=864256 CPUtime=0.63
/proc/13762/stat : 13762 (java) S 13761 13748 13006 0 -1 0 7165 0 1 0 60 3 0 0 20 0 9 0 19491229 884998144 6439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13762/statm: 216064 6439 2566 9 0 210569 0
[pid=13762/tid=13763] ppid=13761 vsize=864256 CPUtime=0.36
/proc/13762/task/13763/stat : 13763 (java) R 13761 13748 13006 0 -1 64 2603 0 1 0 35 1 0 0 25 0 9 0 19491230 884998144 6439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13762/tid=13764] ppid=13761 vsize=864256 CPUtime=0.21
/proc/13762/task/13764/stat : 13764 (java) R 13761 13748 13006 0 -1 64 3548 0 0 0 20 1 0 0 16 0 9 0 19491235 884998144 6439 996147200 134512640 134550932 4294955936 18446744073709551615 102722480 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13762/tid=13765] ppid=13761 vsize=864256 CPUtime=0
/proc/13762/task/13765/stat : 13765 (java) S 13761 13748 13006 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19491235 884998144 6439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13762/tid=13766] ppid=13761 vsize=864256 CPUtime=0
/proc/13762/task/13766/stat : 13766 (java) S 13761 13748 13006 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 19491235 884998144 6439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13762/tid=13767] ppid=13761 vsize=864256 CPUtime=0
/proc/13762/task/13767/stat : 13767 (java) S 13761 13748 13006 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 19491237 884998144 6439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13762/tid=13768] ppid=13761 vsize=864256 CPUtime=0.04
/proc/13762/task/13768/stat : 13768 (java) S 13761 13748 13006 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 19491237 884998144 6439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13762/tid=13769] ppid=13761 vsize=864256 CPUtime=0
/proc/13762/task/13769/stat : 13769 (java) S 13761 13748 13006 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19491237 884998144 6439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13762/tid=13770] ppid=13761 vsize=864256 CPUtime=0
/proc/13762/task/13770/stat : 13770 (java) S 13761 13748 13006 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19491237 884998144 6439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886480

[startup+3.1016 s]
/proc/loadavg: 2.05 2.21 2.17 3/77 13772
/proc/meminfo: memFree=1073832/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 15 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=3880 CPUtime=1.3
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 776 0 0 0 130 0 0 0 25 0 1 0 19491327 3973120 762 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 970 762 75 150 0 817 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 26104

[startup+6.30196 s]
/proc/loadavg: 2.12 2.22 2.17 3/77 13772
/proc/meminfo: memFree=1072360/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=5160 CPUtime=4.49
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 1077 0 0 0 449 0 0 0 25 0 1 0 19491327 5283840 1063 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 1290 1063 75 150 0 1137 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27384

[startup+12.7017 s]
/proc/loadavg: 2.11 2.22 2.17 3/77 13772
/proc/meminfo: memFree=1070952/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=6144 CPUtime=10.9
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 1331 0 0 0 1089 1 0 0 25 0 1 0 19491327 6291456 1317 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 1536 1317 75 150 0 1383 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 28368

[startup+25.5021 s]
/proc/loadavg: 2.09 2.20 2.17 3/77 13772
/proc/meminfo: memFree=1069992/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=7332 CPUtime=23.69
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 1606 0 0 0 2368 1 0 0 25 0 1 0 19491327 7507968 1592 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 1833 1592 75 150 0 1680 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 29556

[startup+51.102 s]
/proc/loadavg: 2.06 2.19 2.17 3/77 13772
/proc/meminfo: memFree=1068456/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=8920 CPUtime=49.28
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 1986 0 0 0 4926 2 0 0 25 0 1 0 19491327 9134080 1972 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 2230 1972 75 150 0 2077 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 31144

[startup+102.307 s]
/proc/loadavg: 2.02 2.16 2.16 3/77 13772
/proc/meminfo: memFree=1066792/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=10552 CPUtime=100.46
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 2406 0 0 0 10044 2 0 0 25 0 1 0 19491327 10805248 2392 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 2638 2392 75 150 0 2485 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 32776

[startup+162.303 s]
/proc/loadavg: 2.01 2.13 2.14 3/77 13772
/proc/meminfo: memFree=1065576/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=11652 CPUtime=160.44
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 2683 0 0 0 16041 3 0 0 25 0 1 0 19491327 11931648 2669 996147200 134512640 135127466 4294956256 18446744073709551615 134531237 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 2913 2669 75 150 0 2760 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 33876

[startup+222.302 s]
/proc/loadavg: 2.00 2.10 2.13 3/77 13778
/proc/meminfo: memFree=1064680/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0

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

[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=24296 CPUtime=1299.99
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 5707 0 0 0 129993 6 0 0 25 0 1 0 19491327 24879104 5684 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 6074 5684 75 150 0 5921 0
Current children cumulated CPU time (s) 1301.64
Current children cumulated vsize (KiB) 46520

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 13781
/proc/meminfo: memFree=1052432/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=24620 CPUtime=1359.96
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 5801 0 0 0 135990 6 0 0 25 0 1 0 19491327 25210880 5778 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 6155 5778 75 150 0 6002 0
Current children cumulated CPU time (s) 1361.61
Current children cumulated vsize (KiB) 46844

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 13781
/proc/meminfo: memFree=1052112/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=24908 CPUtime=1419.95
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 5877 0 0 0 141989 6 0 0 25 0 1 0 19491327 25505792 5854 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 6227 5854 75 150 0 6074 0
Current children cumulated CPU time (s) 1421.6
Current children cumulated vsize (KiB) 47132

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 13781
/proc/meminfo: memFree=1051600/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=25364 CPUtime=1479.92
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 5979 0 0 0 147986 6 0 0 25 0 1 0 19491327 25972736 5956 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 6341 5956 75 150 0 6188 0
Current children cumulated CPU time (s) 1481.57
Current children cumulated vsize (KiB) 47588

[startup+1542.3 s]
/proc/loadavg: 1.77 1.92 1.97 3/77 13810
/proc/meminfo: memFree=1101096/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=25684 CPUtime=1539.65
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 6020 0 0 0 153958 7 0 0 25 0 1 0 19491327 26300416 5997 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13772/statm: 6421 5997 75 150 0 6268 0
Current children cumulated CPU time (s) 1541.3
Current children cumulated vsize (KiB) 47908

[startup+1602.3 s]
/proc/loadavg: 1.91 1.94 1.97 3/77 13810
/proc/meminfo: memFree=1100456/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=26192 CPUtime=1599.18
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 6131 0 0 0 159910 8 0 0 25 0 1 0 19491327 26820608 6108 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13772/statm: 6548 6108 75 150 0 6395 0
Current children cumulated CPU time (s) 1600.83
Current children cumulated vsize (KiB) 48416

[startup+1662.3 s]
/proc/loadavg: 1.97 1.94 1.97 3/77 13810
/proc/meminfo: memFree=1100392/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=26356 CPUtime=1658.7
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 6180 0 0 0 165861 9 0 0 25 0 1 0 19491327 26988544 6157 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13772/statm: 6589 6157 75 150 0 6436 0
Current children cumulated CPU time (s) 1660.35
Current children cumulated vsize (KiB) 48580

[startup+1722.3 s]
/proc/loadavg: 1.99 1.95 1.97 3/77 13810
/proc/meminfo: memFree=1100008/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=26724 CPUtime=1718.23
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 6230 0 0 0 171814 9 0 0 25 0 1 0 19491327 27365376 6207 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/13772/statm: 6681 6207 75 150 0 6528 0
Current children cumulated CPU time (s) 1719.88
Current children cumulated vsize (KiB) 48948

[startup+1782.3 s]
/proc/loadavg: 1.99 1.96 1.97 3/77 13810
/proc/meminfo: memFree=1099880/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=26868 CPUtime=1777.75
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 6287 0 0 0 177766 9 0 0 25 0 1 0 19491327 27512832 6264 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13772/statm: 6717 6264 75 150 0 6564 0
Current children cumulated CPU time (s) 1779.4
Current children cumulated vsize (KiB) 49092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 1.99 1.96 1.97 3/77 13810
/proc/meminfo: memFree=1099880/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=26868 CPUtime=1798.39
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 6289 0 0 0 179829 10 0 0 25 0 1 0 19491327 27512832 6266 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/13772/statm: 6717 6266 75 150 0 6564 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 49092

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

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

[startup+1803.1 s]
/proc/loadavg: 1.99 1.96 1.97 3/77 13810
/proc/meminfo: memFree=1099880/2055920 swapFree=4192948/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=1.65
/proc/13748/stat : 13748 (sugar) S 13746 13748 13006 0 -1 4194304 1374 12411 0 2 5 2 150 8 16 0 1 0 19491148 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1112 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19491327 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=26868 CPUtime=1798.39
/proc/13772/stat : 13772 (minisat) R 13771 13748 13006 0 -1 4194304 6289 0 0 0 179829 10 0 0 25 0 1 0 19491327 27512832 6266 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/13772/statm: 6717 6266 75 150 0 6564 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 49092

Child status: 0
Real time (s): 1803.12
CPU time (s): 1800.09
CPU user time (s): 1799.86
CPU system time (s): 0.225965
CPU usage (%): 99.8318
Max. virtual memory (cumulated for all children) (KiB): 886592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20844
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= 1535
involuntary context switches= 13600

runsolver used 2.02169 second user time and 5.20721 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-11 16:57:38
IDJOB=2059620
IDBENCH=53598
IDSOLVER=739
FILE ID=node85/2059620-1247324257
PBS_JOBID= 9506466
Free space on /tmp= 126476 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-25/normalized-rand-25-25-300-147-51021_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-2059620-1247324257/watcher-2059620-1247324257 -o /tmp/evaluation-result-2059620-1247324257/solver-2059620-1247324257 -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-2059620-1247324257.xml

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

MD5SUM BENCH= 00c5d133dd54a3e28d414d3f97d0f7cf
RANDOM SEED=923360743

node85.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.220
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.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1080992 kB
Buffers:         52696 kB
Cached:         777576 kB
SwapCached:          8 kB
Active:         177136 kB
Inactive:       721308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1080992 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:          78860 kB
Slab:            61820 kB
Committed_AS:   231292 kB
PageTables:       1824 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= 126476 MiB
End job on node85 at 2009-07-11 17:27:43