Trace number 228805

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 61.9446 62.1171

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-77_ext.xml
MD5SUMd9c534d0e5b3d86c6b8744e275239079
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.971852
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
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/228805-1170105964/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/228805-1170105964/unknown.xml [Mon Jan 29 22:26:04 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/228805-1170105964/unknown.xml /tmp/evaluation/228805-1170105964/sugar22382.csp [Mon Jan 29 22:26:04 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/228805-1170105964/sugar-v0-40.jar -convert /tmp/evaluation/228805-1170105964/unknown.xml /tmp/evaluation/228805-1170105964/sugar22382.csp
0.17	c BEGIN convert /tmp/evaluation/228805-1170105964/unknown.xml
0.60	c END convert (0.42236 seconds)
0.61	c # CONVERT_XML  END : /tmp/evaluation/228805-1170105964/sugar22382.csp 724158 bytes (1 seconds) [Mon Jan 29 22:26:05 2007]
0.61	c # CONVERT_XML  CPU : 0.54 = 0 + 0 + 0.49 + 0.05
0.61	
0.61	c # GENERATE_SAT  BEGIN : /tmp/evaluation/228805-1170105964/sugar22382.bcnf [Mon Jan 29 22:26:05 2007]
0.61	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/228805-1170105964/sugar-v0-40.jar -bcnf -map /tmp/evaluation/228805-1170105964/sugar22382.map /tmp/evaluation/228805-1170105964/sugar22382.csp /tmp/evaluation/228805-1170105964/sugar22382.bcnf
0.72	c BEGIN parse /tmp/evaluation/228805-1170105964/sugar22382.csp
3.55	c END parse (2.830808 seconds)
3.55	c BEGIN simplify
3.58	c END simplify (0.016938 seconds)
3.58	c BEGIN encode /tmp/evaluation/228805-1170105964/sugar22382.bcnf
3.73	c END encode (0.163673 seconds)
3.76	c # GENERATE_SAT  END : 600 variables 23010 clauses 433264 bytes (3 seconds) [Mon Jan 29 22:26:08 2007]
3.76	c # GENERATE_SAT  CPU : 3.1 = 0 + 0 + 3.01 + 0.09
3.76	
3.76	c # SOLVE_SAT  BEGIN : /tmp/evaluation/228805-1170105964/sugar22382.bcnf [Mon Jan 29 22:26:08 2007]
3.76	c # CMD : /tmp/evaluation/228805-1170105964/minisat /tmp/evaluation/228805-1170105964/sugar22382.bcnf /tmp/evaluation/228805-1170105964/sugar22382.out
3.77	c ==================================[MINISAT]===================================
3.77	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
3.77	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
3.77	c ==============================================================================
3.77	c |         0 |   23010    85300 |    7670       0        0     nan |  0.000 % |
3.78	c |       100 |   23010    85300 |    8437     100      705     7.0 |  0.000 % |
3.80	c |       250 |   23013    85300 |    9280     247     1840     7.4 |  0.009 % |
3.82	c |       476 |   23014    85300 |   10208     472     3554     7.5 |  0.009 % |
3.85	c |       813 |   23014    85300 |   11229     809     6409     7.9 |  0.009 % |
3.89	c |      1319 |   23015    85300 |   12352    1314    10880     8.3 |  0.010 % |
3.96	c |      2078 |   23016    85300 |   13587    2072    17168     8.3 |  0.010 % |
4.06	c |      3217 |   23021    85300 |   14946    3206    27134     8.5 |  0.011 % |
4.21	c |      4925 |   23022    85300 |   16441    4913    43022     8.8 |  0.011 % |
4.48	c |      7487 |   23024    85300 |   18085    7473    73048     9.8 |  0.010 % |
4.91	c |     11331 |   23029    85300 |   19894   11312   114261    10.1 |  0.010 % |
5.71	c |     17098 |   23032    85300 |   21883   17076   182099    10.7 |  0.011 % |
7.11	c |     25747 |   23036    85300 |   24071   14725   165638    11.2 |  0.011 % |
8.92	c |     38722 |   22957    85078 |   26478   13458   155394    11.5 |  0.168 % |
12.34	c |     58184 |   22884    84871 |   29126    8235    83237    10.1 |  0.334 % |
17.87	c |     87379 |   22775    84470 |   32039    9623    93091     9.7 |  0.667 % |
26.64	c |    131170 |   22610    83878 |   35243   26560   316055    11.9 |  1.000 % |
42.64	c |    196855 |   22537    83635 |   38767   27474   354494    12.9 |  1.167 % |
61.92	c ==============================================================================
61.92	c restarts              : 18
61.92	c conflicts             : 275745         (4749 /sec)
61.92	c decisions             : 345251         (5946 /sec)
61.92	c propagations          : 25803288       (444370 /sec)
61.92	c conflict literals     : 3734861        (30.23 % deleted)
61.92	c Memory used           : 6.95 MB
61.92	c CPU time              : 58.0672 s
61.92	c 
61.92	c SATISFIABLE
61.93	c # SOLVE_SAT  END : SATISFIABLE (58 seconds) [Mon Jan 29 22:27:06 2007]
61.93	c # SOLVE_SAT  CPU : 58.1 = 0 + 0 + 58.07 + 0.03
61.93	
61.93	c # RESULT : SATISFIABLE
61.93	
61.93	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:27:06 2007]
62.04	c BEGIN read SAT output /tmp/evaluation/228805-1170105964/sugar22382.out
62.06	c END read SAT output (0.011931 seconds)
62.06	c BEGIN write solution /tmp/evaluation/228805-1170105964/sugar22382.sol
62.07	c END write solution (0.013429 seconds)
62.11	s SATISFIABLE
62.11	v 0 4 0 4 3 7 13 11 14 11 0 8 15 12 0 3 12 5 2 3 6 11 12 1 4 7 0 14 4 4 9 10 7 12 2 5 2 5 7 2
62.11	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:27:06 2007]
62.11	c # OUTPUT_SOL  CPU : 0.139999999999999 = 0 + 0 + 0.109999999999999 + 0.03
62.11	
62.11	c # MAIN  END :  (62 seconds) [Mon Jan 29 22:27:06 2007]
62.11	c # MAIN  CPU : 61.88 = 0 + 0 + 61.68 + 0.2
62.11	

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/node60/watcher-228805-1170105964 -o ROOT/results/node60/solver-228805-1170105964 -C 1800 -M 900 /tmp/evaluation/228805-1170105964/solver /tmp/evaluation/228805-1170105964 /tmp/evaluation/228805-1170105964/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: 3.35 3.37 3.12 4/81 22383
/proc/meminfo: memFree=1300480/2055920 swapFree=4184188/4192956
[pid=22382] ppid=22380 vsize=5212 CPUtime=0
/proc/22382/stat : 22382 (solver) R 22380 22382 21506 0 -1 4194304 89 0 0 0 0 0 0 0 21 0 1 0 30553265 5337088 62 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 271894412786 0 0 4096 0 0 0 0 17 1 0 0
/proc/22382/statm: 1303 62 45 169 0 14 0

