Trace number 1035058

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.08 1801.72

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-59021_ext.xml
MD5SUM18bc739256c5c8335ca80b8400c3bad5
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark640.244
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 00:30:40 2008
0.00/0.04	c 0	PID 7013
0.00/0.05	c 0	HOST node71.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1035058-1214951440.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1035058-1214951440.xml' 'HOME/temp.csp'
0.03/0.75	c 1	1 domains, 27 variables, 0 predicates, 351 relations, 351 constraints
0.03/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.79	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.72/0.87	c 1	Parsing HOME/temp.csp
1.41/1.50	c 1	parsed 730 expressions
1.41/1.51	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.51	c 1	Converting to clausal form CSP
1.41/1.53	c 1	converted 73 (10%) expressions
1.41/1.54	c 1	converted 146 (20%) expressions
1.41/1.54	c 1	converted 219 (30%) expressions
1.41/1.54	c 1	converted 292 (40%) expressions
1.41/1.55	c 1	converted 365 (50%) expressions
1.50/1.65	c 2	converted 438 (60%) expressions
1.50/1.68	c 2	converted 511 (70%) expressions
1.60/1.71	c 2	converted 584 (80%) expressions
1.60/1.73	c 2	converted 657 (90%) expressions
1.60/1.76	c 2	converted 730 (100%) expressions
1.60/1.76	c 2	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.60/1.76	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.76	c 2	Propagation in CSP
1.60/1.77	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.60/1.77	c 2	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.60/1.77	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.77	c 2	Simplifing CSP by introducing new Boolean variables
1.60/1.77	c 2	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.60/1.77	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.82	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.71/1.83	c 2	3 (10%) CSP integer variables are encoded (75 clauses, 722 bytes)
1.71/1.83	c 2	6 (20%) CSP integer variables are encoded (150 clauses, 1506 bytes)
1.71/1.84	c 2	9 (30%) CSP integer variables are encoded (225 clauses, 2331 bytes)
1.71/1.84	c 2	11 (40%) CSP integer variables are encoded (275 clauses, 2881 bytes)
1.71/1.84	c 2	14 (50%) CSP integer variables are encoded (350 clauses, 3706 bytes)
1.71/1.84	c 2	17 (60%) CSP integer variables are encoded (425 clauses, 4531 bytes)
1.71/1.84	c 2	19 (70%) CSP integer variables are encoded (475 clauses, 5081 bytes)
1.71/1.84	c 2	22 (80%) CSP integer variables are encoded (550 clauses, 5906 bytes)
1.71/1.84	c 2	25 (90%) CSP integer variables are encoded (625 clauses, 6731 bytes)
1.71/1.84	c 2	27 (100%) CSP integer variables are encoded (675 clauses, 7281 bytes)
1.81/1.91	c 2	36 (10%) CSP clauses are encoded (4762 clauses, 74968 bytes)
1.81/1.94	c 2	71 (20%) CSP clauses are encoded (8758 clauses, 143875 bytes)
1.81/1.96	c 2	106 (30%) CSP clauses are encoded (12759 clauses, 215705 bytes)
1.81/1.99	c 2	141 (40%) CSP clauses are encoded (16769 clauses, 292738 bytes)
1.90/2.01	c 2	176 (50%) CSP clauses are encoded (20697 clauses, 368163 bytes)
1.90/2.04	c 2	211 (60%) CSP clauses are encoded (24664 clauses, 444265 bytes)
1.90/2.06	c 2	246 (70%) CSP clauses are encoded (28653 clauses, 520714 bytes)
1.90/2.09	c 2	281 (80%) CSP clauses are encoded (32616 clauses, 596708 bytes)
2.01/2.11	c 2	316 (90%) CSP clauses are encoded (36614 clauses, 673310 bytes)
2.01/2.14	c 2	351 (100%) CSP clauses are encoded (40567 clauses, 749162 bytes)
2.01/2.14	c 2	351 CSP clauses encoded
2.01/2.14	c 2	Writing map file : HOME/temp.map
2.01/2.14	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.14	c 2	SAT : 702 SAT variables, 40567 SAT clauses, 749162 bytes
2.01/2.14	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.15	c 2	SOLVING HOME/temp.cnf
2.01/2.15	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.01/2.15	c 2	This is MiniSat 2.0 beta
2.01/2.15	c 2	WARNING: for repeatability, setting FPU to use double precision
2.01/2.15	c 2	============================[ Problem Statistics ]=============================
2.01/2.15	c 2	|                                                                             |
2.01/2.15	c 2	|  Number of variables:  702                                                  |
2.01/2.15	c 2	|  Number of clauses:    40567                                                |
2.01/2.18	c 2	|  Parsing time:         0.02         s                                       |
2.01/2.18	c 2	============================[ Search Statistics ]==============================
2.01/2.18	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.01/2.18	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.01/2.18	c 2	===============================================================================
2.01/2.18	c 2	|         0 |     702    40567   153698 |    13522        0    nan |  0.000 % |
2.09/2.21	c 2	|       100 |     702    40567   153698 |    14874      100     11 |  0.000 % |
2.09/2.25	c 2	|       250 |     702    40567   153698 |    16362      250     11 |  0.002 % |
2.09/2.29	c 2	|       476 |     702    40567   153698 |    17998      476     11 |  0.007 % |
2.19/2.37	c 2	|       814 |     702    40567   153698 |    19798      814     11 |  0.011 % |
2.29/2.46	c 2	|      1321 |     702    40567   153698 |    21777     1321     11 |  0.007 % |
2.49/2.63	c 3	|      2081 |     702    40567   153698 |    23955     2081     12 |  0.007 % |
2.68/2.88	c 3	|      3221 |     702    40567   153698 |    26351     3221     13 |  0.011 % |
3.08/3.28	c 3	|      4930 |     702    40567   153698 |    28986     4930     13 |  0.011 % |
3.67/3.89	c 4	|      7492 |     702    40567   153698 |    31884     7492     14 |  0.005 % |
4.67/4.89	c 5	|     11336 |     702    40567   153698 |    35073    11336     14 |  0.009 % |
6.55/6.76	c 7	|     17104 |     702    40567   153698 |    38580    17104     14 |  0.009 % |
9.82/10.02	c 10	|     25756 |     702    40567   153698 |    42438    25756     14 |  0.009 % |
15.66/15.90	c 16	|     38731 |     702    40567   153698 |    46682    38731     14 |  0.009 % |
24.28/24.61	c 25	|     58194 |     702    40567   153698 |    51351    23742     15 |  0.008 % |
38.93/39.43	c 39	|     87386 |     702    40567   153698 |    56486    14062     17 |  0.005 % |
62.51/63.27	c 63	|    131177 |     702    40567   153698 |    62134    15097     15 |  0.008 % |
97.05/98.04	c 98	|    196862 |     702    40567   153698 |    68348    32188     16 |  0.009 % |
155.30/156.38	c 156	|    295388 |     702    40567   153698 |    75183    24203     14 |  0.009 % |
233.86/234.95	c 235	|    443177 |     702    40567   153698 |    82701    48790     17 |  0.008 % |
363.12/364.26	c 364	|    664861 |     702    40567   153698 |    90971    65278     17 |  0.008 % |
567.92/569.15	c 569	|    997386 |     702    40567   153698 |   100068    16639     14 |  0.008 % |
896.10/897.45	c 897	|   1496174 |     702    40567   153698 |   110075    88239     20 |  0.006 % |
1403.49/1405.08	c 1405	|   2244357 |     702    40567   153698 |   121083    74706     18 |  0.009 % |
1800.03/1801.71	sh: line 1:  7037 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.03/1801.71	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1801.71	c 1802	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1801.71	c ERROR INTERRUPTED
1800.03/1801.71	s UNKNOWN
1800.03/1801.71	c 1802	CPU 1799.77 (0.03 0.01 1799.74 0.27)
1800.03/1801.71	c 1802	END Wed Jul  2 01:00:42 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1035058-1214951440/watcher-1035058-1214951440 -o /tmp/evaluation-result-1035058-1214951440/solver-1035058-1214951440 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1035058-1214951440.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.95 1.73 4/74 7013
/proc/meminfo: memFree=1353816/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=12000 CPUtime=0
/proc/7013/stat : 7013 (sugar) R 7011 7013 6126 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 1974112725 12288000 173 996147200 4194304 4206940 548682068608 18446744073709551615 231962246112 0 0 4224 0 0 0 0 17 1 0 0
/proc/7013/statm: 3000 173 134 3 0 100 0

