Trace number 1089825

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.05 1813.85

General information on the benchmark

Namecsp/graphColoring/sgb/queen/
normalized-queen15-15-15.xml
MD5SUM68efc7a0c05acdfdccc7e2fee43c0534
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints5180
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5180
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 Sat Jul  5 16:51:55 2008
0.00/0.04	c 0	PID 20048
0.03/0.05	c 0	HOST node34.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1089825-1215269515.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1089825-1215269515.xml' 'HOME/temp.csp'
0.03/0.84	c 1	1 domains, 225 variables, 1 predicates, 0 relations, 5180 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	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.82/0.97	c 1	Parsing HOME/temp.csp
1.11/1.22	c 1	parsed 5407 expressions
1.11/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.22	c 1	Converting to clausal form CSP
1.21/1.39	c 1	converted 541 (10%) expressions
1.31/1.44	c 1	converted 1082 (20%) expressions
1.31/1.46	c 1	converted 1623 (30%) expressions
1.31/1.48	c 1	converted 2163 (40%) expressions
1.31/1.49	c 1	converted 2704 (50%) expressions
1.41/1.50	c 1	converted 3245 (60%) expressions
1.41/1.52	c 1	converted 3785 (70%) expressions
1.41/1.53	c 1	converted 4326 (80%) expressions
1.41/1.55	c 1	converted 4867 (90%) expressions
1.51/1.61	c 2	converted 5407 (100%) expressions
1.51/1.61	c 2	CSP : 225 integers, 0 booleans, 5180 clauses, largest domain size 15
1.51/1.61	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.61	c 2	Propagation in CSP
1.51/1.68	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.51/1.68	c 2	CSP : 225 integers, 0 booleans, 5180 clauses, largest domain size 15
1.51/1.68	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.68	c 2	Simplifing CSP by introducing new Boolean variables
1.71/1.81	c 2	CSP : 225 integers, 10360 booleans, 15540 clauses, largest domain size 15
1.71/1.81	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.87	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.71/1.88	c 2	23 (10%) CSP integer variables are encoded (299 clauses, 3153 bytes)
1.71/1.89	c 2	45 (20%) CSP integer variables are encoded (585 clauses, 6299 bytes)
1.71/1.89	c 2	68 (30%) CSP integer variables are encoded (884 clauses, 9588 bytes)
1.71/1.89	c 2	90 (40%) CSP integer variables are encoded (1170 clauses, 13219 bytes)
1.71/1.89	c 2	113 (50%) CSP integer variables are encoded (1469 clauses, 17106 bytes)
1.71/1.89	c 2	135 (60%) CSP integer variables are encoded (1755 clauses, 20824 bytes)
1.71/1.89	c 2	158 (70%) CSP integer variables are encoded (2054 clauses, 24711 bytes)
1.71/1.90	c 2	180 (80%) CSP integer variables are encoded (2340 clauses, 28429 bytes)
1.71/1.90	c 2	203 (90%) CSP integer variables are encoded (2639 clauses, 32316 bytes)
1.71/1.90	c 2	225 (100%) CSP integer variables are encoded (2925 clauses, 36034 bytes)
1.80/1.98	c 2	1554 (10%) CSP clauses are encoded (18983 clauses, 295322 bytes)
1.90/2.03	c 2	3108 (20%) CSP clauses are encoded (35041 clauses, 564652 bytes)
1.90/2.07	c 2	4662 (30%) CSP clauses are encoded (51099 clauses, 834822 bytes)
2.00/2.12	c 2	6216 (40%) CSP clauses are encoded (67157 clauses, 1106194 bytes)
2.00/2.15	c 2	7770 (50%) CSP clauses are encoded (83215 clauses, 1387562 bytes)
2.00/2.19	c 2	9324 (60%) CSP clauses are encoded (99273 clauses, 1677642 bytes)
2.10/2.22	c 2	10878 (70%) CSP clauses are encoded (115331 clauses, 1974170 bytes)
2.10/2.26	c 2	12432 (80%) CSP clauses are encoded (131389 clauses, 2280826 bytes)
2.10/2.30	c 2	13986 (90%) CSP clauses are encoded (147447 clauses, 2587482 bytes)
2.19/2.33	c 2	15540 (100%) CSP clauses are encoded (163505 clauses, 2894138 bytes)
2.19/2.33	c 2	15540 CSP clauses encoded
2.19/2.34	c 2	Writing map file : HOME/temp.map
2.19/2.34	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.34	c 2	SAT : 13510 SAT variables, 163505 SAT clauses, 2894138 bytes
2.19/2.34	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.36	c 2	SOLVING HOME/temp.cnf
2.19/2.36	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.19/2.36	c 2	This is MiniSat 2.0 beta
2.19/2.36	c 2	WARNING: for repeatability, setting FPU to use double precision
2.19/2.36	c 2	============================[ Problem Statistics ]=============================
2.19/2.36	c 2	|                                                                             |
2.19/2.36	c 2	|  Number of variables:  13510                                                |
2.19/2.36	c 2	|  Number of clauses:    163505                                               |
2.25/2.45	c 2	|  Parsing time:         0.08         s                                       |
2.25/2.46	c 2	============================[ Search Statistics ]==============================
2.25/2.46	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.25/2.46	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.25/2.46	c 2	===============================================================================
2.25/2.46	c 2	|         0 |   13510   163505   461690 |    54501        0    nan |  0.000 % |
2.25/2.57	c 2	|       100 |   13510   163505   461690 |    59951      100     78 |  0.000 % |
2.25/2.69	c 3	|       251 |   13510   163505   461690 |    65947      251     65 |  0.000 % |
2.25/2.73	c 3	|       477 |   13510   163505   461690 |    72541      477     40 |  0.000 % |
2.25/3.01	c 3	|       814 |   13510   163505   461690 |    79795      814     53 |  0.000 % |
2.25/3.14	c 3	|      1320 |   13510   163505   461690 |    87775     1320     43 |  0.000 % |
3.36/3.59	c 4	|      2081 |   13510   163505   461690 |    96553     2081     53 |  0.000 % |
3.56/3.76	c 4	|      3221 |   13510   163505   461690 |   106208     3221     41 |  0.000 % |
3.76/3.93	c 4	|      4930 |   13510   163505   461690 |   116829     4930     34 |  0.000 % |
4.35/4.55	c 4	|      7492 |   13510   163505   461690 |   128512     7492     36 |  0.000 % |
7.92/8.19	c 8	|     11336 |   13510   163505   461690 |   141363    11336     55 |  0.000 % |
12.18/12.49	c 12	|     17102 |   13510   163505   461690 |   155499    17102     65 |  0.000 % |
24.07/24.40	c 24	|     25752 |   13510   163505   461690 |   171049    25752     83 |  0.000 % |
36.05/36.51	c 36	|     38726 |   13510   163505   461690 |   188154    38726     83 |  0.000 % |
57.55/58.27	c 58	|     58187 |   13510   163505   461690 |   206969    58187     88 |  0.000 % |
65.08/65.87	c 66	|     87381 |   13510   163505   461690 |   227666    87381     73 |  0.000 % |
78.95/79.86	c 80	|    131171 |   13510   163505   461690 |   250433   131171     63 |  0.000 % |
207.03/209.18	c 209	|    196855 |   13510   163505   461690 |   275477   196855     81 |  0.000 % |
436.65/440.93	c 441	|    295381 |   13510   163505   461690 |   303024    31527    120 |  0.000 % |
671.60/678.14	c 678	|    443171 |   13510   163505   461690 |   333327   179317    105 |  0.000 % |
1089.82/1100.37	c 1100	|    664854 |   13510   163505   461690 |   366659    79421     82 |  0.000 % |
1800.05/1813.82	c ERROR INTERRUPTED
1800.05/1813.84	s UNKNOWN
1800.05/1813.84	c 1814	CPU 2.11 (0.03 0.01 2.08 0.13)
1800.05/1813.84	c 1814	END Sat Jul  5 17:22:09 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-1089825-1215269515/watcher-1089825-1215269515 -o /tmp/evaluation-result-1089825-1215269515/solver-1089825-1215269515 -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-1089825-1215269515.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: 2.01 2.05 2.02 4/81 20048
/proc/meminfo: memFree=1692608/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=12000 CPUtime=0
/proc/20048/stat : 20048 (sugar) R 20046 20048 19008 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 2005924978 12288000 172 996147200 4194304 4206940 548682068608 18446744073709551615 254195203040 0 0 4224 0 0 0 0 17 1 0 0
/proc/20048/statm: 3000 172 133 3 0 100 0

