Trace number 199696

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.11 1811.56

General information on the benchmark

Namerandom/rand-2-23/
rand-23-23-253-131-49021_ext.xml
MD5SUM351f4750f3442564d7eeac8c45aaaf15
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 benchmark2.01169
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.13	c # Sugar v0-40 (/tmp/evaluation/199696-1170094141/sugar-v0-40.jar)
0.13	
0.13	c # MAIN  BEGIN : /tmp/evaluation/199696-1170094141/unknown.xml [Mon Jan 29 19:09:01 2007]
0.13	c # CONVERT_XML  BEGIN : /tmp/evaluation/199696-1170094141/unknown.xml /tmp/evaluation/199696-1170094141/sugar25721.csp [Mon Jan 29 19:09:01 2007]
0.13	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199696-1170094141/sugar-v0-40.jar -convert /tmp/evaluation/199696-1170094141/unknown.xml /tmp/evaluation/199696-1170094141/sugar25721.csp
0.34	c BEGIN convert /tmp/evaluation/199696-1170094141/unknown.xml
0.88	c END convert (0.54327 seconds)
0.93	c # CONVERT_XML  END : /tmp/evaluation/199696-1170094141/sugar25721.csp 1069624 bytes (1 seconds) [Mon Jan 29 19:09:02 2007]
0.93	c # CONVERT_XML  CPU : 0.61 = 0 + 0 + 0.53 + 0.08
0.93	
0.93	c # GENERATE_SAT  BEGIN : /tmp/evaluation/199696-1170094141/sugar25721.bcnf [Mon Jan 29 19:09:02 2007]
0.93	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199696-1170094141/sugar-v0-40.jar -bcnf -map /tmp/evaluation/199696-1170094141/sugar25721.map /tmp/evaluation/199696-1170094141/sugar25721.csp /tmp/evaluation/199696-1170094141/sugar25721.bcnf
1.09	c BEGIN parse /tmp/evaluation/199696-1170094141/sugar25721.csp
5.08	c END parse (3.994664 seconds)
5.08	c BEGIN simplify
5.10	c END simplify (0.019986 seconds)
5.10	c BEGIN encode /tmp/evaluation/199696-1170094141/sugar25721.bcnf
5.31	c END encode (0.203715 seconds)
5.33	c # GENERATE_SAT  END : 506 variables 33626 clauses 645648 bytes (4 seconds) [Mon Jan 29 19:09:06 2007]
5.33	c # GENERATE_SAT  CPU : 4.32 = 0 + 0 + 4.18 + 0.14
5.33	
5.33	c # SOLVE_SAT  BEGIN : /tmp/evaluation/199696-1170094141/sugar25721.bcnf [Mon Jan 29 19:09:06 2007]
5.33	c # CMD : /tmp/evaluation/199696-1170094141/minisat /tmp/evaluation/199696-1170094141/sugar25721.bcnf /tmp/evaluation/199696-1170094141/sugar25721.out
5.38	c ==================================[MINISAT]===================================
5.42	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
5.42	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
5.42	c ==============================================================================
5.42	c |         0 |   33626   127780 |   11208       0        0     nan |  0.000 % |
5.42	c |       102 |   33627   127780 |   12328     101      821     8.1 |  0.000 % |
5.42	c |       252 |   33627   127780 |   13561     251     2010     8.0 |  0.013 % |
5.48	c |       477 |   33627   127780 |   14917     476     3921     8.2 |  0.013 % |
5.48	c |       814 |   33627   127780 |   16409     813     7075     8.7 |  0.013 % |
5.53	c |      1322 |   33628   127780 |   18050    1320    11413     8.6 |  0.014 % |
5.63	c |      2081 |   33629   127780 |   19855    2078    19113     9.2 |  0.014 % |
5.81	c |      3220 |   33629   127780 |   21841    3217    30172     9.4 |  0.014 % |
6.08	c |      4929 |   33629   127780 |   24025    4926    47256     9.6 |  0.015 % |
6.49	c |      7491 |   33629   127780 |   26427    7488    75827    10.1 |  0.014 % |
7.24	c |     11335 |   33629   127780 |   29070   11332   120203    10.6 |  0.015 % |
8.45	c |     17102 |   33630   127780 |   31977   17098   186318    10.9 |  0.015 % |
10.53	c |     25751 |   33633   127780 |   35175   25744   296166    11.5 |  0.015 % |
14.16	c |     38725 |   33635   127780 |   38693   15395   182133    11.8 |  0.007 % |
19.45	c |     58186 |   33640   127780 |   42562   34851   413810    11.9 |  0.014 % |
28.60	c |     87379 |   33646   127780 |   46818   34504   426694    12.4 |  0.015 % |
45.13	c |    131168 |   33651   127780 |   51500   44742   548798    12.3 |  0.017 % |
70.19	c |    196852 |   33658   127780 |   56650   36022   481949    13.4 |  0.018 % |
113.53	c |    295379 |   33662   127780 |   62315   52547   751129    14.3 |  0.018 % |
171.84	c |    443169 |   33555   127456 |   68547   15186   223880    14.7 |  0.198 % |
273.29	c |    664853 |   33569   127456 |   75401   23220   296859    12.8 |  0.209 % |
451.10	c |    997378 |   33575   127456 |   82942   60513   863808    14.3 |  0.213 % |
693.93	c |   1496168 |   33329   126615 |   91236   61884   969507    15.7 |  0.593 % |
1110.95	c |   2244351 |   33085   125745 |  100359   89064  1305600    14.7 |  0.989 % |
1789.40	c |   3366626 |   33099   125745 |  110395   30709   416836    13.6 |  0.994 % |
1811.56	s UNKNOWN
1811.56	c # ERROR No such file or directory /tmp/evaluation/199696-1170094141/sugar25721.out, at /tmp/evaluation/199696-1170094141/sugar line 393.
1811.56	
1811.56	c # MAIN  END :  (1811 seconds) [Mon Jan 29 19:39:12 2007]
1811.56	c # MAIN  CPU : 1800.04 = 0 + 0 + 1799.49 + 0.55
1811.56	
1811.56	
1811.56	s UNKNOWN
1811.56	c # INTERRUPTED
1811.56	c # MAIN  END :  (1811 seconds) [Mon Jan 29 19:39:12 2007]
1811.56	c # MAIN  CPU : 1800.04 = 0 + 0 + 1799.49 + 0.55
1811.56	

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/node12/watcher-199696-1170094141 -o ROOT/results/node12/solver-199696-1170094141 -C 1800 -M 900 /tmp/evaluation/199696-1170094141/solver /tmp/evaluation/199696-1170094141 /tmp/evaluation/199696-1170094141/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: 2.37 3.14 3.05 5/94 25722
/proc/meminfo: memFree=1279256/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=18540 CPUtime=0
/proc/25721/stat : 25721 (runsolver) R 25719 25721 25282 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29368530 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25721/statm: 4635 279 244 17 0 2626 0

