Trace number 1090875

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 1814.55

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-3-insertions-5-5.xml
MD5SUM995ede434697f058154ccaad89a6f3c4
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 variables1406
Number of constraints9695
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9695
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 17:39:01 2008
0.00/0.04	c 0	PID 30684
0.00/0.05	c 0	HOST node38.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1090875-1215272341.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-1090875-1215272341.xml' 'HOME/temp.csp'
0.96/1.07	c 1	1 domains, 1406 variables, 1 predicates, 0 relations, 9695 constraints
0.96/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.10	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'
1.03/1.18	c 1	Parsing HOME/temp.csp
1.03/1.50	c 2	parsed 10000 expressions
1.03/1.52	c 2	parsed 11103 expressions
1.03/1.52	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.52	c 2	Converting to clausal form CSP
1.03/1.56	c 2	converted 1111 (10%) expressions
1.03/1.75	c 2	converted 2221 (20%) expressions
1.03/1.78	c 2	converted 3331 (30%) expressions
1.03/1.86	c 2	converted 4442 (40%) expressions
1.03/1.89	c 2	converted 5552 (50%) expressions
1.03/1.92	c 2	converted 6662 (60%) expressions
1.03/1.96	c 2	converted 7773 (70%) expressions
1.03/2.04	c 2	converted 8883 (80%) expressions
1.03/2.07	c 2	converted 9993 (90%) expressions
2.00/2.10	c 2	converted 11103 (100%) expressions
2.00/2.11	c 2	CSP : 1406 integers, 0 booleans, 9695 clauses, largest domain size 5
2.00/2.11	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.11	c 2	Propagation in CSP
2.00/2.20	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.00/2.20	c 2	CSP : 1406 integers, 0 booleans, 9695 clauses, largest domain size 5
2.00/2.20	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.21	c 2	Simplifing CSP by introducing new Boolean variables
2.20/2.39	c 2	CSP : 1406 integers, 19390 booleans, 29085 clauses, largest domain size 5
2.20/2.39	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.49	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.40/2.52	c 3	141 (10%) CSP integer variables are encoded (423 clauses, 4555 bytes)
2.40/2.52	c 3	282 (20%) CSP integer variables are encoded (846 clauses, 9401 bytes)
2.40/2.52	c 3	422 (30%) CSP integer variables are encoded (1266 clauses, 14861 bytes)
2.40/2.53	c 3	563 (40%) CSP integer variables are encoded (1689 clauses, 20360 bytes)
2.40/2.53	c 3	703 (50%) CSP integer variables are encoded (2109 clauses, 25820 bytes)
2.40/2.53	c 3	844 (60%) CSP integer variables are encoded (2532 clauses, 31319 bytes)
2.40/2.53	c 3	985 (70%) CSP integer variables are encoded (2955 clauses, 36818 bytes)
2.40/2.53	c 3	1125 (80%) CSP integer variables are encoded (3375 clauses, 42278 bytes)
2.40/2.53	c 3	1266 (90%) CSP integer variables are encoded (3798 clauses, 47777 bytes)
2.40/2.54	c 3	1406 (100%) CSP integer variables are encoded (4218 clauses, 53237 bytes)
2.49/2.62	c 3	2909 (10%) CSP clauses are encoded (14887 clauses, 213425 bytes)
2.49/2.65	c 3	5817 (20%) CSP clauses are encoded (25547 clauses, 377513 bytes)
2.49/2.68	c 3	8726 (30%) CSP clauses are encoded (36216 clauses, 551825 bytes)
2.60/2.71	c 3	11634 (40%) CSP clauses are encoded (46876 clauses, 737887 bytes)
2.60/2.74	c 3	14543 (50%) CSP clauses are encoded (57545 clauses, 924113 bytes)
2.60/2.78	c 3	17451 (60%) CSP clauses are encoded (68205 clauses, 1110175 bytes)
2.70/2.81	c 3	20360 (70%) CSP clauses are encoded (78874 clauses, 1296401 bytes)
2.70/2.84	c 3	23268 (80%) CSP clauses are encoded (89534 clauses, 1482463 bytes)
2.70/2.87	c 3	26177 (90%) CSP clauses are encoded (100203 clauses, 1668689 bytes)
2.80/2.90	c 3	29085 (100%) CSP clauses are encoded (110863 clauses, 1854751 bytes)
2.80/2.90	c 3	29085 CSP clauses encoded
2.80/2.91	c 3	Writing map file : HOME/temp.map
2.80/2.95	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.80/2.95	c 3	SAT : 25014 SAT variables, 110863 SAT clauses, 1854751 bytes
2.80/2.95	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.86/3.00	c 3	SOLVING HOME/temp.cnf
2.86/3.00	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.86/3.01	c 3	This is MiniSat 2.0 beta
2.86/3.01	c 3	WARNING: for repeatability, setting FPU to use double precision
2.86/3.01	c 3	============================[ Problem Statistics ]=============================
2.86/3.01	c 3	|                                                                             |
2.86/3.01	c 3	|  Number of variables:  25014                                                |
2.86/3.01	c 3	|  Number of clauses:    110863                                               |
2.86/3.08	c 3	|  Parsing time:         0.06         s                                       |
2.86/3.08	c 3	============================[ Search Statistics ]==============================
2.86/3.08	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.86/3.08	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.86/3.08	c 3	===============================================================================
2.86/3.08	c 3	|         0 |   25014   110863   279896 |    36954        0    nan |  0.000 % |
2.89/3.11	c 3	|       101 |   25014   110863   279896 |    40649      101     33 |  0.000 % |
2.89/3.15	c 3	|       251 |   25014   110863   279896 |    44714      251     29 |  0.000 % |
2.89/3.19	c 3	|       476 |   25014   110863   279896 |    49186      476     35 |  0.000 % |
3.06/3.27	c 3	|       814 |   25014   110863   279896 |    54104      814     44 |  0.000 % |
3.16/3.35	c 3	|      1321 |   25014   110863   279896 |    59515     1321     42 |  0.000 % |
3.26/3.46	c 4	|      2081 |   25014   110863   279896 |    65466     2081     46 |  0.000 % |
3.45/3.66	c 4	|      3222 |   25014   110863   279896 |    72013     3222     51 |  0.000 % |
3.75/3.95	c 4	|      4931 |   25014   110863   279896 |    79214     4931     59 |  0.000 % |
4.26/4.42	c 5	|      7494 |   25014   110863   279896 |    87136     7494     63 |  0.000 % |
4.95/5.17	c 5	|     11341 |   25014   110863   279896 |    95850    11341     76 |  0.000 % |
6.23/6.42	c 7	|     17107 |   25014   110863   279896 |   105435    17107     78 |  0.000 % |
8.02/8.27	c 8	|     25756 |   25014   110863   279896 |   115978    25756     83 |  0.000 % |
11.69/11.94	c 12	|     38731 |   25014   110863   279896 |   127576    38731    100 |  0.000 % |
18.02/18.33	c 18	|     58193 |   25014   110863   279896 |   140334    58193    112 |  0.000 % |
30.20/30.63	c 31	|     87385 |   25014   110863   279896 |   154367    87385    117 |  0.000 % |
60.62/61.40	c 61	|    131175 |   25014   110863   279896 |   169804   131175    145 |  0.000 % |
97.57/98.65	c 99	|    196859 |   25014   110863   279896 |   186784    32206    169 |  0.000 % |
173.45/175.20	c 175	|    295386 |   25014   110863   279896 |   205463   130733    180 |  0.000 % |
293.31/296.22	c 296	|    443177 |   25014   110863   279896 |   226009    75873    138 |  0.000 % |
476.18/480.85	c 481	|    664860 |   25014   110863   279896 |   248610    74718    200 |  0.000 % |
858.65/866.97	c 867	|    997386 |   25014   110863   279896 |   273471   166668    251 |  0.000 % |
1780.67/1795.11	c 1795	|   1496174 |   25014   110863   279896 |   300818   140666    195 |  0.000 % |
1800.05/1814.51	c ERROR INTERRUPTED
1800.05/1814.55	s UNKNOWN
1800.05/1814.55	c 1815	CPU 2.74 (0.04 0.01 2.7 0.14)
1800.05/1814.55	c 1815	END Sat Jul  5 18:09:16 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-1090875-1215272341/watcher-1090875-1215272341 -o /tmp/evaluation-result-1090875-1215272341/solver-1090875-1215272341 -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-1090875-1215272341.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.94 2.00 1.99 4/81 30684
/proc/meminfo: memFree=1651472/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=12268 CPUtime=0
/proc/30684/stat : 30684 (sugar) R 30682 30684 28723 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1556904512 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266890607205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/30684/statm: 3067 316 241 3 0 167 0

