Trace number 210849

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 182.509 183.682

General information on the benchmark

NamepseudoSeries/uclid/
ooo-tag14.xml
MD5SUM38f6f36dbc36a524909911e073feb137
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 benchmark182.509
SatisfiableNO
(Un)Satisfiability was proved
Number of variables40605
Number of constraints118929
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension118929
Global constraints used (with number of constraints)

Solver Data (download as text)

0.10	c # Sugar v0-40 (/tmp/evaluation/210849-1170097996/sugar-v0-40.jar)
0.10	
0.10	c # MAIN  BEGIN : /tmp/evaluation/210849-1170097996/unknown.xml [Mon Jan 29 20:13:17 2007]
0.10	c # CONVERT_XML  BEGIN : /tmp/evaluation/210849-1170097996/unknown.xml /tmp/evaluation/210849-1170097996/sugar18311.csp [Mon Jan 29 20:13:17 2007]
0.10	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210849-1170097996/sugar-v0-40.jar -convert /tmp/evaluation/210849-1170097996/unknown.xml /tmp/evaluation/210849-1170097996/sugar18311.csp
0.22	c BEGIN convert /tmp/evaluation/210849-1170097996/unknown.xml
9.60	c END convert (9.376259 seconds)
9.65	c # CONVERT_XML  END : /tmp/evaluation/210849-1170097996/sugar18311.csp 5482635 bytes (10 seconds) [Mon Jan 29 20:13:27 2007]
9.65	c # CONVERT_XML  CPU : 9.48 = 0 + 0 + 9.03 + 0.45
9.65	
9.65	c # GENERATE_SAT  BEGIN : /tmp/evaluation/210849-1170097996/sugar18311.bcnf [Mon Jan 29 20:13:27 2007]
9.65	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210849-1170097996/sugar-v0-40.jar -bcnf -map /tmp/evaluation/210849-1170097996/sugar18311.map /tmp/evaluation/210849-1170097996/sugar18311.csp /tmp/evaluation/210849-1170097996/sugar18311.bcnf
9.77	c BEGIN parse /tmp/evaluation/210849-1170097996/sugar18311.csp
23.88	c END parse (14.110002 seconds)
23.88	c BEGIN simplify
23.92	c END simplify (0.038834 seconds)
23.92	c BEGIN encode /tmp/evaluation/210849-1170097996/sugar18311.bcnf
34.49	c END encode (10.570879 seconds)
35.13	c # GENERATE_SAT  END : 265334 variables 10466938 clauses 164210536 bytes (25 seconds) [Mon Jan 29 20:13:52 2007]
35.13	c # GENERATE_SAT  CPU : 25.27 = 0.54 + 0.05 + 23.64 + 1.04
35.13	
35.14	c # SOLVE_SAT  BEGIN : /tmp/evaluation/210849-1170097996/sugar18311.bcnf [Mon Jan 29 20:13:52 2007]
35.14	c # CMD : /tmp/evaluation/210849-1170097996/minisat /tmp/evaluation/210849-1170097996/sugar18311.bcnf /tmp/evaluation/210849-1170097996/sugar18311.out
41.01	c ==================================[MINISAT]===================================
41.01	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
41.01	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
41.01	c ==============================================================================
41.01	c |         0 | 10466321 30584672 | 3488773       0        0     nan |  0.000 % |
42.85	c |       101 | 10466329 30584672 | 3837650      93     2893    31.1 |  0.065 % |
45.53	c |       251 | 10466339 30584672 | 4221415     233     4442    19.1 |  0.065 % |
46.24	c |       476 | 10466344 30584672 | 4643556     453    17483    38.6 |  0.065 % |
47.69	c |       814 | 10466346 30584672 | 5107912     789    25074    31.8 |  0.065 % |
50.05	c |      1322 | 10466349 30584672 | 5618703    1294    34474    26.6 |  0.065 % |
53.11	c |      2082 | 10466364 30584672 | 6180574    2039    66536    32.6 |  0.065 % |
57.13	c |      3221 | 10466369 30584672 | 6798631    3173   152946    48.2 |  0.065 % |
65.39	c |      4929 | 10466421 30584672 | 7478494    4828   218624    45.3 |  0.066 % |
75.85	c |      7491 | 10466431 30584672 | 8226344    7380   366073    49.6 |  0.066 % |
91.12	c |     11335 | 10466496 30584648 | 9048978   11141   529319    47.5 |  0.067 % |
108.85	c |     17101 | 10466554 30584648 | 9953876   16849   785658    46.6 |  0.067 % |
147.91	c |     25750 | 10466608 30584588 | 10949264   25407  1113702    43.8 |  0.067 % |
183.51	c ==============================================================================
183.51	c restarts              : 13
183.51	c conflicts             : 34318          (234 /sec)
183.51	c decisions             : 44680          (305 /sec)
183.51	c propagations          : 187425543      (1277379 /sec)
183.51	c conflict literals     : 1428697        (40.93 % deleted)
183.51	c Memory used           : 440.60 MB
183.51	c CPU time              : 146.727 s
183.51	c 
183.51	c UNSATISFIABLE
183.58	c # SOLVE_SAT  END : UNSATISFIABLE (149 seconds) [Mon Jan 29 20:16:21 2007]
183.62	c # SOLVE_SAT  CPU : 147.6 = 0 + 0.01 + 146.72 + 0.87
183.62	
183.62	c # RESULT : UNSATISFIABLE
183.62	
183.62	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 20:16:21 2007]
183.62	s UNSATISFIABLE
183.62	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 20:16:21 2007]
183.62	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
183.62	
183.62	c # MAIN  END :  (184 seconds) [Mon Jan 29 20:16:21 2007]
183.62	c # MAIN  CPU : 182.35 = 0.54 + 0.06 + 179.39 + 2.36
183.62	

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/node68/watcher-210849-1170097996 -o ROOT/results/node68/solver-210849-1170097996 -C 1800 -M 900 /tmp/evaluation/210849-1170097996/solver /tmp/evaluation/210849-1170097996 /tmp/evaluation/210849-1170097996/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.93 1.97 2.07 5/75 18312
/proc/meminfo: memFree=1841128/2055920 swapFree=4192812/4192956
[pid=18311] ppid=18309 vsize=12268 CPUtime=0
/proc/18311/stat : 18311 (sugar) R 18309 18311 17514 0 -1 4194304 597 0 0 0 0 0 0 0 20 0 1 0 29757337 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257414625893 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18311/statm: 3067 316 241 3 0 167 0

