Trace number 2091234

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

General information on the benchmark

Namecsp/rand-2-50-23/
normalized-rand-2-50-23-587-230-42_ext.xml
MD5SUM6d8953378be748640ee57cf644b76a3b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints462
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension462
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sun Jul 12 12:15:22 2009
0.04/0.07	c 0	PID 27913
0.04/0.07	c 0	HOST node85.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2091234-1247393722.xml TO HOME/temp.csp
0.04/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-2091234-1247393722.xml' 'HOME/temp.csp'
0.06/0.61	c 0	1 domains, 50 variables, 0 predicates, 462 relations, 462 constraints
0.06/0.65	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	c 0	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.58/0.72	c 0	Parsing HOME/temp.csp
1.01/1.13	c 1	parsed 975 expressions
1.01/1.14	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.14	c 1	Converting to clausal form CSP
1.01/1.16	c 1	converted 98 (10%) expressions
1.01/1.16	c 1	converted 195 (20%) expressions
1.11/1.22	c 1	converted 293 (30%) expressions
1.11/1.22	c 1	converted 390 (40%) expressions
1.11/1.24	c 1	converted 488 (50%) expressions
1.11/1.28	c 1	converted 585 (60%) expressions
1.20/1.31	c 1	converted 683 (70%) expressions
1.20/1.34	c 1	converted 780 (80%) expressions
1.31/1.44	c 1	converted 878 (90%) expressions
1.31/1.49	c 1	converted 975 (100%) expressions
1.31/1.49	c 1	CSP : 50 integers, 0 booleans, 462 clauses, largest domain size 23
1.31/1.49	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.49	c 1	Propagation in CSP
1.31/1.50	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.31/1.50	c 1	CSP : 50 integers, 0 booleans, 462 clauses, largest domain size 23
1.31/1.50	c 1	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.50	c 1	Simplifing CSP by introducing new Boolean variables
1.40/1.50	c 1	CSP : 50 integers, 0 booleans, 462 clauses, largest domain size 23
1.40/1.50	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.56	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.56	c 1	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.40/1.57	c 1	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.40/1.57	c 1	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.40/1.57	c 1	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.40/1.57	c 1	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.40/1.57	c 1	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.40/1.57	c 1	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.40/1.57	c 1	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.40/1.57	c 1	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.40/1.57	c 1	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.50/1.64	c 1	47 (10%) CSP clauses are encoded (5329 clauses, 83640 bytes)
1.50/1.66	c 1	93 (20%) CSP clauses are encoded (9538 clauses, 159629 bytes)
1.50/1.69	c 1	139 (30%) CSP clauses are encoded (13676 clauses, 239410 bytes)
1.60/1.71	c 1	185 (40%) CSP clauses are encoded (18026 clauses, 322493 bytes)
1.60/1.74	c 1	231 (50%) CSP clauses are encoded (22125 clauses, 400875 bytes)
1.60/1.76	c 2	278 (60%) CSP clauses are encoded (26258 clauses, 480660 bytes)
1.60/1.78	c 2	324 (70%) CSP clauses are encoded (30334 clauses, 559593 bytes)
1.70/1.81	c 2	370 (80%) CSP clauses are encoded (34666 clauses, 643015 bytes)
1.70/1.83	c 2	416 (90%) CSP clauses are encoded (39057 clauses, 728653 bytes)
1.70/1.85	c 2	462 (100%) CSP clauses are encoded (43317 clauses, 815243 bytes)
1.70/1.86	c 2	462 CSP clauses encoded
1.70/1.86	c 2	Writing map file : HOME/temp.map
1.70/1.86	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.86	c 2	SAT : 1100 SAT variables, 43317 SAT clauses, 815243 bytes
1.70/1.86	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.76/1.90	c 2	SOLVING HOME/temp.cnf
1.76/1.90	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.76/1.91	c 2	This is MiniSat 2.0 beta
1.76/1.91	c 2	WARNING: for repeatability, setting FPU to use double precision
1.76/1.91	c 2	============================[ Problem Statistics ]=============================
1.76/1.91	c 2	|                                                                             |
1.76/1.91	c 2	|  Number of variables:  1100                                                 |
1.76/1.91	c 2	|  Number of clauses:    43317                                                |
1.76/1.93	c 2	|  Parsing time:         0.02         s                                       |
1.76/1.93	c 2	============================[ Search Statistics ]==============================
1.76/1.93	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.76/1.93	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.76/1.93	c 2	===============================================================================
1.76/1.93	c 2	|         0 |    1100    43317   161723 |    14439        0    nan |  0.000 % |
1.76/1.96	c 2	|       101 |    1100    43317   161723 |    15882      101     12 |  0.000 % |
1.76/1.98	c 2	|       251 |    1100    43317   161723 |    17471      251     13 |  0.003 % |
1.81/2.03	c 2	|       476 |    1100    43317   161723 |    19218      476     13 |  0.003 % |
1.81/2.08	c 2	|       813 |    1100    43317   161723 |    21140      813     13 |  0.000 % |
1.99/2.18	c 2	|      1319 |    1100    43317   161723 |    23254     1319     14 |  0.002 % |
2.19/2.32	c 2	|      2078 |    1100    43317   161723 |    25579     2078     15 |  0.004 % |
2.38/2.55	c 2	|      3218 |    1100    43317   161723 |    28137     3218     15 |  0.002 % |
2.68/2.89	c 3	|      4926 |    1100    43317   161723 |    30951     4926     14 |  0.002 % |
3.28/3.44	c 3	|      7488 |    1100    43317   161723 |    34046     7488     14 |  0.004 % |
4.18/4.33	c 4	|     11332 |    1100    43317   161723 |    37451    11332     15 |  0.004 % |
5.57/5.76	c 6	|     17098 |    1100    43317   161723 |    41196    17098     15 |  0.004 % |
8.45/8.63	c 8	|     25748 |    1100    43317   161723 |    45315    25748     15 |  0.004 % |
13.24/13.47	c 13	|     38723 |    1100    43317   161723 |    49847    38723     16 |  0.002 % |
22.08/22.35	c 22	|     58185 |    1100    43317   161723 |    54832    21400     17 |  0.001 % |
36.12/36.44	c 36	|     87377 |    1100    43317   161723 |    60315    50592     17 |  0.004 % |
57.81/58.21	c 58	|    131167 |    1100    43317   161723 |    66346    47737     18 |  0.004 % |
95.81/96.44	c 96	|    196851 |    1100    43317   161723 |    72981    60863     20 |  0.004 % |
151.34/152.28	c 152	|    295377 |    1100    43317   161723 |    80279    41770     18 |  0.004 % |
242.49/243.88	c 244	|    443168 |    1100    43317   161723 |    88307    57724     21 |  0.002 % |
382.59/384.68	c 384	|    664851 |    1100    43317   161723 |    97138    66369     22 |  0.002 % |
619.52/622.74	c 622	|    997377 |    1100    43317   161723 |   106852    77059     23 |  0.002 % |
987.36/991.29	c 991	|   1496167 |    1100    43317   161723 |   117537    42857     19 |  0.002 % |
1573.57/1580.38	c 1580	|   2244349 |    1100    43317   161723 |   129291    93952     25 |  0.003 % |
1800.10/1807.91	sh: line 1: 27937 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.10/1807.91	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.10/1807.91	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.10/1807.91	c ERROR INTERRUPTED
1800.10/1807.92	s UNKNOWN
1800.10/1807.92	c 1808	CPU 1800.11 (0.06 0.02 1799.75 0.28)
1800.10/1807.92	c 1808	END Sun Jul 12 12:45:30 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-2091234-1247393722/watcher-2091234-1247393722 -o /tmp/evaluation-result-2091234-1247393722/solver-2091234-1247393722 -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-2091234-1247393722.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: 1.97 2.02 2.00 4/82 27913
/proc/meminfo: memFree=1848800/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=12272 CPUtime=0
/proc/27913/stat : 27913 (sugar) R 27911 27913 25227 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 26437496 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 214953933822 0 0 4224 0 0 0 0 17 0 0 0
/proc/27913/statm: 3068 327 246 3 0 168 0

