Trace number 1051879

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.19 1801.94

General information on the benchmark

Namecsp/ramsey4/
normalized-ramsey-45-4.xml
MD5SUM3e8236e6ba39e4fd04a7c847b9b657af
Bench CategoryN-ARY-INT (n-ary 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 variables990
Number of constraints14190
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14190
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 05:16:11 2008
0.00/0.05	c 0	PID 11649
0.00/0.05	c 0	HOST node15.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051879-1215054971.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-1051879-1215054971.xml' 'HOME/temp.csp'
1.05/1.15	c 1	1 domains, 990 variables, 1 predicates, 0 relations, 14190 constraints
1.10/1.20	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.10/1.20	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.10/1.28	c 1	Parsing HOME/temp.csp
1.11/1.79	c 2	parsed 10000 expressions
1.11/2.00	c 2	parsed 15182 expressions
1.11/2.00	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/2.00	c 2	Converting to clausal form CSP
2.07/2.25	c 2	converted 1519 (10%) expressions
2.16/2.38	c 3	converted 3037 (20%) expressions
2.36/2.58	c 3	converted 4555 (30%) expressions
2.56/2.70	c 3	converted 6073 (40%) expressions
2.65/2.82	c 3	converted 7591 (50%) expressions
2.75/2.94	c 3	converted 9110 (60%) expressions
2.95/3.18	c 3	converted 10628 (70%) expressions
3.14/3.31	c 4	converted 12146 (80%) expressions
3.23/3.43	c 4	converted 13664 (90%) expressions
3.34/3.55	c 4	converted 15182 (100%) expressions
3.34/3.55	c 4	CSP : 990 integers, 0 booleans, 14190 clauses, largest domain size 4
3.34/3.55	c 4	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.34/3.55	c 4	Propagation in CSP
3.43/3.66	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.43/3.66	c 4	CSP : 990 integers, 0 booleans, 14190 clauses, largest domain size 4
3.43/3.66	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.43/3.67	c 4	Simplifing CSP by introducing new Boolean variables
4.02/4.26	c 4	CSP : 990 integers, 85140 booleans, 99330 clauses, largest domain size 4
4.02/4.26	c 4	Heap : 54 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.31/4.55	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.31/4.59	c 5	99 (10%) CSP integer variables are encoded (198 clauses, 2098 bytes)
4.31/4.59	c 5	198 (20%) CSP integer variables are encoded (396 clauses, 4276 bytes)
4.31/4.59	c 5	297 (30%) CSP integer variables are encoded (594 clauses, 6454 bytes)
4.31/4.60	c 5	396 (40%) CSP integer variables are encoded (792 clauses, 8884 bytes)
4.41/4.60	c 5	495 (50%) CSP integer variables are encoded (990 clauses, 11458 bytes)
4.41/4.60	c 5	594 (60%) CSP integer variables are encoded (1188 clauses, 14032 bytes)
4.41/4.60	c 5	693 (70%) CSP integer variables are encoded (1386 clauses, 16606 bytes)
4.41/4.60	c 5	792 (80%) CSP integer variables are encoded (1584 clauses, 19180 bytes)
4.41/4.60	c 5	891 (90%) CSP integer variables are encoded (1782 clauses, 21754 bytes)
4.41/4.60	c 5	990 (100%) CSP integer variables are encoded (1980 clauses, 24328 bytes)
4.52/4.77	c 5	9933 (10%) CSP clauses are encoded (37455 clauses, 571519 bytes)
4.61/4.88	c 5	19866 (20%) CSP clauses are encoded (72930 clauses, 1174867 bytes)
4.80/5.01	c 5	29799 (30%) CSP clauses are encoded (108405 clauses, 1780303 bytes)
4.90/5.13	c 5	39732 (40%) CSP clauses are encoded (143880 clauses, 2386075 bytes)
5.01/5.25	c 5	49665 (50%) CSP clauses are encoded (179355 clauses, 3005719 bytes)
5.10/5.37	c 6	59598 (60%) CSP clauses are encoded (214830 clauses, 3647107 bytes)
5.20/5.49	c 6	69531 (70%) CSP clauses are encoded (250305 clauses, 4288495 bytes)
5.39/5.61	c 6	79464 (80%) CSP clauses are encoded (285780 clauses, 4929883 bytes)
5.50/5.74	c 6	89397 (90%) CSP clauses are encoded (321255 clauses, 5571271 bytes)
5.59/5.86	c 6	99330 (100%) CSP clauses are encoded (356730 clauses, 6212659 bytes)
5.59/5.86	c 6	99330 CSP clauses encoded
5.59/5.86	c 6	Writing map file : HOME/temp.map
5.69/5.90	c 6	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.69/5.90	c 6	SAT : 88110 SAT variables, 356730 SAT clauses, 6212659 bytes
5.69/5.90	c 6	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.69/5.94	c 6	SOLVING HOME/temp.cnf
5.69/5.94	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.69/5.94	c 6	This is MiniSat 2.0 beta
5.69/5.94	c 6	WARNING: for repeatability, setting FPU to use double precision
5.69/5.94	c 6	============================[ Problem Statistics ]=============================
5.69/5.94	c 6	|                                                                             |
5.69/5.94	c 6	|  Number of variables:  88110                                                |
5.69/5.94	c 6	|  Number of clauses:    356730                                               |
5.73/6.15	c 6	|  Parsing time:         0.17         s                                       |
5.73/6.16	c 6	============================[ Search Statistics ]==============================
5.73/6.16	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.73/6.16	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.73/6.16	c 6	===============================================================================
5.73/6.16	c 6	|         0 |   88110   356730   940500 |   118910        0    nan |  0.000 % |
5.73/6.17	c 6	|       100 |   88110   356730   940500 |   130801      100      6 |  0.000 % |
5.73/6.20	c 6	|       250 |   88110   356730   940500 |   143881      250      6 |  0.000 % |
5.73/6.25	c 6	|       475 |   88110   356730   940500 |   158269      475      6 |  0.000 % |
5.73/6.32	c 7	|       812 |   88110   356730   940500 |   174096      812      6 |  0.000 % |
6.26/6.52	c 7	|      1318 |   88110   356730   940500 |   191505     1318      5 |  0.000 % |
6.55/6.82	c 7	|      2077 |   88110   356730   940500 |   210656     2077      6 |  0.000 % |
6.94/7.28	c 7	|      3216 |   88110   356730   940500 |   231721     3216      6 |  0.000 % |
7.73/8.04	c 8	|      4924 |   88110   356730   940500 |   254894     4924      6 |  0.000 % |
9.02/9.38	c 10	|      7486 |   88110   356730   940500 |   280383     7486      6 |  0.000 % |
11.47/11.83	c 12	|     11330 |   88110   356730   940500 |   308421    11330      6 |  0.000 % |
15.69/16.19	c 16	|     17096 |   88110   356730   940500 |   339264    17096      6 |  0.000 % |
22.15/22.74	c 23	|     25745 |   88110   356730   940500 |   373190    25745      7 |  0.000 % |
32.05/32.80	c 33	|     38719 |   88110   356730   940500 |   410509    38719      8 |  0.000 % |
47.94/49.01	c 49	|     58181 |   88110   356730   940500 |   451560    58181     10 |  0.000 % |
63.43/64.50	c 65	|     87373 |   88110   356730   940500 |   496716    87373     33 |  0.000 % |
97.52/98.61	c 99	|    131163 |   88110   356730   940500 |   546388   131163     96 |  0.000 % |
135.10/136.24	c 136	|    196851 |   88110   356730   940500 |   601027   196851    121 |  0.000 % |
237.46/238.68	c 239	|    295377 |   88110   356730   940500 |   661129   295377    165 |  0.000 % |
535.05/536.36	c 537	|    443166 |   88110   356730   940500 |   727242   443166    230 |  0.000 % |
1086.55/1088.09	c 1088	|    664849 |   88110   356730   940500 |   799967   664849    234 |  0.000 % |
1733.20/1734.99	c 1735	|    997374 |   88110   356730   940500 |   879963   200888    342 |  0.000 % |
1800.08/1801.82	c ERROR INTERRUPTED
1800.19/1801.93	s UNKNOWN
1800.19/1801.93	c 1802	CPU 5.46 (0.04 0.01 5.42 0.27)
1800.19/1801.93	c 1802	END Thu Jul  3 05:46:13 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-1051879-1215054971/watcher-1051879-1215054971 -o /tmp/evaluation-result-1051879-1215054971/solver-1051879-1215054971 -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-1051879-1215054971.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.11 2.03 2.01 4/92 11649
/proc/meminfo: memFree=1647184/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=12268 CPUtime=0
/proc/11649/stat : 11649 (sugar) R 11647 11649 8194 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1984471747 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240472783461 0 0 4224 0 0 0 0 17 1 0 0
/proc/11649/statm: 3067 316 241 3 0 167 0

[startup+0.0982289 s]
/proc/loadavg: 2.11 2.03 2.01 4/92 11649
/proc/meminfo: memFree=1647184/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=0.03
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984471747 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11649/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10123 s]
/proc/loadavg: 2.11 2.03 2.01 4/92 11649
/proc/meminfo: memFree=1647184/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=0.03
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984471747 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11649/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301251 s]
/proc/loadavg: 2.11 2.03 2.01 4/92 11649
/proc/meminfo: memFree=1647184/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=0.03
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984471747 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11649/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701288 s]
/proc/loadavg: 2.11 2.03 2.01 4/92 11649
/proc/meminfo: memFree=1647184/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=0.03
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984471747 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11649/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50136 s]
/proc/loadavg: 2.34 2.08 2.02 3/103 11661
/proc/meminfo: memFree=1617720/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=1.11
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 973 10990 0 1 3 0 101 7 16 0 1 0 1984471747 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11649/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 13600