[startup+0.101889 s]
/proc/loadavg: 1.92 1.95 1.73 4/74 7013
/proc/meminfo: memFree=1353816/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=0.03
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974112725 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7013/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202905 s]
/proc/loadavg: 1.92 1.95 1.73 4/74 7013
/proc/meminfo: memFree=1353816/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=0.03
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974112725 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7013/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302919 s]
/proc/loadavg: 1.92 1.95 1.73 4/74 7013
/proc/meminfo: memFree=1353816/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=0.03
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974112725 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7013/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702975 s]
/proc/loadavg: 1.92 1.95 1.73 4/74 7013
/proc/meminfo: memFree=1353816/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=0.03
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974112725 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7013/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50108 s]
/proc/loadavg: 1.92 1.95 1.73 4/85 7035
/proc/meminfo: memFree=1345280/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=0.72
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 973 4835 0 1 3 0 64 5 16 0 1 0 1974112725 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7013/statm: 3400 797 370 3 0 500 0
[pid=7026] ppid=7013 vsize=5356 CPUtime=0
/proc/7026/stat : 7026 (sh) S 7013 7013 6126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974112804 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7026/statm: 1339 233 193 169 0 50 0
[pid=7027] ppid=7026 vsize=864040 CPUtime=0.69
/proc/7027/stat : 7027 (java) S 7026 7013 6126 0 -1 0 6188 0 1 0 66 3 0 0 18 0 9 0 1974112805 884776960 5482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7027/statm: 216010 5482 2532 9 0 210592 0
[pid=7027/tid=7028] ppid=7026 vsize=864040 CPUtime=0.49
/proc/7027/task/7028/stat : 7028 (java) R 7026 7013 6126 0 -1 64 2453 0 1 0 48 1 0 0 21 0 9 0 1974112806 884776960 5482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7027/tid=7029] ppid=7026 vsize=864040 CPUtime=0.1
/proc/7027/task/7029/stat : 7029 (java) S 7026 7013 6126 0 -1 64 2707 0 0 0 10 0 0 0 16 0 9 0 1974112807 884776960 5482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7027/tid=7030] ppid=7026 vsize=864040 CPUtime=0
/proc/7027/task/7030/stat : 7030 (java) S 7026 7013 6126 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1974112807 884776960 5482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7027/tid=7031] ppid=7026 vsize=864040 CPUtime=0
/proc/7027/task/7031/stat : 7031 (java) S 7026 7013 6126 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1974112807 884776960 5482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7027/tid=7032] ppid=7026 vsize=864040 CPUtime=0
/proc/7027/task/7032/stat : 7032 (java) S 7026 7013 6126 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1974112809 884776960 5482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7027/tid=7033] ppid=7026 vsize=864040 CPUtime=0.07
/proc/7027/task/7033/stat : 7033 (java) R 7026 7013 6126 0 -1 64 331 0 0 0 7 0 0 0 16 0 9 0 1974112809 884776960 5482 996147200 134512640 134550740 4294955952 18446744073709551615 102097103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7027/tid=7034] ppid=7026 vsize=864040 CPUtime=0
/proc/7027/task/7034/stat : 7034 (java) S 7026 7013 6126 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1974112809 884776960 5482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7027/tid=7035] ppid=7026 vsize=864040 CPUtime=0
/proc/7027/task/7035/stat : 7035 (java) S 7026 7013 6126 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974112809 884776960 5482 996147200 134512640 134550740 4294955952 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) 882996

