Trace number 223331

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.40SAT 28.7966 28.9108

General information on the benchmark

Namerandom/rand-2-30-15-fcd/
rand-2-30-15-306-230-fcd-23_ext.xml
MD5SUMfcfcb0c0ccf8cc6eab50b20ee7e83dbd
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 benchmark0.351946
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables30
Number of constraints221
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension221
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/223331-1170102810/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/223331-1170102810/unknown.xml [Mon Jan 29 21:33:32 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/223331-1170102810/unknown.xml /tmp/evaluation/223331-1170102810/sugar27948.csp [Mon Jan 29 21:33:32 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223331-1170102810/sugar-v0-40.jar -convert /tmp/evaluation/223331-1170102810/unknown.xml /tmp/evaluation/223331-1170102810/sugar27948.csp
0.16	c BEGIN convert /tmp/evaluation/223331-1170102810/unknown.xml
0.51	c END convert (0.355472 seconds)
0.54	c # CONVERT_XML  END : /tmp/evaluation/223331-1170102810/sugar27948.csp 447874 bytes (0 seconds) [Mon Jan 29 21:33:32 2007]
0.54	c # CONVERT_XML  CPU : 0.46 = 0 + 0 + 0.41 + 0.05
0.54	
0.54	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223331-1170102810/sugar27948.bcnf [Mon Jan 29 21:33:32 2007]
0.54	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223331-1170102810/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223331-1170102810/sugar27948.map /tmp/evaluation/223331-1170102810/sugar27948.csp /tmp/evaluation/223331-1170102810/sugar27948.bcnf
0.65	c BEGIN parse /tmp/evaluation/223331-1170102810/sugar27948.csp
4.27	c END parse (3.620069 seconds)
4.29	c BEGIN simplify
4.31	c END simplify (0.043604 seconds)
4.31	c BEGIN encode /tmp/evaluation/223331-1170102810/sugar27948.bcnf
4.56	c END encode (0.243658 seconds)
4.61	c # GENERATE_SAT  END : 3630 variables 20496 clauses 1869888 bytes (4 seconds) [Mon Jan 29 21:33:36 2007]
4.61	c # GENERATE_SAT  CPU : 4.05 = 0.03 + 0.01 + 3.88 + 0.13
4.61	
4.61	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223331-1170102810/sugar27948.bcnf [Mon Jan 29 21:33:36 2007]
4.61	c # CMD : /tmp/evaluation/223331-1170102810/minisat /tmp/evaluation/223331-1170102810/sugar27948.bcnf /tmp/evaluation/223331-1170102810/sugar27948.out
4.66	c ==================================[MINISAT]===================================
4.66	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
4.66	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
4.66	c ==============================================================================
4.66	c |         0 |   20496   446970 |    6832       0        0     nan |  0.000 % |
4.67	c |       100 |   20496   446970 |    7515     100     3228    32.3 |  0.000 % |
4.69	c |       250 |   20498   446970 |    8266     248     4957    20.0 |  0.000 % |
4.71	c |       479 |   20498   446970 |    9093     477     7431    15.6 |  0.001 % |
4.75	c |       816 |   20499   446970 |   10002     813    11284    13.9 |  0.001 % |
4.81	c |      1322 |   20500   446970 |   11003    1318    16855    12.8 |  0.001 % |
4.90	c |      2081 |   20500   446970 |   12103    2077    26447    12.7 |  0.000 % |
5.06	c |      3221 |   20500   446970 |   13313    3217    40843    12.7 |  0.000 % |
5.33	c |      4929 |   20501   446970 |   14644    4924    69009    14.0 |  0.001 % |
5.75	c |      7491 |   20502   446970 |   16109    7485   113323    15.1 |  0.001 % |
6.45	c |     11335 |   20503   446970 |   17720   11328   177548    15.7 |  0.001 % |
7.70	c |     17102 |   20506   446970 |   19492   17092   276363    16.2 |  0.002 % |
9.69	c |     25754 |   20450   446560 |   21441    3644    60940    16.7 |  0.028 % |
11.93	c |     38728 |   20356   446172 |   23585    8803   174527    19.8 |  0.386 % |
16.31	c |     58189 |   20193   444526 |   25944   15050   321678    21.4 |  1.267 % |
24.43	c |     87382 |   20214   444526 |   28538   17739   415309    23.4 |  1.267 % |
28.61	c ==============================================================================
28.61	c restarts              : 16
28.61	c conflicts             : 101691         (4246 /sec)
28.61	c decisions             : 162171         (6771 /sec)
28.61	c propagations          : 19258642       (804073 /sec)
28.61	c conflict literals     : 2179295        (53.49 % deleted)
28.61	c Memory used           : 7.98 MB
28.61	c CPU time              : 23.9514 s
28.61	c 
28.61	c SATISFIABLE
28.62	c # SOLVE_SAT  END : SATISFIABLE (24 seconds) [Mon Jan 29 21:34:00 2007]
28.62	c # SOLVE_SAT  CPU : 23.97 = 0 + 0 + 23.95 + 0.02
28.62	
28.62	c # RESULT : SATISFIABLE
28.62	
28.62	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 21:34:00 2007]
28.73	c BEGIN read SAT output /tmp/evaluation/223331-1170102810/sugar27948.out
28.76	c END read SAT output (0.029864 seconds)
28.76	c BEGIN write solution /tmp/evaluation/223331-1170102810/sugar27948.sol
28.88	c END write solution (0.12248 seconds)
28.90	s SATISFIABLE
28.90	v 2 8 5 14 1 10 5 3 1 5 7 3 10 13 8 0 14 10 13 6 0 5 9 3 12 12 10 10 14 13
28.90	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 21:34:01 2007]
28.90	c # OUTPUT_SOL  CPU : 0.26 = 0 + 0 + 0.23 + 0.03
28.90	
28.90	c # MAIN  END :  (29 seconds) [Mon Jan 29 21:34:01 2007]
28.90	c # MAIN  CPU : 28.74 = 0.03 + 0.01 + 28.47 + 0.23
28.90	

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node4/watcher-223331-1170102810 -o ROOT/results/node4/solver-223331-1170102810 -C 1800 -M 900 /tmp/evaluation/223331-1170102810/solver /tmp/evaluation/223331-1170102810 /tmp/evaluation/223331-1170102810/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: 0.48 1.50 2.03 4/81 27949
/proc/meminfo: memFree=1844864/2055920 swapFree=4192812/4192956
[pid=27948] ppid=27946 vsize=12268 CPUtime=0
/proc/27948/stat : 27948 (sugar) R 27946 27948 27261 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 30236017 12562432 315 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259913382501 0 0 4224 0 0 0 0 17 1 0 0
/proc/27948/statm: 3067 315 241 3 0 167 0

