Trace number 211078

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.40UNSAT 55.6135 56.0173

General information on the benchmark

NamepseudoSeries/uclid/
ooo-tag12.xml
MD5SUMd75ffaf5e9d380ee0d7426ec33536dcb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark55.6135
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20605
Number of constraints59850
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension59850
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/211078-1170098036/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/211078-1170098036/unknown.xml [Mon Jan 29 20:13:58 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/211078-1170098036/unknown.xml /tmp/evaluation/211078-1170098036/sugar26761.csp [Mon Jan 29 20:13:58 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/211078-1170098036/sugar-v0-40.jar -convert /tmp/evaluation/211078-1170098036/unknown.xml /tmp/evaluation/211078-1170098036/sugar26761.csp
0.21	c BEGIN convert /tmp/evaluation/211078-1170098036/unknown.xml
4.69	c END convert (4.483967 seconds)
4.77	c # CONVERT_XML  END : /tmp/evaluation/211078-1170098036/sugar26761.csp 2741022 bytes (5 seconds) [Mon Jan 29 20:14:03 2007]
4.77	c # CONVERT_XML  CPU : 4.59 = 0 + 0 + 4.36 + 0.23
4.77	
4.77	c # GENERATE_SAT  BEGIN : /tmp/evaluation/211078-1170098036/sugar26761.bcnf [Mon Jan 29 20:14:03 2007]
4.77	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/211078-1170098036/sugar-v0-40.jar -bcnf -map /tmp/evaluation/211078-1170098036/sugar26761.map /tmp/evaluation/211078-1170098036/sugar26761.csp /tmp/evaluation/211078-1170098036/sugar26761.bcnf
4.89	c BEGIN parse /tmp/evaluation/211078-1170098036/sugar26761.csp
12.29	c END parse (7.397052 seconds)
12.29	c BEGIN simplify
12.33	c END simplify (0.03628 seconds)
12.33	c BEGIN encode /tmp/evaluation/211078-1170098036/sugar26761.bcnf
14.95	c END encode (2.624911 seconds)
15.30	c # GENERATE_SAT  END : 116975 variables 2439635 clauses 37639360 bytes (10 seconds) [Mon Jan 29 20:14:13 2007]
15.30	c # GENERATE_SAT  CPU : 10.46 = 0.28 + 0.03 + 9.87 + 0.28
15.30	
15.30	c # SOLVE_SAT  BEGIN : /tmp/evaluation/211078-1170098036/sugar26761.bcnf [Mon Jan 29 20:14:13 2007]
15.30	c # CMD : /tmp/evaluation/211078-1170098036/minisat /tmp/evaluation/211078-1170098036/sugar26761.bcnf /tmp/evaluation/211078-1170098036/sugar26761.out
16.70	c ==================================[MINISAT]===================================
16.70	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
16.70	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
16.70	c ==============================================================================
16.70	c |         0 | 2439498  6969997 |  813166       0        0     nan |  0.000 % |
17.28	c |       100 | 2439505  6969997 |  894482      91     1058    11.6 |  0.041 % |
17.47	c |       251 | 2439507  6969997 |  983930     240     5758    24.0 |  0.041 % |
17.73	c |       476 | 2439517  6969997 | 1082323     455    14275    31.4 |  0.041 % |
18.59	c |       814 | 2439527  6969997 | 1190556     783    23381    29.9 |  0.041 % |
19.30	c |      1320 | 2439539  6969997 | 1309611    1277    37761    29.6 |  0.041 % |
20.39	c |      2079 | 2439559  6969997 | 1440573    2016    60592    30.1 |  0.041 % |
21.82	c |      3219 | 2439584  6969985 | 1584630    3116    86450    27.7 |  0.041 % |
25.06	c |      4929 | 2439609  6969985 | 1743093    4801   136659    28.5 |  0.041 % |
28.05	c |      7492 | 2439210  6969550 | 1917402    7331   208672    28.5 |  0.166 % |
35.66	c |     11337 | 2439228  6969550 | 2109143   11158   362079    32.5 |  0.166 % |
44.09	c |     17104 | 2439266  6969550 | 2320057   16817   597330    35.5 |  0.342 % |
55.96	c ==============================================================================
55.96	c restarts              : 12
55.96	c conflicts             : 23697          (589 /sec)
55.96	c decisions             : 30564          (759 /sec)
55.96	c propagations          : 70835668       (1759198 /sec)
55.96	c conflict literals     : 794760         (36.87 % deleted)
55.96	c Memory used           : 104.10 MB
55.96	c CPU time              : 40.2659 s
55.96	c 
55.96	c UNSATISFIABLE
56.01	c # SOLVE_SAT  END : UNSATISFIABLE (41 seconds) [Mon Jan 29 20:14:54 2007]
56.01	c # SOLVE_SAT  CPU : 40.48 = 0.01 + 0 + 40.26 + 0.21
56.01	
56.01	c # RESULT : UNSATISFIABLE
56.01	
56.01	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 20:14:54 2007]
56.01	s UNSATISFIABLE
56.01	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 20:14:54 2007]
56.01	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
56.01	
56.01	c # MAIN  END :  (56 seconds) [Mon Jan 29 20:14:54 2007]
56.01	c # MAIN  CPU : 55.53 = 0.29 + 0.03 + 54.49 + 0.72
56.01	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node2/watcher-211078-1170098036 -o ROOT/results/node2/solver-211078-1170098036 -C 1800 -M 900 /tmp/evaluation/211078-1170098036/solver /tmp/evaluation/211078-1170098036 /tmp/evaluation/211078-1170098036/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.77 1.92 2.05 5/87 26762
/proc/meminfo: memFree=1761664/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=12128 CPUtime=0
/proc/26761/stat : 26761 (sugar) R 26759 26761 26696 0 -1 4194304 504 0 0 0 0 0 0 0 20 0 1 0 29758755 12419072 223 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206399276791 0 0 4224 0 0 0 0 17 1 0 0
/proc/26761/statm: 3032 223 169 3 0 132 0