[startup+3.1013 s]
/proc/loadavg: 1.92 1.95 1.73 3/77 7037
/proc/meminfo: memFree=1347392/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 15 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=4148 CPUtime=0.92
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 886 0 0 0 92 0 0 0 25 0 1 0 1974112941 4247552 872 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7037/statm: 1037 872 75 150 0 884 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 23104

[startup+6.30274 s]
/proc/loadavg: 1.93 1.95 1.73 3/77 7037
/proc/meminfo: memFree=1346176/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=5204 CPUtime=4.09
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 1143 0 0 0 409 0 0 0 25 0 1 0 1974112941 5328896 1129 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7037/statm: 1301 1129 75 150 0 1148 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 24160

[startup+12.7016 s]
/proc/loadavg: 1.93 1.96 1.73 3/77 7037
/proc/meminfo: memFree=1344640/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=6656 CPUtime=10.43
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 1499 0 0 0 1042 1 0 0 25 0 1 0 1974112941 6815744 1485 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/7037/statm: 1664 1485 75 150 0 1511 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 25612

[startup+25.5023 s]
/proc/loadavg: 1.95 1.96 1.73 3/77 7037
/proc/meminfo: memFree=1343104/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=8188 CPUtime=23.11
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 1867 0 0 0 2309 2 0 0 25 0 1 0 1974112941 8384512 1853 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7037/statm: 2047 1853 75 150 0 1894 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 27144