[startup+0.108123 s]
/proc/loadavg: 2.37 3.14 3.05 5/94 25722
/proc/meminfo: memFree=1279256/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=12800 CPUtime=0.02
/proc/25721/stat : 25721 (sugar) R 25719 25721 25282 0 -1 4194304 812 0 3 0 1 1 0 0 18 0 1 0 29368530 13107200 534 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252449686000 0 0 4224 0 0 0 0 17 1 0 0
/proc/25721/statm: 3200 534 316 3 0 300 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12800

[startup+0.516196 s]
/proc/loadavg: 2.37 3.14 3.05 5/94 25722
/proc/meminfo: memFree=1279256/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=0.04
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1118 0 3 0 3 1 0 0 15 0 1 0 29368530 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25721/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33935 s]
/proc/loadavg: 2.37 3.14 3.05 4/102 25738
/proc/meminfo: memFree=1263384/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=0.65
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1187 7423 3 33 3 1 53 8 15 0 1 0 29368530 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 809 371 3 0 531 0
[pid=25731] ppid=25721 vsize=807064 CPUtime=0.34
/proc/25731/stat : 25731 (java) R 25721 25721 25282 0 -1 0 6509 0 1 0 30 4 0 0 20 0 8 0 29368623 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073523546 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25731/statm: 201766 6259 1494 14 0 189044 0
[pid=25731/tid=25732] ppid=25721 vsize=807064 CPUtime=0.02
/proc/25731/task/25732/stat : 25732 (java) S 25721 25721 25282 0 -1 64 457 0 0 0 2 0 0 0 16 0 8 0 29368626 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25733] ppid=25721 vsize=807064 CPUtime=0
/proc/25731/task/25733/stat : 25733 (java) S 25721 25721 25282 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29368626 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25734] ppid=25721 vsize=807064 CPUtime=0
/proc/25731/task/25734/stat : 25734 (java) S 25721 25721 25282 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29368626 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25735] ppid=25721 vsize=807064 CPUtime=0
/proc/25731/task/25735/stat : 25735 (java) S 25721 25721 25282 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29368629 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25736] ppid=25721 vsize=807064 CPUtime=0.05
/proc/25731/task/25736/stat : 25736 (java) S 25721 25721 25282 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29368629 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25737] ppid=25721 vsize=807064 CPUtime=0
/proc/25731/task/25737/stat : 25737 (java) S 25721 25721 25282 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29368629 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25738] ppid=25721 vsize=807064 CPUtime=0
/proc/25731/task/25738/stat : 25738 (java) S 25721 25721 25282 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29368629 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 820788

