Trace number 205010

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 64.4522 65.0168

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-47_ext.xml
MD5SUM191a56b2b22e58cb8db99dd438f8ba02
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.559914
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables30
Number of constraints228
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension228
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/205010-1170096168/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/205010-1170096168/unknown.xml [Mon Jan 29 19:42:52 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/205010-1170096168/unknown.xml /tmp/evaluation/205010-1170096168/sugar16787.csp [Mon Jan 29 19:42:52 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/205010-1170096168/sugar-v0-40.jar -convert /tmp/evaluation/205010-1170096168/unknown.xml /tmp/evaluation/205010-1170096168/sugar16787.csp
0.16	c BEGIN convert /tmp/evaluation/205010-1170096168/unknown.xml
0.51	c END convert (0.354514 seconds)
0.54	c # CONVERT_XML  END : /tmp/evaluation/205010-1170096168/sugar16787.csp 457806 bytes (0 seconds) [Mon Jan 29 19:42:52 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/205010-1170096168/sugar16787.bcnf [Mon Jan 29 19:42:52 2007]
0.54	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/205010-1170096168/sugar-v0-40.jar -bcnf -map /tmp/evaluation/205010-1170096168/sugar16787.map /tmp/evaluation/205010-1170096168/sugar16787.csp /tmp/evaluation/205010-1170096168/sugar16787.bcnf
0.65	c BEGIN parse /tmp/evaluation/205010-1170096168/sugar16787.csp
3.78	c END parse (3.125907 seconds)
3.78	c BEGIN simplify
3.80	c END simplify (0.024052 seconds)
3.80	c BEGIN encode /tmp/evaluation/205010-1170096168/sugar16787.bcnf
4.01	c END encode (0.212715 seconds)
4.09	c # GENERATE_SAT  END : 2414 variables 18505 clauses 1273392 bytes (4 seconds) [Mon Jan 29 19:42:56 2007]
4.09	c # GENERATE_SAT  CPU : 3.47 = 0.02 + 0 + 3.33 + 0.12
4.09	
4.09	c # SOLVE_SAT  BEGIN : /tmp/evaluation/205010-1170096168/sugar16787.bcnf [Mon Jan 29 19:42:56 2007]
4.09	c # CMD : /tmp/evaluation/205010-1170096168/minisat /tmp/evaluation/205010-1170096168/sugar16787.bcnf /tmp/evaluation/205010-1170096168/sugar16787.out
4.12	c ==================================[MINISAT]===================================
4.12	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
4.12	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
4.12	c ==============================================================================
4.12	c |         0 |   18505   299837 |    6168       0        0     nan |  0.000 % |
4.13	c |       101 |   18505   299837 |    6784     101     2033    20.1 |  0.000 % |
4.15	c |       251 |   18505   299837 |    7463     251     4148    16.5 |  0.000 % |
4.18	c |       477 |   18505   299837 |    8209     477     6907    14.5 |  0.001 % |
4.21	c |       815 |   18509   299837 |    9030     811    10265    12.7 |  0.000 % |
4.27	c |      1321 |   18512   299837 |    9933    1314    17486    13.3 |  0.000 % |
4.36	c |      2080 |   18514   299837 |   10926    2071    24633    11.9 |  0.000 % |
4.50	c |      3220 |   18518   299837 |   12019    3207    38435    12.0 |  0.000 % |
4.72	c |      4929 |   18521   299837 |   13221    4913    62150    12.7 |  0.000 % |
5.11	c |      7491 |   18525   299837 |   14543    7471   110754    14.8 |  0.000 % |
5.71	c |     11335 |   18534   299837 |   15998   11306   192186    17.0 |  0.000 % |
6.81	c |     17102 |   18538   299837 |   17598    8918   162635    18.2 |  0.001 % |
8.51	c |     25751 |   18540   299837 |   19357   17565   315375    18.0 |  0.001 % |
11.64	c |     38725 |   18544   299837 |   21293   10922   170747    15.6 |  0.003 % |
15.34	c |     58186 |   18479   299630 |   23422   11818   171763    14.5 |  0.041 % |
21.36	c |     87379 |   18431   299357 |   25765   19187   340057    17.7 |  0.746 % |
32.34	c |    131169 |   18311   298945 |   28341   12157   246651    20.3 |  0.829 % |
49.71	c |    196853 |   18248   298741 |   31175   25418   652062    25.7 |  0.870 % |
64.72	c ==============================================================================
64.72	c restarts              : 18
64.72	c conflicts             : 248938         (4119 /sec)
64.72	c decisions             : 336710         (5571 /sec)
64.72	c propagations          : 38933291       (644145 /sec)
64.72	c conflict literals     : 5478035        (44.73 % deleted)
64.72	c Memory used           : 8.52 MB
64.72	c CPU time              : 60.4418 s
64.72	c 
64.72	c SATISFIABLE
64.72	c # SOLVE_SAT  END : SATISFIABLE (60 seconds) [Mon Jan 29 19:43:56 2007]
64.72	c # SOLVE_SAT  CPU : 60.46 = 0 + 0 + 60.44 + 0.02
64.72	
64.72	c # RESULT : SATISFIABLE
64.72	
64.72	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 19:43:56 2007]
64.84	c BEGIN read SAT output /tmp/evaluation/205010-1170096168/sugar16787.out
64.87	c END read SAT output (0.026535 seconds)
64.87	c BEGIN write solution /tmp/evaluation/205010-1170096168/sugar16787.sol
64.98	c END write solution (0.111882 seconds)
65.01	s SATISFIABLE
65.01	v 7 2 11 13 10 4 10 12 13 6 14 11 6 3 5 12 1 3 2 10 6 13 5 13 3 2 9 11 6 8
65.01	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 19:43:56 2007]
65.01	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
65.01	
65.01	c # MAIN  END :  (64 seconds) [Mon Jan 29 19:43:56 2007]
65.01	c # MAIN  CPU : 64.39 = 0.02 + 0 + 64.18 + 0.19
65.01	

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/node40/watcher-205010-1170096168 -o ROOT/results/node40/solver-205010-1170096168 -C 1800 -M 900 /tmp/evaluation/205010-1170096168/solver /tmp/evaluation/205010-1170096168 /tmp/evaluation/205010-1170096168/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.95 2.77 2.88 3/73 16788
/proc/meminfo: memFree=1668304/2055920 swapFree=4192956/4192956
[pid=16787] ppid=16782 vsize=18540 CPUtime=0
/proc/16787/stat : 16787 (runsolver) R 16782 16787 16000 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 29573081 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16787/statm: 4635 279 244 17 0 2626 0

