Trace number 208475

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 518.634 524.022

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-35_ext.xml
MD5SUMfec419f8420a70dd65f42166152302ec
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 benchmark54.1358
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints343
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension343
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/208475-1170097113/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/208475-1170097113/unknown.xml [Mon Jan 29 19:58:33 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/208475-1170097113/unknown.xml /tmp/evaluation/208475-1170097113/sugar21353.csp [Mon Jan 29 19:58:33 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208475-1170097113/sugar-v0-40.jar -convert /tmp/evaluation/208475-1170097113/unknown.xml /tmp/evaluation/208475-1170097113/sugar21353.csp
0.17	c BEGIN convert /tmp/evaluation/208475-1170097113/unknown.xml
0.70	c END convert (0.528681 seconds)
0.71	c # CONVERT_XML  END : /tmp/evaluation/208475-1170097113/sugar21353.csp 1101063 bytes (0 seconds) [Mon Jan 29 19:58:33 2007]
0.71	c # CONVERT_XML  CPU : 0.63 = 0 + 0 + 0.58 + 0.05
0.71	
0.71	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208475-1170097113/sugar21353.bcnf [Mon Jan 29 19:58:33 2007]
0.71	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208475-1170097113/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208475-1170097113/sugar21353.map /tmp/evaluation/208475-1170097113/sugar21353.csp /tmp/evaluation/208475-1170097113/sugar21353.bcnf
0.83	c BEGIN parse /tmp/evaluation/208475-1170097113/sugar21353.csp
10.28	c END parse (9.450759 seconds)
10.28	c BEGIN simplify
10.33	c END simplify (0.05187 seconds)
10.33	c BEGIN encode /tmp/evaluation/208475-1170097113/sugar21353.bcnf
10.79	c END encode (0.461275 seconds)
10.88	c # GENERATE_SAT  END : 3716 variables 40392 clauses 2922072 bytes (11 seconds) [Mon Jan 29 19:58:44 2007]
10.88	c # GENERATE_SAT  CPU : 10 = 0.03 + 0 + 9.61 + 0.36
10.88	
10.88	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208475-1170097113/sugar21353.bcnf [Mon Jan 29 19:58:44 2007]
10.88	c # CMD : /tmp/evaluation/208475-1170097113/minisat /tmp/evaluation/208475-1170097113/sugar21353.bcnf /tmp/evaluation/208475-1170097113/sugar21353.out
10.95	c ==================================[MINISAT]===================================
10.95	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
10.95	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
10.95	c ==============================================================================
10.95	c |         0 |   40392   690120 |   13464       0        0     nan |  0.000 % |
10.98	c |       101 |   40394   690120 |   14810      99     2190    22.1 |  0.000 % |
11.02	c |       251 |   40394   690120 |   16291     249     4361    17.5 |  0.000 % |
11.07	c |       477 |   40395   690120 |   17920     474     7173    15.1 |  0.000 % |
11.14	c |       815 |   40395   690120 |   19712     812    11398    14.0 |  0.000 % |
11.24	c |      1321 |   40399   690120 |   21683    1314    17108    13.0 |  0.000 % |
11.39	c |      2080 |   40400   690120 |   23852    2072    25519    12.3 |  0.000 % |
11.64	c |      3219 |   40400   690120 |   26237    3211    45128    14.1 |  0.000 % |
12.05	c |      4927 |   40401   690120 |   28861    4918    69883    14.2 |  0.000 % |
12.67	c |      7489 |   40405   690120 |   31747    7476   104929    14.0 |  0.000 % |
13.73	c |     11333 |   40406   690120 |   34922   11319   162411    14.3 |  0.000 % |
15.64	c |     17101 |   40409   690120 |   38414   17084   258086    15.1 |  0.000 % |
19.03	c |     25750 |   40410   690120 |   42255   25732   402053    15.6 |  0.000 % |
24.64	c |     38726 |   40418   690120 |   46481   38700   627262    16.2 |  0.000 % |
34.60	c |     58189 |   40424   690120 |   51129   25710   501621    19.5 |  0.000 % |
52.93	c |     87381 |   40430   690120 |   56242   21197   434851    20.5 |  0.000 % |
78.80	c |    131170 |   40450   690120 |   61866   24936   601722    24.1 |  0.000 % |
119.68	c |    196854 |   40468   690120 |   68053   44192   929435    21.0 |  0.001 % |
187.46	c |    295380 |   40484   690120 |   74858   41712  1178562    28.3 |  0.001 % |
292.62	c |    443169 |   40395   689708 |   82344   20505   406343    19.8 |  0.457 % |
460.47	c |    664852 |   40422   689708 |   90579   52637  1365648    25.9 |  0.458 % |
523.60	c ==============================================================================
523.61	c restarts              : 21
523.61	c conflicts             : 740310         (1459 /sec)
523.61	c decisions             : 1091328        (2150 /sec)
523.61	c propagations          : 151112654      (297740 /sec)
523.61	c conflict literals     : 18716304       (46.58 % deleted)
523.61	c Memory used           : 21.48 MB
523.61	c CPU time              : 507.532 s
523.61	c 
523.61	c SATISFIABLE
523.61	c # SOLVE_SAT  END : SATISFIABLE (512 seconds) [Mon Jan 29 20:07:16 2007]
523.61	c # SOLVE_SAT  CPU : 507.66 = 0.01 + 0 + 507.54 + 0.11
523.61	
523.61	c # RESULT : SATISFIABLE
523.61	
523.61	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 20:07:16 2007]
523.84	c BEGIN read SAT output /tmp/evaluation/208475-1170097113/sugar21353.out
523.87	c END read SAT output (0.031813 seconds)
523.87	c BEGIN write solution /tmp/evaluation/208475-1170097113/sugar21353.sol
524.00	c END write solution (0.13246 seconds)
524.02	s SATISFIABLE
524.02	v 4 5 15 12 11 18 6 7 5 13 0 15 2 9 9 0 17 7 14 1 2 13 4 5 12 14 15 2 17 9 16 1 14 2 12 14 16 2 2 6
524.02	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 20:07:17 2007]
524.02	c # OUTPUT_SOL  CPU : 0.3 = 0 + 0.01 + 0.25 + 0.04
524.02	
524.02	c # MAIN  END :  (524 seconds) [Mon Jan 29 20:07:17 2007]
524.02	c # MAIN  CPU : 518.59 = 0.04 + 0.01 + 517.98 + 0.56
524.02	

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/node21/watcher-208475-1170097113 -o ROOT/results/node21/solver-208475-1170097113 -C 1800 -M 900 /tmp/evaluation/208475-1170097113/solver /tmp/evaluation/208475-1170097113 /tmp/evaluation/208475-1170097113/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.45 1.65 1.96 5/94 21354
/proc/meminfo: memFree=1479640/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=12268 CPUtime=0
/proc/21353/stat : 21353 (sugar) R 21351 21353 20818 0 -1 4194304 597 0 0 0 0 0 0 0 20 0 1 0 29665203 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221236656741 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/21353/statm: 3067 316 241 3 0 167 0

