Trace number 208209

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, and are wall clock time (not CPU 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 0.40? (TO) 1800.08 1802.16

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-31_ext.xml
MD5SUM6b737ed045bb461e49473358c4984f2c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.609
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints330
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension330
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/208209-1170096995/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/208209-1170096995/unknown.xml [Mon Jan 29 19:56:36 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/208209-1170096995/unknown.xml /tmp/evaluation/208209-1170096995/sugar23036.csp [Mon Jan 29 19:56:36 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208209-1170096995/sugar-v0-40.jar -convert /tmp/evaluation/208209-1170096995/unknown.xml /tmp/evaluation/208209-1170096995/sugar23036.csp
0.16	c BEGIN convert /tmp/evaluation/208209-1170096995/unknown.xml
0.63	c END convert (0.476893 seconds)
0.64	c # CONVERT_XML  END : /tmp/evaluation/208209-1170096995/sugar23036.csp 1092207 bytes (1 seconds) [Mon Jan 29 19:56:37 2007]
0.64	c # CONVERT_XML  CPU : 0.58 = 0 + 0 + 0.53 + 0.05
0.64	
0.64	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208209-1170096995/sugar23036.bcnf [Mon Jan 29 19:56:37 2007]
0.64	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208209-1170096995/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208209-1170096995/sugar23036.map /tmp/evaluation/208209-1170096995/sugar23036.csp /tmp/evaluation/208209-1170096995/sugar23036.bcnf
0.75	c BEGIN parse /tmp/evaluation/208209-1170096995/sugar23036.csp
11.84	c END parse (11.082397 seconds)
11.84	c BEGIN simplify
11.90	c END simplify (0.064855 seconds)
11.90	c BEGIN encode /tmp/evaluation/208209-1170096995/sugar23036.bcnf
12.45	c END encode (0.549266 seconds)
12.56	c # GENERATE_SAT  END : 5156 variables 42915 clauses 4146704 bytes (11 seconds) [Mon Jan 29 19:56:48 2007]
12.56	c # GENERATE_SAT  CPU : 11.85 = 0.03 + 0.01 + 11.5 + 0.31
12.56	
12.56	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208209-1170096995/sugar23036.bcnf [Mon Jan 29 19:56:48 2007]
12.56	c # CMD : /tmp/evaluation/208209-1170096995/minisat /tmp/evaluation/208209-1170096995/sugar23036.bcnf /tmp/evaluation/208209-1170096995/sugar23036.out
12.66	c ==================================[MINISAT]===================================
12.66	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
12.66	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
12.66	c ==============================================================================
12.66	c |         0 |   42915   993755 |   14305       0        0     nan |  0.000 % |
12.68	c |       100 |   42915   993755 |   15735     100     4750    47.5 |  0.000 % |
12.70	c |       251 |   42915   993755 |   17309     251     6785    27.0 |  0.002 % |
12.76	c |       476 |   42915   993755 |   19039     476     9859    20.7 |  0.000 % |
12.86	c |       814 |   42915   993755 |   20943     814    14915    18.3 |  0.001 % |
12.99	c |      1320 |   42917   993755 |   23038    1318    21328    16.2 |  0.000 % |
13.14	c |      2079 |   42917   993755 |   25342    2077    32304    15.6 |  0.000 % |
13.45	c |      3218 |   42917   993755 |   27876    3216    49162    15.3 |  0.001 % |
13.90	c |      4927 |   42918   993755 |   30664    4924    72271    14.7 |  0.000 % |
14.65	c |      7489 |   42923   993755 |   33730    7481   118970    15.9 |  0.000 % |
15.98	c |     11335 |   42923   993755 |   37103   11327   192078    17.0 |  0.000 % |
18.30	c |     17101 |   42928   993755 |   40813   17088   312321    18.3 |  0.000 % |
22.04	c |     25753 |   42930   993755 |   44895   25738   529907    20.6 |  0.000 % |
29.57	c |     38727 |   42933   993755 |   49384   38709   915491    23.7 |  0.000 % |
41.53	c |     58188 |   42945   993755 |   54323   22558   624254    27.7 |  0.000 % |
54.97	c |     87380 |   42953   993755 |   59755   51742  1417679    27.4 |  0.000 % |
81.57	c |    131169 |   42966   993755 |   65731   50379  1798100    35.7 |  0.000 % |
126.54	c |    196854 |   42977   993755 |   72304   63745  1777601    27.9 |  0.000 % |
200.06	c |    295380 |   42984   993755 |   79534   50992  1654494    32.4 |  0.001 % |
309.93	c |    443169 |   42872   991641 |   87488   19515   553818    28.4 |  0.097 % |
470.96	c |    664853 |   42746   990726 |   96236   74821  3469875    46.4 |  1.009 % |
732.12	c |    997378 |   42697   990438 |  105860   80547  4160099    51.6 |  1.028 % |
1244.20	c |   1496166 |   42348   982519 |  116446   29920  1278351    42.7 |  1.164 % |
1801.15	
1801.15	s UNKNOWN
1801.15	c # INTERRUPTED
1801.15	c # MAIN  END :  (1801 seconds) [Mon Jan 29 20:26:37 2007]
1801.15	c # MAIN  CPU : 12.43 = 0.03 + 0.01 + 12.03 + 0.36
1801.15	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node71/watcher-208209-1170096995 -o ROOT/results/node71/solver-208209-1170096995 -C 1800 -M 900 /tmp/evaluation/208209-1170096995/solver /tmp/evaluation/208209-1170096995 /tmp/evaluation/208209-1170096995/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.49 1.71 2.08 3/82 23037
/proc/meminfo: memFree=1424576/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=18540 CPUtime=0
/proc/23036/stat : 23036 (runsolver) R 23034 23036 22636 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 29657390 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23036/statm: 4635 279 244 17 0 2626 0

[startup+0.102634 s]
/proc/loadavg: 1.49 1.71 2.08 3/82 23037
/proc/meminfo: memFree=1424576/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=13724 CPUtime=0.03
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29657390 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23036/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510726 s]
/proc/loadavg: 1.49 1.71 2.08 3/82 23037
/proc/meminfo: memFree=1424576/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=13724 CPUtime=0.03
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29657390 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23036/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33991 s]
/proc/loadavg: 1.49 1.71 2.08 3/90 23053
/proc/meminfo: memFree=1389184/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=13724 CPUtime=0.61
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1190 7502 0 1 3 0 53 5 15 0 1 0 29657390 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23036/statm: 3431 809 371 3 0 531 0
[pid=23046] ppid=23036 vsize=807064 CPUtime=0.68
/proc/23046/stat : 23046 (java) R 23036 23036 22636 0 -1 0 8166 0 1 0 63 5 0 0 25 0 8 0 29657455 826433536 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448353 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23046/statm: 201766 7913 1494 14 0 189044 0
[pid=23046/tid=23047] ppid=23036 vsize=807064 CPUtime=0.11
/proc/23046/task/23047/stat : 23047 (java) S 23036 23036 22636 0 -1 64 2112 0 0 0 11 0 0 0 16 0 8 0 29657458 826433536 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23048] ppid=23036 vsize=807064 CPUtime=0
/proc/23046/task/23048/stat : 23048 (java) S 23036 23036 22636 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29657459 826433536 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23049] ppid=23036 vsize=807064 CPUtime=0
/proc/23046/task/23049/stat : 23049 (java) S 23036 23036 22636 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29657459 826433536 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23050] ppid=23036 vsize=807064 CPUtime=0
/proc/23046/task/23050/stat : 23050 (java) S 23036 23036 22636 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29657462 826433536 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23051] ppid=23036 vsize=807064 CPUtime=0.05
/proc/23046/task/23051/stat : 23051 (java) S 23036 23036 22636 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 29657462 826433536 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23052] ppid=23036 vsize=807064 CPUtime=0
/proc/23046/task/23052/stat : 23052 (java) S 23036 23036 22636 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29657462 826433536 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23053] ppid=23036 vsize=807064 CPUtime=0
/proc/23046/task/23053/stat : 23053 (java) S 23036 23036 22636 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29657462 826433536 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 820788