[startup+0.105466 s]
/proc/loadavg: 1.77 1.92 2.05 5/87 26762
/proc/meminfo: memFree=1761664/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=13724 CPUtime=0.03
/proc/26761/stat : 26761 (sugar) S 26759 26761 26696 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29758755 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26761/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.517511 s]
/proc/loadavg: 1.77 1.92 2.05 5/87 26762
/proc/meminfo: memFree=1761664/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=13724 CPUtime=0.03
/proc/26761/stat : 26761 (sugar) S 26759 26761 26696 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29758755 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26761/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3446 s]
/proc/loadavg: 1.77 1.92 2.05 4/95 26770
/proc/meminfo: memFree=1708480/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=13724 CPUtime=0.03
/proc/26761/stat : 26761 (sugar) S 26759 26761 26696 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29758755 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26761/statm: 3431 805 368 3 0 531 0
[pid=26763] ppid=26761 vsize=807280 CPUtime=1.23
/proc/26763/stat : 26763 (java) R 26761 26761 26696 0 -1 0 17276 0 1 0 113 10 0 0 18 0 8 0 29758761 826654720 17021 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073488742 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26763/statm: 201820 17021 1658 14 0 189098 0
[pid=26763/tid=26764] ppid=26761 vsize=807280 CPUtime=0.23
/proc/26763/task/26764/stat : 26764 (java) S 26761 26761 26696 0 -1 64 10810 0 0 0 18 5 0 0 16 0 8 0 29758768 826654720 17021 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26763/tid=26765] ppid=26761 vsize=807280 CPUtime=0
/proc/26763/task/26765/stat : 26765 (java) S 26761 26761 26696 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 29758769 826654720 17021 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26763/tid=26766] ppid=26761 vsize=807280 CPUtime=0
/proc/26763/task/26766/stat : 26766 (java) S 26761 26761 26696 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29758769 826654720 17021 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26763/tid=26767] ppid=26761 vsize=807280 CPUtime=0
/proc/26763/task/26767/stat : 26767 (java) S 26761 26761 26696 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29758772 826654720 17021 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26763/tid=26768] ppid=26761 vsize=807280 CPUtime=0.08
/proc/26763/task/26768/stat : 26768 (java) R 26761 26761 26696 0 -1 64 369 0 0 0 8 0 0 0 19 0 8 0 29758772 826654720 17021 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26763/tid=26769] ppid=26761 vsize=807280 CPUtime=0
/proc/26763/task/26769/stat : 26769 (java) S 26761 26761 26696 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29758772 826654720 17021 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26763/tid=26770] ppid=26761 vsize=807280 CPUtime=0
/proc/26763/task/26770/stat : 26770 (java) S 26761 26761 26696 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29758772 826654720 17021 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 821004