[startup+0.0502629 s]
/proc/loadavg: 2.01 2.05 2.02 4/81 20048
/proc/meminfo: memFree=1692608/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=0.03
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2005924978 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102 s]
/proc/loadavg: 2.01 2.05 2.02 4/81 20048
/proc/meminfo: memFree=1692608/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=0.03
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005924978 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301492 s]
/proc/loadavg: 2.01 2.05 2.02 4/81 20048
/proc/meminfo: memFree=1692608/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=0.03
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005924978 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701561 s]
/proc/loadavg: 2.01 2.05 2.02 4/81 20048
/proc/meminfo: memFree=1692608/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=0.03
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2005924978 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50168 s]
/proc/loadavg: 2.00 2.05 2.02 3/92 20070
/proc/meminfo: memFree=1685736/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=0.82
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 973 7354 0 1 3 1 73 5 15 0 1 0 2005924978 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 797 370 3 0 500 0
[pid=20061] ppid=20048 vsize=5356 CPUtime=0
/proc/20061/stat : 20061 (sh) S 20048 20048 19008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005925067 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20061/statm: 1339 233 193 169 0 50 0
[pid=20062] ppid=20061 vsize=868272 CPUtime=0.59
/proc/20062/stat : 20062 (java) S 20061 20048 19008 0 -1 0 5566 0 1 0 55 4 0 0 19 0 9 0 2005925067 889110528 4983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20062/statm: 217068 4983 1734 9 0 211643 0
[pid=20062/tid=20063] ppid=20061 vsize=868272 CPUtime=0.34
/proc/20062/task/20063/stat : 20063 (java) R 20061 20048 19008 0 -1 64 2654 0 1 0 33 1 0 0 19 0 9 0 2005925068 889110528 4983 996147200 134512640 134550740 4294955952 18446744073709551615 4126573543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20062/tid=20064] ppid=20061 vsize=868272 CPUtime=0.04
/proc/20062/task/20064/stat : 20064 (java) S 20061 20048 19008 0 -1 64 770 0 0 0 4 0 0 0 16 0 9 0 2005925069 889110528 4983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20062/tid=20065] ppid=20061 vsize=868272 CPUtime=0
/proc/20062/task/20065/stat : 20065 (java) S 20061 20048 19008 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005925069 889110528 4983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20062/tid=20066] ppid=20061 vsize=868272 CPUtime=0
/proc/20062/task/20066/stat : 20066 (java) S 20061 20048 19008 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005925069 889110528 4983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20062/tid=20067] ppid=20061 vsize=868272 CPUtime=0
/proc/20062/task/20067/stat : 20067 (java) S 20061 20048 19008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005925071 889110528 4983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20062/tid=20068] ppid=20061 vsize=868272 CPUtime=0.18
/proc/20062/task/20068/stat : 20068 (java) S 20061 20048 19008 0 -1 64 1451 0 0 0 17 1 0 0 16 0 9 0 2005925071 889110528 4983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20062/tid=20069] ppid=20061 vsize=868272 CPUtime=0
/proc/20062/task/20069/stat : 20069 (java) S 20061 20048 19008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005925071 889110528 4983 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20062/tid=20070] ppid=20061 vsize=868272 CPUtime=0
/proc/20062/task/20070/stat : 20070 (java) S 20061 20048 19008 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005925071 889110528 4983 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) 887228