[startup+2.98965 s]
/proc/loadavg: 2.37 3.14 3.05 3/102 25738
/proc/meminfo: memFree=1232408/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=0.65
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1187 7423 3 33 3 1 53 8 15 0 1 0 29368530 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 809 371 3 0 531 0
[pid=25731] ppid=25721 vsize=807336 CPUtime=1.99
/proc/25731/stat : 25731 (java) R 25721 25721 25282 0 -1 0 12385 0 1 0 190 9 0 0 25 0 8 0 29368623 826712064 12121 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073448332 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25731/statm: 201834 12121 1506 14 0 189112 0
[pid=25731/tid=25732] ppid=25721 vsize=807336 CPUtime=0.44
/proc/25731/task/25732/stat : 25732 (java) S 25721 25721 25282 0 -1 64 6186 0 0 0 41 3 0 0 16 0 8 0 29368626 826712064 12121 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25733] ppid=25721 vsize=807336 CPUtime=0
/proc/25731/task/25733/stat : 25733 (java) S 25721 25721 25282 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29368626 826712064 12121 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25734] ppid=25721 vsize=807336 CPUtime=0
/proc/25731/task/25734/stat : 25734 (java) S 25721 25721 25282 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29368626 826712064 12121 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25735] ppid=25721 vsize=807336 CPUtime=0
/proc/25731/task/25735/stat : 25735 (java) S 25721 25721 25282 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29368629 826712064 12121 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25736] ppid=25721 vsize=807336 CPUtime=0.12
/proc/25731/task/25736/stat : 25736 (java) S 25721 25721 25282 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 29368629 826712064 12121 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25737] ppid=25721 vsize=807336 CPUtime=0
/proc/25731/task/25737/stat : 25737 (java) S 25721 25721 25282 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29368629 826712064 12121 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25731/tid=25738] ppid=25721 vsize=807336 CPUtime=0
/proc/25731/task/25738/stat : 25738 (java) S 25721 25721 25282 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29368629 826712064 12121 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 821060

[startup+6.19123 s]
/proc/loadavg: 2.34 3.12 3.05 4/95 25739
/proc/meminfo: memFree=1265872/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 15 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=3452 CPUtime=0.84
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 695 0 0 0 84 0 0 0 25 0 1 0 29369063 3534848 523 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 863 523 51 112 0 747 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 17176

[startup+12.6444 s]
/proc/loadavg: 2.32 3.11 3.04 4/95 25739
/proc/meminfo: memFree=1263568/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=5756 CPUtime=7.29
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 1257 0 0 0 728 1 0 0 25 0 1 0 29369063 5894144 1085 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 1439 1085 51 112 0 1323 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 19480

[startup+25.4877 s]
/proc/loadavg: 2.47 3.10 3.04 3/95 25739
/proc/meminfo: memFree=1262672/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=7080 CPUtime=20.14
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 1555 0 0 0 2012 2 0 0 25 0 1 0 29369063 7249920 1383 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 1770 1383 51 112 0 1654 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 20804

[startup+51.1013 s]
/proc/loadavg: 2.31 3.01 3.01 3/95 25739
/proc/meminfo: memFree=1261392/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=8424 CPUtime=45.7
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 1910 0 0 0 4568 2 0 0 25 0 1 0 29369063 8626176 1738 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528027 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 2106 1738 51 112 0 1990 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 22148

[startup+102.401 s]
/proc/loadavg: 2.27 2.90 2.97 3/95 25739
/proc/meminfo: memFree=1259792/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=10020 CPUtime=96.95
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 2316 0 0 0 9692 3 0 0 25 0 1 0 29369063 10260480 2144 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 2505 2144 51 112 0 2389 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 23744

[startup+162.471 s]
/proc/loadavg: 2.10 2.73 2.90 3/95 25739
/proc/meminfo: memFree=1258384/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=11536 CPUtime=156.96
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 2656 0 0 0 15692 4 0 0 25 0 1 0 29369063 11812864 2484 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 2884 2484 51 112 0 2768 0
Current children cumulated CPU time (s) 161.93
Current children cumulated vsize (KiB) 25260