[startup+2.97727 s]
/proc/loadavg: 1.53 1.72 2.08 4/90 23053
/proc/meminfo: memFree=1360768/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=13724 CPUtime=0.61
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1190 7502 0 1 3 0 53 5 15 0 1 0 29657390 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23036/statm: 3431 809 371 3 0 531 0
[pid=23046] ppid=23036 vsize=807336 CPUtime=2.29
/proc/23046/stat : 23046 (java) R 23036 23036 22636 0 -1 0 16720 0 1 0 221 8 0 0 25 0 8 0 29657455 826712064 16437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23046/statm: 201834 16437 1507 14 0 189112 0
[pid=23046/tid=23047] ppid=23036 vsize=807336 CPUtime=0.57
/proc/23046/task/23047/stat : 23047 (java) R 23036 23036 22636 0 -1 64 10494 0 0 0 53 4 0 0 16 0 8 0 29657458 826712064 16437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23048] ppid=23036 vsize=807336 CPUtime=0
/proc/23046/task/23048/stat : 23048 (java) S 23036 23036 22636 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29657459 826712064 16437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23049] ppid=23036 vsize=807336 CPUtime=0
/proc/23046/task/23049/stat : 23049 (java) S 23036 23036 22636 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29657459 826712064 16437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23050] ppid=23036 vsize=807336 CPUtime=0
/proc/23046/task/23050/stat : 23050 (java) S 23036 23036 22636 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29657462 826712064 16437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23051] ppid=23036 vsize=807336 CPUtime=0.13
/proc/23046/task/23051/stat : 23051 (java) S 23036 23036 22636 0 -1 64 396 0 0 0 13 0 0 0 16 0 8 0 29657462 826712064 16437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23052] ppid=23036 vsize=807336 CPUtime=0
/proc/23046/task/23052/stat : 23052 (java) S 23036 23036 22636 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29657462 826712064 16437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23053] ppid=23036 vsize=807336 CPUtime=0
/proc/23046/task/23053/stat : 23053 (java) S 23036 23036 22636 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29657462 826712064 16437 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821060