[startup+0.090771 s]
/proc/loadavg: 1.94 2.00 1.99 4/81 30684
/proc/meminfo: memFree=1651472/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=0.03
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1556904512 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101769 s]
/proc/loadavg: 1.94 2.00 1.99 4/81 30684
/proc/meminfo: memFree=1651472/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=0.03
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1556904512 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301787 s]
/proc/loadavg: 1.94 2.00 1.99 4/81 30684
/proc/meminfo: memFree=1651472/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=0.03
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1556904512 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701838 s]
/proc/loadavg: 1.94 2.00 1.99 4/81 30684
/proc/meminfo: memFree=1651472/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=0.03
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1556904512 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50192 s]
/proc/loadavg: 1.94 2.00 1.99 3/92 30696
/proc/meminfo: memFree=1628600/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=1.03
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 973 9106 0 1 3 0 97 3 15 0 1 0 1556904512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 13600

[startup+3.10211 s]
/proc/loadavg: 1.94 2.00 1.99 3/92 30706
/proc/meminfo: memFree=1629432/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 13600

[startup+6.30247 s]
/proc/loadavg: 1.94 2.00 1.99 3/84 30708
/proc/meminfo: memFree=1635320/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 15 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=14172 CPUtime=3.25
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 3393 0 0 0 324 1 0 0 25 0 1 0 1556904813 14512128 3379 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 1 0 0
/proc/30708/statm: 3543 3379 76 150 0 3390 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 33128