[startup+51.1028 s]
/proc/loadavg: 1.96 1.96 1.74 3/77 7037
/proc/meminfo: memFree=1341824/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=9260 CPUtime=48.46
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 2137 0 0 0 4844 2 0 0 25 0 1 0 1974112941 9482240 2123 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7037/statm: 2315 2123 75 150 0 2162 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 28216

[startup+102.303 s]
/proc/loadavg: 1.91 1.95 1.74 3/83 7129
/proc/meminfo: memFree=1345304/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=10876 CPUtime=99.27
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 2537 0 0 0 9923 4 0 0 25 0 1 0 1974112941 11137024 2523 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7037/statm: 2719 2523 75 150 0 2566 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 29832

[startup+162.303 s]
/proc/loadavg: 1.93 1.94 1.75 3/84 7405
/proc/meminfo: memFree=1354632/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=12500 CPUtime=159.23
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 2928 0 0 0 15915 8 0 0 25 0 1 0 1974112941 12800000 2914 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7037/statm: 3125 2914 75 150 0 2972 0
Current children cumulated CPU time (s) 161.29
Current children cumulated vsize (KiB) 31456

[startup+222.308 s]
/proc/loadavg: 1.97 1.95 1.76 3/84 7405
/proc/meminfo: memFree=1352776/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=26728 CPUtime=1238.79
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 6318 0 0 0 123867 12 0 0 25 0 1 0 1974112941 27369472 6296 996147200 134512640 135127466 4294956272 18446744073709551615 134530684 0 0 4096 3 0 0 0 17 0 0 0
/proc/7037/statm: 6682 6296 75 150 0 6529 0
Current children cumulated CPU time (s) 1240.85
Current children cumulated vsize (KiB) 45684

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/84 7407
/proc/meminfo: memFree=1339912/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=27228 CPUtime=1298.77
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 6440 0 0 0 129865 12 0 0 25 0 1 0 1974112941 27881472 6418 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7037/statm: 6807 6418 75 150 0 6654 0
Current children cumulated CPU time (s) 1300.83
Current children cumulated vsize (KiB) 46184

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/84 7407
/proc/meminfo: memFree=1339592/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=27420 CPUtime=1358.75
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 6489 0 0 0 135862 13 0 0 25 0 1 0 1974112941 28078080 6467 996147200 134512640 135127466 4294956272 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 0 0 0
/proc/7037/statm: 6855 6467 75 150 0 6702 0
Current children cumulated CPU time (s) 1360.81
Current children cumulated vsize (KiB) 46376

