Trace number 1090959

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.04 1814.33

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-3-insertions-5-4.xml
MD5SUM6b7c438b953fee64c4252b623e50d1a7
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 size4
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:47:31 2008
0.00/0.04	c 0	PID 27671
0.00/0.05	c 0	HOST node89.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1090959-1215272851.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-1090959-1215272851.xml' 'HOME/temp.csp'
0.03/0.81	c 1	1 domains, 1406 variables, 1 predicates, 0 relations, 9695 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	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.79/0.90	c 1	Parsing HOME/temp.csp
1.05/1.20	c 1	parsed 10000 expressions
1.15/1.21	c 1	parsed 11103 expressions
1.15/1.22	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.15/1.22	c 1	Converting to clausal form CSP
1.15/1.25	c 1	converted 1111 (10%) expressions
1.33/1.44	c 2	converted 2221 (20%) expressions
1.33/1.47	c 2	converted 3331 (30%) expressions
1.44/1.53	c 2	converted 4442 (40%) expressions
1.44/1.56	c 2	converted 5552 (50%) expressions
1.44/1.59	c 2	converted 6662 (60%) expressions
1.53/1.62	c 2	converted 7773 (70%) expressions
1.64/1.70	c 2	converted 8883 (80%) expressions
1.64/1.73	c 2	converted 9993 (90%) expressions
1.64/1.76	c 2	converted 11103 (100%) expressions
1.64/1.76	c 2	CSP : 1406 integers, 0 booleans, 9695 clauses, largest domain size 4
1.64/1.76	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.76	c 2	Propagation in CSP
1.73/1.84	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.73/1.85	c 2	CSP : 1406 integers, 0 booleans, 9695 clauses, largest domain size 4
1.73/1.85	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.85	c 2	Simplifing CSP by introducing new Boolean variables
1.92/2.02	c 2	CSP : 1406 integers, 19390 booleans, 29085 clauses, largest domain size 4
1.92/2.02	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.11	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.03/2.14	c 2	141 (10%) CSP integer variables are encoded (282 clauses, 3022 bytes)
2.03/2.14	c 2	282 (20%) CSP integer variables are encoded (564 clauses, 6124 bytes)
2.03/2.14	c 2	422 (30%) CSP integer variables are encoded (844 clauses, 9560 bytes)
2.03/2.15	c 2	563 (40%) CSP integer variables are encoded (1126 clauses, 13226 bytes)
2.03/2.15	c 2	703 (50%) CSP integer variables are encoded (1406 clauses, 16866 bytes)
2.03/2.15	c 2	844 (60%) CSP integer variables are encoded (1688 clauses, 20532 bytes)
2.03/2.15	c 2	985 (70%) CSP integer variables are encoded (1970 clauses, 24198 bytes)
2.03/2.15	c 2	1125 (80%) CSP integer variables are encoded (2250 clauses, 27838 bytes)
2.03/2.15	c 2	1266 (90%) CSP integer variables are encoded (2532 clauses, 31504 bytes)
2.03/2.15	c 2	1406 (100%) CSP integer variables are encoded (2812 clauses, 35144 bytes)
2.13/2.23	c 2	2909 (10%) CSP clauses are encoded (11541 clauses, 159600 bytes)
2.13/2.25	c 2	5817 (20%) CSP clauses are encoded (20263 clauses, 288660 bytes)
2.13/2.28	c 2	8726 (30%) CSP clauses are encoded (28992 clauses, 418981 bytes)
2.13/2.30	c 2	11634 (40%) CSP clauses are encoded (37714 clauses, 562335 bytes)
2.23/2.33	c 2	14543 (50%) CSP clauses are encoded (46443 clauses, 709761 bytes)
2.23/2.35	c 2	17451 (60%) CSP clauses are encoded (55165 clauses, 857063 bytes)
2.23/2.38	c 2	20360 (70%) CSP clauses are encoded (63894 clauses, 1004489 bytes)
2.32/2.41	c 3	23268 (80%) CSP clauses are encoded (72616 clauses, 1151791 bytes)
2.32/2.44	c 3	26177 (90%) CSP clauses are encoded (81345 clauses, 1299217 bytes)
2.32/2.46	c 3	29085 (100%) CSP clauses are encoded (90067 clauses, 1446519 bytes)
2.32/2.46	c 3	29085 CSP clauses encoded
2.32/2.47	c 3	Writing map file : HOME/temp.map
2.42/2.51	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.42/2.51	c 3	SAT : 23608 SAT variables, 90067 SAT clauses, 1446519 bytes
2.42/2.51	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.42/2.56	c 3	SOLVING HOME/temp.cnf
2.42/2.56	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.42/2.57	c 3	This is MiniSat 2.0 beta
2.42/2.57	c 3	WARNING: for repeatability, setting FPU to use double precision
2.42/2.57	c 3	============================[ Problem Statistics ]=============================
2.42/2.57	c 3	|                                                                             |
2.42/2.57	c 3	|  Number of variables:  23608                                                |
2.42/2.57	c 3	|  Number of clauses:    90067                                                |
2.46/2.62	c 3	|  Parsing time:         0.04         s                                       |
2.46/2.62	c 3	============================[ Search Statistics ]==============================
2.46/2.62	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.46/2.62	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.46/2.62	c 3	===============================================================================
2.46/2.62	c 3	|         0 |   23608    90067   218914 |    30022        0    nan |  0.000 % |
2.46/2.65	c 3	|       100 |   23608    90067   218914 |    33024      100     24 |  0.000 % |
2.46/2.70	c 3	|       251 |   23608    90067   218914 |    36327      251     31 |  0.000 % |
2.46/2.76	c 3	|       476 |   23608    90067   218914 |    39959      476     29 |  0.000 % |
2.46/2.82	c 3	|       813 |   23608    90067   218914 |    43955      813     31 |  0.000 % |
2.46/2.94	c 3	|      1319 |   23608    90067   218914 |    48351     1319     35 |  0.000 % |
2.46/3.13	c 3	|      2079 |   23608    90067   218914 |    53186     2079     37 |  0.000 % |
3.18/3.37	c 3	|      3218 |   23608    90067   218914 |    58505     3218     42 |  0.000 % |
3.66/3.84	c 4	|      4926 |   23608    90067   218914 |    64355     4926     47 |  0.000 % |
4.36/4.59	c 5	|      7489 |   23608    90067   218914 |    70791     7489     50 |  0.000 % |
5.34/5.57	c 6	|     11333 |   23608    90067   218914 |    77870    11333     56 |  0.000 % |
7.11/7.36	c 7	|     17100 |   23608    90067   218914 |    85657    17100     58 |  0.000 % |
10.36/10.66	c 11	|     25750 |   23608    90067   218914 |    94222    25750     65 |  0.000 % |
15.98/16.34	c 16	|     38725 |   23608    90067   218914 |   103645    38725     69 |  0.000 % |
28.10/28.63	c 29	|     58187 |   23608    90067   218914 |   114009    58187     76 |  0.000 % |
45.92/46.78	c 47	|     87379 |   23608    90067   218914 |   125410    87379     80 |  0.000 % |
84.64/86.00	c 86	|    131168 |   23608    90067   218914 |   137951    18766    102 |  0.000 % |
134.00/136.13	c 136	|    196852 |   23608    90067   218914 |   151746    84450     85 |  0.000 % |
222.47/225.96	c 226	|    295378 |   23608    90067   218914 |   166921    47745     92 |  0.000 % |
372.63/378.39	c 378	|    443167 |   23608    90067   218914 |   183613    47375     98 |  0.000 % |
586.53/595.45	c 596	|    664853 |   23608    90067   218914 |   201975   102077     78 |  0.000 % |
1002.58/1015.10	c 1015	|    997380 |   23608    90067   218914 |   222172    68040    102 |  0.000 % |
1732.05/1746.30	c 1746	|   1496168 |   23608    90067   218914 |   244390   171251    108 |  0.000 % |
1800.04/1814.31	c ERROR INTERRUPTED
1800.04/1814.33	s UNKNOWN
1800.04/1814.33	c 1814	CPU 2.31 (0.03 0.01 2.28 0.14)
1800.04/1814.33	c 1814	END Sat Jul  5 18:17:45 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-1090959-1215272851/watcher-1090959-1215272851 -o /tmp/evaluation-result-1090959-1215272851/solver-1090959-1215272851 -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-1090959-1215272851.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.85 1.97 1.99 4/94 27671
/proc/meminfo: memFree=1631528/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=2504 CPUtime=0
/proc/27671/stat : 27671 (sugar) R 27669 27671 27634 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 683012731 2564096 26 996147200 4194304 4206940 548682068608 18446744073709551615 249067271445 0 0 4096 0 0 0 0 17 1 0 0
/proc/27671/statm: 626 26 19 3 0 5 0