[startup+0.102628 s]
/proc/loadavg: 0.48 1.50 2.03 4/81 27949
/proc/meminfo: memFree=1844864/2055920 swapFree=4192812/4192956
[pid=27948] ppid=27946 vsize=13724 CPUtime=0.03
/proc/27948/stat : 27948 (sugar) S 27946 27948 27261 0 -1 4194304 1112 0 0 0 3 0 0 0 16 0 1 0 30236017 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27948/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510671 s]
/proc/loadavg: 0.48 1.50 2.03 4/81 27949
/proc/meminfo: memFree=1844864/2055920 swapFree=4192812/4192956
[pid=27948] ppid=27946 vsize=13724 CPUtime=0.03
/proc/27948/stat : 27948 (sugar) S 27946 27948 27261 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 30236017 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27948/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33274 s]
/proc/loadavg: 0.48 1.50 2.03 2/89 27968
/proc/meminfo: memFree=1818304/2055920 swapFree=4192812/4192956
[pid=27948] ppid=27946 vsize=13724 CPUtime=0.49
/proc/27948/stat : 27948 (sugar) S 27946 27948 27261 0 -1 4194304 1190 6861 0 1 3 0 41 5 15 0 1 0 30236017 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27948/statm: 3431 809 371 3 0 531 0
[pid=27958] ppid=27948 vsize=807336 CPUtime=0.76
/proc/27958/stat : 27958 (java) R 27948 27948 27261 0 -1 0 8289 0 1 0 72 4 0 0 16 0 8 0 30236071 826712064 8036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072926602 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27958/statm: 201834 8036 1506 14 0 189112 0
[pid=27958/tid=27962] ppid=27948 vsize=807336 CPUtime=0.11
/proc/27958/task/27962/stat : 27962 (java) S 27948 27948 27261 0 -1 64 2126 0 0 0 11 0 0 0 16 0 8 0 30236075 826712064 8036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27958/tid=27963] ppid=27948 vsize=807336 CPUtime=0
/proc/27958/task/27963/stat : 27963 (java) S 27948 27948 27261 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30236075 826712064 8036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27958/tid=27964] ppid=27948 vsize=807336 CPUtime=0
/proc/27958/task/27964/stat : 27964 (java) S 27948 27948 27261 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30236075 826712064 8036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27958/tid=27965] ppid=27948 vsize=807336 CPUtime=0
/proc/27958/task/27965/stat : 27965 (java) S 27948 27948 27261 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30236078 826712064 8036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27958/tid=27966] ppid=27948 vsize=807336 CPUtime=0.09
/proc/27958/task/27966/stat : 27966 (java) S 27948 27948 27261 0 -1 64 377 0 0 0 9 0 0 0 16 0 8 0 30236078 826712064 8036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27958/tid=27967] ppid=27948 vsize=807336 CPUtime=0
/proc/27958/task/27967/stat : 27967 (java) S 27948 27948 27261 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30236078 826712064 8036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27958/tid=27968] ppid=27948 vsize=807336 CPUtime=0
/proc/27958/task/27968/stat : 27968 (java) S 27948 27948 27261 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30236078 826712064 8036 18446744073709551615 134512640 134570532 4294956464 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) 821060