[startup+3.10193 s]
/proc/loadavg: 2.00 2.05 2.02 3/92 20070
/proc/meminfo: memFree=1669480/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 15 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 13600

[startup+6.30143 s]
/proc/loadavg: 2.00 2.05 2.02 3/84 20072
/proc/meminfo: memFree=1676328/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 15 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=12044 CPUtime=3.89
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 2877 0 0 0 388 1 0 0 25 0 1 0 2005925214 12333056 2863 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/20072/statm: 3011 2863 76 150 0 2858 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 31000

[startup+12.7014 s]
/proc/loadavg: 2.00 2.05 2.02 3/84 20072
/proc/meminfo: memFree=1673384/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=15080 CPUtime=10.23
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 3612 0 0 0 1021 2 0 0 25 0 1 0 2005925214 15441920 3598 996147200 134512640 135127466 4294956256 18446744073709551615 134527248 0 0 4096 3 0 0 0 17 1 0 0
/proc/20072/statm: 3770 3598 76 150 0 3617 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 34036

[startup+25.5014 s]
/proc/loadavg: 2.00 2.05 2.01 3/84 20072
/proc/meminfo: memFree=1668584/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=19864 CPUtime=22.91
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 4809 0 0 0 2287 4 0 0 25 0 1 0 2005925214 20340736 4795 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/20072/statm: 4966 4795 76 150 0 4813 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 38820