[startup+0.105907 s]
/proc/loadavg: 1.85 1.97 1.99 4/94 27671
/proc/meminfo: memFree=1631528/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=0.03
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 683012731 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27671/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201893 s]
/proc/loadavg: 1.85 1.97 1.99 4/94 27671
/proc/meminfo: memFree=1631528/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=0.03
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 683012731 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27671/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301906 s]
/proc/loadavg: 1.85 1.97 1.99 4/94 27671
/proc/meminfo: memFree=1631528/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=0.03
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 683012731 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27671/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701947 s]
/proc/loadavg: 1.85 1.97 1.99 4/94 27671
/proc/meminfo: memFree=1631528/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=0.03
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 683012731 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27671/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50202 s]
/proc/loadavg: 1.85 1.97 1.99 3/105 27693
/proc/meminfo: memFree=1622544/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=0.79
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 974 9104 0 1 3 0 71 5 15 0 1 0 683012731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 797 370 3 0 500 0
[pid=27684] ppid=27671 vsize=5356 CPUtime=0
/proc/27684/stat : 27684 (sh) S 27671 27671 27634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683012814 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27684/statm: 1339 233 193 169 0 50 0
[pid=27685] ppid=27684 vsize=868548 CPUtime=0.65
/proc/27685/stat : 27685 (java) S 27684 27671 27634 0 -1 0 7003 0 1 0 61 4 0 0 18 0 9 0 683012814 889393152 6289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27685/statm: 217137 6289 2573 9 0 211712 0
[pid=27685/tid=27686] ppid=27684 vsize=868548 CPUtime=0.39
/proc/27685/task/27686/stat : 27686 (java) R 27684 27671 27634 0 -1 64 2676 0 1 0 37 2 0 0 22 0 9 0 683012815 889393152 6289 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27687] ppid=27684 vsize=868548 CPUtime=0.07
/proc/27685/task/27687/stat : 27687 (java) R 27684 27671 27634 0 -1 64 2199 0 0 0 7 0 0 0 16 0 9 0 683012816 889393152 6293 996147200 134512640 134550740 4294955952 18446744073709551615 103737197 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27688] ppid=27684 vsize=868548 CPUtime=0
/proc/27685/task/27688/stat : 27688 (java) S 27684 27671 27634 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 683012816 889393152 6294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27689] ppid=27684 vsize=868548 CPUtime=0
/proc/27685/task/27689/stat : 27689 (java) S 27684 27671 27634 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 683012816 889393152 6294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27690] ppid=27684 vsize=868548 CPUtime=0
/proc/27685/task/27690/stat : 27690 (java) S 27684 27671 27634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683012818 889393152 6294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27691] ppid=27684 vsize=868548 CPUtime=0.16
/proc/27685/task/27691/stat : 27691 (java) S 27684 27671 27634 0 -1 64 1443 0 0 0 16 0 0 0 16 0 9 0 683012818 889393152 6294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27692] ppid=27684 vsize=868548 CPUtime=0
/proc/27685/task/27692/stat : 27692 (java) S 27684 27671 27634 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683012818 889393152 6294 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27685/tid=27693] ppid=27684 vsize=868548 CPUtime=0
/proc/27685/task/27693/stat : 27693 (java) S 27684 27671 27634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683012818 889393152 6295 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887504