[startup+0.106074 s]
/proc/loadavg: 2.45 1.65 1.96 5/94 21354
/proc/meminfo: memFree=1479640/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=13724 CPUtime=0.03
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29665203 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.514118 s]
/proc/loadavg: 2.45 1.65 1.96 5/94 21354
/proc/meminfo: memFree=1479640/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=13724 CPUtime=0.03
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29665203 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33621 s]
/proc/loadavg: 2.50 1.68 1.96 4/102 21370
/proc/meminfo: memFree=1456920/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=13724 CPUtime=0.66
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1190 7507 0 1 3 0 58 5 15 0 1 0 29665203 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3431 809 371 3 0 531 0
[pid=21363] ppid=21353 vsize=807064 CPUtime=0.6
/proc/21363/stat : 21363 (java) R 21353 21353 20818 0 -1 0 7743 0 1 0 55 5 0 0 22 0 8 0 29665274 826433536 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073529546 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21363/statm: 201766 7491 1494 14 0 189044 0
[pid=21363/tid=21364] ppid=21353 vsize=807064 CPUtime=0.1
/proc/21363/task/21364/stat : 21364 (java) S 21353 21353 20818 0 -1 64 1689 0 0 0 9 1 0 0 16 0 8 0 29665277 826433536 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21365] ppid=21353 vsize=807064 CPUtime=0
/proc/21363/task/21365/stat : 21365 (java) S 21353 21353 20818 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29665278 826433536 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21366] ppid=21353 vsize=807064 CPUtime=0
/proc/21363/task/21366/stat : 21366 (java) S 21353 21353 20818 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29665278 826433536 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21367] ppid=21353 vsize=807064 CPUtime=0
/proc/21363/task/21367/stat : 21367 (java) S 21353 21353 20818 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29665281 826433536 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21368] ppid=21353 vsize=807064 CPUtime=0.05
/proc/21363/task/21368/stat : 21368 (java) S 21353 21353 20818 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29665281 826433536 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21369] ppid=21353 vsize=807064 CPUtime=0
/proc/21363/task/21369/stat : 21369 (java) S 21353 21353 20818 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29665281 826433536 7491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21370] ppid=21353 vsize=807064 CPUtime=0
/proc/21363/task/21370/stat : 21370 (java) S 21353 21353 20818 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29665281 826433536 7491 18446744073709551615 134512640 134570532 4294956480 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) 820788

