Trace number 1089006

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.09 1808.93

General information on the benchmark

Namecsp/graphColoring/register/fpsol/
normalized-fpsol2-i-3-27.xml
MD5SUMe31576dea5e6c1512da28f76b6ab241b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.307952
Satisfiable
(Un)Satisfiability was proved
Number of variables425
Number of constraints8688
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8688
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 Sat Jul  5 14:30:18 2008
0.00/0.05	c 0	PID 32547
0.03/0.05	c 0	HOST node49.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1089006-1215261018.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1089006-1215261018.xml' 'HOME/temp.csp'
0.95/1.03	c 1	1 domains, 425 variables, 1 predicates, 0 relations, 8688 constraints
0.95/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.06	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.99/1.15	c 1	Parsing HOME/temp.csp
0.99/1.45	c 2	parsed 9115 expressions
0.99/1.45	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.45	c 2	Converting to clausal form CSP
0.99/1.65	c 2	converted 912 (10%) expressions
0.99/1.70	c 2	converted 1823 (20%) expressions
0.99/1.72	c 2	converted 2735 (30%) expressions
0.99/1.79	c 2	converted 3646 (40%) expressions
0.99/1.81	c 2	converted 4558 (50%) expressions
0.99/1.84	c 2	converted 5469 (60%) expressions
0.99/1.86	c 2	converted 6381 (70%) expressions
0.99/1.89	c 2	converted 7292 (80%) expressions
1.00/1.91	c 2	converted 8204 (90%) expressions
1.00/1.99	c 2	converted 9115 (100%) expressions
1.00/1.99	c 2	CSP : 425 integers, 0 booleans, 8688 clauses, largest domain size 27
1.00/1.99	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/1.99	c 2	Propagation in CSP
1.00/2.08	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.00/2.08	c 2	CSP : 425 integers, 0 booleans, 8688 clauses, largest domain size 27
1.00/2.08	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.00/2.08	c 2	Simplifing CSP by introducing new Boolean variables
2.12/2.26	c 3	CSP : 425 integers, 17376 booleans, 26064 clauses, largest domain size 27
2.12/2.26	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.20/2.34	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.20/2.38	c 3	43 (10%) CSP integer variables are encoded (1075 clauses, 11910 bytes)
2.20/2.38	c 3	85 (20%) CSP integer variables are encoded (2125 clauses, 25560 bytes)
2.20/2.38	c 3	128 (30%) CSP integer variables are encoded (3200 clauses, 39535 bytes)
2.20/2.39	c 3	170 (40%) CSP integer variables are encoded (4250 clauses, 53185 bytes)
2.20/2.39	c 3	213 (50%) CSP integer variables are encoded (5325 clauses, 67160 bytes)
2.20/2.39	c 3	255 (60%) CSP integer variables are encoded (6375 clauses, 80810 bytes)
2.20/2.39	c 3	298 (70%) CSP integer variables are encoded (7450 clauses, 94785 bytes)
2.20/2.40	c 3	340 (80%) CSP integer variables are encoded (8500 clauses, 108435 bytes)
2.30/2.40	c 3	383 (90%) CSP integer variables are encoded (9575 clauses, 122410 bytes)
2.30/2.40	c 3	425 (100%) CSP integer variables are encoded (10625 clauses, 138081 bytes)
2.40/2.57	c 3	2607 (10%) CSP clauses are encoded (58420 clauses, 977405 bytes)
2.60/2.72	c 3	5213 (20%) CSP clauses are encoded (106214 clauses, 1863303 bytes)
2.70/2.88	c 3	7820 (30%) CSP clauses are encoded (154009 clauses, 2751881 bytes)
2.90/3.03	c 3	10426 (40%) CSP clauses are encoded (201777 clauses, 3640164 bytes)
3.00/3.18	c 4	13032 (50%) CSP clauses are encoded (249545 clauses, 4528915 bytes)
3.20/3.34	c 4	15639 (60%) CSP clauses are encoded (297340 clauses, 5418637 bytes)
3.39/3.50	c 4	18245 (70%) CSP clauses are encoded (345134 clauses, 6307669 bytes)
3.49/3.65	c 4	20852 (80%) CSP clauses are encoded (392929 clauses, 7212813 bytes)
3.69/3.80	c 4	23458 (90%) CSP clauses are encoded (440697 clauses, 8148984 bytes)
3.79/3.95	c 4	26064 (100%) CSP clauses are encoded (488465 clauses, 9084805 bytes)
3.79/3.95	c 4	26064 CSP clauses encoded
3.79/3.95	c 4	Writing map file : HOME/temp.map
3.79/3.97	c 4	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.79/3.97	c 4	SAT : 28426 SAT variables, 488465 SAT clauses, 9084805 bytes
3.79/3.97	c 4	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.79/3.99	c 4	SOLVING HOME/temp.cnf
3.79/3.99	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.88/4.00	c 4	This is MiniSat 2.0 beta
3.88/4.00	c 4	WARNING: for repeatability, setting FPU to use double precision
3.88/4.00	c 4	============================[ Problem Statistics ]=============================
3.88/4.00	c 4	|                                                                             |
3.88/4.00	c 4	|  Number of variables:  28426                                                |
3.88/4.00	c 4	|  Number of clauses:    488465                                               |
3.88/4.26	c 5	|  Parsing time:         0.23         s                                       |
3.88/4.27	c 5	============================[ Search Statistics ]==============================
3.88/4.27	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.88/4.27	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.88/4.27	c 5	===============================================================================
3.88/4.27	c 5	|         0 |   28426   488465  1411330 |   162821        0    nan |  0.000 % |
4.27/4.43	c 5	|       100 |   28426   488465  1411330 |   179103      100     10 |  0.000 % |
4.36/4.51	c 5	|       250 |   28426   488465  1411330 |   197014      250      9 |  0.000 % |
4.36/4.59	c 5	|       476 |   28426   488465  1411330 |   216715      476      9 |  0.000 % |
4.46/4.65	c 5	|       814 |   28426   488465  1411330 |   238387      814      8 |  0.000 % |
4.66/4.82	c 5	|      1321 |   28426   488465  1411330 |   262225     1321     13 |  0.000 % |
4.66/4.89	c 5	|      2082 |   28426   488465  1411330 |   288448     2082     11 |  0.000 % |
4.86/5.00	c 5	|      3222 |   28426   488465  1411330 |   317293     3222     12 |  0.000 % |
4.96/5.10	c 5	|      4931 |   28426   488465  1411330 |   349022     4931     12 |  0.000 % |
5.45/5.65	c 6	|      7496 |   28426   488465  1411330 |   383924     7496     11 |  0.000 % |
5.95/6.13	c 6	|     11342 |   28426   488465  1411330 |   422317    11342     14 |  0.000 % |
6.54/6.71	c 7	|     17109 |   28426   488465  1411330 |   464549    17109     13 |  0.000 % |
7.34/7.53	c 8	|     25759 |   28426   488465  1411330 |   511004    25759     14 |  0.000 % |
8.72/8.98	c 9	|     38733 |   28426   488465  1411330 |   562104    38733     13 |  0.000 % |
12.08/12.39	c 13	|     58194 |   28426   488465  1411330 |   618315    58194     14 |  0.000 % |
21.20/21.57	c 22	|     87386 |   28426   488465  1411330 |   680146    87386     14 |  0.000 % |
35.57/36.02	c 36	|    131175 |   28426   488465  1411330 |   748161   131175     15 |  0.000 % |
81.13/82.01	c 82	|    196859 |   28426   488465  1411330 |   822977   196859     16 |  0.000 % |
192.07/194.09	c 194	|    295385 |   28426   488465  1411330 |   905275   295385     17 |  0.000 % |
428.34/432.59	c 433	|    443176 |   28426   488465  1411330 |   995802   443176     18 |  0.000 % |
896.78/905.25	c 906	|    664859 |   28426   488465  1411330 |  1095382   664859     17 |  0.000 % |
1800.09/1808.91	c ERROR INTERRUPTED
1800.09/1808.93	s UNKNOWN
1800.09/1808.93	c 1809	CPU 3.65 (0.04 0.01 3.61 0.23)
1800.09/1808.93	c 1809	END Sat Jul  5 15:00:27 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-1089006-1215261018/watcher-1089006-1215261018 -o /tmp/evaluation-result-1089006-1215261018/solver-1089006-1215261018 -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-1089006-1215261018.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 32547
/proc/meminfo: memFree=1777496/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=18572 CPUtime=0
/proc/32547/stat : 32547 (runsolver) R 32545 32547 31566 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 431719193 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 224627584295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32547/statm: 4643 292 257 25 0 2626 0