[startup+222.571 s]
/proc/loadavg: 2.29 2.67 2.87 3/95 25739
/proc/meminfo: memFree=1257040/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=12868 CPUtime=216.83
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 2991 0 0 0 21679 4 0 0 25 0 1 0 29369063 13176832 2819 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 3217 2819 51 112 0 3101 0
Current children cumulated CPU time (s) 221.8
Current children cumulated vsize (KiB) 26592

[startup+282.638 s]
/proc/loadavg: 2.16 2.56 2.82 3/95 25739
/proc/meminfo: memFree=1256400/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=13408 CPUtime=276.57
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 3123 0 0 0 27653 4 0 0 25 0 1 0 29369063 13729792 2951 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528371 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 3352 2951 51 112 0 3236 0
Current children cumulated CPU time (s) 281.54
Current children cumulated vsize (KiB) 27132

[startup+342.715 s]
/proc/loadavg: 2.06 2.46 2.77 3/95 25739
/proc/meminfo: memFree=1255248/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=14624 CPUtime=336.35
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 3392 0 0 0 33630 5 0 0 25 0 1 0 29369063 14974976 3220 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 3656 3220 51 112 0 3540 0
Current children cumulated CPU time (s) 341.32
Current children cumulated vsize (KiB) 28348

[startup+402.791 s]
/proc/loadavg: 2.07 2.39 2.72 3/95 25739
/proc/meminfo: memFree=1254352/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0

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

/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=22048 CPUtime=1052.57
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 5198 0 0 0 105234 23 0 0 25 0 1 0 29369063 22577152 5026 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 5512 5026 51 112 0 5396 0
Current children cumulated CPU time (s) 1057.54
Current children cumulated vsize (KiB) 35772

[startup+1123.58 s]
/proc/loadavg: 2.06 2.12 2.37 4/95 26093
/proc/meminfo: memFree=1180560/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=22968 CPUtime=1112.12
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 5377 0 0 0 111188 24 0 0 25 0 1 0 29369063 23519232 5205 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525462 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 5742 5205 51 112 0 5626 0
Current children cumulated CPU time (s) 1117.09
Current children cumulated vsize (KiB) 36692

[startup+1183.68 s]
/proc/loadavg: 2.02 2.09 2.34 3/95 26093
/proc/meminfo: memFree=1179928/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=23512 CPUtime=1171.61
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 5499 0 0 0 117137 24 0 0 25 0 1 0 29369063 24076288 5327 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528406 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 5878 5327 51 112 0 5762 0
Current children cumulated CPU time (s) 1176.58
Current children cumulated vsize (KiB) 37236

[startup+1243.73 s]
/proc/loadavg: 2.25 2.14 2.34 3/95 26156
/proc/meminfo: memFree=1411608/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=24496 CPUtime=1231.21
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 5726 0 0 0 123093 28 0 0 25 0 1 0 29369063 25083904 5554 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 6124 5554 51 112 0 6008 0
Current children cumulated CPU time (s) 1236.18
Current children cumulated vsize (KiB) 38220

[startup+1303.79 s]
/proc/loadavg: 2.31 2.18 2.34 3/95 26156
/proc/meminfo: memFree=1174936/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=24904 CPUtime=1290.96
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 5828 0 0 0 129067 29 0 0 25 0 1 0 29369063 25501696 5656 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 6226 5656 51 112 0 6110 0
Current children cumulated CPU time (s) 1295.93
Current children cumulated vsize (KiB) 38628

[startup+1363.86 s]
/proc/loadavg: 2.14 2.16 2.33 3/95 26156
/proc/meminfo: memFree=1174296/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=25200 CPUtime=1350.5
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 5903 0 0 0 135021 29 0 0 25 0 1 0 29369063 25804800 5731 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 6300 5731 51 112 0 6184 0
Current children cumulated CPU time (s) 1355.47
Current children cumulated vsize (KiB) 38924

[startup+1423.96 s]
/proc/loadavg: 2.08 2.14 2.31 3/95 26156
/proc/meminfo: memFree=1173656/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=25512 CPUtime=1410.02
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 5996 0 0 0 140973 29 0 0 25 0 1 0 29369063 26124288 5824 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 6378 5824 51 112 0 6262 0
Current children cumulated CPU time (s) 1414.99
Current children cumulated vsize (KiB) 39236

[startup+1483.99 s]
/proc/loadavg: 2.03 2.11 2.28 3/95 26156
/proc/meminfo: memFree=1172824/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=26296 CPUtime=1469.47
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 6176 0 0 0 146917 30 0 0 25 0 1 0 29369063 26927104 6004 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 6574 6004 51 112 0 6458 0
Current children cumulated CPU time (s) 1474.44
Current children cumulated vsize (KiB) 40020