[startup+6.27998 s]
/proc/loadavg: 1.53 1.72 2.08 3/84 23054
/proc/meminfo: memFree=1359168/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=13724 CPUtime=0.61
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1190 7502 0 1 3 0 53 5 15 0 1 0 29657390 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23036/statm: 3431 809 371 3 0 531 0
[pid=23046] ppid=23036 vsize=807336 CPUtime=5.6
/proc/23046/stat : 23046 (java) R 23036 23036 22636 0 -1 0 35929 0 1 0 543 17 0 0 25 0 8 0 29657455 826712064 35549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073600298 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23046/statm: 201834 35549 1507 14 0 189112 0
[pid=23046/tid=23047] ppid=23036 vsize=807336 CPUtime=1.44
/proc/23046/task/23047/stat : 23047 (java) S 23036 23036 22636 0 -1 64 29600 0 0 0 132 12 0 0 16 0 8 0 29657458 826712064 35549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23046/tid=23048] ppid=23036 vsize=807336 CPUtime=0
/proc/23046/task/23048/stat : 23048 (java) S 23036 23036 22636 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29657459 826712064 35549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23049] ppid=23036 vsize=807336 CPUtime=0
/proc/23046/task/23049/stat : 23049 (java) S 23036 23036 22636 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29657459 826712064 35549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23050] ppid=23036 vsize=807336 CPUtime=0
/proc/23046/task/23050/stat : 23050 (java) S 23036 23036 22636 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29657462 826712064 35549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23051] ppid=23036 vsize=807336 CPUtime=0.13
/proc/23046/task/23051/stat : 23051 (java) S 23036 23036 22636 0 -1 64 401 0 0 0 13 0 0 0 16 0 8 0 29657462 826712064 35549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23046/tid=23052] ppid=23036 vsize=807336 CPUtime=0
/proc/23046/task/23052/stat : 23052 (java) S 23036 23036 22636 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29657462 826712064 35549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23046/tid=23053] ppid=23036 vsize=807336 CPUtime=0
/proc/23046/task/23053/stat : 23053 (java) S 23036 23036 22636 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29657462 826712064 35549 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 821060

[startup+12.7634 s]
/proc/loadavg: 1.67 1.74 2.09 3/84 23054
/proc/meminfo: memFree=1259968/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 16312

[startup+25.5902 s]
/proc/loadavg: 1.72 1.75 2.09 3/77 23055
/proc/meminfo: memFree=1457144/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=11104 CPUtime=13.01
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 3423 0 0 0 1298 3 0 0 25 0 1 0 29658647 11370496 2395 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 2776 2395 52 112 0 2660 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 27416

[startup+51.2607 s]
/proc/loadavg: 1.82 1.77 2.08 3/77 23055
/proc/meminfo: memFree=1453240/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=13852 CPUtime=38.66
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 4117 0 0 0 3862 4 0 0 25 0 1 0 29658647 14184448 3089 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528551 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 3463 3089 52 112 0 3347 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 30164