[startup+51.1014 s]
/proc/loadavg: 2.00 2.04 2.01 3/84 20072
/proc/meminfo: memFree=1658984/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=29580 CPUtime=48.27
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 7231 0 0 0 4820 7 0 0 25 0 1 0 2005925214 30289920 7217 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20072/statm: 7395 7217 76 150 0 7242 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 48536

[startup+102.306 s]
/proc/loadavg: 2.00 2.03 2.01 3/84 20072
/proc/meminfo: memFree=1632424/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=55280 CPUtime=98.98
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 13613 0 0 0 9885 13 0 0 25 0 1 0 2005925214 56606720 13599 996147200 134512640 135127466 4294956256 18446744073709551615 134527234 0 0 4096 3 0 0 0 17 1 0 0
/proc/20072/statm: 13820 13599 76 150 0 13667 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 74236

[startup+162.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 20072
/proc/meminfo: memFree=1616680/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=70128 CPUtime=158.43
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 17347 0 0 0 15825 18 0 0 25 0 1 0 2005925214 71811072 17333 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/20072/statm: 17532 17333 76 150 0 17379 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 89084

[startup+222.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 20072
/proc/meminfo: memFree=1603688/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=82856 CPUtime=217.86
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 20546 0 0 0 21764 22 0 0 25 0 1 0 2005925214 84844544 20532 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20072/statm: 20714 20532 76 150 0 20561 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 101812

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

/proc/meminfo: memFree=1510184/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=163380 CPUtime=1287.68
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 40516 0 0 0 128726 42 0 0 25 0 1 0 2005925214 167301120 40502 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20072/statm: 40845 40502 76 150 0 40692 0
Current children cumulated CPU time (s) 1289.93
Current children cumulated vsize (KiB) 182336

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20078
/proc/meminfo: memFree=1510184/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=163380 CPUtime=1347.11
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 40516 0 0 0 134669 42 0 0 25 0 1 0 2005925214 167301120 40502 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20072/statm: 40845 40502 76 150 0 40692 0
Current children cumulated CPU time (s) 1349.36
Current children cumulated vsize (KiB) 182336

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 20078
/proc/meminfo: memFree=1508584/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=163380 CPUtime=1406.55
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 40516 0 0 0 140613 42 0 0 25 0 1 0 2005925214 167301120 40502 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20072/statm: 40845 40502 76 150 0 40692 0
Current children cumulated CPU time (s) 1408.8
Current children cumulated vsize (KiB) 182336

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 20131
/proc/meminfo: memFree=1576544/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=163380 CPUtime=1466.43
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 40516 0 0 0 146600 43 0 0 25 0 1 0 2005925214 167301120 40502 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20072/statm: 40845 40502 76 150 0 40692 0
Current children cumulated CPU time (s) 1468.68
Current children cumulated vsize (KiB) 182336

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 20131
/proc/meminfo: memFree=1575456/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=163380 CPUtime=1526.4
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 40516 0 0 0 152597 43 0 0 25 0 1 0 2005925214 167301120 40502 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20072/statm: 40845 40502 76 150 0 40692 0
Current children cumulated CPU time (s) 1528.65
Current children cumulated vsize (KiB) 182336

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 20131
/proc/meminfo: memFree=1574880/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=163380 CPUtime=1586.37
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 40516 0 0 0 158594 43 0 0 25 0 1 0 2005925214 167301120 40502 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20072/statm: 40845 40502 76 150 0 40692 0
Current children cumulated CPU time (s) 1588.62
Current children cumulated vsize (KiB) 182336

[startup+1662.3 s]
/proc/loadavg: 2.22 2.06 2.01 3/77 20131
/proc/meminfo: memFree=1571040/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=166468 CPUtime=1646.34
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 41253 0 0 0 164590 44 0 0 25 0 1 0 2005925214 170463232 41239 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20072/statm: 41617 41239 76 150 0 41464 0
Current children cumulated CPU time (s) 1648.59
Current children cumulated vsize (KiB) 185424

[startup+1722.3 s]
/proc/loadavg: 2.19 2.08 2.02 3/77 20131
/proc/meminfo: memFree=1561888/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=175144 CPUtime=1706.32
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 43437 0 0 0 170585 47 0 0 25 0 1 0 2005925214 179347456 43423 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20072/statm: 43786 43423 76 150 0 43633 0
Current children cumulated CPU time (s) 1708.57
Current children cumulated vsize (KiB) 194100

[startup+1782.3 s]
/proc/loadavg: 2.18 2.09 2.02 3/77 20131
/proc/meminfo: memFree=1552808/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=183768 CPUtime=1766.3
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 45577 0 0 0 176580 50 0 0 25 0 1 0 2005925214 188178432 45563 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/20072/statm: 45942 45563 76 150 0 45789 0
Current children cumulated CPU time (s) 1768.55
Current children cumulated vsize (KiB) 202724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.8 s]
/proc/loadavg: 2.10 2.08 2.02 4/77 20131
/proc/meminfo: memFree=1548520/2055920 swapFree=4179828/4192956
[pid=20048] ppid=20046 vsize=13600 CPUtime=2.25
/proc/20048/stat : 20048 (sugar) S 20046 20048 19008 0 -1 4194304 1034 15974 0 2 3 1 208 13 16 0 1 0 2005924978 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20048/statm: 3400 799 370 3 0 500 0
[pid=20071] ppid=20048 vsize=5356 CPUtime=0
/proc/20071/stat : 20071 (sh) S 20048 20048 19008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005925214 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20071/statm: 1339 232 193 169 0 50 0
[pid=20072] ppid=20071 vsize=187860 CPUtime=1797.8
/proc/20072/stat : 20072 (minisat) R 20071 20048 19008 0 -1 4194304 46612 0 0 0 179728 52 0 0 25 0 1 0 2005925214 192368640 46598 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/20072/statm: 46965 46598 76 150 0 46812 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 206816

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20048 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=128676
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=154976
# CPU time returned by wait4() is 2.28365
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.85
CPU time (s): 1800.05
CPU user time (s): 1799.39
CPU system time (s): 0.66
CPU usage (%): 99.2393
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.12868
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17351
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= 2705
involuntary context switches= 2628

runsolver used 1.85572 second user time and 6.40702 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-05 16:51:55
IDJOB=1089825
IDBENCH=58327
IDSOLVER=346
FILE ID=node34/1089825-1215269515
PBS_JOBID= 7882190
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/queen/normalized-queen15-15-15.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-1089825-1215269515/watcher-1089825-1215269515 -o /tmp/evaluation-result-1089825-1215269515/solver-1089825-1215269515 -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-1089825-1215269515.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 68efc7a0c05acdfdccc7e2fee43c0534
RANDOM SEED=42815740

node34.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.259
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.259
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:       1693088 kB
Buffers:         38824 kB
Cached:         201220 kB
SwapCached:       7272 kB
Active:         208620 kB
Inactive:       102516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693088 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            1904 kB
Writeback:           0 kB
Mapped:          86940 kB
Slab:            36632 kB
Committed_AS:  3661980 kB
PageTables:       2028 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= 66500 MiB
End job on node34 at 2008-07-05 17:22:11