[startup+3.1025 s]
/proc/loadavg: 2.34 2.08 2.02 3/103 11671
/proc/meminfo: memFree=1629624/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=1.11
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 974 10990 0 1 3 0 101 7 15 0 1 0 1984471747 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11649/statm: 3400 797 370 3 0 500 0
[pid=11662] ppid=11649 vsize=5356 CPUtime=0
/proc/11662/stat : 11662 (sh) S 11649 11649 8194 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984471868 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11662/statm: 1339 233 193 169 0 50 0
[pid=11663] ppid=11662 vsize=868396 CPUtime=1.84
/proc/11663/stat : 11663 (java) S 11662 11649 8194 0 -1 0 11331 0 1 0 176 8 0 0 18 0 9 0 1984471868 889237504 10322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11663/statm: 217099 10322 2540 9 0 211674 0
[pid=11663/tid=11664] ppid=11662 vsize=868396 CPUtime=1.08
/proc/11663/task/11664/stat : 11664 (java) R 11662 11649 8194 0 -1 64 2834 0 1 0 106 2 0 0 25 0 9 0 1984471869 889237504 10322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11663/tid=11665] ppid=11662 vsize=868396 CPUtime=0.55
/proc/11663/task/11665/stat : 11665 (java) R 11662 11649 8194 0 -1 64 6346 0 0 0 52 3 0 0 16 0 9 0 1984471870 889237504 10322 996147200 134512640 134550740 4294955952 18446744073709551615 102731793 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11663/tid=11666] ppid=11662 vsize=868396 CPUtime=0
/proc/11663/task/11666/stat : 11666 (java) S 11662 11649 8194 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984471871 889237504 10322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11663/tid=11667] ppid=11662 vsize=868396 CPUtime=0
/proc/11663/task/11667/stat : 11667 (java) S 11662 11649 8194 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1984471871 889237504 10322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11663/tid=11668] ppid=11662 vsize=868396 CPUtime=0
/proc/11663/task/11668/stat : 11668 (java) S 11662 11649 8194 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984471873 889237504 10322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11663/tid=11669] ppid=11662 vsize=868396 CPUtime=0.17
/proc/11663/task/11669/stat : 11669 (java) S 11662 11649 8194 0 -1 64 1455 0 0 0 17 0 0 0 16 0 9 0 1984471873 889237504 10322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11663/tid=11670] ppid=11662 vsize=868396 CPUtime=0
/proc/11663/task/11670/stat : 11670 (java) S 11662 11649 8194 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984471873 889237504 10322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11663/tid=11671] ppid=11662 vsize=868396 CPUtime=0
/proc/11663/task/11671/stat : 11671 (java) S 11662 11649 8194 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984471873 889237504 10322 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 887352