[startup+1544 s]
/proc/loadavg: 2.01 2.09 2.26 3/95 26156
/proc/meminfo: memFree=1172760/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=26296 CPUtime=1528.92
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 6177 0 0 0 152862 30 0 0 25 0 1 0 29369063 26927104 6005 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 6574 6005 51 112 0 6458 0
Current children cumulated CPU time (s) 1533.89
Current children cumulated vsize (KiB) 40020

[startup+1604.06 s]
/proc/loadavg: 2.04 2.08 2.25 3/88 26220
/proc/meminfo: memFree=1802448/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=26460 CPUtime=1588.65
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 6215 0 0 0 158834 31 0 0 25 0 1 0 29369063 27095040 6043 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 6615 6043 51 112 0 6499 0
Current children cumulated CPU time (s) 1593.62
Current children cumulated vsize (KiB) 40184

[startup+1664.11 s]
/proc/loadavg: 2.01 2.07 2.23 3/88 26222
/proc/meminfo: memFree=1798032/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=26596 CPUtime=1648.37
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 6249 0 0 0 164806 31 0 0 25 0 1 0 29369063 27234304 6077 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 6649 6077 51 112 0 6533 0
Current children cumulated CPU time (s) 1653.34
Current children cumulated vsize (KiB) 40320

[startup+1724.17 s]
/proc/loadavg: 2.00 2.05 2.22 3/88 26222
/proc/meminfo: memFree=1795920/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=26876 CPUtime=1708.15
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 6304 0 0 0 170783 32 0 0 25 0 1 0 29369063 27521024 6132 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528776 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 6719 6132 51 112 0 6603 0
Current children cumulated CPU time (s) 1713.12
Current children cumulated vsize (KiB) 40600

[startup+1784.23 s]
/proc/loadavg: 2.00 2.04 2.20 3/88 26222
/proc/meminfo: memFree=1794000/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=27044 CPUtime=1767.93
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 6342 0 0 0 176761 32 0 0 25 0 1 0 29369063 27693056 6170 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522256 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 6761 6170 51 112 0 6645 0
Current children cumulated CPU time (s) 1772.9
Current children cumulated vsize (KiB) 40768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.55 s]
/proc/loadavg: 2.00 2.04 2.19 3/88 26222
/proc/meminfo: memFree=1793872/2055920 swapFree=4192812/4192956
[pid=25721] ppid=25719 vsize=13724 CPUtime=4.97
/proc/25721/stat : 25721 (sugar) S 25719 25721 25282 0 -1 4194304 1273 26020 3 36 3 1 471 22 16 0 1 0 29368530 14053376 815 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25721/statm: 3431 815 373 3 0 531 0
[pid=25739] ppid=25721 vsize=27016 CPUtime=1795.09
/proc/25739/stat : 25739 (minisat) R 25721 25721 25282 0 -1 0 6365 0 0 0 179477 32 0 0 25 0 1 0 29369063 27664384 6161 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134532808 0 0 4096 3 0 0 0 17 0 0 0
/proc/25739/statm: 6754 6161 51 112 0 6638 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 40740

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

Child status: 1
Real time (s): 1811.56
CPU time (s): 1800.11
CPU user time (s): 1799.53
CPU system time (s): 0.577912
CPU usage (%): 99.3676
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.577912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33746
page faults= 39
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1609
involuntary context switches= 52063

runsolver used 1.88571 s user time and 5.30319 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon Jan 29 18:09:01 UTC 2007


IDJOB= 199696
IDBENCH= 3632
IDSOLVER= 86
FILE ID= node12/199696-1170094141

PBS_JOBID= 3689420

Free space on /tmp= 66543 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-23/rand-23-23-253-131-49021_ext.xml
COMMAND LINE= /tmp/evaluation/199696-1170094141/solver /tmp/evaluation/199696-1170094141 /tmp/evaluation/199696-1170094141/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-199696-1170094141 -o ROOT/results/node12/solver-199696-1170094141 -C 1800 -M 900  /tmp/evaluation/199696-1170094141/solver /tmp/evaluation/199696-1170094141 /tmp/evaluation/199696-1170094141/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  351f4750f3442564d7eeac8c45aaaf15

RANDOM SEED= 328890406

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.285
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.285
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:       1279864 kB
Buffers:         32388 kB
Cached:          37312 kB
SwapCached:          0 kB
Active:         687388 kB
Inactive:        32740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1279864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1748 kB
Writeback:           0 kB
Mapped:         675936 kB
Slab:            39728 kB
Committed_AS:   870704 kB
PageTables:       3292 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= 66555 MiB



End job on node12 on Mon Jan 29 18:39:12 UTC 2007