[startup+2.98177 s]
/proc/loadavg: 1.77 1.92 2.05 3/95 26770
/proc/meminfo: memFree=1651904/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=13724 CPUtime=0.03
/proc/26761/stat : 26761 (sugar) S 26759 26761 26696 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29758755 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26761/statm: 3431 805 368 3 0 531 0
[pid=26763] ppid=26761 vsize=807408 CPUtime=2.87
/proc/26763/stat : 26763 (java) R 26761 26761 26696 0 -1 0 32013 0 1 0 270 17 0 0 25 0 8 0 29758761 826785792 31752 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26763/statm: 201852 31752 1690 14 0 189130 0
[pid=26763/tid=26764] ppid=26761 vsize=807408 CPUtime=0.67
/proc/26763/task/26764/stat : 26764 (java) R 26761 26761 26696 0 -1 64 25422 0 0 0 57 10 0 0 16 0 8 0 29758768 826785792 31752 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4154024286 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26763/tid=26765] ppid=26761 vsize=807408 CPUtime=0
/proc/26763/task/26765/stat : 26765 (java) S 26761 26761 26696 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 29758769 826785792 31752 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26763/tid=26766] ppid=26761 vsize=807408 CPUtime=0
/proc/26763/task/26766/stat : 26766 (java) S 26761 26761 26696 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29758769 826785792 31752 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26763/tid=26767] ppid=26761 vsize=807408 CPUtime=0
/proc/26763/task/26767/stat : 26767 (java) S 26761 26761 26696 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29758772 826785792 31752 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26763/tid=26768] ppid=26761 vsize=807408 CPUtime=0.16
/proc/26763/task/26768/stat : 26768 (java) S 26761 26761 26696 0 -1 64 413 0 0 0 16 0 0 0 16 0 8 0 29758772 826785792 31752 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26763/tid=26769] ppid=26761 vsize=807408 CPUtime=0
/proc/26763/task/26769/stat : 26769 (java) S 26761 26761 26696 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29758772 826785792 31752 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26763/tid=26770] ppid=26761 vsize=807408 CPUtime=0
/proc/26763/task/26770/stat : 26770 (java) S 26761 26761 26696 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29758772 826785792 31752 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821132

[startup+6.26911 s]
/proc/loadavg: 1.86 1.94 2.06 5/95 26778
/proc/meminfo: memFree=1728192/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=13724 CPUtime=4.62
/proc/26761/stat : 26761 (sugar) S 26759 26761 26696 0 -1 4194304 1190 36387 0 1 3 0 436 23 15 0 1 0 29758755 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26761/statm: 3431 809 371 3 0 531 0
[pid=26771] ppid=26761 vsize=807064 CPUtime=1.47
/proc/26771/stat : 26771 (java) R 26761 26761 26696 0 -1 0 11505 0 1 0 141 6 0 0 22 0 8 0 29759233 826433536 11246 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479595 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26771/statm: 201766 11246 1494 14 0 189044 0
[pid=26771/tid=26772] ppid=26761 vsize=807064 CPUtime=0.36
/proc/26771/task/26772/stat : 26772 (java) S 26761 26761 26696 0 -1 64 5443 0 0 0 35 1 0 0 16 0 8 0 29759236 826433536 11246 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26771/tid=26773] ppid=26761 vsize=807064 CPUtime=0
/proc/26771/task/26773/stat : 26773 (java) S 26761 26761 26696 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29759237 826433536 11246 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26771/tid=26774] ppid=26761 vsize=807064 CPUtime=0
/proc/26771/task/26774/stat : 26774 (java) S 26761 26761 26696 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29759237 826433536 11246 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26771/tid=26775] ppid=26761 vsize=807064 CPUtime=0
/proc/26771/task/26775/stat : 26775 (java) S 26761 26761 26696 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29759240 826433536 11246 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26771/tid=26776] ppid=26761 vsize=807064 CPUtime=0.05
/proc/26771/task/26776/stat : 26776 (java) S 26761 26761 26696 0 -1 64 293 0 0 0 5 0 0 0 19 0 8 0 29759240 826433536 11246 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26771/tid=26777] ppid=26761 vsize=807064 CPUtime=0
/proc/26771/task/26777/stat : 26777 (java) S 26761 26761 26696 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29759240 826433536 11246 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26771/tid=26778] ppid=26761 vsize=807064 CPUtime=0
/proc/26771/task/26778/stat : 26778 (java) S 26761 26761 26696 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29759240 826433536 11246 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 820788