[startup+0.055886 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 32547
/proc/meminfo: memFree=1777496/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=0.03
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 431719193 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32547/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.105952 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 32547
/proc/meminfo: memFree=1777496/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=0.03
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 431719193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32547/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302993 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 32547
/proc/meminfo: memFree=1777496/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=0.03
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 431719193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32547/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702067 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 32547
/proc/meminfo: memFree=1777496/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=0.03
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 431719193 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32547/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50117 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 32559
/proc/meminfo: memFree=1756288/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=0.99
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 973 8671 0 1 3 0 90 6 15 0 1 0 431719193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32547/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13600

[startup+3.10256 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 32569
/proc/meminfo: memFree=1755200/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=1
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 974 8671 0 1 3 1 90 6 15 0 1 0 431719193 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32547/statm: 3400 797 370 3 0 500 0
[pid=32560] ppid=32547 vsize=5356 CPUtime=0
/proc/32560/stat : 32560 (sh) S 32547 32547 31566 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 431719300 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32560/statm: 1339 233 193 169 0 50 0
[pid=32561] ppid=32560 vsize=868496 CPUtime=2
/proc/32561/stat : 32561 (java) S 32560 32547 31566 0 -1 0 9886 0 1 0 189 11 0 0 18 0 9 0 431719300 889339904 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32561/statm: 217124 8931 2565 9 0 211671 0
[pid=32561/tid=32562] ppid=32560 vsize=868496 CPUtime=1.3
/proc/32561/task/32562/stat : 32562 (java) R 32560 32547 31566 0 -1 64 2967 0 1 0 125 5 0 0 25 0 9 0 431719301 889339904 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32563] ppid=32560 vsize=868496 CPUtime=0.42
/proc/32561/task/32563/stat : 32563 (java) S 32560 32547 31566 0 -1 64 4734 0 0 0 39 3 0 0 15 0 9 0 431719302 889339904 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32564] ppid=32560 vsize=868496 CPUtime=0
/proc/32561/task/32564/stat : 32564 (java) S 32560 32547 31566 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 431719302 889339904 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32565] ppid=32560 vsize=868496 CPUtime=0
/proc/32561/task/32565/stat : 32565 (java) S 32560 32547 31566 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 431719302 889339904 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32566] ppid=32560 vsize=868496 CPUtime=0
/proc/32561/task/32566/stat : 32566 (java) S 32560 32547 31566 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 431719304 889339904 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32567] ppid=32560 vsize=868496 CPUtime=0.25
/proc/32561/task/32567/stat : 32567 (java) S 32560 32547 31566 0 -1 64 1492 0 0 0 24 1 0 0 16 0 9 0 431719304 889339904 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32568] ppid=32560 vsize=868496 CPUtime=0
/proc/32561/task/32568/stat : 32568 (java) S 32560 32547 31566 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 431719304 889339904 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32561/tid=32569] ppid=32560 vsize=868496 CPUtime=0
/proc/32561/task/32569/stat : 32569 (java) S 32560 32547 31566 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 431719304 889339904 8931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887452