[startup+0.105993 s]
/proc/loadavg: 1.93 1.97 2.07 5/75 18312
/proc/meminfo: memFree=1841128/2055920 swapFree=4192812/4192956
[pid=18311] ppid=18309 vsize=13724 CPUtime=0.04
/proc/18311/stat : 18311 (sugar) R 18309 18311 17514 0 -1 4194304 1085 0 0 0 3 1 0 0 18 0 1 0 29757337 14053376 803 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257414458015 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18311/statm: 3431 803 367 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.514016 s]
/proc/loadavg: 1.93 1.97 2.07 5/75 18312
/proc/meminfo: memFree=1841128/2055920 swapFree=4192812/4192956
[pid=18311] ppid=18309 vsize=13724 CPUtime=0.04
/proc/18311/stat : 18311 (sugar) S 18309 18311 17514 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29757337 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18311/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33708 s]
/proc/loadavg: 1.93 1.97 2.07 3/83 18320
/proc/meminfo: memFree=1788264/2055920 swapFree=4192812/4192956
[pid=18311] ppid=18309 vsize=13724 CPUtime=0.04
/proc/18311/stat : 18311 (sugar) S 18309 18311 17514 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29757337 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18311/statm: 3431 805 368 3 0 531 0
[pid=18313] ppid=18311 vsize=807280 CPUtime=1.21
/proc/18313/stat : 18313 (java) R 18311 18311 17514 0 -1 0 17230 0 1 0 110 11 0 0 25 0 8 0 29757347 826654720 16975 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073468072 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18313/statm: 201820 16975 1658 14 0 189098 0
[pid=18313/tid=18314] ppid=18311 vsize=807280 CPUtime=0.24
/proc/18313/task/18314/stat : 18314 (java) S 18311 18311 17514 0 -1 64 10765 0 0 0 19 5 0 0 16 0 8 0 29757350 826654720 16975 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18315] ppid=18311 vsize=807280 CPUtime=0
/proc/18313/task/18315/stat : 18315 (java) S 18311 18311 17514 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 29757351 826654720 16975 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18316] ppid=18311 vsize=807280 CPUtime=0
/proc/18313/task/18316/stat : 18316 (java) S 18311 18311 17514 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29757351 826654720 16975 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18317] ppid=18311 vsize=807280 CPUtime=0
/proc/18313/task/18317/stat : 18317 (java) S 18311 18311 17514 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29757354 826654720 16975 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18318] ppid=18311 vsize=807280 CPUtime=0.08
/proc/18313/task/18318/stat : 18318 (java) S 18311 18311 17514 0 -1 64 369 0 0 0 8 0 0 0 16 0 8 0 29757354 826654720 16975 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18319] ppid=18311 vsize=807280 CPUtime=0
/proc/18313/task/18319/stat : 18319 (java) S 18311 18311 17514 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29757354 826654720 16975 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18320] ppid=18311 vsize=807280 CPUtime=0
/proc/18313/task/18320/stat : 18320 (java) S 18311 18311 17514 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29757354 826654720 16975 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 821004