[startup+3.10118 s]
/proc/loadavg: 1.94 1.98 1.99 3/105 27693
/proc/meminfo: memFree=1601744/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 15 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 13600

[startup+6.30249 s]
/proc/loadavg: 1.94 1.98 1.99 3/97 27695
/proc/meminfo: memFree=1617744/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=11076 CPUtime=3.67
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 2630 0 0 0 365 2 0 0 25 0 1 0 683012988 11341824 2616 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 2769 2616 76 150 0 2616 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 30032

[startup+12.7011 s]
/proc/loadavg: 1.95 1.98 1.99 3/97 27695
/proc/meminfo: memFree=1611664/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=16968 CPUtime=9.96
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 4086 0 0 0 993 3 0 0 25 0 1 0 683012988 17375232 4072 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 4242 4072 76 150 0 4089 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 35924

[startup+25.5014 s]
/proc/loadavg: 1.95 1.98 1.99 3/97 27695
/proc/meminfo: memFree=1602768/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=25508 CPUtime=22.57
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 6225 0 0 0 2252 5 0 0 25 0 1 0 683012988 26120192 6211 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 6377 6211 76 150 0 6224 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 44464

[startup+51.1029 s]
/proc/loadavg: 1.97 1.98 1.99 3/97 27695
/proc/meminfo: memFree=1586896/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=41676 CPUtime=47.8
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 10229 0 0 0 4770 10 0 0 25 0 1 0 683012988 42676224 10215 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 10419 10215 76 150 0 10266 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 60632