[startup+6.30178 s]
/proc/loadavg: 2.34 2.08 2.02 3/103 11671
/proc/meminfo: memFree=1575352/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.73
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 3 1 542 27 15 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 13600

[startup+12.7014 s]
/proc/loadavg: 2.29 2.07 2.02 3/95 11673
/proc/meminfo: memFree=1616184/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (sh) S 11649 11649 8194 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984472341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 232 193 169 0 50 0
[pid=11673] ppid=11672 vsize=23620 CPUtime=6.61
/proc/11673/stat : 11673 (minisat) R 11672 11649 8194 0 -1 4194304 5578 0 0 0 658 3 0 0 25 0 1 0 1984472342 24186880 5564 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11673/statm: 5905 5564 76 150 0 5752 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 42576

[startup+25.5015 s]
/proc/loadavg: 2.33 2.09 2.02 3/95 11673
/proc/meminfo: memFree=1613432/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (sh) S 11649 11649 8194 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984472341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 232 193 169 0 50 0
[pid=11673] ppid=11672 vsize=25080 CPUtime=19.16
/proc/11673/stat : 11673 (minisat) R 11672 11649 8194 0 -1 4194304 5940 0 0 0 1913 3 0 0 25 0 1 0 1984472342 25681920 5926 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11673/statm: 6270 5926 76 150 0 6117 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 44036