[startup+0.046946 s]
/proc/loadavg: 1.97 2.02 2.00 4/82 27913
/proc/meminfo: memFree=1848800/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=14776 CPUtime=0.04
/proc/27913/stat : 27913 (sugar) R 27911 27913 25227 0 -1 4194304 859 0 0 0 3 1 0 0 18 0 1 0 26437496 15130624 827 996147200 4194304 4206940 548682068608 18446744073709551615 214944879329 0 0 4224 0 0 0 0 17 0 0 0
/proc/27913/statm: 3694 828 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.101955 s]
/proc/loadavg: 1.97 2.02 2.00 4/82 27913
/proc/meminfo: memFree=1848800/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=0.06
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 26437496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301974 s]
/proc/loadavg: 1.97 2.02 2.00 4/82 27913
/proc/meminfo: memFree=1848800/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=0.06
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 26437496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702022 s]
/proc/loadavg: 1.97 2.02 2.00 4/82 27913
/proc/meminfo: memFree=1848800/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=0.58
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1292 4977 0 1 5 1 48 4 17 0 1 0 26437496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16868

[startup+1.50211 s]
/proc/loadavg: 1.97 2.02 2.00 4/93 27935
/proc/meminfo: memFree=1835720/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=0.58
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1310 4977 0 1 5 1 48 4 15 0 1 0 26437496 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1111 409 3 0 796 0
[pid=27926] ppid=27913 vsize=5356 CPUtime=0
/proc/27926/stat : 27926 (sh) S 27913 27913 25227 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26437562 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27926/statm: 1339 233 193 169 0 50 0
[pid=27927] ppid=27926 vsize=864256 CPUtime=0.82
/proc/27927/stat : 27927 (java) S 27926 27913 25227 0 -1 0 8548 0 1 0 79 3 0 0 20 0 9 0 26437562 884998144 7814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27927/statm: 216064 7814 2566 9 0 210569 0
[pid=27927/tid=27928] ppid=27926 vsize=864256 CPUtime=0.45
/proc/27927/task/27928/stat : 27928 (java) R 27926 27913 25227 0 -1 64 2720 0 1 0 45 0 0 0 25 0 9 0 26437563 884998144 7814 996147200 134512640 134550932 4294955936 18446744073709551615 102508178 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27927/tid=27929] ppid=27926 vsize=864256 CPUtime=0.29
/proc/27927/task/27929/stat : 27929 (java) S 27926 27913 25227 0 -1 64 4815 0 0 0 28 1 0 0 16 0 9 0 26437564 884998144 7814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27927/tid=27930] ppid=27926 vsize=864256 CPUtime=0
/proc/27927/task/27930/stat : 27930 (java) S 27926 27913 25227 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26437564 884998144 7815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27927/tid=27931] ppid=27926 vsize=864256 CPUtime=0
/proc/27927/task/27931/stat : 27931 (java) S 27926 27913 25227 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26437564 884998144 7815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27927/tid=27932] ppid=27926 vsize=864256 CPUtime=0
/proc/27927/task/27932/stat : 27932 (java) S 27926 27913 25227 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 26437566 884998144 7816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27927/tid=27933] ppid=27926 vsize=864256 CPUtime=0.04
/proc/27927/task/27933/stat : 27933 (java) S 27926 27913 25227 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 26437566 884998144 7816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27927/tid=27934] ppid=27926 vsize=864256 CPUtime=0
/proc/27927/task/27934/stat : 27934 (java) S 27926 27913 25227 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 26437566 884998144 7816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27927/tid=27935] ppid=27926 vsize=864256 CPUtime=0
/proc/27927/task/27935/stat : 27935 (java) S 27926 27913 25227 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26437566 884998144 7816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886480