[startup+12.7012 s]
/proc/loadavg: 1.95 2.00 1.99 3/84 30708
/proc/meminfo: memFree=1622712/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=26828 CPUtime=9.59
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 6540 0 0 0 956 3 0 0 25 0 1 0 1556904813 27471872 6526 996147200 134512640 135127466 4294956256 18446744073709551615 134528568 0 0 4096 3 0 0 0 17 1 0 0
/proc/30708/statm: 6707 6526 76 150 0 6554 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 45784

[startup+25.5016 s]
/proc/loadavg: 1.96 2.00 1.99 3/84 30708
/proc/meminfo: memFree=1601592/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=46892 CPUtime=22.26
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 11550 0 0 0 2219 7 0 0 25 0 1 0 1556904813 48017408 11536 996147200 134512640 135127466 4294956256 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 1 0 0
/proc/30708/statm: 11723 11536 76 150 0 11570 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 65848

[startup+51.1015 s]
/proc/loadavg: 1.97 2.00 1.99 3/84 30708
/proc/meminfo: memFree=1571064/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=77712 CPUtime=47.62
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 19238 0 0 0 4749 13 0 0 25 0 1 0 1556904813 79577088 19224 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/30708/statm: 19428 19224 76 150 0 19275 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 96668

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 30708
/proc/meminfo: memFree=1527544/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=120292 CPUtime=98.35
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 29884 0 0 0 9811 24 0 0 25 0 1 0 1556904813 123179008 29870 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/30708/statm: 30073 29870 76 150 0 29920 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 139248

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 30708
/proc/meminfo: memFree=1527544/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=120292 CPUtime=157.78
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 29884 0 0 0 15754 24 0 0 25 0 1 0 1556904813 123179008 29870 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/30708/statm: 30073 29870 76 150 0 29920 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 139248