[startup+2.99024 s]
/proc/loadavg: 1.93 1.97 2.07 4/83 18320
/proc/meminfo: memFree=1726056/2055920 swapFree=4192812/4192956
[pid=18311] ppid=18309 vsize=13724 CPUtime=0.04
/proc/18311/stat : 18311 (sugar) S 18309 18311 17514 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29757337 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18311/statm: 3431 805 368 3 0 531 0
[pid=18313] ppid=18311 vsize=807280 CPUtime=2.86
/proc/18313/stat : 18313 (java) R 18311 18311 17514 0 -1 0 38264 0 1 0 262 24 0 0 25 0 8 0 29757347 826654720 38001 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18313/statm: 201820 38001 1690 14 0 189098 0
[pid=18313/tid=18314] ppid=18311 vsize=807280 CPUtime=0.74
/proc/18313/task/18314/stat : 18314 (java) S 18311 18311 17514 0 -1 64 31710 0 0 0 59 15 0 0 16 0 8 0 29757350 826654720 38001 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18315] ppid=18311 vsize=807280 CPUtime=0
/proc/18313/task/18315/stat : 18315 (java) S 18311 18311 17514 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 29757351 826654720 38001 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18316] ppid=18311 vsize=807280 CPUtime=0
/proc/18313/task/18316/stat : 18316 (java) S 18311 18311 17514 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29757351 826654720 38001 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18317] ppid=18311 vsize=807280 CPUtime=0
/proc/18313/task/18317/stat : 18317 (java) S 18311 18311 17514 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29757354 826654720 38001 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18318] ppid=18311 vsize=807280 CPUtime=0.11
/proc/18313/task/18318/stat : 18318 (java) R 18311 18311 17514 0 -1 64 386 0 0 0 11 0 0 0 16 0 8 0 29757354 826654720 38001 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18319] ppid=18311 vsize=807280 CPUtime=0
/proc/18313/task/18319/stat : 18319 (java) S 18311 18311 17514 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29757354 826654720 38001 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18320] ppid=18311 vsize=807280 CPUtime=0
/proc/18313/task/18320/stat : 18320 (java) S 18311 18311 17514 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29757354 826654720 38001 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) 821004

[startup+6.27553 s]
/proc/loadavg: 1.93 1.97 2.07 3/83 18320
/proc/meminfo: memFree=1614312/2055920 swapFree=4192812/4192956
[pid=18311] ppid=18309 vsize=13724 CPUtime=0.04
/proc/18311/stat : 18311 (sugar) S 18309 18311 17514 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29757337 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18311/statm: 3431 805 368 3 0 531 0
[pid=18313] ppid=18311 vsize=807408 CPUtime=6.13
/proc/18313/stat : 18313 (java) R 18311 18311 17514 0 -1 0 60043 0 1 0 578 35 0 0 25 0 8 0 29757347 826785792 57834 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073717198 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18313/statm: 201852 57834 1694 14 0 189130 0
[pid=18313/tid=18314] ppid=18311 vsize=807408 CPUtime=2.42
/proc/18313/task/18314/stat : 18314 (java) S 18311 18311 17514 0 -1 64 52503 0 0 0 216 26 0 0 25 0 8 0 29757350 826785792 57834 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18315] ppid=18311 vsize=807408 CPUtime=0
/proc/18313/task/18315/stat : 18315 (java) S 18311 18311 17514 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29757351 826785792 57834 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18316] ppid=18311 vsize=807408 CPUtime=0
/proc/18313/task/18316/stat : 18316 (java) S 18311 18311 17514 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 29757351 826785792 57834 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18317] ppid=18311 vsize=807408 CPUtime=0
/proc/18313/task/18317/stat : 18317 (java) S 18311 18311 17514 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29757354 826785792 57834 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18318] ppid=18311 vsize=807408 CPUtime=0.15
/proc/18313/task/18318/stat : 18318 (java) S 18311 18311 17514 0 -1 64 409 0 0 0 15 0 0 0 16 0 8 0 29757354 826785792 57834 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18319] ppid=18311 vsize=807408 CPUtime=0
/proc/18313/task/18319/stat : 18319 (java) S 18311 18311 17514 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29757354 826785792 57834 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18313/tid=18320] ppid=18311 vsize=807408 CPUtime=0
/proc/18313/task/18320/stat : 18320 (java) S 18311 18311 17514 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29757354 826785792 57834 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 821132