[startup+3.10129 s]
/proc/loadavg: 1.97 2.02 2.00 3/85 27937
/proc/meminfo: memFree=1840840/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 15 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=4524 CPUtime=1.17
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 990 0 0 0 117 0 0 0 25 0 1 0 26437687 4632576 976 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 1131 976 75 150 0 978 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 26748

[startup+6.30166 s]
/proc/loadavg: 1.98 2.02 2.00 3/85 27937
/proc/meminfo: memFree=1839368/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=5892 CPUtime=4.36
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 1294 0 0 0 435 1 0 0 25 0 1 0 26437687 6033408 1280 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 1473 1280 75 150 0 1320 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 28116

[startup+12.7024 s]
/proc/loadavg: 1.98 2.02 2.00 3/85 27937
/proc/meminfo: memFree=1837384/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=7640 CPUtime=10.72
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 1756 0 0 0 1071 1 0 0 25 0 1 0 26437687 7823360 1742 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 1910 1742 75 150 0 1757 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 29864

[startup+25.5018 s]
/proc/loadavg: 1.98 2.01 2.00 3/85 27937
/proc/meminfo: memFree=1835976/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=9040 CPUtime=23.46
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 2094 0 0 0 2344 2 0 0 25 0 1 0 26437687 9256960 2080 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 2260 2080 75 150 0 2107 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 31264