[startup+102.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/97 27695
/proc/meminfo: memFree=1570192/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=57956 CPUtime=98.24
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 14304 0 0 0 9811 13 0 0 25 0 1 0 683012988 59346944 14290 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 14489 14290 76 150 0 14336 0
Current children cumulated CPU time (s) 100.7
Current children cumulated vsize (KiB) 76912

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/97 27696
/proc/meminfo: memFree=1570000/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=57956 CPUtime=157.35
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 14307 0 0 0 15722 13 0 0 25 0 1 0 683012988 59346944 14293 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 14489 14293 76 150 0 14336 0
Current children cumulated CPU time (s) 159.81
Current children cumulated vsize (KiB) 76912

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/97 27697
/proc/meminfo: memFree=1560784/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=67484 CPUtime=216.47
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 16632 0 0 0 21632 15 0 0 25 0 1 0 683012988 69103616 16618 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 16871 16618 76 150 0 16718 0
Current children cumulated CPU time (s) 218.93
Current children cumulated vsize (KiB) 86440

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

/proc/meminfo: memFree=1585840/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=128744 CPUtime=1285.7
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 31675 0 0 0 128537 33 0 0 25 0 1 0 683012988 131833856 31661 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 32186 31661 76 150 0 32033 0
Current children cumulated CPU time (s) 1288.16
Current children cumulated vsize (KiB) 147700

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27789
/proc/meminfo: memFree=1585776/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=128744 CPUtime=1345.68
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 31681 0 0 0 134535 33 0 0 25 0 1 0 683012988 131833856 31667 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 32186 31667 76 150 0 32033 0
Current children cumulated CPU time (s) 1348.14
Current children cumulated vsize (KiB) 147700

[startup+1422.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27789
/proc/meminfo: memFree=1585712/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=128744 CPUtime=1405.67
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 31688 0 0 0 140534 33 0 0 25 0 1 0 683012988 131833856 31674 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 32186 31674 76 150 0 32033 0
Current children cumulated CPU time (s) 1408.13
Current children cumulated vsize (KiB) 147700

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27789
/proc/meminfo: memFree=1580144/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=134508 CPUtime=1465.66
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 33097 0 0 0 146531 35 0 0 25 0 1 0 683012988 137736192 33083 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 33627 33083 76 150 0 33474 0
Current children cumulated CPU time (s) 1468.12
Current children cumulated vsize (KiB) 153464

[startup+1542.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27789
/proc/meminfo: memFree=1565104/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=149528 CPUtime=1525.64
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 36812 0 0 0 152526 38 0 0 25 0 1 0 683012988 153116672 36798 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 37382 36798 76 150 0 37229 0
Current children cumulated CPU time (s) 1528.1
Current children cumulated vsize (KiB) 168484

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27789
/proc/meminfo: memFree=1561072/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=153648 CPUtime=1585.63
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 37815 0 0 0 158524 39 0 0 25 0 1 0 683012988 157335552 37801 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 38412 37801 76 150 0 38259 0
Current children cumulated CPU time (s) 1588.09
Current children cumulated vsize (KiB) 172604

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27789
/proc/meminfo: memFree=1561008/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=153648 CPUtime=1645.61
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 37815 0 0 0 164522 39 0 0 25 0 1 0 683012988 157335552 37801 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 38412 37801 76 150 0 38259 0
Current children cumulated CPU time (s) 1648.07
Current children cumulated vsize (KiB) 172604

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27789
/proc/meminfo: memFree=1561008/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=153648 CPUtime=1705.59
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 37815 0 0 0 170520 39 0 0 25 0 1 0 683012988 157335552 37801 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 38412 37801 76 150 0 38259 0
Current children cumulated CPU time (s) 1708.05
Current children cumulated vsize (KiB) 172604

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27789
/proc/meminfo: memFree=1560944/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=153648 CPUtime=1765.58
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 37819 0 0 0 176519 39 0 0 25 0 1 0 683012988 157335552 37805 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 38412 37805 76 150 0 38259 0
Current children cumulated CPU time (s) 1768.04
Current children cumulated vsize (KiB) 172604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 27789
/proc/meminfo: memFree=1560880/2055920 swapFree=4179812/4192956
[pid=27671] ppid=27669 vsize=13600 CPUtime=2.46
/proc/27671/stat : 27671 (sugar) S 27669 27671 27634 0 -1 4194304 1033 19634 0 2 3 1 228 14 16 0 1 0 683012731 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27671/statm: 3400 799 370 3 0 500 0
[pid=27694] ppid=27671 vsize=5356 CPUtime=0
/proc/27694/stat : 27694 (sh) S 27671 27671 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683012988 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27694/statm: 1339 232 193 169 0 50 0
[pid=27695] ppid=27694 vsize=153648 CPUtime=1797.58
/proc/27695/stat : 27695 (minisat) R 27694 27671 27634 0 -1 4194304 37819 0 0 0 179719 39 0 0 25 0 1 0 683012988 157335552 37805 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27695/statm: 38412 37805 76 150 0 38259 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 172604

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 27671 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=319647
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=157975
# CPU time returned by wait4() is 2.47762
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.33
CPU time (s): 1800.04
CPU user time (s): 1799.5
CPU system time (s): 0.54
CPU usage (%): 99.2122
Max. virtual memory (cumulated for all children) (KiB): 887504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.31965
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21012
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= 2985
involuntary context switches= 2878

runsolver used 2.33864 second user time and 5.2942 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-05 17:47:31
IDJOB=1090959
IDBENCH=58514
IDSOLVER=346
FILE ID=node89/1090959-1215272851
PBS_JOBID= 7882254
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6b7c438b953fee64c4252b623e50d1a7
RANDOM SEED=1996910710

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1632008 kB
Buffers:         59736 kB
Cached:         229884 kB
SwapCached:       7132 kB
Active:         240052 kB
Inactive:       127468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632008 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            2628 kB
Writeback:           0 kB
Mapped:          91548 kB
Slab:            41240 kB
Committed_AS:  2613664 kB
PageTables:       2100 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= 66520 MiB
End job on node89 at 2008-07-05 18:17:47