[startup+12.7761 s]
/proc/loadavg: 1.94 1.97 2.07 3/83 18328
/proc/meminfo: memFree=1772784/2055920 swapFree=4192812/4192956
[pid=18311] ppid=18309 vsize=13724 CPUtime=9.52
/proc/18311/stat : 18311 (sugar) S 18309 18311 17514 0 -1 4194304 1190 68356 0 1 3 1 903 45 15 0 1 0 29757337 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18311/statm: 3431 809 371 3 0 531 0
[pid=18321] ppid=18311 vsize=807064 CPUtime=3.09
/proc/18321/stat : 18321 (java) R 18311 18311 17514 0 -1 0 18381 0 1 0 298 11 0 0 25 0 8 0 29758302 826433536 18108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479595 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18321/statm: 201766 18108 1494 14 0 189044 0
[pid=18321/tid=18322] ppid=18311 vsize=807064 CPUtime=0.89
/proc/18321/task/18322/stat : 18322 (java) S 18311 18311 17514 0 -1 64 12305 0 0 0 83 6 0 0 16 0 8 0 29758305 826433536 18108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18321/tid=18323] ppid=18311 vsize=807064 CPUtime=0
/proc/18321/task/18323/stat : 18323 (java) S 18311 18311 17514 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29758306 826433536 18108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18321/tid=18324] ppid=18311 vsize=807064 CPUtime=0
/proc/18321/task/18324/stat : 18324 (java) S 18311 18311 17514 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29758306 826433536 18108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18321/tid=18325] ppid=18311 vsize=807064 CPUtime=0
/proc/18321/task/18325/stat : 18325 (java) S 18311 18311 17514 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29758309 826433536 18108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18321/tid=18326] ppid=18311 vsize=807064 CPUtime=0.05
/proc/18321/task/18326/stat : 18326 (java) S 18311 18311 17514 0 -1 64 293 0 0 0 5 0 0 0 16 0 8 0 29758309 826433536 18108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18321/tid=18327] ppid=18311 vsize=807064 CPUtime=0
/proc/18321/task/18327/stat : 18327 (java) S 18311 18311 17514 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29758309 826433536 18108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18321/tid=18328] ppid=18311 vsize=807064 CPUtime=0
/proc/18321/task/18328/stat : 18328 (java) S 18311 18311 17514 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29758309 826433536 18108 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 820788

[startup+25.5843 s]
/proc/loadavg: 1.95 1.97 2.07 3/83 18328
/proc/meminfo: memFree=1629232/2055920 swapFree=4192812/4192956
[pid=18311] ppid=18309 vsize=13724 CPUtime=9.52
/proc/18311/stat : 18311 (sugar) S 18309 18311 17514 0 -1 4194304 1190 68356 0 1 3 1 903 45 16 0 1 0 29757337 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18311/statm: 3431 809 371 3 0 531 0
[pid=18321] ppid=18311 vsize=807384 CPUtime=15.84
/proc/18321/stat : 18321 (java) R 18311 18311 17514 0 -1 0 49830 0 1 0 1548 36 0 0 25 0 8 0 29758302 826761216 49463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152096930 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18321/statm: 201846 49463 1510 14 0 189124 0
[pid=18321/tid=18322] ppid=18311 vsize=807384 CPUtime=2.88
/proc/18321/task/18322/stat : 18322 (java) S 18311 18311 17514 0 -1 64 43487 0 0 0 268 20 0 0 16 0 8 0 29758305 826761216 49463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18321/tid=18323] ppid=18311 vsize=807384 CPUtime=0
/proc/18321/task/18323/stat : 18323 (java) S 18311 18311 17514 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29758306 826761216 49463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18321/tid=18324] ppid=18311 vsize=807384 CPUtime=0
/proc/18321/task/18324/stat : 18324 (java) S 18311 18311 17514 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29758306 826761216 49463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18321/tid=18325] ppid=18311 vsize=807384 CPUtime=0
/proc/18321/task/18325/stat : 18325 (java) S 18311 18311 17514 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29758309 826761216 49463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18321/tid=18326] ppid=18311 vsize=807384 CPUtime=0.17
/proc/18321/task/18326/stat : 18326 (java) S 18311 18311 17514 0 -1 64 434 0 0 0 16 1 0 0 16 0 8 0 29758309 826761216 49463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18321/tid=18327] ppid=18311 vsize=807384 CPUtime=0
/proc/18321/task/18327/stat : 18327 (java) S 18311 18311 17514 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29758309 826761216 49463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18321/tid=18328] ppid=18311 vsize=807384 CPUtime=0
/proc/18321/task/18328/stat : 18328 (java) S 18311 18311 17514 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29758309 826761216 49463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 821108