[startup+222.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 30708
/proc/meminfo: memFree=1502648/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=145440 CPUtime=217.22
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 36149 0 0 0 21689 33 0 0 25 0 1 0 1556904813 148930560 36135 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/30708/statm: 36360 36135 76 150 0 36207 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 164396

[startup+282.301 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 30708
/proc/meminfo: memFree=1486968/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=161192 CPUtime=276.65
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 40022 0 0 0 27629 36 0 0 25 0 1 0 1556904813 165060608 40008 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30708/statm: 40298 40008 76 150 0 40145 0
Current children cumulated CPU time (s) 279.54
Current children cumulated vsize (KiB) 180148

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 30708
/proc/meminfo: memFree=1486840/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1375864/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=270928 CPUtime=1346.49
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 67456 0 0 0 134583 66 0 0 25 0 1 0 1556904813 277430272 67442 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30708/statm: 67732 67442 76 150 0 67579 0
Current children cumulated CPU time (s) 1349.38
Current children cumulated vsize (KiB) 289884

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30714
/proc/meminfo: memFree=1375864/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=270928 CPUtime=1405.93
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 67457 0 0 0 140527 66 0 0 25 0 1 0 1556904813 277430272 67443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30708/statm: 67732 67443 76 150 0 67579 0
Current children cumulated CPU time (s) 1408.82
Current children cumulated vsize (KiB) 289884

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30714
/proc/meminfo: memFree=1375800/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=270928 CPUtime=1465.37
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 67457 0 0 0 146471 66 0 0 25 0 1 0 1556904813 277430272 67443 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/30708/statm: 67732 67443 76 150 0 67579 0
Current children cumulated CPU time (s) 1468.26
Current children cumulated vsize (KiB) 289884

[startup+1542.3 s]
/proc/loadavg: 1.96 1.98 1.99 4/75 30744
/proc/meminfo: memFree=1397320/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=270928 CPUtime=1525.17
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 67457 0 0 0 152450 67 0 0 25 0 1 0 1556904813 277430272 67443 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/30708/statm: 67732 67443 76 150 0 67579 0
Current children cumulated CPU time (s) 1528.06
Current children cumulated vsize (KiB) 289884

[startup+1602.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 30744
/proc/meminfo: memFree=1397256/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=270928 CPUtime=1585.13
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 67457 0 0 0 158446 67 0 0 25 0 1 0 1556904813 277430272 67443 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/30708/statm: 67732 67443 76 150 0 67579 0
Current children cumulated CPU time (s) 1588.02
Current children cumulated vsize (KiB) 289884

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30744
/proc/meminfo: memFree=1397192/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=270928 CPUtime=1645.08
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 67458 0 0 0 164441 67 0 0 25 0 1 0 1556904813 277430272 67444 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/30708/statm: 67732 67444 76 150 0 67579 0
Current children cumulated CPU time (s) 1647.97
Current children cumulated vsize (KiB) 289884

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30744
/proc/meminfo: memFree=1397192/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=270928 CPUtime=1705.03
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 67458 0 0 0 170436 67 0 0 25 0 1 0 1556904813 277430272 67444 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30708/statm: 67732 67444 76 150 0 67579 0
Current children cumulated CPU time (s) 1707.92
Current children cumulated vsize (KiB) 289884

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30744
/proc/meminfo: memFree=1397192/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=270928 CPUtime=1764.98
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 67459 0 0 0 176431 67 0 0 25 0 1 0 1556904813 277430272 67445 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30708/statm: 67732 67445 76 150 0 67579 0
Current children cumulated CPU time (s) 1767.87
Current children cumulated vsize (KiB) 289884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30744
/proc/meminfo: memFree=1397192/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=270928 CPUtime=1797.16
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 67459 0 0 0 179649 67 0 0 25 0 1 0 1556904813 277430272 67445 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/30708/statm: 67732 67445 76 150 0 67579 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 289884

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

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

[startup+1814.5 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 30744
/proc/meminfo: memFree=1397192/2055920 swapFree=4113108/4192956
[pid=30684] ppid=30682 vsize=13600 CPUtime=2.89
/proc/30684/stat : 30684 (sugar) S 30682 30684 28723 0 -1 4194304 1033 19644 0 2 4 1 270 14 16 0 1 0 1556904512 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30684/statm: 3400 799 370 3 0 500 0
[pid=30707] ppid=30684 vsize=5356 CPUtime=0
/proc/30707/stat : 30707 (sh) S 30684 30684 28723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1556904813 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30707/statm: 1339 232 193 169 0 50 0
[pid=30708] ppid=30707 vsize=270928 CPUtime=1797.16
/proc/30708/stat : 30708 (minisat) R 30707 30684 28723 0 -1 4194304 67459 0 0 0 179649 67 0 0 25 0 1 0 1556904813 277430272 67445 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/30708/statm: 67732 67445 76 150 0 67579 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 289884

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30684 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=748582
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=158975
# CPU time returned by wait4() is 2.90756
# 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): 1814.55
CPU time (s): 1800.05
CPU user time (s): 1799.23
CPU system time (s): 0.82
CPU usage (%): 99.2008
Max. virtual memory (cumulated for all children) (KiB): 887532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.74858
system time used= 0.158975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21022
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= 2859
involuntary context switches= 2848

runsolver used 1.79773 second user time and 6.19406 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-05 17:39:01
IDJOB=1090875
IDBENCH=58503
IDSOLVER=346
FILE ID=node38/1090875-1215272341
PBS_JOBID= 7882091
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-3-insertions-5-5.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-1090875-1215272341/watcher-1090875-1215272341 -o /tmp/evaluation-result-1090875-1215272341/solver-1090875-1215272341 -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-1090875-1215272341.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 995ede434697f058154ccaad89a6f3c4
RANDOM SEED=1132113693

node38.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.223
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.223
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:       1651952 kB
Buffers:         35624 kB
Cached:         199032 kB
SwapCached:      74064 kB
Active:         243540 kB
Inactive:       106480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1651952 kB
SwapTotal:     4192956 kB
SwapFree:      4113108 kB
Dirty:            2816 kB
Writeback:           0 kB
Mapped:         131284 kB
Slab:            38704 kB
Committed_AS:  3037532 kB
PageTables:       2188 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= 66440 MiB
End job on node38 at 2008-07-05 18:09:18