[startup+1422.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 7407
/proc/meminfo: memFree=1339528/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=27580 CPUtime=1418.73
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 6510 0 0 0 141860 13 0 0 25 0 1 0 1974112941 28241920 6488 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/7037/statm: 6895 6488 75 150 0 6742 0
Current children cumulated CPU time (s) 1420.79
Current children cumulated vsize (KiB) 46536

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 7407
/proc/meminfo: memFree=1338952/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=27976 CPUtime=1478.69
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 6642 0 0 0 147856 13 0 0 25 0 1 0 1974112941 28647424 6620 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7037/statm: 6994 6620 75 150 0 6841 0
Current children cumulated CPU time (s) 1480.75
Current children cumulated vsize (KiB) 46932

[startup+1542.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 7407
/proc/meminfo: memFree=1338824/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=28264 CPUtime=1538.67
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 6688 0 0 0 153854 13 0 0 25 0 1 0 1974112941 28942336 6666 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7037/statm: 7066 6666 75 150 0 6913 0
Current children cumulated CPU time (s) 1540.73
Current children cumulated vsize (KiB) 47220

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 7407
/proc/meminfo: memFree=1337800/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=29296 CPUtime=1598.64
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 6940 0 0 0 159851 13 0 0 25 0 1 0 1974112941 29999104 6918 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7037/statm: 7324 6918 75 150 0 7171 0
Current children cumulated CPU time (s) 1600.7
Current children cumulated vsize (KiB) 48252

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 7407
/proc/meminfo: memFree=1337608/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=29620 CPUtime=1658.62
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 6994 0 0 0 165849 13 0 0 25 0 1 0 1974112941 30330880 6972 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7037/statm: 7405 6972 75 150 0 7252 0
Current children cumulated CPU time (s) 1660.68
Current children cumulated vsize (KiB) 48576

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 7407
/proc/meminfo: memFree=1337416/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=29768 CPUtime=1718.6
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 7052 0 0 0 171846 14 0 0 25 0 1 0 1974112941 30482432 7030 996147200 134512640 135127466 4294956272 18446744073709551615 134530811 0 0 4096 3 0 0 0 17 0 0 0
/proc/7037/statm: 7442 7030 75 150 0 7289 0
Current children cumulated CPU time (s) 1720.66
Current children cumulated vsize (KiB) 48724

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 7407
/proc/meminfo: memFree=1336456/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=30640 CPUtime=1778.57
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 7248 0 0 0 177843 14 0 0 25 0 1 0 1974112941 31375360 7226 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/7037/statm: 7660 7226 75 150 0 7507 0
Current children cumulated CPU time (s) 1780.63
Current children cumulated vsize (KiB) 49596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 7407
/proc/meminfo: memFree=1336200/2055920 swapFree=4180436/4192956
[pid=7013] ppid=7011 vsize=13600 CPUtime=2.06
/proc/7013/stat : 7013 (sugar) S 7011 7013 6126 0 -1 4194304 1031 13148 0 2 3 1 190 12 16 0 1 0 1974112725 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7013/statm: 3400 798 370 3 0 500 0
[pid=7036] ppid=7013 vsize=5356 CPUtime=0
/proc/7036/stat : 7036 (sh) S 7013 7013 6126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974112941 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7036/statm: 1339 232 193 169 0 50 0
[pid=7037] ppid=7036 vsize=30960 CPUtime=1797.97
/proc/7037/stat : 7037 (minisat) R 7036 7013 6126 0 -1 4194304 7312 0 0 0 179783 14 0 0 25 0 1 0 1974112941 31703040 7290 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7037/statm: 7740 7290 75 150 0 7587 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 49916

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): 1801.72
CPU time (s): 1800.08
CPU user time (s): 1799.78
CPU system time (s): 0.294955
CPU usage (%): 99.9089
Max. virtual memory (cumulated for all children) (KiB): 883220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.294955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22107
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= 1893
involuntary context switches= 9964

runsolver used 2.78158 second user time and 5.42218 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-02 00:30:40
IDJOB=1035058
IDBENCH=53376
IDSOLVER=346
FILE ID=node71/1035058-1214951440
PBS_JOBID= 7870191
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-59021_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1035058-1214951440/watcher-1035058-1214951440 -o /tmp/evaluation-result-1035058-1214951440/solver-1035058-1214951440 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1035058-1214951440.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 18bc739256c5c8335ca80b8400c3bad5
RANDOM SEED=646828367

node71.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.209
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.209
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:       1354296 kB
Buffers:         49160 kB
Cached:         534464 kB
SwapCached:       6480 kB
Active:          97232 kB
Inactive:       522784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1354296 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            1640 kB
Writeback:           0 kB
Mapped:          43564 kB
Slab:            66672 kB
Committed_AS:  4097540 kB
PageTables:       1952 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= 66548 MiB
End job on node71 at 2008-07-02 01:00:44