[startup+51.1018 s]
/proc/loadavg: 2.48 2.14 2.04 4/73 11683
/proc/meminfo: memFree=1689272/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (sh) S 11649 11649 8194 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984472341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 232 193 169 0 50 0
[pid=11673] ppid=11672 vsize=28064 CPUtime=44.29
/proc/11673/stat : 11673 (minisat) R 11672 11649 8194 0 -1 4194304 6713 0 0 0 4424 5 0 0 25 0 1 0 1984472342 28737536 6699 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/11673/statm: 7016 6699 76 150 0 6863 0
Current children cumulated CPU time (s) 50.03
Current children cumulated vsize (KiB) 47020

[startup+102.306 s]
/proc/loadavg: 2.22 2.13 2.04 3/75 11704
/proc/meminfo: memFree=1648744/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (sh) S 11649 11649 8194 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984472341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 232 193 169 0 50 0
[pid=11673] ppid=11672 vsize=82440 CPUtime=95.48
/proc/11673/stat : 11673 (minisat) R 11672 11649 8194 0 -1 4194304 20221 0 0 0 9532 16 0 0 25 0 1 0 1984472342 84418560 20207 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11673/statm: 20610 20207 76 150 0 20457 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 101396

[startup+162.302 s]
/proc/loadavg: 2.08 2.11 2.04 3/75 11704
/proc/meminfo: memFree=1573928/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (sh) S 11649 11649 8194 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984472341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 232 193 169 0 50 0
[pid=11673] ppid=11672 vsize=157560 CPUtime=155.45
/proc/11673/stat : 11673 (minisat) R 11672 11649 8194 0 -1 4194304 39007 0 0 0 15516 29 0 0 25 0 1 0 1984472342 161341440 38993 996147200 134512640 135127466 4294956272 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/11673/statm: 39390 38993 76 150 0 39237 0
Current children cumulated CPU time (s) 161.19
Current children cumulated vsize (KiB) 176516

[startup+222.302 s]
/proc/loadavg: 2.03 2.08 2.03 3/75 11704
/proc/meminfo: memFree=1519208/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (sh) S 11649 11649 8194 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984472341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 232 193 169 0 50 0
[pid=11673] ppid=11672 vsize=211568 CPUtime=215.43
/proc/11673/stat : 11673 (minisat) R 11672 11649 8194 0 -1 4194304 52535 0 0 0 21503 40 0 0 25 0 1 0 1984472342 216645632 52521 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11673/statm: 52892 52521 76 150 0 52739 0
Current children cumulated CPU time (s) 221.17
Current children cumulated vsize (KiB) 230524