[startup+0.110525 s]
/proc/loadavg: 3.35 3.37 3.12 4/81 22383
/proc/meminfo: memFree=1300480/2055920 swapFree=4184188/4192956
[pid=22382] ppid=22380 vsize=13724 CPUtime=0.04
/proc/22382/stat : 22382 (sugar) S 22380 22382 21506 0 -1 4194304 1112 0 0 0 3 1 0 0 21 0 1 0 30553265 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22382/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.521595 s]
/proc/loadavg: 3.35 3.37 3.12 4/81 22383
/proc/meminfo: memFree=1300480/2055920 swapFree=4184188/4192956
[pid=22382] ppid=22380 vsize=13724 CPUtime=0.04
/proc/22382/stat : 22382 (sugar) S 22380 22382 21506 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30553265 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22382/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34874 s]
/proc/loadavg: 3.35 3.37 3.12 2/83 22402
/proc/meminfo: memFree=1873464/2055920 swapFree=4184188/4192956
[pid=22382] ppid=22380 vsize=13724 CPUtime=0.58
/proc/22382/stat : 22382 (sugar) S 22380 22382 21506 0 -1 4194304 1190 7340 0 1 3 1 49 5 15 0 1 0 30553265 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22382/statm: 3431 809 371 3 0 531 0
[pid=22395] ppid=22382 vsize=807064 CPUtime=0.71
/proc/22395/stat : 22395 (java) S 22382 22382 21506 0 -1 0 8550 0 1 0 67 4 0 0 17 0 8 0 30553326 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22395/statm: 201766 8296 1494 14 0 189044 0
[pid=22395/tid=22396] ppid=22382 vsize=807064 CPUtime=0.14
/proc/22395/task/22396/stat : 22396 (java) R 22382 22382 21506 0 -1 64 2495 0 0 0 13 1 0 0 16 0 8 0 30553329 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22395/tid=22397] ppid=22382 vsize=807064 CPUtime=0
/proc/22395/task/22397/stat : 22397 (java) S 22382 22382 21506 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30553329 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22395/tid=22398] ppid=22382 vsize=807064 CPUtime=0
/proc/22395/task/22398/stat : 22398 (java) S 22382 22382 21506 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30553329 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22395/tid=22399] ppid=22382 vsize=807064 CPUtime=0
/proc/22395/task/22399/stat : 22399 (java) S 22382 22382 21506 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30553332 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22395/tid=22400] ppid=22382 vsize=807064 CPUtime=0.04
/proc/22395/task/22400/stat : 22400 (java) S 22382 22382 21506 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 30553332 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22395/tid=22401] ppid=22382 vsize=807064 CPUtime=0
/proc/22395/task/22401/stat : 22401 (java) S 22382 22382 21506 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30553332 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22395/tid=22402] ppid=22382 vsize=807064 CPUtime=0
/proc/22395/task/22402/stat : 22402 (java) S 22382 22382 21506 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30553333 826433536 8296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 820788