[startup+2.9849 s]
/proc/loadavg: 0.48 1.50 2.03 2/89 27995
/proc/meminfo: memFree=1798464/2055920 swapFree=4192812/4192956
[pid=27948] ppid=27946 vsize=13724 CPUtime=0.49
/proc/27948/stat : 27948 (sugar) S 27946 27948 27261 0 -1 4194304 1190 6861 0 1 3 0 41 5 15 0 1 0 30236017 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27948/statm: 3431 809 371 3 0 531 0
[pid=27958] ppid=27948 vsize=807336 CPUtime=2.42
/proc/27958/stat : 27958 (java) S 27948 27948 27261 0 -1 0 15744 0 1 0 234 8 0 0 16 0 8 0 30236071 826712064 15439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27958/statm: 201834 15439 1506 14 0 189112 0
[pid=27958/tid=27962] ppid=27948 vsize=807336 CPUtime=0.48
/proc/27958/task/27962/stat : 27962 (java) R 27948 27948 27261 0 -1 64 9497 0 0 0 45 3 0 0 16 0 8 0 30236075 826712064 15439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155241951 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27958/tid=27963] ppid=27948 vsize=807336 CPUtime=0
/proc/27958/task/27963/stat : 27963 (java) S 27948 27948 27261 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30236075 826712064 15439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27958/tid=27964] ppid=27948 vsize=807336 CPUtime=0
/proc/27958/task/27964/stat : 27964 (java) S 27948 27948 27261 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30236075 826712064 15439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27958/tid=27965] ppid=27948 vsize=807336 CPUtime=0
/proc/27958/task/27965/stat : 27965 (java) S 27948 27948 27261 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30236078 826712064 15439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27958/tid=27966] ppid=27948 vsize=807336 CPUtime=0.12
/proc/27958/task/27966/stat : 27966 (java) S 27948 27948 27261 0 -1 64 399 0 0 0 12 0 0 0 16 0 8 0 30236078 826712064 15439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27958/tid=27967] ppid=27948 vsize=807336 CPUtime=0
/proc/27958/task/27967/stat : 27967 (java) S 27948 27948 27261 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30236078 826712064 15439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27958/tid=27968] ppid=27948 vsize=807336 CPUtime=0
/proc/27958/task/27968/stat : 27968 (java) S 27948 27948 27261 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30236078 826712064 15439 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 821060