[startup+2.98938 s]
/proc/loadavg: 2.50 1.68 1.96 3/102 21370
/proc/meminfo: memFree=1426776/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=13724 CPUtime=0.66
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1190 7507 0 1 3 0 58 5 15 0 1 0 29665203 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3431 809 371 3 0 531 0
[pid=21363] ppid=21353 vsize=807336 CPUtime=2.22
/proc/21363/stat : 21363 (java) R 21353 21353 20818 0 -1 0 12715 0 1 0 213 9 0 0 25 0 8 0 29665274 826712064 12450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746574 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21363/statm: 201834 12450 1506 14 0 189112 0
[pid=21363/tid=21364] ppid=21353 vsize=807336 CPUtime=0.49
/proc/21363/task/21364/stat : 21364 (java) S 21353 21353 20818 0 -1 64 6503 0 0 0 45 4 0 0 16 0 8 0 29665277 826712064 12450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21365] ppid=21353 vsize=807336 CPUtime=0
/proc/21363/task/21365/stat : 21365 (java) S 21353 21353 20818 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29665278 826712064 12450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21366] ppid=21353 vsize=807336 CPUtime=0
/proc/21363/task/21366/stat : 21366 (java) S 21353 21353 20818 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29665278 826712064 12450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21367] ppid=21353 vsize=807336 CPUtime=0
/proc/21363/task/21367/stat : 21367 (java) S 21353 21353 20818 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29665281 826712064 12450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21368] ppid=21353 vsize=807336 CPUtime=0.14
/proc/21363/task/21368/stat : 21368 (java) S 21353 21353 20818 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 29665281 826712064 12450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21369] ppid=21353 vsize=807336 CPUtime=0
/proc/21363/task/21369/stat : 21369 (java) S 21353 21353 20818 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29665281 826712064 12450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21370] ppid=21353 vsize=807336 CPUtime=0
/proc/21363/task/21370/stat : 21370 (java) S 21353 21353 20818 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29665281 826712064 12450 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821060