[startup+51.1017 s]
/proc/loadavg: 1.99 2.01 2.00 3/85 27937
/proc/meminfo: memFree=1834568/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=10508 CPUtime=48.93
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 2462 0 0 0 4891 2 0 0 25 0 1 0 26437687 10760192 2448 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 2627 2448 75 150 0 2474 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 32732

[startup+102.307 s]
/proc/loadavg: 1.99 2.01 2.00 3/85 27937
/proc/meminfo: memFree=1831944/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=13108 CPUtime=99.89
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 3074 0 0 0 9986 3 0 0 25 0 1 0 26437687 13422592 3060 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 3277 3060 75 150 0 3124 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 35332

[startup+162.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 27937
/proc/meminfo: memFree=1831176/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=13644 CPUtime=159.58
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 3223 0 0 0 15955 3 0 0 25 0 1 0 26437687 13971456 3209 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 3411 3209 75 150 0 3258 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 35868

[startup+222.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 27937
/proc/meminfo: memFree=1829768/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0

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

[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=26184 CPUtime=1295.1
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 6243 0 0 0 129497 13 0 0 25 0 1 0 26437687 26812416 6229 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27937/statm: 6546 6229 75 150 0 6393 0
Current children cumulated CPU time (s) 1296.91
Current children cumulated vsize (KiB) 48408

[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/77 28247
/proc/meminfo: memFree=1821008/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=26452 CPUtime=1354.79
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 6296 0 0 0 135465 14 0 0 25 0 1 0 26437687 27086848 6282 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 6613 6282 75 150 0 6460 0
Current children cumulated CPU time (s) 1356.6
Current children cumulated vsize (KiB) 48676

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 28247
/proc/meminfo: memFree=1820240/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=27156 CPUtime=1414.5
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 6457 0 0 0 141436 14 0 0 25 0 1 0 26437687 27807744 6443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 6789 6443 75 150 0 6636 0
Current children cumulated CPU time (s) 1416.31
Current children cumulated vsize (KiB) 49380

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 28247
/proc/meminfo: memFree=1819856/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=27460 CPUtime=1474.22
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 6542 0 0 0 147407 15 0 0 25 0 1 0 26437687 28119040 6528 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 6865 6528 75 150 0 6712 0
Current children cumulated CPU time (s) 1476.03
Current children cumulated vsize (KiB) 49684

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 28247
/proc/meminfo: memFree=1819728/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=27744 CPUtime=1533.94
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 6605 0 0 0 153379 15 0 0 25 0 1 0 26437687 28409856 6591 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 6936 6591 75 150 0 6783 0
Current children cumulated CPU time (s) 1535.75
Current children cumulated vsize (KiB) 49968

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28247
/proc/meminfo: memFree=1819472/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=28052 CPUtime=1593.66
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 6681 0 0 0 159350 16 0 0 25 0 1 0 26437687 28725248 6667 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 7013 6667 75 150 0 6860 0
Current children cumulated CPU time (s) 1595.47
Current children cumulated vsize (KiB) 50276

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28247
/proc/meminfo: memFree=1817872/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=29544 CPUtime=1653.37
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 7055 0 0 0 165321 16 0 0 25 0 1 0 26437687 30253056 7041 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 7386 7041 75 150 0 7233 0
Current children cumulated CPU time (s) 1655.18
Current children cumulated vsize (KiB) 51768

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28247
/proc/meminfo: memFree=1817552/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=29848 CPUtime=1713.08
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 7126 0 0 0 171292 16 0 0 25 0 1 0 26437687 30564352 7112 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 7462 7112 75 150 0 7309 0
Current children cumulated CPU time (s) 1714.89
Current children cumulated vsize (KiB) 52072

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28247
/proc/meminfo: memFree=1817360/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=29984 CPUtime=1772.8
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 7158 0 0 0 177263 17 0 0 25 0 1 0 26437687 30703616 7144 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 7496 7144 75 150 0 7343 0
Current children cumulated CPU time (s) 1774.61
Current children cumulated vsize (KiB) 52208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28247
/proc/meminfo: memFree=1817232/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=30116 CPUtime=1798.29
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 7184 0 0 0 179812 17 0 0 25 0 1 0 26437687 30838784 7170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 7529 7170 75 150 0 7376 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 52340

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

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

[startup+1807.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 28247
/proc/meminfo: memFree=1817232/2055920 swapFree=4192812/4192956
[pid=27913] ppid=27911 vsize=16868 CPUtime=1.81
/proc/27913/stat : 27913 (sugar) S 27911 27913 25227 0 -1 4194304 1376 13949 0 2 6 2 163 10 16 0 1 0 26437496 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27913/statm: 4217 1113 409 3 0 796 0
[pid=27936] ppid=27913 vsize=5356 CPUtime=0
/proc/27936/stat : 27936 (sh) S 27913 27913 25227 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26437687 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27936/statm: 1339 232 193 169 0 50 0
[pid=27937] ppid=27936 vsize=30116 CPUtime=1798.29
/proc/27937/stat : 27937 (minisat) R 27936 27913 25227 0 -1 4194304 7184 0 0 0 179812 17 0 0 25 0 1 0 26437687 30838784 7170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27937/statm: 7529 7170 75 150 0 7376 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 52340

Child status: 0
Real time (s): 1807.92
CPU time (s): 1800.13
CPU user time (s): 1799.82
CPU system time (s): 0.310952
CPU usage (%): 99.569
Max. virtual memory (cumulated for all children) (KiB): 886592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23162
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= 2035
involuntary context switches= 23982

runsolver used 2.00669 second user time and 5.01924 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 12:15:22
IDJOB=2091234
IDBENCH=60013
IDSOLVER=739
FILE ID=node85/2091234-1247393722
PBS_JOBID= 9507295
Free space on /tmp= 126552 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-50-23/normalized-rand-2-50-23-587-230-42_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-2091234-1247393722/watcher-2091234-1247393722 -o /tmp/evaluation-result-2091234-1247393722/solver-2091234-1247393722 -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-2091234-1247393722.xml

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

MD5SUM BENCH= 6d8953378be748640ee57cf644b76a3b
RANDOM SEED=1720220171

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:       1849280 kB
Buffers:         22628 kB
Cached:          99364 kB
SwapCached:          0 kB
Active:         115436 kB
Inactive:        40952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849280 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:          54648 kB
Slab:            35472 kB
Committed_AS:   235608 kB
PageTables:       1852 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= 126552 MiB
End job on node85 at 2009-07-12 12:45:32