[startup+0.102156 s]
/proc/loadavg: 1.95 2.77 2.88 3/73 16788
/proc/meminfo: memFree=1668304/2055920 swapFree=4192956/4192956
[pid=16787] ppid=16782 vsize=13724 CPUtime=0.03
/proc/16787/stat : 16787 (sugar) S 16782 16787 16000 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29573081 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16787/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510254 s]
/proc/loadavg: 1.95 2.77 2.88 3/73 16788
/proc/meminfo: memFree=1668304/2055920 swapFree=4192956/4192956
[pid=16787] ppid=16782 vsize=13724 CPUtime=0.03
/proc/16787/stat : 16787 (sugar) S 16782 16787 16000 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29573081 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16787/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33141 s]
/proc/loadavg: 1.95 2.77 2.88 4/89 16820
/proc/meminfo: memFree=1615632/2055920 swapFree=4192956/4192956
[pid=16787] ppid=16782 vsize=13724 CPUtime=0.49
/proc/16787/stat : 16787 (sugar) S 16782 16787 16000 0 -1 4194304 1190 6867 0 1 3 0 41 5 15 0 1 0 29573081 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16787/statm: 3431 809 371 3 0 531 0
[pid=16805] ppid=16787 vsize=807336 CPUtime=0.77
/proc/16805/stat : 16805 (java) R 16787 16787 16000 0 -1 0 8267 0 1 0 73 4 0 0 25 0 8 0 29573135 826712064 8014 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072897342 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16805/statm: 201834 8014 1506 14 0 189112 0
[pid=16805/tid=16807] ppid=16787 vsize=807336 CPUtime=0.12
/proc/16805/task/16807/stat : 16807 (java) S 16787 16787 16000 0 -1 64 2117 0 0 0 11 1 0 0 16 0 8 0 29573138 826712064 8014 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16805/tid=16808] ppid=16787 vsize=807336 CPUtime=0
/proc/16805/task/16808/stat : 16808 (java) S 16787 16787 16000 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29573139 826712064 8014 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16805/tid=16809] ppid=16787 vsize=807336 CPUtime=0
/proc/16805/task/16809/stat : 16809 (java) S 16787 16787 16000 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29573139 826712064 8014 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16805/tid=16813] ppid=16787 vsize=807336 CPUtime=0
/proc/16805/task/16813/stat : 16813 (java) S 16787 16787 16000 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29573142 826712064 8014 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16805/tid=16814] ppid=16787 vsize=807336 CPUtime=0.09
/proc/16805/task/16814/stat : 16814 (java) S 16787 16787 16000 0 -1 64 364 0 0 0 9 0 0 0 16 0 8 0 29573142 826712064 8014 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16805/tid=16815] ppid=16787 vsize=807336 CPUtime=0
/proc/16805/task/16815/stat : 16815 (java) S 16787 16787 16000 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 29573142 826712064 8014 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16805/tid=16816] ppid=16787 vsize=807336 CPUtime=0
/proc/16805/task/16816/stat : 16816 (java) S 16787 16787 16000 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29573142 826712064 8014 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 821060