[startup+51.1966 s]
/proc/loadavg: 2.03 1.99 2.07 3/76 18329
/proc/meminfo: memFree=1210664/2055920 swapFree=4192812/4192956
[pid=18311] ppid=18309 vsize=49344 CPUtime=34.8
/proc/18311/stat : 18311 (sugar) S 18309 18311 17514 0 -1 4194304 10018 118400 0 2 57 7 3267 149 16 0 1 0 29757337 50528256 9468 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18311/statm: 12336 9468 373 3 0 9436 0
[pid=18329] ppid=18311 vsize=440896 CPUtime=15.96
/proc/18329/stat : 18329 (minisat) R 18311 18311 17514 0 -1 0 106991 0 0 0 1519 77 0 0 25 0 1 0 29760851 451477504 105867 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528267 0 0 4096 3 0 0 0 17 1 0 0
/proc/18329/statm: 110224 105867 52 112 0 110108 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 490240

[startup+102.449 s]
/proc/loadavg: 2.01 1.99 2.07 3/76 18329
/proc/meminfo: memFree=1204840/2055920 swapFree=4192812/4192956
[pid=18311] ppid=18309 vsize=49344 CPUtime=34.8
/proc/18311/stat : 18311 (sugar) S 18309 18311 17514 0 -1 4194304 10018 118400 0 2 57 7 3267 149 16 0 1 0 29757337 50528256 9468 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18311/statm: 12336 9468 373 3 0 9436 0
[pid=18329] ppid=18311 vsize=447220 CPUtime=66.84
/proc/18329/stat : 18329 (minisat) R 18311 18311 17514 0 -1 0 108581 0 0 0 6605 79 0 0 25 0 1 0 29760851 457953280 107457 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/18329/statm: 111805 107457 52 112 0 111689 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 496564

[startup+162.533 s]
/proc/loadavg: 2.08 2.00 2.07 3/76 18329
/proc/meminfo: memFree=1201320/2055920 swapFree=4192812/4192956
[pid=18311] ppid=18309 vsize=49344 CPUtime=34.8
/proc/18311/stat : 18311 (sugar) S 18309 18311 17514 0 -1 4194304 10018 118400 0 2 57 7 3267 149 16 0 1 0 29757337 50528256 9468 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18311/statm: 12336 9468 373 3 0 9436 0
[pid=18329] ppid=18311 vsize=450352 CPUtime=126.63
/proc/18329/stat : 18329 (minisat) R 18311 18311 17514 0 -1 0 109345 0 0 0 12584 79 0 0 25 0 1 0 29760851 461160448 108221 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18329/statm: 112588 108221 52 112 0 112472 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 499696

Child status: 0
Real time (s): 183.682
CPU time (s): 182.509
CPU user time (s): 179.975
CPU system time (s): 2.53461
CPU usage (%): 99.3614
Max. virtual memory (cumulated for all children) (KiB): 825156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.975
system time used= 2.53461
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238070
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= 3203
involuntary context switches= 4973

runsolver used 0.209968 s user time and 0.612906 s system time

The end

Launcher Data (download as text)

Begin job on node68 on Mon Jan 29 19:13:17 UTC 2007


IDJOB= 210849
IDBENCH= 4650
IDSOLVER= 86
FILE ID= node68/210849-1170097996

PBS_JOBID= 3689686

Free space on /tmp= 66542 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  38f6f36dbc36a524909911e073feb137

RANDOM SEED= 757081180

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.234
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.234
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:       1841608 kB
Buffers:         34012 kB
Cached:          80364 kB
SwapCached:          0 kB
Active:         102360 kB
Inactive:        60232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           18468 kB
Writeback:           0 kB
Mapped:          59132 kB
Slab:            37152 kB
Committed_AS:   198200 kB
PageTables:       1788 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= 66542 MiB



End job on node68 on Mon Jan 29 19:16:21 UTC 2007