[startup+2.98603 s]
/proc/loadavg: 3.16 3.33 3.11 2/75 22415
/proc/meminfo: memFree=1873264/2055920 swapFree=4184188/4192956
[pid=22382] ppid=22380 vsize=13724 CPUtime=0.58
/proc/22382/stat : 22382 (sugar) S 22380 22382 21506 0 -1 4194304 1190 7340 0 1 3 1 49 5 15 0 1 0 30553265 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22382/statm: 3431 809 371 3 0 531 0
[pid=22395] ppid=22382 vsize=807336 CPUtime=2.34
/proc/22395/stat : 22395 (java) R 22382 22382 21506 0 -1 0 12556 0 1 0 228 6 0 0 17 0 8 0 30553326 826712064 12288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073573184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22395/statm: 201834 12288 1506 14 0 189112 0
[pid=22395/tid=22396] ppid=22382 vsize=807336 CPUtime=0.37
/proc/22395/task/22396/stat : 22396 (java) S 22382 22382 21506 0 -1 64 6355 0 0 0 35 2 0 0 15 0 8 0 30553329 826712064 12288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22395/tid=22397] ppid=22382 vsize=807336 CPUtime=0
/proc/22395/task/22397/stat : 22397 (java) S 22382 22382 21506 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30553329 826712064 12288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22395/tid=22398] ppid=22382 vsize=807336 CPUtime=0
/proc/22395/task/22398/stat : 22398 (java) S 22382 22382 21506 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30553329 826712064 12288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22395/tid=22399] ppid=22382 vsize=807336 CPUtime=0
/proc/22395/task/22399/stat : 22399 (java) S 22382 22382 21506 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 30553332 826712064 12288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22395/tid=22400] ppid=22382 vsize=807336 CPUtime=0.11
/proc/22395/task/22400/stat : 22400 (java) S 22382 22382 21506 0 -1 64 400 0 0 0 11 0 0 0 16 0 8 0 30553332 826712064 12288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22395/tid=22401] ppid=22382 vsize=807336 CPUtime=0
/proc/22395/task/22401/stat : 22401 (java) S 22382 22382 21506 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 30553332 826712064 12288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22395/tid=22402] ppid=22382 vsize=807336 CPUtime=0
/proc/22395/task/22402/stat : 22402 (java) S 22382 22382 21506 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30553333 826712064 12288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 821060

[startup+6.27462 s]
/proc/loadavg: 3.16 3.33 3.11 3/70 22452
/proc/meminfo: memFree=1902432/2055920 swapFree=4184188/4192956
[pid=22382] ppid=22380 vsize=13724 CPUtime=3.68
/proc/22382/stat : 22382 (sugar) S 22380 22382 21506 0 -1 4194304 1280 22538 0 2 3 1 350 14 15 0 1 0 30553265 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22382/statm: 3431 819 373 3 0 531 0
[pid=22449] ppid=22382 vsize=4172 CPUtime=2.5
/proc/22449/stat : 22449 (minisat) R 22382 22382 21506 0 -1 0 828 0 0 0 250 0 0 0 25 0 1 0 30553641 4272128 708 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22449/statm: 1043 708 51 112 0 927 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 17896