[startup+12.7678 s]
/proc/loadavg: 1.95 1.96 2.06 3/95 26778
/proc/meminfo: memFree=1650560/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=13724 CPUtime=4.62
/proc/26761/stat : 26761 (sugar) S 26759 26761 26696 0 -1 4194304 1190 36387 0 1 3 0 436 23 16 0 1 0 29758755 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26761/statm: 3431 809 371 3 0 531 0
[pid=26771] ppid=26761 vsize=807376 CPUtime=7.94
/proc/26771/stat : 26771 (java) R 26761 26761 26696 0 -1 0 29651 0 1 0 777 17 0 0 25 0 8 0 29759233 826753024 29342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073818964 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26771/statm: 201844 29342 1511 14 0 189122 0
[pid=26771/tid=26772] ppid=26761 vsize=807376 CPUtime=1.45
/proc/26771/task/26772/stat : 26772 (java) S 26761 26761 26696 0 -1 64 23366 0 0 0 135 10 0 0 16 0 8 0 29759236 826753024 29342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26771/tid=26773] ppid=26761 vsize=807376 CPUtime=0
/proc/26771/task/26773/stat : 26773 (java) S 26761 26761 26696 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29759237 826753024 29342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26771/tid=26774] ppid=26761 vsize=807376 CPUtime=0
/proc/26771/task/26774/stat : 26774 (java) S 26761 26761 26696 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29759237 826753024 29342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26771/tid=26775] ppid=26761 vsize=807376 CPUtime=0
/proc/26771/task/26775/stat : 26775 (java) S 26761 26761 26696 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29759240 826753024 29342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26771/tid=26776] ppid=26761 vsize=807376 CPUtime=0.18
/proc/26771/task/26776/stat : 26776 (java) S 26761 26761 26696 0 -1 64 433 0 0 0 17 1 0 0 16 0 8 0 29759240 826753024 29342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26771/tid=26777] ppid=26761 vsize=807376 CPUtime=0
/proc/26771/task/26777/stat : 26777 (java) S 26761 26761 26696 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29759240 826753024 29342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26771/tid=26778] ppid=26761 vsize=807376 CPUtime=0
/proc/26771/task/26778/stat : 26778 (java) S 26761 26761 26696 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29759240 826753024 29342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 821100

[startup+25.6191 s]
/proc/loadavg: 1.96 1.96 2.06 3/88 26779
/proc/meminfo: memFree=1601272/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=32644 CPUtime=15.08
/proc/26761/stat : 26761 (sugar) S 26759 26761 26696 0 -1 4194304 5905 66196 0 2 31 3 1423 51 16 0 1 0 29758755 33427456 5419 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26761/statm: 8161 5419 373 3 0 5261 0
[pid=26779] ppid=26761 vsize=103852 CPUtime=10.24
/proc/26779/stat : 26779 (minisat) R 26761 26761 26696 0 -1 0 25996 0 0 0 1007 17 0 0 25 0 1 0 29760286 106344448 24941 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134524987 0 0 4096 3 0 0 0 17 1 0 0
/proc/26779/statm: 25963 24941 51 112 0 25847 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 136496

[startup+51.2988 s]
/proc/loadavg: 1.98 1.96 2.06 3/88 26779
/proc/meminfo: memFree=1598392/2055920 swapFree=4192812/4192956
[pid=26761] ppid=26759 vsize=32644 CPUtime=15.09
/proc/26761/stat : 26761 (sugar) S 26759 26761 26696 0 -1 4194304 5905 66196 0 2 32 3 1423 51 16 0 1 0 29758755 33427456 5419 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26761/statm: 8161 5419 373 3 0 5261 0
[pid=26779] ppid=26761 vsize=106492 CPUtime=35.8
/proc/26779/stat : 26779 (minisat) R 26761 26761 26696 0 -1 0 26660 0 0 0 3561 19 0 0 25 0 1 0 29760286 109047808 25605 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26779/statm: 26623 25605 51 112 0 26507 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 139136

Child status: 0
Real time (s): 56.0173
CPU time (s): 55.6135
CPU user time (s): 54.8187
CPU system time (s): 0.794879
CPU usage (%): 99.2792
Max. virtual memory (cumulated for all children) (KiB): 821132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.8187
system time used= 0.794879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98868
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= 2218
involuntary context switches= 3767

runsolver used 0.058991 s user time and 0.197969 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Jan 29 19:13:58 UTC 2007


IDJOB= 211078
IDBENCH= 4666
IDSOLVER= 86
FILE ID= node2/211078-1170098036

PBS_JOBID= 3689481

Free space on /tmp= 66550 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/ooo-tag12.xml
COMMAND LINE= /tmp/evaluation/211078-1170098036/solver /tmp/evaluation/211078-1170098036 /tmp/evaluation/211078-1170098036/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-211078-1170098036 -o ROOT/results/node2/solver-211078-1170098036 -C 1800 -M 900  /tmp/evaluation/211078-1170098036/solver /tmp/evaluation/211078-1170098036 /tmp/evaluation/211078-1170098036/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  d75ffaf5e9d380ee0d7426ec33536dcb

RANDOM SEED= 238179033

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.247
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.247
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:       1762080 kB
Buffers:         36680 kB
Cached:          88032 kB
SwapCached:          0 kB
Active:         167000 kB
Inactive:        71324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9948 kB
Writeback:           0 kB
Mapped:         133268 kB
Slab:            40212 kB
Committed_AS:   488584 kB
PageTables:       2260 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= 66550 MiB



End job on node2 on Mon Jan 29 19:14:54 UTC 2007