[startup+2.98376 s]
/proc/loadavg: 1.95 2.77 2.88 3/89 16820
/proc/meminfo: memFree=1588368/2055920 swapFree=4192956/4192956
[pid=16787] ppid=16782 vsize=13724 CPUtime=0.49
/proc/16787/stat : 16787 (sugar) S 16782 16787 16000 0 -1 4194304 1190 6867 0 1 3 0 41 5 15 0 1 0 29573081 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16787/statm: 3431 809 371 3 0 531 0
[pid=16805] ppid=16787 vsize=807336 CPUtime=2.41
/proc/16805/stat : 16805 (java) R 16787 16787 16000 0 -1 0 12868 0 1 0 234 7 0 0 25 0 8 0 29573135 826712064 12576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073491262 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16805/statm: 201834 12576 1506 14 0 189112 0
[pid=16805/tid=16807] ppid=16787 vsize=807336 CPUtime=0.4
/proc/16805/task/16807/stat : 16807 (java) S 16787 16787 16000 0 -1 64 6636 0 0 0 36 4 0 0 16 0 8 0 29573138 826712064 12576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16805/tid=16808] ppid=16787 vsize=807336 CPUtime=0
/proc/16805/task/16808/stat : 16808 (java) S 16787 16787 16000 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29573139 826712064 12576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16805/tid=16809] ppid=16787 vsize=807336 CPUtime=0
/proc/16805/task/16809/stat : 16809 (java) S 16787 16787 16000 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29573139 826712064 12576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16805/tid=16813] ppid=16787 vsize=807336 CPUtime=0
/proc/16805/task/16813/stat : 16813 (java) S 16787 16787 16000 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29573142 826712064 12576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16805/tid=16814] ppid=16787 vsize=807336 CPUtime=0.12
/proc/16805/task/16814/stat : 16814 (java) S 16787 16787 16000 0 -1 64 397 0 0 0 12 0 0 0 16 0 8 0 29573142 826712064 12576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16805/tid=16815] ppid=16787 vsize=807336 CPUtime=0
/proc/16805/task/16815/stat : 16815 (java) S 16787 16787 16000 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 29573142 826712064 12576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16805/tid=16816] ppid=16787 vsize=807336 CPUtime=0
/proc/16805/task/16816/stat : 16816 (java) S 16787 16787 16000 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29573142 826712064 12576 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821060

[startup+6.28145 s]
/proc/loadavg: 1.95 2.75 2.87 3/75 16822
/proc/meminfo: memFree=1652544/2055920 swapFree=4192956/4192956
[pid=16787] ppid=16782 vsize=14832 CPUtime=3.96
/proc/16787/stat : 16787 (sugar) S 16782 16787 16000 0 -1 4194304 1573 24020 0 3 5 0 374 17 15 0 1 0 29573081 15187968 1084 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16787/statm: 3708 1084 373 3 0 808 0
[pid=16821] ppid=16787 vsize=4976 CPUtime=2.16
/proc/16821/stat : 16821 (minisat) R 16787 16787 16000 0 -1 0 1217 0 0 0 216 0 0 0 25 0 1 0 29573490 5095424 891 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/16821/statm: 1244 891 52 112 0 1128 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 19808