[startup+12.7388 s]
/proc/loadavg: 3.13 3.32 3.10 3/76 22501
/proc/meminfo: memFree=1894320/2055920 swapFree=4184188/4192956
[pid=22382] ppid=22380 vsize=13724 CPUtime=3.68
/proc/22382/stat : 22382 (sugar) S 22380 22382 21506 0 -1 4194304 1280 22538 0 2 3 1 350 14 16 0 1 0 30553265 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22382/statm: 3431 819 373 3 0 531 0
[pid=22449] ppid=22382 vsize=4952 CPUtime=8.95
/proc/22449/stat : 22449 (minisat) R 22382 22382 21506 0 -1 0 1031 0 0 0 895 0 0 0 25 0 1 0 30553641 5070848 911 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22449/statm: 1238 911 51 112 0 1122 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 18676

[startup+25.5802 s]
/proc/loadavg: 2.95 3.28 3.09 3/76 22501
/proc/meminfo: memFree=1892208/2055920 swapFree=4184188/4192956
[pid=22382] ppid=22380 vsize=13724 CPUtime=3.68
/proc/22382/stat : 22382 (sugar) S 22380 22382 21506 0 -1 4194304 1280 22538 0 2 3 1 350 14 16 0 1 0 30553265 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22382/statm: 3431 819 373 3 0 531 0
[pid=22449] ppid=22382 vsize=5796 CPUtime=21.78
/proc/22449/stat : 22449 (minisat) R 22382 22382 21506 0 -1 0 1229 0 0 0 2177 1 0 0 25 0 1 0 30553641 5935104 1109 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22449/statm: 1449 1109 51 112 0 1333 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 19520

[startup+51.2616 s]
/proc/loadavg: 2.63 3.17 3.06 3/76 22501
/proc/meminfo: memFree=1889712/2055920 swapFree=4184188/4192956
[pid=22382] ppid=22380 vsize=13724 CPUtime=3.68
/proc/22382/stat : 22382 (sugar) S 22380 22382 21506 0 -1 4194304 1280 22538 0 2 3 1 350 14 16 0 1 0 30553265 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22382/statm: 3431 819 373 3 0 531 0
[pid=22449] ppid=22382 vsize=6852 CPUtime=47.43
/proc/22449/stat : 22449 (minisat) R 22382 22382 21506 0 -1 0 1485 0 0 0 4741 2 0 0 25 0 1 0 30553641 7016448 1365 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528782 0 0 4096 3 0 0 0 17 0 0 0
/proc/22449/statm: 1713 1365 51 112 0 1597 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 20576

Child status: 0
Real time (s): 62.1171
CPU time (s): 61.9446
CPU user time (s): 61.7226
CPU system time (s): 0.221966
CPU usage (%): 99.7223
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.7226
system time used= 0.221966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28481
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= 1175
involuntary context switches= 876

runsolver used 0.069989 s user time and 0.207968 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Mon Jan 29 21:26:04 UTC 2007


IDJOB= 228805
IDBENCH= 6235
IDSOLVER= 86
FILE ID= node60/228805-1170105964

PBS_JOBID= 3689761

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-77_ext.xml
COMMAND LINE= /tmp/evaluation/228805-1170105964/solver /tmp/evaluation/228805-1170105964 /tmp/evaluation/228805-1170105964/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-228805-1170105964 -o ROOT/results/node60/solver-228805-1170105964 -C 1800 -M 900  /tmp/evaluation/228805-1170105964/solver /tmp/evaluation/228805-1170105964 /tmp/evaluation/228805-1170105964/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  d9c534d0e5b3d86c6b8744e275239079

RANDOM SEED= 73588607

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.283
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.283
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:       1300960 kB
Buffers:         34264 kB
Cached:          62192 kB
SwapCached:       3028 kB
Active:         649040 kB
Inactive:        63028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1300960 kB
SwapTotal:     4192956 kB
SwapFree:      4184188 kB
Dirty:            1112 kB
Writeback:           0 kB
Mapped:         627892 kB
Slab:            26904 kB
Committed_AS:   957204 kB
PageTables:       3096 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= 66562 MiB



End job on node60 on Mon Jan 29 21:27:06 UTC 2007