[startup+282.301 s]
/proc/loadavg: 2.01 2.07 2.03 3/75 11704
/proc/meminfo: memFree=1467432/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/meminfo: memFree=943720/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (sh) S 11649 11649 8194 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984472341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 232 193 169 0 50 0
[pid=11673] ppid=11672 vsize=786312 CPUtime=1354.99
/proc/11673/stat : 11673 (minisat) R 11672 11649 8194 0 -1 4194304 195962 0 0 0 135317 182 0 0 25 0 1 0 1984472342 805183488 195948 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/11673/statm: 196578 195948 76 150 0 196425 0
Current children cumulated CPU time (s) 1360.73
Current children cumulated vsize (KiB) 805268

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 11706
/proc/meminfo: memFree=917032/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (sh) S 11649 11649 8194 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984472341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 232 193 169 0 50 0
[pid=11673] ppid=11672 vsize=812592 CPUtime=1414.98
/proc/11673/stat : 11673 (minisat) R 11672 11649 8194 0 -1 4194304 202543 0 0 0 141309 189 0 0 25 0 1 0 1984472342 832094208 202529 996147200 134512640 135127466 4294956272 18446744073709551615 134523548 0 0 4096 3 0 0 0 17 0 0 0
/proc/11673/statm: 203148 202529 76 150 0 202995 0
Current children cumulated CPU time (s) 1420.72
Current children cumulated vsize (KiB) 831548

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 11706
/proc/meminfo: memFree=917032/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (sh) S 11649 11649 8194 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984472341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 232 193 169 0 50 0
[pid=11673] ppid=11672 vsize=812592 CPUtime=1474.95
/proc/11673/stat : 11673 (minisat) R 11672 11649 8194 0 -1 4194304 202543 0 0 0 147306 189 0 0 25 0 1 0 1984472342 832094208 202529 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11673/statm: 203148 202529 76 150 0 202995 0
Current children cumulated CPU time (s) 1480.69
Current children cumulated vsize (KiB) 831548

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 11706
/proc/meminfo: memFree=917032/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (sh) S 11649 11649 8194 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984472341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 232 193 169 0 50 0
[pid=11673] ppid=11672 vsize=812592 CPUtime=1534.92
/proc/11673/stat : 11673 (minisat) R 11672 11649 8194 0 -1 4194304 202543 0 0 0 153303 189 0 0 25 0 1 0 1984472342 832094208 202529 996147200 134512640 135127466 4294956272 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/11673/statm: 203148 202529 76 150 0 202995 0
Current children cumulated CPU time (s) 1540.66
Current children cumulated vsize (KiB) 831548

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 11706
/proc/meminfo: memFree=916968/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (sh) S 11649 11649 8194 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984472341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 232 193 169 0 50 0
[pid=11673] ppid=11672 vsize=812592 CPUtime=1594.9
/proc/11673/stat : 11673 (minisat) R 11672 11649 8194 0 -1 4194304 202543 0 0 0 159301 189 0 0 25 0 1 0 1984472342 832094208 202529 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11673/statm: 203148 202529 76 150 0 202995 0
Current children cumulated CPU time (s) 1600.64
Current children cumulated vsize (KiB) 831548

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 11706
/proc/meminfo: memFree=916904/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (sh) S 11649 11649 8194 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984472341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 232 193 169 0 50 0
[pid=11673] ppid=11672 vsize=812592 CPUtime=1654.89
/proc/11673/stat : 11673 (minisat) R 11672 11649 8194 0 -1 4194304 202545 0 0 0 165299 190 0 0 25 0 1 0 1984472342 832094208 202531 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11673/statm: 203148 202531 76 150 0 202995 0
Current children cumulated CPU time (s) 1660.63
Current children cumulated vsize (KiB) 831548