[startup+6.21974 s]
/proc/loadavg: 2.54 1.70 1.97 3/102 21370
/proc/meminfo: memFree=1361880/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=13724 CPUtime=0.66
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1190 7507 0 1 3 0 58 5 15 0 1 0 29665203 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3431 809 371 3 0 531 0
[pid=21363] ppid=21353 vsize=807336 CPUtime=5.4
/proc/21363/stat : 21363 (java) R 21353 21353 20818 0 -1 0 31754 0 1 0 521 19 0 0 25 0 8 0 29665274 826712064 31405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073491412 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21363/statm: 201834 31405 1506 14 0 189112 0
[pid=21363/tid=21364] ppid=21353 vsize=807336 CPUtime=1.41
/proc/21363/task/21364/stat : 21364 (java) S 21353 21353 20818 0 -1 64 25457 0 0 0 127 14 0 0 16 0 8 0 29665277 826712064 31405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21365] ppid=21353 vsize=807336 CPUtime=0
/proc/21363/task/21365/stat : 21365 (java) S 21353 21353 20818 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29665278 826712064 31405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21366] ppid=21353 vsize=807336 CPUtime=0
/proc/21363/task/21366/stat : 21366 (java) S 21353 21353 20818 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29665278 826712064 31405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21367] ppid=21353 vsize=807336 CPUtime=0
/proc/21363/task/21367/stat : 21367 (java) S 21353 21353 20818 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29665281 826712064 31405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21368] ppid=21353 vsize=807336 CPUtime=0.15
/proc/21363/task/21368/stat : 21368 (java) S 21353 21353 20818 0 -1 64 401 0 0 0 15 0 0 0 16 0 8 0 29665281 826712064 31405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21369] ppid=21353 vsize=807336 CPUtime=0
/proc/21363/task/21369/stat : 21369 (java) S 21353 21353 20818 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29665281 826712064 31405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21363/tid=21370] ppid=21353 vsize=807336 CPUtime=0
/proc/21363/task/21370/stat : 21370 (java) S 21353 21353 20818 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29665281 826712064 31405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 821060

[startup+12.6414 s]
/proc/loadavg: 2.65 1.74 1.98 3/95 21371
/proc/meminfo: memFree=1459408/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=15388 CPUtime=10.66
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1707 59549 0 2 6 0 1019 41 15 0 1 0 29665203 15757312 1219 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3847 1219 373 3 0 947 0
[pid=21371] ppid=21353 vsize=6296 CPUtime=1.73
/proc/21371/stat : 21371 (minisat) R 21353 21353 20818 0 -1 0 1966 0 0 0 171 2 0 0 25 0 1 0 29666291 6447104 1237 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528648 0 0 4096 3 0 0 0 17 1 0 0
/proc/21371/statm: 1574 1237 52 112 0 1458 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 21684

[startup+25.5148 s]
/proc/loadavg: 2.55 1.74 1.98 3/95 21371
/proc/meminfo: memFree=1436304/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=15388 CPUtime=10.66
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1707 59549 0 2 6 0 1019 41 16 0 1 0 29665203 15757312 1219 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3847 1219 373 3 0 947 0
[pid=21371] ppid=21353 vsize=9704 CPUtime=14.47
/proc/21371/stat : 21371 (minisat) R 21353 21353 20818 0 -1 0 2803 0 0 0 1444 3 0 0 25 0 1 0 29666291 9936896 2074 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527442 0 0 4096 3 0 0 0 17 1 0 0
/proc/21371/statm: 2426 2074 52 112 0 2310 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 25092

[startup+51.1176 s]
/proc/loadavg: 2.44 1.80 1.99 4/95 21371
/proc/meminfo: memFree=1439824/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=15388 CPUtime=10.66
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1707 59549 0 2 6 0 1019 41 16 0 1 0 29665203 15757312 1219 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3847 1219 373 3 0 947 0
[pid=21371] ppid=21353 vsize=12068 CPUtime=39.83
/proc/21371/stat : 21371 (minisat) R 21353 21353 20818 0 -1 0 3402 0 0 0 3978 5 0 0 25 0 1 0 29666291 12357632 2673 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/21371/statm: 3017 2673 52 112 0 2901 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 27456