[startup+6.30185 s]
/proc/loadavg: 1.93 1.98 1.99 3/77 32571
/proc/meminfo: memFree=1741504/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.88
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 3 1 361 23 15 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=26392 CPUtime=2.27
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 6212 0 0 0 223 4 0 0 25 0 1 0 431719593 27025408 6198 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32571/statm: 6598 6198 76 150 0 6445 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 45348

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/77 32571
/proc/meminfo: memFree=1737088/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.88
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 3 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=30476 CPUtime=8.6
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 7239 0 0 0 855 5 0 0 25 0 1 0 431719593 31207424 7225 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/32571/statm: 7619 7225 76 150 0 7466 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 49432

[startup+25.5026 s]
/proc/loadavg: 1.95 1.98 1.99 3/77 32571
/proc/meminfo: memFree=1732480/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.88
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 3 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=35200 CPUtime=21.28
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 8380 0 0 0 2122 6 0 0 25 0 1 0 431719593 36044800 8366 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32571/statm: 8800 8366 76 150 0 8647 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 54156

[startup+51.1022 s]
/proc/loadavg: 1.96 1.98 1.99 3/77 32573
/proc/meminfo: memFree=1726784/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.88
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 3 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=40944 CPUtime=46.64
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 9800 0 0 0 4656 8 0 0 25 0 1 0 431719593 41926656 9786 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32571/statm: 10236 9786 76 150 0 10083 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 59900

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/77 32573
/proc/meminfo: memFree=1720000/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.88
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 3 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=47732 CPUtime=97.36
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 11444 0 0 0 9727 9 0 0 25 0 1 0 431719593 48877568 11430 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32571/statm: 11933 11430 76 150 0 11780 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 66688