[startup+102.516 s]
/proc/loadavg: 1.92 1.80 2.08 3/77 23055
/proc/meminfo: memFree=1446200/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=19108 CPUtime=89.9
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 5403 0 0 0 8984 6 0 0 25 0 1 0 29658647 19566592 4375 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 4777 4375 52 112 0 4661 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 35420

[startup+162.576 s]
/proc/loadavg: 1.97 1.84 2.07 3/77 23055
/proc/meminfo: memFree=1444088/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=19244 CPUtime=149.93
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 5443 0 0 0 14987 6 0 0 25 0 1 0 29658647 19705856 4415 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 4811 4415 52 112 0 4695 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 35556

[startup+222.578 s]
/proc/loadavg: 1.99 1.86 2.07 3/77 23055
/proc/meminfo: memFree=1440632/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=21100 CPUtime=209.92
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 5903 0 0 0 20985 7 0 0 25 0 1 0 29658647 21606400 4875 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 5275 4875 52 112 0 5159 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 37412

[startup+282.649 s]
/proc/loadavg: 1.99 1.89 2.06 3/83 23131
/proc/meminfo: memFree=1437768/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=22016 CPUtime=269.87
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 6126 0 0 0 26980 7 0 0 25 0 1 0 29658647 22544384 5098 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 5504 5098 52 112 0 5388 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 38328

[startup+342.651 s]
/proc/loadavg: 1.99 1.90 2.06 3/83 23223
/proc/meminfo: memFree=1436032/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=22176 CPUtime=329.73

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

/proc/loadavg: 2.00 1.98 2.00 3/77 23253
/proc/meminfo: memFree=1406200/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=45516 CPUtime=1110.24
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 11938 0 0 0 111010 14 0 0 25 0 1 0 29658647 46608384 10910 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 11379 10910 52 112 0 11263 0
Current children cumulated CPU time (s) 1122.7
Current children cumulated vsize (KiB) 61828

[startup+1183.58 s]
/proc/loadavg: 2.00 1.98 2.00 3/77 23253
/proc/meminfo: memFree=1405560/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=45408 CPUtime=1170.29
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 11939 0 0 0 117015 14 0 0 25 0 1 0 29658647 46497792 10911 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527286 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 11352 10911 52 112 0 11236 0
Current children cumulated CPU time (s) 1182.75
Current children cumulated vsize (KiB) 61720

[startup+1243.64 s]
/proc/loadavg: 2.00 1.98 2.00 3/77 23253
/proc/meminfo: memFree=1405048/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=45408 CPUtime=1230.33
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 11939 0 0 0 123019 14 0 0 25 0 1 0 29658647 46497792 10911 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 11352 10911 52 112 0 11236 0
Current children cumulated CPU time (s) 1242.79
Current children cumulated vsize (KiB) 61720

[startup+1303.73 s]
/proc/loadavg: 2.04 2.00 2.00 3/77 23253
/proc/meminfo: memFree=1404408/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=45408 CPUtime=1290.4
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 11939 0 0 0 129026 14 0 0 25 0 1 0 29658647 46497792 10911 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 11352 10911 52 112 0 11236 0
Current children cumulated CPU time (s) 1302.86
Current children cumulated vsize (KiB) 61720