[startup+102.406 s]
/proc/loadavg: 2.31 1.86 2.00 3/95 21371
/proc/meminfo: memFree=1418128/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=15388 CPUtime=10.66
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1707 59549 0 2 6 0 1019 41 16 0 1 0 29665203 15757312 1219 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3847 1219 373 3 0 947 0
[pid=21371] ppid=21353 vsize=13916 CPUtime=90.63
/proc/21371/stat : 21371 (minisat) R 21353 21353 20818 0 -1 0 3870 0 0 0 9057 6 0 0 25 0 1 0 29666291 14249984 3141 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21371/statm: 3479 3141 52 112 0 3363 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 29304

[startup+162.456 s]
/proc/loadavg: 2.16 1.89 2.00 3/101 21445
/proc/meminfo: memFree=1388808/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=15388 CPUtime=10.66
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1707 59549 0 2 6 0 1019 41 16 0 1 0 29665203 15757312 1219 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3847 1219 373 3 0 947 0
[pid=21371] ppid=21353 vsize=15224 CPUtime=150.05
/proc/21371/stat : 21371 (minisat) R 21353 21353 20818 0 -1 0 4170 0 0 0 14998 7 0 0 25 0 1 0 29666291 15589376 3441 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21371/statm: 3806 3441 52 112 0 3690 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 30612

[startup+222.504 s]
/proc/loadavg: 2.20 1.96 2.01 3/101 21537
/proc/meminfo: memFree=1363216/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=15388 CPUtime=10.66
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1707 59549 0 2 6 0 1019 41 16 0 1 0 29665203 15757312 1219 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3847 1219 373 3 0 947 0
[pid=21371] ppid=21353 vsize=17928 CPUtime=209.37
/proc/21371/stat : 21371 (minisat) R 21353 21353 20818 0 -1 0 4843 0 0 0 20929 8 0 0 25 0 1 0 29666291 18358272 4114 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527284 0 0 4096 3 0 0 0 17 1 0 0
/proc/21371/statm: 4482 4114 52 112 0 4366 0
Current children cumulated CPU time (s) 220.03
Current children cumulated vsize (KiB) 33316

[startup+282.515 s]
/proc/loadavg: 2.12 1.98 2.01 3/95 21569
/proc/meminfo: memFree=1368152/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=15388 CPUtime=10.66
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1707 59549 0 2 6 0 1019 41 16 0 1 0 29665203 15757312 1219 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3847 1219 373 3 0 947 0
[pid=21371] ppid=21353 vsize=18504 CPUtime=268.76
/proc/21371/stat : 21371 (minisat) R 21353 21353 20818 0 -1 0 4951 0 0 0 26868 8 0 0 25 0 1 0 29666291 18948096 4222 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21371/statm: 4626 4222 52 112 0 4510 0
Current children cumulated CPU time (s) 279.42
Current children cumulated vsize (KiB) 33892

[startup+342.542 s]
/proc/loadavg: 2.46 2.10 2.05 4/95 21569
/proc/meminfo: memFree=1340888/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=15388 CPUtime=10.66
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1707 59549 0 2 6 0 1019 41 16 0 1 0 29665203 15757312 1219 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3847 1219 373 3 0 947 0
[pid=21371] ppid=21353 vsize=18796 CPUtime=328.23
/proc/21371/stat : 21371 (minisat) R 21353 21353 20818 0 -1 0 5030 0 0 0 32815 8 0 0 25 0 1 0 29666291 19247104 4301 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528371 0 0 4096 3 0 0 0 17 1 0 0
/proc/21371/statm: 4699 4301 52 112 0 4583 0
Current children cumulated CPU time (s) 338.89
Current children cumulated vsize (KiB) 34184