[startup+162.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 32573
/proc/meminfo: memFree=1714432/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.88
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 3 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=53024 CPUtime=156.79
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 12816 0 0 0 15669 10 0 0 25 0 1 0 431719593 54296576 12802 996147200 134512640 135127466 4294956256 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 1 0 0
/proc/32571/statm: 13256 12802 76 150 0 13103 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 71980

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 32573
/proc/meminfo: memFree=1702720/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.88
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 3 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=58888 CPUtime=216.23
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 14171 0 0 0 21611 12 0 0 25 0 1 0 431719593 60301312 14157 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32571/statm: 14722 14157 76 150 0 14569 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 77844

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

/proc/meminfo: memFree=1520520/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.89
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 4 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=113976 CPUtime=1349.78
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 27522 0 0 0 134949 29 0 0 25 0 1 0 431719593 116711424 27508 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32571/statm: 28494 27508 76 150 0 28341 0
Current children cumulated CPU time (s) 1353.67
Current children cumulated vsize (KiB) 132932

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 32687
/proc/meminfo: memFree=1506760/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.89
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 4 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=116136 CPUtime=1409.77
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 28052 0 0 0 140947 30 0 0 25 0 1 0 431719593 118923264 28038 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32571/statm: 29034 28038 76 150 0 28881 0
Current children cumulated CPU time (s) 1413.66
Current children cumulated vsize (KiB) 135092

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 32687
/proc/meminfo: memFree=1488648/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.89
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 4 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=117880 CPUtime=1469.74
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 28507 0 0 0 146943 31 0 0 25 0 1 0 431719593 120709120 28493 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32571/statm: 29470 28493 76 150 0 29317 0
Current children cumulated CPU time (s) 1473.63
Current children cumulated vsize (KiB) 136836

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 32687
/proc/meminfo: memFree=1468616/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.89
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 4 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=119720 CPUtime=1529.71
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 28966 0 0 0 152940 31 0 0 25 0 1 0 431719593 122593280 28952 996147200 134512640 135127466 4294956256 18446744073709551615 134530831 0 0 4096 3 0 0 0 17 0 0 0
/proc/32571/statm: 29930 28952 76 150 0 29777 0
Current children cumulated CPU time (s) 1533.6
Current children cumulated vsize (KiB) 138676

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32687
/proc/meminfo: memFree=1451976/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.89
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 4 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=121776 CPUtime=1589.68
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 29466 0 0 0 158937 31 0 0 25 0 1 0 431719593 124698624 29452 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32571/statm: 30444 29452 76 150 0 30291 0
Current children cumulated CPU time (s) 1593.57
Current children cumulated vsize (KiB) 140732

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32687
/proc/meminfo: memFree=1436808/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.89
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 4 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=123456 CPUtime=1649.66
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 29898 0 0 0 164934 32 0 0 25 0 1 0 431719593 126418944 29884 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32571/statm: 30864 29884 76 150 0 30711 0
Current children cumulated CPU time (s) 1653.55
Current children cumulated vsize (KiB) 142412

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32687
/proc/meminfo: memFree=1423496/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.89
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 4 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=125444 CPUtime=1709.64
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 30399 0 0 0 170931 33 0 0 25 0 1 0 431719593 128454656 30385 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32571/statm: 31361 30385 76 150 0 31208 0
Current children cumulated CPU time (s) 1713.53
Current children cumulated vsize (KiB) 144400

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32687
/proc/meminfo: memFree=1414024/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.89
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 4 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=127432 CPUtime=1769.61
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 30864 0 0 0 176927 34 0 0 25 0 1 0 431719593 130490368 30850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32571/statm: 31858 30850 76 150 0 31705 0
Current children cumulated CPU time (s) 1773.5
Current children cumulated vsize (KiB) 146388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32687
/proc/meminfo: memFree=1413256/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.89
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 4 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=128156 CPUtime=1796.2
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 31057 0 0 0 179586 34 0 0 25 0 1 0 431719593 131231744 31043 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32571/statm: 32039 31043 76 150 0 31886 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 147112

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

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

[startup+1808.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 32687
/proc/meminfo: memFree=1413256/2055920 swapFree=4180312/4192956
[pid=32547] ppid=32545 vsize=13600 CPUtime=3.89
/proc/32547/stat : 32547 (sugar) S 32545 32547 31566 0 -1 4194304 1034 18961 0 2 4 1 361 23 16 0 1 0 431719193 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32547/statm: 3400 799 370 3 0 500 0
[pid=32570] ppid=32547 vsize=5356 CPUtime=0
/proc/32570/stat : 32570 (sh) S 32547 32547 31566 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 431719593 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32570/statm: 1339 232 193 169 0 50 0
[pid=32571] ppid=32570 vsize=128156 CPUtime=1796.2
/proc/32571/stat : 32571 (minisat) R 32570 32547 31566 0 -1 4194304 31057 0 0 0 179586 34 0 0 25 0 1 0 431719593 131231744 31043 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32571/statm: 32039 31043 76 150 0 31886 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 147112

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32547 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=659443
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=252961
# CPU time returned by wait4() is 3.9124
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.93
CPU time (s): 1800.09
CPU user time (s): 1799.51
CPU system time (s): 0.58
CPU usage (%): 99.5112
Max. virtual memory (cumulated for all children) (KiB): 887528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.65944
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20338
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= 3601
involuntary context switches= 3512

runsolver used 1.9657 second user time and 6.26905 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-05 14:30:18
IDJOB=1089006
IDBENCH=58188
IDSOLVER=346
FILE ID=node49/1089006-1215261018
PBS_JOBID= 7882045
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/fpsol/normalized-fpsol2-i-3-27.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-1089006-1215261018/watcher-1089006-1215261018 -o /tmp/evaluation-result-1089006-1215261018/solver-1089006-1215261018 -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-1089006-1215261018.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e31576dea5e6c1512da28f76b6ab241b
RANDOM SEED=1102485659

node49.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.249
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.249
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:       1777976 kB
Buffers:         27208 kB
Cached:         148376 kB
SwapCached:       5704 kB
Active:         147084 kB
Inactive:        79704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777976 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:          58156 kB
Slab:            36108 kB
Committed_AS:   915688 kB
PageTables:       1896 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node49 at 2008-07-05 15:00:29