[startup+1722.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/75 11706
/proc/meminfo: memFree=916904/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (sh) S 11649 11649 8194 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984472341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 232 193 169 0 50 0
[pid=11673] ppid=11672 vsize=812592 CPUtime=1714.86
/proc/11673/stat : 11673 (minisat) R 11672 11649 8194 0 -1 4194304 202546 0 0 0 171296 190 0 0 25 0 1 0 1984472342 832094208 202532 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/11673/statm: 203148 202532 76 150 0 202995 0
Current children cumulated CPU time (s) 1720.6
Current children cumulated vsize (KiB) 831548

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/75 11706
/proc/meminfo: memFree=916776/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (sh) S 11649 11649 8194 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984472341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 232 193 169 0 50 0
[pid=11673] ppid=11672 vsize=812592 CPUtime=1774.84
/proc/11673/stat : 11673 (minisat) R 11672 11649 8194 0 -1 4194304 202546 0 0 0 177294 190 0 0 25 0 1 0 1984472342 832094208 202532 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/11673/statm: 203148 202532 76 150 0 202995 0
Current children cumulated CPU time (s) 1780.58
Current children cumulated vsize (KiB) 831548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.81 s]
/proc/loadavg: 2.18 2.06 2.01 3/75 11706
/proc/meminfo: memFree=916776/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1033 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=5356 CPUtime=0
/proc/11672/stat : 11672 (sh) S 11649 11649 8194 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984472341 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11672/statm: 1339 232 193 169 0 50 0
[pid=11673] ppid=11672 vsize=812592 CPUtime=1794.34
/proc/11673/stat : 11673 (minisat) R 11672 11649 8194 0 -1 4194304 202546 0 0 0 179244 190 0 0 25 0 1 0 1984472342 832094208 202532 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11673/statm: 203148 202532 76 150 0 202995 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 831548

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

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

[startup+1801.92 s]
/proc/loadavg: 2.18 2.06 2.01 3/75 11706
/proc/meminfo: memFree=916776/2055920 swapFree=4180972/4192956
[pid=11649] ppid=11647 vsize=13600 CPUtime=5.74
/proc/11649/stat : 11649 (sugar) S 11647 11649 8194 0 -1 4194304 1045 31682 0 2 4 1 542 27 16 0 1 0 1984471747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/11649/statm: 3400 799 370 3 0 500 0
[pid=11672] ppid=11649 vsize=0 CPUtime=0
/proc/11672/stat : 11672 (sh) Z 11649 11649 8194 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1984472341 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/11672/statm: 0 0 0 0 0 0 0
[pid=11673] ppid=1 vsize=0 CPUtime=1794.45
/proc/11673/stat : 11673 (minisat) R 1 11649 8194 0 -1 4195332 202546 0 0 0 179244 201 0 0 25 0 1 0 1984472342 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/11673/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11649 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=463169
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=288956
# CPU time returned by wait4() is 5.75212
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.94
CPU time (s): 1800.19
CPU user time (s): 1797.9
CPU system time (s): 2.29
CPU usage (%): 99.9031
Max. virtual memory (cumulated for all children) (KiB): 888356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.46317
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33060
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= 4192
involuntary context switches= 4341

runsolver used 2.31565 second user time and 5.9031 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-03 05:16:11
IDJOB=1051879
IDBENCH=55955
IDSOLVER=346
FILE ID=node15/1051879-1215054971
PBS_JOBID= 7875144
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ramsey4/normalized-ramsey-45-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-1051879-1215054971/watcher-1051879-1215054971 -o /tmp/evaluation-result-1051879-1215054971/solver-1051879-1215054971 -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-1051879-1215054971.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3e8236e6ba39e4fd04a7c847b9b657af
RANDOM SEED=45861761

node15.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.229
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.229
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:       1647664 kB
Buffers:         46156 kB
Cached:         201056 kB
SwapCached:       6020 kB
Active:         242556 kB
Inactive:        93072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647664 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            3968 kB
Writeback:           0 kB
Mapped:         105524 kB
Slab:            57212 kB
Committed_AS:  4061164 kB
PageTables:       2268 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node15 at 2008-07-03 05:46:15