[startup+12.7458 s]
/proc/loadavg: 1.95 2.74 2.87 3/75 16822
/proc/meminfo: memFree=1649544/2055920 swapFree=4192956/4192956
[pid=16787] ppid=16782 vsize=14832 CPUtime=3.96
/proc/16787/stat : 16787 (sugar) S 16782 16787 16000 0 -1 4194304 1573 24020 0 3 5 0 374 17 16 0 1 0 29573081 15187968 1084 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16787/statm: 3708 1084 373 3 0 808 0
[pid=16821] ppid=16787 vsize=5808 CPUtime=8.57
/proc/16821/stat : 16821 (minisat) R 16787 16787 16000 0 -1 0 1416 0 0 0 857 0 0 0 25 0 1 0 29573490 5947392 1090 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134526203 0 0 4096 3 0 0 0 17 0 0 0
/proc/16821/statm: 1452 1090 52 112 0 1336 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 20640

[startup+25.5795 s]
/proc/loadavg: 1.88 2.69 2.85 2/66 16836
/proc/meminfo: memFree=1665232/2055920 swapFree=4192956/4192956
[pid=16787] ppid=16782 vsize=14832 CPUtime=3.96
/proc/16787/stat : 16787 (sugar) S 16782 16787 16000 0 -1 4194304 1573 24020 0 3 5 0 374 17 16 0 1 0 29573081 15187968 1084 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16787/statm: 3708 1084 373 3 0 808 0
[pid=16821] ppid=16787 vsize=6864 CPUtime=21.33
/proc/16821/stat : 16821 (minisat) R 16787 16787 16000 0 -1 0 1705 0 0 0 2132 1 0 0 25 0 1 0 29573490 7028736 1379 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/16821/statm: 1716 1379 52 112 0 1600 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 21696

[startup+51.1999 s]
/proc/loadavg: 1.58 2.55 2.80 2/66 16836
/proc/meminfo: memFree=1664160/2055920 swapFree=4192956/4192956
[pid=16787] ppid=16782 vsize=14832 CPUtime=3.96
/proc/16787/stat : 16787 (sugar) S 16782 16787 16000 0 -1 4194304 1573 24020 0 3 5 0 374 17 16 0 1 0 29573081 15187968 1084 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16787/statm: 3708 1084 373 3 0 808 0
[pid=16821] ppid=16787 vsize=8464 CPUtime=46.94
/proc/16821/stat : 16821 (minisat) R 16787 16787 16000 0 -1 0 2095 0 0 0 4692 2 0 0 25 0 1 0 29573490 8667136 1769 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532773 0 0 4096 3 0 0 0 17 1 0 0
/proc/16821/statm: 2116 1769 52 112 0 2000 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 23296

Child status: 0
Real time (s): 65.0168
CPU time (s): 64.4522
CPU user time (s): 64.2422
CPU system time (s): 0.209968
CPU usage (%): 99.1317
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.2422
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27909
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= 1697
involuntary context switches= 2170

runsolver used 0.049992 s user time and 0.158975 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Mon Jan 29 18:42:50 UTC 2007


IDJOB= 205010
IDBENCH= 4095
IDSOLVER= 86
FILE ID= node40/205010-1170096168

PBS_JOBID= 3689614

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  191a56b2b22e58cb8db99dd438f8ba02

RANDOM SEED= 639718142

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.265
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.265
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:       1669848 kB
Buffers:         42584 kB
Cached:         273480 kB
SwapCached:          0 kB
Active:         155096 kB
Inactive:       182584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1669848 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1780 kB
Writeback:           0 kB
Mapped:          31740 kB
Slab:            34184 kB
Committed_AS:    92752 kB
PageTables:       1628 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= 66564 MiB



End job on node40 on Mon Jan 29 18:43:57 UTC 2007