[startup+402.557 s]
/proc/loadavg: 2.30 2.11 2.05 3/95 21569
/proc/meminfo: memFree=1327064/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=15388 CPUtime=10.66
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1707 59549 0 2 6 0 1019 41 16 0 1 0 29665203 15757312 1219 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3847 1219 373 3 0 947 0
[pid=21371] ppid=21353 vsize=20632 CPUtime=387.69
/proc/21371/stat : 21371 (minisat) R 21353 21353 20818 0 -1 0 5500 0 0 0 38760 9 0 0 25 0 1 0 29666291 21127168 4771 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/21371/statm: 5158 4771 52 112 0 5042 0
Current children cumulated CPU time (s) 398.35
Current children cumulated vsize (KiB) 36020

[startup+462.575 s]
/proc/loadavg: 2.26 2.13 2.06 3/95 21569
/proc/meminfo: memFree=1313240/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=15388 CPUtime=10.66
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1707 59549 0 2 6 0 1019 41 16 0 1 0 29665203 15757312 1219 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3847 1219 373 3 0 947 0
[pid=21371] ppid=21353 vsize=21852 CPUtime=447.16
/proc/21371/stat : 21371 (minisat) R 21353 21353 20818 0 -1 0 5788 0 0 0 44706 10 0 0 25 0 1 0 29666291 22376448 5059 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134638428 0 0 4096 3 0 0 0 17 1 0 0
/proc/21371/statm: 5463 5059 52 112 0 5347 0
Current children cumulated CPU time (s) 457.82
Current children cumulated vsize (KiB) 37240

[startup+522.58 s]
/proc/loadavg: 2.44 2.20 2.09 3/95 21569
/proc/meminfo: memFree=1293464/2055920 swapFree=4192812/4192956
[pid=21353] ppid=21351 vsize=15388 CPUtime=10.66
/proc/21353/stat : 21353 (sugar) S 21351 21353 20818 0 -1 4194304 1707 59549 0 2 6 0 1019 41 16 0 1 0 29665203 15757312 1219 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21353/statm: 3847 1219 373 3 0 947 0
[pid=21371] ppid=21353 vsize=21996 CPUtime=506.61
/proc/21371/stat : 21371 (minisat) R 21353 21353 20818 0 -1 0 5828 0 0 0 50651 10 0 0 25 0 1 0 29666291 22523904 5099 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/21371/statm: 5499 5099 52 112 0 5383 0
Current children cumulated CPU time (s) 517.27
Current children cumulated vsize (KiB) 37384

Child status: 0
Real time (s): 524.022
CPU time (s): 518.634
CPU user time (s): 518.057
CPU system time (s): 0.576912
CPU usage (%): 98.9718
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 518.057
system time used= 0.576912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71031
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= 3264
involuntary context switches= 31934

runsolver used 0.627904 s user time and 1.76673 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Jan 29 18:58:33 UTC 2007


IDJOB= 208475
IDBENCH= 4396
IDSOLVER= 86
FILE ID= node21/208475-1170097113

PBS_JOBID= 3689688

Free space on /tmp= 66555 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-35_ext.xml
COMMAND LINE= /tmp/evaluation/208475-1170097113/solver /tmp/evaluation/208475-1170097113 /tmp/evaluation/208475-1170097113/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-208475-1170097113 -o ROOT/results/node21/solver-208475-1170097113 -C 1800 -M 900  /tmp/evaluation/208475-1170097113/solver /tmp/evaluation/208475-1170097113 /tmp/evaluation/208475-1170097113/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  fec419f8420a70dd65f42166152302ec

RANDOM SEED= 876684662

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.245
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.245
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:       1480120 kB
Buffers:         23288 kB
Cached:          58040 kB
SwapCached:          0 kB
Active:         493580 kB
Inactive:        33908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1480120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             992 kB
Writeback:           0 kB
Mapped:         471652 kB
Slab:            32580 kB
Committed_AS:   657232 kB
PageTables:       2856 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66555 MiB



End job on node21 on Mon Jan 29 19:07:17 UTC 2007