[startup+1363.8 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 23253
/proc/meminfo: memFree=1403768/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=45408 CPUtime=1350.44
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 11948 0 0 0 135030 14 0 0 25 0 1 0 29658647 46497792 10920 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 11352 10920 52 112 0 11236 0
Current children cumulated CPU time (s) 1362.9
Current children cumulated vsize (KiB) 61720

[startup+1423.87 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23253
/proc/meminfo: memFree=1403640/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=45408 CPUtime=1410.49
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 11948 0 0 0 141035 14 0 0 25 0 1 0 29658647 46497792 10920 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 11352 10920 52 112 0 11236 0
Current children cumulated CPU time (s) 1422.95
Current children cumulated vsize (KiB) 61720

[startup+1483.95 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23253
/proc/meminfo: memFree=1403000/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=45408 CPUtime=1470.54
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 11948 0 0 0 147040 14 0 0 25 0 1 0 29658647 46497792 10920 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 11352 10920 52 112 0 11236 0
Current children cumulated CPU time (s) 1483
Current children cumulated vsize (KiB) 61720

[startup+1544.04 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23253
/proc/meminfo: memFree=1402680/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=45408 CPUtime=1530.61
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 11951 0 0 0 153047 14 0 0 25 0 1 0 29658647 46497792 10923 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528795 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 11352 10923 52 112 0 11236 0
Current children cumulated CPU time (s) 1543.07
Current children cumulated vsize (KiB) 61720

[startup+1604.11 s]
/proc/loadavg: 2.08 2.02 2.01 3/77 23253
/proc/meminfo: memFree=1402552/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=45408 CPUtime=1590.65
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 11952 0 0 0 159051 14 0 0 25 0 1 0 29658647 46497792 10924 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 11352 10924 52 112 0 11236 0
Current children cumulated CPU time (s) 1603.11
Current children cumulated vsize (KiB) 61720

[startup+1664.17 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 23253
/proc/meminfo: memFree=1402168/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=45408 CPUtime=1650.7
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 11952 0 0 0 165056 14 0 0 25 0 1 0 29658647 46497792 10924 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 11352 10924 52 112 0 11236 0
Current children cumulated CPU time (s) 1663.16
Current children cumulated vsize (KiB) 61720

[startup+1724.24 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 23253
/proc/meminfo: memFree=1402168/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=45408 CPUtime=1710.73
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 11952 0 0 0 171059 14 0 0 25 0 1 0 29658647 46497792 10924 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 11352 10924 52 112 0 11236 0
Current children cumulated CPU time (s) 1723.19
Current children cumulated vsize (KiB) 61720

[startup+1784.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/77 23253
/proc/meminfo: memFree=1401656/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=45408 CPUtime=1770.77
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 11952 0 0 0 177063 14 0 0 25 0 1 0 29658647 46497792 10924 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 11352 10924 52 112 0 11236 0
Current children cumulated CPU time (s) 1783.23
Current children cumulated vsize (KiB) 61720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.14 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 23253
/proc/meminfo: memFree=1401656/2055920 swapFree=4192956/4192956
[pid=23036] ppid=23034 vsize=16312 CPUtime=12.46
/proc/23036/stat : 23036 (sugar) S 23034 23036 22636 0 -1 4194304 1920 62380 0 2 6 1 1203 36 16 0 1 0 29657390 16703488 1432 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23036/statm: 4078 1432 373 3 0 1178 0
[pid=23055] ppid=23036 vsize=45408 CPUtime=1787.61
/proc/23055/stat : 23055 (minisat) R 23036 23036 22636 0 -1 0 11952 0 0 0 178747 14 0 0 25 0 1 0 29658647 46497792 10924 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23055/statm: 11352 10924 52 112 0 11236 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 61720

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23036 and gives childrusage.ru_utime.tv_sec=12 childrusage.ru_utime.tv_usec=101160 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=387941
CPU time returned by wait4() is 12.4891
while last known CPU time is 1800.08

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1802.16
CPU time (s): 1800.08
CPU user time (s): 1799.56
CPU system time (s): 0.52
CPU usage (%): 99.8847
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1012
system time used= 0.387941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64386
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= 3501
involuntary context switches= 3299

runsolver used 1.82572 s user time and 5.13522 s system time

The end

Launcher Data (download as text)

Begin job on node71 on Mon Jan 29 18:56:36 UTC 2007


IDJOB= 208209
IDBENCH= 4357
IDSOLVER= 86
FILE ID= node71/208209-1170096995

PBS_JOBID= 3689674

Free space on /tmp= 66561 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-31_ext.xml
COMMAND LINE= /tmp/evaluation/208209-1170096995/solver /tmp/evaluation/208209-1170096995 /tmp/evaluation/208209-1170096995/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-208209-1170096995 -o ROOT/results/node71/solver-208209-1170096995 -C 1800 -M 900  /tmp/evaluation/208209-1170096995/solver /tmp/evaluation/208209-1170096995 /tmp/evaluation/208209-1170096995/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  6b737ed045bb461e49473358c4984f2c

RANDOM SEED= 143566310

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.266
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.266
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:       1426016 kB
Buffers:         52328 kB
Cached:         422924 kB
SwapCached:          0 kB
Active:         240404 kB
Inactive:       315844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1426016 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3860 kB
Writeback:           0 kB
Mapped:          97780 kB
Slab:            58752 kB
Committed_AS:   521896 kB
PageTables:       2020 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= 66560 MiB



End job on node71 on Mon Jan 29 19:26:38 UTC 2007