[startup+6.26841 s]
/proc/loadavg: 0.52 1.50 2.02 3/96 28017
/proc/meminfo: memFree=1794376/2055920 swapFree=4192812/4192956
[pid=27948] ppid=27946 vsize=15512 CPUtime=4.54
/proc/27948/stat : 27948 (sugar) S 27946 27948 27261 0 -1 4194304 1733 28748 0 2 6 1 429 18 15 0 1 0 30236017 15884288 1244 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27948/statm: 3878 1244 373 3 0 978 0
[pid=28017] ppid=27948 vsize=5280 CPUtime=1.63
/proc/28017/stat : 28017 (minisat) R 27948 27948 27261 0 -1 0 1426 0 0 0 163 0 0 0 25 0 1 0 30236479 5406720 954 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/28017/statm: 1320 954 52 112 0 1204 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 20792

[startup+12.7393 s]
/proc/loadavg: 0.64 1.50 2.02 3/89 28018
/proc/meminfo: memFree=1824128/2055920 swapFree=4192812/4192956
[pid=27948] ppid=27946 vsize=15512 CPUtime=4.54
/proc/27948/stat : 27948 (sugar) S 27946 27948 27261 0 -1 4194304 1733 28748 0 2 6 1 429 18 16 0 1 0 30236017 15884288 1244 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27948/statm: 3878 1244 373 3 0 978 0
[pid=28017] ppid=27948 vsize=6328 CPUtime=8.1
/proc/28017/stat : 28017 (minisat) R 27948 27948 27261 0 -1 0 1687 0 0 0 810 0 0 0 25 0 1 0 30236479 6479872 1215 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528562 0 0 4096 3 0 0 0 17 0 0 0
/proc/28017/statm: 1582 1215 52 112 0 1466 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 21840

[startup+25.5653 s]
/proc/loadavg: 0.86 1.51 2.01 2/82 28034
/proc/meminfo: memFree=1831160/2055920 swapFree=4192812/4192956
[pid=27948] ppid=27946 vsize=15512 CPUtime=4.54
/proc/27948/stat : 27948 (sugar) S 27946 27948 27261 0 -1 4194304 1733 28748 0 2 6 1 429 18 16 0 1 0 30236017 15884288 1244 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27948/statm: 3878 1244 373 3 0 978 0
[pid=28017] ppid=27948 vsize=8032 CPUtime=20.91
/proc/28017/stat : 28017 (minisat) R 27948 27948 27261 0 -1 0 2147 0 0 0 2090 1 0 0 25 0 1 0 30236479 8224768 1675 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28017/statm: 2008 1675 52 112 0 1892 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 23544

Child status: 0
Real time (s): 28.9108
CPU time (s): 28.7966
CPU user time (s): 28.5417
CPU system time (s): 0.254961
CPU usage (%): 99.6051
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.5417
system time used= 0.254961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36639
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1637
involuntary context switches= 900

runsolver used 0.032994 s user time and 0.093985 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Mon Jan 29 20:33:30 UTC 2007


IDJOB= 223331
IDBENCH= 5624
IDSOLVER= 86
FILE ID= node4/223331-1170102810

PBS_JOBID= 3689557

Free space on /tmp= 66561 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-30-15-fcd/rand-2-30-15-306-230-fcd-23_ext.xml
COMMAND LINE= /tmp/evaluation/223331-1170102810/solver /tmp/evaluation/223331-1170102810 /tmp/evaluation/223331-1170102810/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-223331-1170102810 -o ROOT/results/node4/solver-223331-1170102810 -C 1800 -M 900  /tmp/evaluation/223331-1170102810/solver /tmp/evaluation/223331-1170102810 /tmp/evaluation/223331-1170102810/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  fcfcb0c0ccf8cc6eab50b20ee7e83dbd

RANDOM SEED= 220058528

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.231
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.231
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:       1845344 kB
Buffers:         29612 kB
Cached:          56952 kB
SwapCached:          0 kB
Active:         107992 kB
Inactive:        43072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1012 kB
Writeback:           0 kB
Mapped:          83416 kB
Slab:            44712 kB
Committed_AS:   498780 kB
PageTables:       1988 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= 66561 MiB



End job on node4 on Mon Jan 29 20:34:02 UTC 2007